unleash-server 7.4.0 → 7.4.2
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 +8 -3
- package/dist/lib/addons/feature-event-formatter-md.d.ts.map +1 -1
- package/dist/lib/addons/feature-event-formatter-md.js +1 -0
- package/dist/lib/addons/feature-event-formatter-md.js.map +1 -1
- package/dist/lib/addons/feature-event-formatter-md.test.js +45 -2
- package/dist/lib/addons/feature-event-formatter-md.test.js.map +1 -1
- package/dist/lib/addons/slack-definition.d.ts.map +1 -1
- package/dist/lib/addons/slack-definition.js +3 -1
- package/dist/lib/addons/slack-definition.js.map +1 -1
- package/dist/lib/app.test.js +4 -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 +6 -1
- package/dist/lib/create-config.js.map +1 -1
- package/dist/lib/db/feature-environment-store.d.ts.map +1 -1
- package/dist/lib/db/feature-environment-store.js.map +1 -1
- package/dist/lib/db/index.d.ts.map +1 -1
- package/dist/lib/db/index.js +5 -2
- package/dist/lib/db/index.js.map +1 -1
- package/dist/lib/features/access/access-read-model.d.ts.map +1 -1
- package/dist/lib/features/access/access-read-model.js +3 -2
- package/dist/lib/features/access/access-read-model.js.map +1 -1
- package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.d.ts.map +1 -1
- package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js +14 -7
- package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js.map +1 -1
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +54 -0
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
- package/dist/lib/features/client-feature-toggles/delta/delta-cache.d.ts +1 -0
- package/dist/lib/features/client-feature-toggles/delta/delta-cache.d.ts.map +1 -1
- package/dist/lib/features/client-feature-toggles/delta/delta-cache.js +14 -0
- package/dist/lib/features/client-feature-toggles/delta/delta-cache.js.map +1 -1
- package/dist/lib/{routes/admin-api/constraints.d.ts → features/constraints/constraints-controller.d.ts} +5 -5
- package/dist/lib/features/constraints/constraints-controller.d.ts.map +1 -0
- package/dist/lib/{routes/admin-api/constraints.js → features/constraints/constraints-controller.js} +6 -6
- package/dist/lib/features/constraints/constraints-controller.js.map +1 -0
- package/dist/lib/features/constraints/constraints-read-model-type.d.ts +6 -0
- package/dist/lib/features/constraints/constraints-read-model-type.d.ts.map +1 -0
- package/dist/lib/features/constraints/constraints-read-model-type.js +2 -0
- package/dist/lib/features/constraints/constraints-read-model-type.js.map +1 -0
- package/dist/lib/features/constraints/constraints-read-model.d.ts +11 -0
- package/dist/lib/features/constraints/constraints-read-model.d.ts.map +1 -0
- package/dist/lib/features/constraints/constraints-read-model.js +55 -0
- package/dist/lib/features/constraints/constraints-read-model.js.map +1 -0
- package/dist/lib/features/constraints/constraints-read-model.test.d.ts +2 -0
- package/dist/lib/features/constraints/constraints-read-model.test.d.ts.map +1 -0
- package/dist/lib/features/constraints/constraints-read-model.test.js +388 -0
- package/dist/lib/features/constraints/constraints-read-model.test.js.map +1 -0
- package/dist/lib/features/constraints/constraints.e2e.test.d.ts.map +1 -0
- package/dist/{test/e2e/api/admin → lib/features/constraints}/constraints.e2e.test.js +4 -4
- package/dist/lib/features/constraints/constraints.e2e.test.js.map +1 -0
- package/dist/lib/features/constraints/createConstraintsReadModel.d.ts +5 -0
- package/dist/lib/features/constraints/createConstraintsReadModel.d.ts.map +1 -0
- package/dist/lib/features/constraints/createConstraintsReadModel.js +9 -0
- package/dist/lib/features/constraints/createConstraintsReadModel.js.map +1 -0
- package/dist/lib/features/constraints/fake-constraints-read-model.d.ts +7 -0
- package/dist/lib/features/constraints/fake-constraints-read-model.d.ts.map +1 -0
- package/dist/lib/features/constraints/fake-constraints-read-model.js +11 -0
- package/dist/lib/features/constraints/fake-constraints-read-model.js.map +1 -0
- package/dist/lib/features/context/context-field-store-type.d.ts +2 -0
- package/dist/lib/features/context/context-field-store-type.d.ts.map +1 -1
- package/dist/lib/features/context/context-field-store.d.ts +2 -0
- package/dist/lib/features/context/context-field-store.d.ts.map +1 -1
- package/dist/lib/features/context/context-field-store.js +11 -0
- package/dist/lib/features/context/context-field-store.js.map +1 -1
- package/dist/lib/features/context/context-service.d.ts +8 -0
- package/dist/lib/features/context/context-service.d.ts.map +1 -1
- package/dist/lib/features/context/context-service.js +31 -0
- package/dist/lib/features/context/context-service.js.map +1 -1
- package/dist/lib/features/context/context.d.ts +10 -4
- package/dist/lib/features/context/context.d.ts.map +1 -1
- package/dist/lib/features/context/context.js +68 -33
- package/dist/lib/features/context/context.js.map +1 -1
- package/dist/lib/features/context/createContextService.js +1 -1
- package/dist/lib/features/context/createContextService.js.map +1 -1
- package/dist/lib/features/context/fake-context-field-store.d.ts +1 -0
- package/dist/lib/features/context/fake-context-field-store.d.ts.map +1 -1
- package/dist/lib/features/context/fake-context-field-store.js +4 -1
- package/dist/lib/features/context/fake-context-field-store.js.map +1 -1
- package/dist/lib/features/dependent-features/dependent-features-controller.d.ts.map +1 -1
- package/dist/lib/features/dependent-features/dependent-features-controller.js +0 -1
- package/dist/lib/features/dependent-features/dependent-features-controller.js.map +1 -1
- package/dist/lib/features/edgetokens/edge-hmac-verifier.d.ts +4 -0
- package/dist/lib/features/edgetokens/edge-hmac-verifier.d.ts.map +1 -0
- package/dist/lib/features/edgetokens/edge-hmac-verifier.js +83 -0
- package/dist/lib/features/edgetokens/edge-hmac-verifier.js.map +1 -0
- package/dist/lib/features/edgetokens/edge-token-store.d.ts +16 -0
- package/dist/lib/features/edgetokens/edge-token-store.d.ts.map +1 -0
- package/dist/lib/features/edgetokens/edge-token-store.js +101 -0
- package/dist/lib/features/edgetokens/edge-token-store.js.map +1 -0
- package/dist/lib/features/edgetokens/edge-tokens.d.ts +2 -0
- package/dist/lib/features/edgetokens/edge-tokens.d.ts.map +1 -0
- package/dist/lib/features/edgetokens/edge-tokens.js +16 -0
- package/dist/lib/features/edgetokens/edge-tokens.js.map +1 -0
- package/dist/lib/features/edgetokens/edge-tokens.test.d.ts +2 -0
- package/dist/lib/features/edgetokens/edge-tokens.test.d.ts.map +1 -0
- package/dist/lib/features/edgetokens/edge-tokens.test.js +22 -0
- package/dist/lib/features/edgetokens/edge-tokens.test.js.map +1 -0
- package/dist/lib/features/edgetokens/edge-verification.d.ts +3 -0
- package/dist/lib/features/edgetokens/edge-verification.d.ts.map +1 -0
- package/dist/lib/features/edgetokens/edge-verification.js +25 -0
- package/dist/lib/features/edgetokens/edge-verification.js.map +1 -0
- package/dist/lib/features/edgetokens/edge-verification.test.d.ts +2 -0
- package/dist/lib/features/edgetokens/edge-verification.test.d.ts.map +1 -0
- package/dist/lib/features/edgetokens/edge-verification.test.js +18 -0
- package/dist/lib/features/edgetokens/edge-verification.test.js.map +1 -0
- package/dist/lib/features/edgetokens/fake-edge-token-store.d.ts +11 -0
- package/dist/lib/features/edgetokens/fake-edge-token-store.d.ts.map +1 -0
- package/dist/lib/features/edgetokens/fake-edge-token-store.js +21 -0
- package/dist/lib/features/edgetokens/fake-edge-token-store.js.map +1 -0
- package/dist/lib/features/events/event-store.d.ts.map +1 -1
- package/dist/lib/features/events/event-store.js +14 -3
- package/dist/lib/features/events/event-store.js.map +1 -1
- 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 +10 -1
- 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 +8 -3
- package/dist/lib/features/export-import-toggles/export-import.e2e.test.js.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.d.ts.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.js +6 -3
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.js.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.d.ts +5 -4
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.d.ts.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.js +11 -4
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-count-controller.js.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model-type.d.ts +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model-type.d.ts.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.d.ts +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.d.ts.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.js +17 -18
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.js.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.test.js +17 -0
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-read-model.test.js.map +1 -1
- package/dist/lib/features/feature-links/createFeatureLinkService.d.ts +4 -1
- package/dist/lib/features/feature-links/createFeatureLinkService.d.ts.map +1 -1
- package/dist/lib/features/feature-links/createFeatureLinkService.js +7 -3
- package/dist/lib/features/feature-links/createFeatureLinkService.js.map +1 -1
- package/dist/lib/features/feature-links/feature-link-controller.d.ts.map +1 -1
- package/dist/lib/features/feature-links/feature-link-controller.js +6 -3
- package/dist/lib/features/feature-links/feature-link-controller.js.map +1 -1
- package/dist/lib/features/feature-links/feature-link-service.d.ts +3 -0
- package/dist/lib/features/feature-links/feature-link-service.d.ts.map +1 -1
- package/dist/lib/features/feature-links/feature-link-service.js +5 -0
- package/dist/lib/features/feature-links/feature-link-service.js.map +1 -1
- package/dist/lib/features/feature-links/feature-link-service.test.js +20 -3
- package/dist/lib/features/feature-links/feature-link-service.test.js.map +1 -1
- package/dist/lib/features/feature-search/createFeatureSearchService.d.ts +3 -2
- package/dist/lib/features/feature-search/createFeatureSearchService.d.ts.map +1 -1
- package/dist/lib/features/feature-search/createFeatureSearchService.js +4 -4
- package/dist/lib/features/feature-search/createFeatureSearchService.js.map +1 -1
- package/dist/lib/features/feature-search/feature-search-controller.js +2 -2
- package/dist/lib/features/feature-search/feature-search-controller.js.map +1 -1
- package/dist/lib/features/feature-search/feature-search-service.d.ts +4 -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 +12 -3
- package/dist/lib/features/feature-search/feature-search-service.js.map +1 -1
- package/dist/lib/features/feature-search/feature.search.e2e.test.js +3 -3
- package/dist/lib/features/feature-search/feature.search.e2e.test.js.map +1 -1
- package/dist/lib/features/feature-toggle/configuration-revision-service.d.ts +2 -1
- package/dist/lib/features/feature-toggle/configuration-revision-service.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/configuration-revision-service.js +16 -0
- package/dist/lib/features/feature-toggle/configuration-revision-service.js.map +1 -1
- package/dist/lib/features/feature-toggle/converters/feature-toggle-row-converter.d.ts +1 -1
- package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts +2 -0
- package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js +8 -2
- package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
- package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts +6 -0
- package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js +6 -2
- package/dist/lib/features/feature-toggle/fakes/fake-features-read-model.js.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +6 -6
- package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
- package/dist/lib/features/feature-toggle/feature-toggle-service.js +6 -44
- package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
- 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 +6 -0
- package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
- package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.d.ts +2 -0
- package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.d.ts.map +1 -0
- package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.js +185 -0
- package/dist/lib/features/feature-toggle/tests/feature-toggle-service.constraint-validation.test.js.map +1 -0
- package/dist/lib/features/frontend-api/createFrontendApiService.d.ts.map +1 -1
- package/dist/lib/features/frontend-api/createFrontendApiService.js +2 -0
- package/dist/lib/features/frontend-api/createFrontendApiService.js.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/instance-stats/createInstanceStatsService.d.ts.map +1 -1
- package/dist/lib/features/instance-stats/createInstanceStatsService.js +0 -1
- package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
- package/dist/lib/features/instance-stats/getReadOnlyUsers.d.ts.map +1 -1
- package/dist/lib/features/instance-stats/getReadOnlyUsers.js +1 -16
- package/dist/lib/features/instance-stats/getReadOnlyUsers.js.map +1 -1
- package/dist/lib/features/instance-stats/instance-stats-service.d.ts +5 -3
- package/dist/lib/features/instance-stats/instance-stats-service.d.ts.map +1 -1
- package/dist/lib/features/instance-stats/instance-stats-service.js +15 -2
- package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -1
- package/dist/lib/features/metrics/last-seen/tests/last-seen-service.test.js +2 -2
- package/dist/lib/features/metrics/last-seen/tests/last-seen-service.test.js.map +1 -1
- package/dist/lib/features/metrics/shared/schema.d.ts.map +1 -1
- package/dist/lib/features/metrics/shared/schema.js +10 -2
- package/dist/lib/features/metrics/shared/schema.js.map +1 -1
- package/dist/lib/features/metrics/shared/schema.test.js +18 -0
- package/dist/lib/features/metrics/shared/schema.test.js.map +1 -1
- package/dist/lib/features/pat/createPatService.d.ts +6 -0
- package/dist/lib/features/pat/createPatService.d.ts.map +1 -0
- package/dist/lib/features/pat/createPatService.js +15 -0
- package/dist/lib/features/pat/createPatService.js.map +1 -0
- package/dist/lib/features/pat/fake-pat-store.d.ts +18 -0
- package/dist/lib/features/pat/fake-pat-store.d.ts.map +1 -0
- package/dist/lib/features/pat/fake-pat-store.js +52 -0
- package/dist/lib/features/pat/fake-pat-store.js.map +1 -0
- package/dist/lib/{services → features/pat}/pat-service.d.ts +3 -3
- package/dist/lib/features/pat/pat-service.d.ts.map +1 -0
- package/dist/lib/{services → features/pat}/pat-service.js +5 -5
- package/dist/lib/features/pat/pat-service.js.map +1 -0
- package/dist/lib/{types/stores/pat-store.d.ts → features/pat/pat-store-type.d.ts} +2 -2
- package/dist/lib/features/pat/pat-store-type.d.ts.map +1 -0
- package/dist/lib/features/pat/pat-store-type.js +2 -0
- package/dist/lib/features/pat/pat-store-type.js.map +1 -0
- package/dist/lib/{db → features/pat}/pat-store.d.ts +4 -4
- package/dist/lib/features/pat/pat-store.d.ts.map +1 -0
- package/dist/lib/{db → features/pat}/pat-store.js +1 -1
- package/dist/lib/features/pat/pat-store.js.map +1 -0
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.d.ts.map +1 -1
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.js +4 -2
- package/dist/lib/features/personal-dashboard/personal-dashboard-controller.js.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/constraint.d.ts +2 -1
- package/dist/lib/features/playground/feature-evaluator/constraint.d.ts.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/constraint.js +18 -0
- package/dist/lib/features/playground/feature-evaluator/constraint.js.map +1 -1
- package/dist/lib/features/playground/offline-unleash-client.test.js +105 -0
- package/dist/lib/features/playground/offline-unleash-client.test.js.map +1 -1
- package/dist/lib/features/private-project/privateProjectStore.js +1 -1
- package/dist/lib/features/private-project/privateProjectStore.js.map +1 -1
- package/dist/lib/features/project/project-controller.d.ts.map +1 -1
- package/dist/lib/features/project/project-controller.js +2 -0
- package/dist/lib/features/project/project-controller.js.map +1 -1
- package/dist/lib/features/project-environments/environment-service.d.ts.map +1 -1
- package/dist/lib/features/project-environments/environment-service.js +4 -0
- package/dist/lib/features/project-environments/environment-service.js.map +1 -1
- package/dist/lib/features/project-status/project-status-controller.d.ts.map +1 -1
- package/dist/lib/features/project-status/project-status-controller.js +2 -1
- package/dist/lib/features/project-status/project-status-controller.js.map +1 -1
- package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.d.ts +12 -0
- package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.d.ts.map +1 -0
- package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.js +26 -0
- package/dist/lib/features/release-plans/createReleasePlanMilestoneStrategyService.js.map +1 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.d.ts +20 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.d.ts.map +1 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.js +37 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.js.map +1 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.d.ts +2 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.d.ts.map +1 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.js +69 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-service.test.js.map +1 -0
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.d.ts +10 -2
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.d.ts.map +1 -1
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.js +0 -1
- package/dist/lib/features/release-plans/release-plan-milestone-strategy-store.js.map +1 -1
- package/dist/lib/features/scheduler/schedule-services.d.ts.map +1 -1
- package/dist/lib/features/scheduler/schedule-services.js +3 -2
- package/dist/lib/features/scheduler/schedule-services.js.map +1 -1
- package/dist/lib/features/segment/admin-segment.e2e.test.js +117 -0
- package/dist/lib/features/segment/admin-segment.e2e.test.js.map +1 -1
- package/dist/lib/features/segment/createSegmentService.d.ts.map +1 -1
- package/dist/lib/features/segment/createSegmentService.js +7 -2
- package/dist/lib/features/segment/createSegmentService.js.map +1 -1
- package/dist/lib/features/segment/segment-controller.d.ts +2 -2
- package/dist/lib/features/segment/segment-controller.d.ts.map +1 -1
- package/dist/lib/features/segment/segment-controller.js +8 -5
- package/dist/lib/features/segment/segment-controller.js.map +1 -1
- package/dist/lib/features/segment/segment-service-interface.d.ts +2 -2
- package/dist/lib/features/segment/segment-service-interface.d.ts.map +1 -1
- package/dist/lib/features/segment/segment-service.d.ts +6 -3
- package/dist/lib/features/segment/segment-service.d.ts.map +1 -1
- package/dist/lib/features/segment/segment-service.js +35 -5
- package/dist/lib/features/segment/segment-service.js.map +1 -1
- package/dist/lib/features/users/createUserService.d.ts.map +1 -1
- package/dist/lib/features/users/createUserService.js +3 -1
- package/dist/lib/features/users/createUserService.js.map +1 -1
- package/dist/lib/features/users/user-store.d.ts.map +1 -1
- package/dist/lib/features/users/user-store.js +8 -0
- package/dist/lib/features/users/user-store.js.map +1 -1
- package/dist/lib/features/users/user-updates-read-model.d.ts +3 -0
- package/dist/lib/features/users/user-updates-read-model.d.ts.map +1 -1
- package/dist/lib/features/users/user-updates-read-model.js +3 -0
- package/dist/lib/features/users/user-updates-read-model.js.map +1 -1
- package/dist/lib/metric-events.d.ts +15 -2
- package/dist/lib/metric-events.d.ts.map +1 -1
- package/dist/lib/metric-events.js +2 -1
- package/dist/lib/metric-events.js.map +1 -1
- package/dist/lib/metrics.d.ts.map +1 -1
- package/dist/lib/metrics.js +63 -8
- package/dist/lib/metrics.js.map +1 -1
- package/dist/lib/metrics.test.js +3 -3
- package/dist/lib/metrics.test.js.map +1 -1
- package/dist/lib/middleware/conditional-middleware.d.ts +1 -1
- package/dist/lib/middleware/conditional-middleware.d.ts.map +1 -1
- package/dist/lib/middleware/conditional-middleware.js +2 -5
- package/dist/lib/middleware/conditional-middleware.js.map +1 -1
- package/dist/lib/middleware/response-time-metrics.test.js +4 -0
- package/dist/lib/middleware/response-time-metrics.test.js.map +1 -1
- package/dist/lib/middleware/secure-headers.d.ts.map +1 -1
- package/dist/lib/middleware/secure-headers.js +2 -0
- package/dist/lib/middleware/secure-headers.js.map +1 -1
- package/dist/lib/openapi/spec/admin-segment-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/advanced-playground-environment-feature-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/advanced-playground-feature-schema.d.ts +8 -8
- package/dist/lib/openapi/spec/advanced-playground-response-schema.d.ts +17 -17
- package/dist/lib/openapi/spec/client-feature-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/client-features-delta-schema.d.ts +5 -5
- package/dist/lib/openapi/spec/client-features-schema.d.ts +5 -5
- package/dist/lib/openapi/spec/client-features-schema.test.js +12 -0
- package/dist/lib/openapi/spec/client-features-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/client-metrics-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/client-metrics-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/client-metrics-schema.js +1 -0
- package/dist/lib/openapi/spec/client-metrics-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-segment-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/constraint-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/context-field-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/context-field-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/context-field-schema.js +5 -0
- package/dist/lib/openapi/spec/context-field-schema.js.map +1 -1
- package/dist/lib/openapi/spec/context-fields-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/context-fields-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/context-query-parameters.d.ts +12 -0
- package/dist/lib/openapi/spec/context-query-parameters.d.ts.map +1 -0
- package/dist/lib/openapi/spec/context-query-parameters.js +12 -0
- package/dist/lib/openapi/spec/context-query-parameters.js.map +1 -0
- package/dist/lib/openapi/spec/create-context-field-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/create-context-field-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/create-user-response-schema.d.ts +19 -1
- package/dist/lib/openapi/spec/create-user-response-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/create-user-response-schema.js +8 -1
- package/dist/lib/openapi/spec/create-user-response-schema.js.map +1 -1
- package/dist/lib/openapi/spec/create-user-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/create-user-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/create-user-schema.js +8 -1
- package/dist/lib/openapi/spec/create-user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/edge-environment-projects-list-schema.d.ts +41 -0
- package/dist/lib/openapi/spec/edge-environment-projects-list-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/edge-environment-projects-list-schema.js +39 -0
- package/dist/lib/openapi/spec/edge-environment-projects-list-schema.js.map +1 -0
- package/dist/lib/openapi/spec/edge-token-schema.d.ts +6 -1
- package/dist/lib/openapi/spec/edge-token-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/edge-token-schema.js +6 -1
- package/dist/lib/openapi/spec/edge-token-schema.js.map +1 -1
- package/dist/lib/openapi/spec/environment-project-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/environments-project-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/export-result-schema.d.ts +73 -68
- package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-environment-schema.d.ts +17 -17
- package/dist/lib/openapi/spec/feature-schema.d.ts +34 -34
- package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +34 -34
- package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +36 -36
- package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/group-schema.d.ts +36 -0
- package/dist/lib/openapi/spec/group-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/group-user-model-schema.d.ts +18 -0
- package/dist/lib/openapi/spec/group-user-model-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/groups-schema.d.ts +72 -0
- package/dist/lib/openapi/spec/groups-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/health-overview-schema.d.ts +69 -69
- package/dist/lib/openapi/spec/health-report-schema.d.ts +69 -69
- 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/instance-admin-stats-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/instance-admin-stats-schema.js +6 -0
- package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
- package/dist/lib/openapi/spec/me-schema.d.ts +18 -0
- package/dist/lib/openapi/spec/me-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/playground-constraint-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/playground-feature-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/playground-response-schema.d.ts +9 -9
- package/dist/lib/openapi/spec/playground-segment-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/profile-schema.d.ts +34 -34
- package/dist/lib/openapi/spec/project-environment-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/project-overview-schema.d.ts +69 -69
- package/dist/lib/openapi/spec/public-signup-token-schema.d.ts +18 -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 +36 -0
- package/dist/lib/openapi/spec/public-signup-tokens-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +4 -4
- package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/release-plan-schema.d.ts +8 -8
- package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +8 -8
- package/dist/lib/openapi/spec/resource-limits-schema.d.ts +6 -0
- package/dist/lib/openapi/spec/resource-limits-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/resource-limits-schema.js +6 -0
- package/dist/lib/openapi/spec/resource-limits-schema.js.map +1 -1
- package/dist/lib/openapi/spec/search-features-schema.d.ts +72 -72
- package/dist/lib/openapi/spec/segment-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/segments-schema.d.ts +2 -2
- package/dist/lib/openapi/spec/signup-data-schema.d.ts +42 -0
- package/dist/lib/openapi/spec/signup-data-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/signup-data-schema.js +40 -0
- package/dist/lib/openapi/spec/signup-data-schema.js.map +1 -0
- package/dist/lib/openapi/spec/submit-signup-data-schema.d.ts +50 -0
- package/dist/lib/openapi/spec/submit-signup-data-schema.d.ts.map +1 -0
- package/dist/lib/openapi/spec/submit-signup-data-schema.js +26 -0
- package/dist/lib/openapi/spec/submit-signup-data-schema.js.map +1 -0
- package/dist/lib/openapi/spec/ui-config-schema.d.ts +11 -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/update-context-field-schema.d.ts +5 -0
- package/dist/lib/openapi/spec/update-context-field-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/update-context-field-schema.js +5 -0
- package/dist/lib/openapi/spec/update-context-field-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-feature-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +18 -2
- package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/update-feature-strategy-schema.js +17 -1
- package/dist/lib/openapi/spec/update-feature-strategy-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-user-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/update-user-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/update-user-schema.js +8 -1
- package/dist/lib/openapi/spec/update-user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/upsert-segment-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/user-access-overview-schema.d.ts +18 -0
- package/dist/lib/openapi/spec/user-access-overview-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/user-schema.d.ts +18 -0
- package/dist/lib/openapi/spec/user-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/user-schema.js +18 -0
- package/dist/lib/openapi/spec/user-schema.js.map +1 -1
- package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +72 -0
- package/dist/lib/openapi/spec/users-groups-base-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/users-schema.d.ts +18 -0
- package/dist/lib/openapi/spec/users-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/users-search-schema.d.ts +18 -0
- package/dist/lib/openapi/spec/users-search-schema.d.ts.map +1 -1
- package/dist/lib/openapi/spec/validated-edge-tokens-schema.d.ts +6 -1
- package/dist/lib/openapi/spec/validated-edge-tokens-schema.d.ts.map +1 -1
- package/dist/lib/openapi/util/api-operation.d.ts +23 -5
- package/dist/lib/openapi/util/api-operation.d.ts.map +1 -1
- package/dist/lib/openapi/util/api-stability.d.ts +3 -0
- package/dist/lib/openapi/util/api-stability.d.ts.map +1 -0
- package/dist/lib/openapi/util/api-stability.js +49 -0
- package/dist/lib/openapi/util/api-stability.js.map +1 -0
- package/dist/lib/openapi/util/api-stability.test.d.ts +2 -0
- package/dist/lib/openapi/util/api-stability.test.d.ts.map +1 -0
- package/dist/lib/openapi/util/api-stability.test.js +140 -0
- package/dist/lib/openapi/util/api-stability.test.js.map +1 -0
- package/dist/lib/openapi/util/openapi-tags.d.ts +6 -6
- package/dist/lib/openapi/util/openapi-tags.d.ts.map +1 -1
- package/dist/lib/openapi/util/openapi-tags.js +4 -4
- package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
- package/dist/lib/routes/admin-api/index.js +1 -1
- package/dist/lib/routes/admin-api/index.js.map +1 -1
- package/dist/lib/routes/admin-api/instance-admin.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/instance-admin.js +1 -0
- package/dist/lib/routes/admin-api/instance-admin.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 +5 -1
- package/dist/lib/routes/admin-api/project/variants.js.map +1 -1
- package/dist/lib/routes/admin-api/user-admin.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/user-admin.js +4 -4
- package/dist/lib/routes/admin-api/user-admin.js.map +1 -1
- package/dist/lib/routes/admin-api/user-splash.d.ts.map +1 -1
- package/dist/lib/routes/admin-api/user-splash.js +2 -1
- package/dist/lib/routes/admin-api/user-splash.js.map +1 -1
- package/dist/lib/routes/edge-api/index.d.ts +4 -3
- package/dist/lib/routes/edge-api/index.d.ts.map +1 -1
- package/dist/lib/routes/edge-api/index.js +39 -7
- package/dist/lib/routes/edge-api/index.js.map +1 -1
- package/dist/lib/schema/feature-schema.test.js +1 -1
- package/dist/lib/schema/feature-schema.test.js.map +1 -1
- package/dist/lib/server-impl.d.ts +3 -2
- package/dist/lib/server-impl.d.ts.map +1 -1
- package/dist/lib/server-impl.js +4 -1
- package/dist/lib/server-impl.js.map +1 -1
- package/dist/lib/services/access-service.test.js +1 -2
- package/dist/lib/services/access-service.test.js.map +1 -1
- package/dist/lib/services/api-token-service.d.ts.map +1 -1
- package/dist/lib/services/api-token-service.js +3 -1
- package/dist/lib/services/api-token-service.js.map +1 -1
- package/dist/lib/services/context-schema.d.ts.map +1 -1
- package/dist/lib/services/context-schema.js +1 -0
- package/dist/lib/services/context-schema.js.map +1 -1
- package/dist/lib/services/edge-service.d.ts +22 -7
- package/dist/lib/services/edge-service.d.ts.map +1 -1
- package/dist/lib/services/edge-service.js +87 -9
- package/dist/lib/services/edge-service.js.map +1 -1
- package/dist/lib/services/index.d.ts +8 -3
- package/dist/lib/services/index.d.ts.map +1 -1
- package/dist/lib/services/index.js +26 -8
- package/dist/lib/services/index.js.map +1 -1
- package/dist/lib/services/openapi-service.d.ts +8 -2
- package/dist/lib/services/openapi-service.d.ts.map +1 -1
- package/dist/lib/services/openapi-service.js +49 -7
- package/dist/lib/services/openapi-service.js.map +1 -1
- package/dist/lib/services/openapi-service.test.d.ts +2 -0
- package/dist/lib/services/openapi-service.test.d.ts.map +1 -0
- package/dist/lib/services/openapi-service.test.js +41 -0
- package/dist/lib/services/openapi-service.test.js.map +1 -0
- package/dist/lib/services/user-service.d.ts +6 -1
- package/dist/lib/services/user-service.d.ts.map +1 -1
- package/dist/lib/services/user-service.js +16 -7
- package/dist/lib/services/user-service.js.map +1 -1
- package/dist/lib/services/user-service.test.js +25 -26
- package/dist/lib/services/user-service.test.js.map +1 -1
- package/dist/lib/services/version-service.d.ts +1 -0
- package/dist/lib/services/version-service.d.ts.map +1 -1
- package/dist/lib/services/version-service.js.map +1 -1
- package/dist/lib/services/version-service.test.js +1 -0
- package/dist/lib/services/version-service.test.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 +10 -0
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/lib/types/model.d.ts +10 -1
- package/dist/lib/types/model.d.ts.map +1 -1
- package/dist/lib/types/model.js +1 -0
- package/dist/lib/types/model.js.map +1 -1
- package/dist/lib/types/option.d.ts +5 -0
- package/dist/lib/types/option.d.ts.map +1 -1
- package/dist/lib/types/permissions.d.ts +1 -0
- package/dist/lib/types/permissions.d.ts.map +1 -1
- package/dist/lib/types/permissions.js +2 -0
- package/dist/lib/types/permissions.js.map +1 -1
- package/dist/lib/types/stores/edge-store.d.ts +14 -0
- package/dist/lib/types/stores/edge-store.d.ts.map +1 -0
- package/dist/lib/types/stores/edge-store.js +2 -0
- package/dist/lib/types/stores/edge-store.js.map +1 -0
- package/dist/lib/types/stores/user-store.d.ts +4 -0
- package/dist/lib/types/stores/user-store.d.ts.map +1 -1
- package/dist/lib/types/stores.d.ts +6 -4
- package/dist/lib/types/stores.d.ts.map +1 -1
- package/dist/lib/types/stores.js +1 -1
- package/dist/lib/types/stores.js.map +1 -1
- package/dist/lib/types/user.d.ts +13 -1
- package/dist/lib/types/user.d.ts.map +1 -1
- package/dist/lib/types/user.js +5 -1
- package/dist/lib/types/user.js.map +1 -1
- package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -1
- package/dist/lib/ui-config/ui-config-service.js +1 -0
- package/dist/lib/ui-config/ui-config-service.js.map +1 -1
- package/dist/lib/ui-config/ui-config.test.js +5 -1
- package/dist/lib/ui-config/ui-config.test.js.map +1 -1
- package/dist/lib/util/constants.d.ts +2 -1
- package/dist/lib/util/constants.d.ts.map +1 -1
- package/dist/lib/util/constants.js +2 -0
- package/dist/lib/util/constants.js.map +1 -1
- package/dist/lib/util/validators/constraint-types.d.ts +1 -0
- package/dist/lib/util/validators/constraint-types.d.ts.map +1 -1
- package/dist/lib/util/validators/constraint-types.js +12 -0
- package/dist/lib/util/validators/constraint-types.js.map +1 -1
- package/dist/lib/util/validators/constraint-types.test.js +25 -1
- package/dist/lib/util/validators/constraint-types.test.js.map +1 -1
- package/dist/mailtemplates/getting-started/getting-started.html.mustache +7 -2
- package/dist/mailtemplates/getting-started/getting-started.plain.mustache +6 -1
- package/dist/migrations/20251210144308-add-project-column-to-context-fields.d.ts +3 -0
- package/dist/migrations/20251210144308-add-project-column-to-context-fields.d.ts.map +1 -0
- package/dist/migrations/20251210144308-add-project-column-to-context-fields.js +8 -0
- package/dist/migrations/20251210144308-add-project-column-to-context-fields.js.map +1 -0
- package/dist/migrations/20251218153722-predefined-project-role-reader.d.ts +3 -0
- package/dist/migrations/20251218153722-predefined-project-role-reader.d.ts.map +1 -0
- package/dist/migrations/20251218153722-predefined-project-role-reader.js +24 -0
- package/dist/migrations/20251218153722-predefined-project-role-reader.js.map +1 -0
- package/dist/migrations/20260106164443-users-seat-type.d.ts +3 -0
- package/dist/migrations/20260106164443-users-seat-type.d.ts.map +1 -0
- package/dist/migrations/20260106164443-users-seat-type.js +8 -0
- package/dist/migrations/20260106164443-users-seat-type.js.map +1 -0
- package/dist/migrations/20260112111353-add-project-context-permission.d.ts +3 -0
- package/dist/migrations/20260112111353-add-project-context-permission.d.ts.map +1 -0
- package/dist/migrations/20260112111353-add-project-context-permission.js +9 -0
- package/dist/migrations/20260112111353-add-project-context-permission.js.map +1 -0
- package/dist/migrations/20260115122651-project-owner-crud-project-context.d.ts +3 -0
- package/dist/migrations/20260115122651-project-owner-crud-project-context.d.ts.map +1 -0
- package/dist/migrations/20260115122651-project-owner-crud-project-context.js +14 -0
- package/dist/migrations/20260115122651-project-owner-crud-project-context.js.map +1 -0
- package/dist/migrations/20260115122720-project-owner-crud-project-segment.d.ts +3 -0
- package/dist/migrations/20260115122720-project-owner-crud-project-segment.d.ts.map +1 -0
- package/dist/migrations/20260115122720-project-owner-crud-project-segment.js +14 -0
- package/dist/migrations/20260115122720-project-owner-crud-project-segment.js.map +1 -0
- package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.d.ts +3 -0
- package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.d.ts.map +1 -0
- package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.js +8 -0
- package/dist/migrations/20260119100647-add-api-key-revision-id-to-edge-observability.js.map +1 -0
- package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.d.ts +3 -0
- package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.d.ts.map +1 -0
- package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.js +39 -0
- package/dist/migrations/20260204150900-add-edge-hmac-verification-tables.js.map +1 -0
- package/dist/migrations/20260213095258-users-company-role-and-email-consent.d.ts +3 -0
- package/dist/migrations/20260213095258-users-company-role-and-email-consent.d.ts.map +1 -0
- package/dist/migrations/20260213095258-users-company-role-and-email-consent.js +12 -0
- package/dist/migrations/20260213095258-users-company-role-and-email-consent.js.map +1 -0
- package/dist/server-dev.js +7 -0
- package/dist/server-dev.js.map +1 -1
- package/dist/test/arbitraries.test.d.ts.map +1 -1
- package/dist/test/arbitraries.test.js +3 -9
- package/dist/test/arbitraries.test.js.map +1 -1
- package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.d.ts +2 -0
- package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.d.ts.map +1 -0
- package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.js +81 -0
- package/dist/test/e2e/api/admin/context-api-include-query-params.e2e.test.js.map +1 -0
- 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/instance-admin.e2e.test.js +1 -1
- package/dist/test/e2e/api/admin/playground.e2e.test.js +11 -10
- package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project/variants.e2e.test.js +19 -0
- package/dist/test/e2e/api/admin/project/variants.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/project-context.e2e.test.d.ts +2 -0
- package/dist/test/e2e/api/admin/project-context.e2e.test.d.ts.map +1 -0
- package/dist/test/e2e/api/admin/project-context.e2e.test.js +102 -0
- package/dist/test/e2e/api/admin/project-context.e2e.test.js.map +1 -0
- package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js +3 -0
- 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 +3 -0
- 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 +15 -2
- package/dist/test/e2e/api/client/feature.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js +254 -113
- package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/edge/create-token-request.test.d.ts +2 -0
- package/dist/test/e2e/api/edge/create-token-request.test.d.ts.map +1 -0
- package/dist/test/e2e/api/edge/create-token-request.test.js +215 -0
- package/dist/test/e2e/api/edge/create-token-request.test.js.map +1 -0
- package/dist/test/e2e/services/edge-service.e2e.test.js +106 -3
- package/dist/test/e2e/services/edge-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/reset-token-service.e2e.test.js +3 -0
- package/dist/test/e2e/services/reset-token-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/user-service.e2e.test.js +3 -0
- package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/stores/event-store.e2e.test.js +17 -29
- package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
- package/dist/test/e2e/users/inactive/inactive-users-service.test.js +3 -1
- package/dist/test/e2e/users/inactive/inactive-users-service.test.js.map +1 -1
- package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.d.ts +17 -0
- package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.d.ts.map +1 -0
- package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.js +44 -0
- package/dist/test/fixtures/fake-release-plan-milestone-strategy-store.js.map +1 -0
- package/dist/test/fixtures/store.d.ts.map +1 -1
- package/dist/test/fixtures/store.js +5 -2
- package/dist/test/fixtures/store.js.map +1 -1
- package/frontend/build/index.html +2 -2
- package/frontend/build/static/AdvancedPlayground-DRpxJMnK.js +3 -0
- package/frontend/build/static/BackendConnections-_n7OFNmD.js +1 -0
- package/frontend/build/static/{CreateProject-ChlGOrPC.js → CreateProject-068uYB82.js} +1 -1
- package/frontend/build/static/EnterpriseEdge-D8BFcFOL.js +3 -0
- package/frontend/build/static/{FeatureMetricsChart-Bt6HiI-s.js → FeatureMetricsChart-CmPDv0Qg.js} +2 -2
- package/frontend/build/static/FeatureStaleDialog-p_WEko7Q.js +7 -0
- package/frontend/build/static/FeatureViewLazyExport-CsvADBC_.js +10 -0
- package/frontend/build/static/FlagMetricsChart-D0cnIXiN.js +2 -0
- package/frontend/build/static/FrontendNetworkTrafficUsage-DF0QQUFI.js +1 -0
- package/frontend/build/static/GridLayoutWrapper-CvaFKuMM.js +3 -0
- package/frontend/build/static/ImpactMetricsPage-BQnbfPhs.js +1 -0
- package/frontend/build/static/LazyAdminExport-CaPIJWoT.js +38 -0
- package/frontend/build/static/{LazyProjectExport-DPAYnCIy.js → LazyProjectExport-DxVvRHV2.js} +19 -19
- package/frontend/build/static/{LifecycleChartComponent-DubZNJlv.js → LifecycleChartComponent-7r5tp81g.js} +3 -3
- package/frontend/build/static/{LineChartComponent-CY-8M35z.js → LineChartComponent-p_JFdSdE.js} +1 -1
- package/frontend/build/static/{MarkCompletedDialogue-BwS_OP77.js → MarkCompletedDialogue-BHRKKIec.js} +1 -1
- package/frontend/build/static/{NetworkOverview-p_eqqiwO.js → NetworkOverview-Dr4-ROCD.js} +1 -1
- package/frontend/build/static/{NetworkPrometheusAPIWarning-BhqdG7Dp.js → NetworkPrometheusAPIWarning-COfHXZmz.js} +1 -1
- package/frontend/build/static/{NetworkTraffic-NxX5X_w8.js → NetworkTraffic-Dm-2mi3M.js} +1 -1
- package/frontend/build/static/NetworkTrafficUsage-fGr4QA8t.js +1 -0
- package/frontend/build/static/{PercentageDonut-BoaVP9ed.js → PercentageDonut-DystLTgb.js} +1 -1
- package/frontend/build/static/{ReactJSONEditor-DfZdSwoC.js → ReactJSONEditor-CdN66QkS.js} +1 -1
- package/frontend/build/static/RoleCell-BjcvUPQZ.js +1 -0
- package/frontend/build/static/aggregateFeatureMetrics-60FrVlfS.js +1 -0
- package/frontend/build/static/docker-HG7DQx-Z.svg +5 -0
- package/frontend/build/static/{formatTickValue-Csg87IVi.js → formatTickValue-CODpmZvr.js} +2 -2
- package/frontend/build/static/impact-metrics-icon-a6_57VN1.svg +9 -0
- package/frontend/build/static/index-B_EIW-7Y.js +568 -0
- package/frontend/build/static/lenovo-DIzNtfrT.svg +3 -0
- package/frontend/build/static/lloyds-DxlC9g3t.svg +10 -0
- package/frontend/build/static/networkTrafficUsageHighlightPlugin-COgb9_ZU.js +1 -0
- package/frontend/build/static/samsung-DOytOsnV.svg +10 -0
- package/frontend/build/static/unleash_logo_dark_no_label-DHgOj_XN.svg +6 -0
- package/frontend/build/static/unleash_logo_white_no_label-BazgWvcx.svg +6 -0
- package/frontend/build/static/{useApiTokens-Btk4Hd2u.js → useApiTokens-CdZATTgS.js} +1 -1
- package/frontend/build/static/visa-CkneNM2O.svg +10 -0
- package/frontend/package.json +9 -7
- package/package.json +20 -17
- package/dist/lib/db/pat-store.d.ts.map +0 -1
- package/dist/lib/db/pat-store.js.map +0 -1
- package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.d.ts +0 -2
- package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.d.ts.map +0 -1
- package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.js +0 -36
- package/dist/lib/features/instance-stats/getReadOnlyUsers.e2e.test.js.map +0 -1
- package/dist/lib/routes/admin-api/constraints.d.ts.map +0 -1
- package/dist/lib/routes/admin-api/constraints.js.map +0 -1
- package/dist/lib/services/pat-service.d.ts.map +0 -1
- package/dist/lib/services/pat-service.js.map +0 -1
- package/dist/lib/types/stores/pat-store.d.ts.map +0 -1
- package/dist/lib/types/stores/pat-store.js +0 -2
- package/dist/lib/types/stores/pat-store.js.map +0 -1
- package/dist/test/e2e/api/admin/constraints.e2e.test.d.ts.map +0 -1
- package/dist/test/e2e/api/admin/constraints.e2e.test.js.map +0 -1
- package/dist/test/fixtures/fake-pat-store.d.ts +0 -16
- package/dist/test/fixtures/fake-pat-store.d.ts.map +0 -1
- package/dist/test/fixtures/fake-pat-store.js +0 -35
- package/dist/test/fixtures/fake-pat-store.js.map +0 -1
- package/frontend/build/static/AdvancedPlayground-CmMV64it.js +0 -3
- package/frontend/build/static/BackendConnections-MqHimHCS.js +0 -1
- package/frontend/build/static/EnterpriseEdge-cJFso1xz.js +0 -1
- package/frontend/build/static/FeatureStaleDialog-DZEtcHDT.js +0 -7
- package/frontend/build/static/FeatureViewLazyExport-BPB1jWYz.js +0 -10
- package/frontend/build/static/FlagMetricsChart-CvsBPrQG.js +0 -2
- package/frontend/build/static/FrontendNetworkTrafficUsage-D8l5Nldl.js +0 -1
- package/frontend/build/static/GridLayoutWrapper-2osRRgh4.js +0 -3
- package/frontend/build/static/ImpactMetricsPage-Chv_7_jx.js +0 -1
- package/frontend/build/static/LazyAdminExport-BOTczpO1.js +0 -38
- package/frontend/build/static/NetworkTrafficUsage-B-4F8Mzq.js +0 -1
- package/frontend/build/static/RoleCell-Da0TjMne.js +0 -1
- package/frontend/build/static/aggregateFeatureMetrics-yZy5qwho.js +0 -1
- package/frontend/build/static/index-BAMIkcom.js +0 -542
- package/frontend/build/static/networkTrafficUsageHighlightPlugin-Dje5Vuvo.js +0 -1
- /package/dist/{test/e2e/api/admin → lib/features/constraints}/constraints.e2e.test.d.ts +0 -0
|
@@ -61,7 +61,7 @@ export declare const segmentSchema: {
|
|
|
61
61
|
readonly operator: {
|
|
62
62
|
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
|
|
63
63
|
readonly type: "string";
|
|
64
|
-
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"];
|
|
64
|
+
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", "REGEX"];
|
|
65
65
|
readonly example: "IN";
|
|
66
66
|
};
|
|
67
67
|
readonly caseInsensitive: {
|
|
@@ -93,7 +93,7 @@ export declare const segmentsSchema: {
|
|
|
93
93
|
readonly operator: {
|
|
94
94
|
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
|
|
95
95
|
readonly type: "string";
|
|
96
|
-
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"];
|
|
96
|
+
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", "REGEX"];
|
|
97
97
|
readonly example: "IN";
|
|
98
98
|
};
|
|
99
99
|
readonly caseInsensitive: {
|
|
@@ -140,7 +140,7 @@ export declare const segmentsSchema: {
|
|
|
140
140
|
readonly operator: {
|
|
141
141
|
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
|
|
142
142
|
readonly type: "string";
|
|
143
|
-
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"];
|
|
143
|
+
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", "REGEX"];
|
|
144
144
|
readonly example: "IN";
|
|
145
145
|
};
|
|
146
146
|
readonly caseInsensitive: {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { FromSchema } from 'json-schema-to-ts';
|
|
2
|
+
export declare const signupDataSchema: {
|
|
3
|
+
readonly $id: "#/components/schemas/signupDataSchema";
|
|
4
|
+
readonly type: "object";
|
|
5
|
+
readonly description: "An object describing the user and company signup data.";
|
|
6
|
+
readonly additionalProperties: false;
|
|
7
|
+
readonly properties: {
|
|
8
|
+
readonly shouldSetPassword: {
|
|
9
|
+
readonly type: "boolean";
|
|
10
|
+
readonly description: "Whether the user should set a password as part of the signup process.";
|
|
11
|
+
readonly example: false;
|
|
12
|
+
};
|
|
13
|
+
readonly name: {
|
|
14
|
+
readonly type: "string";
|
|
15
|
+
readonly description: "The user's name.";
|
|
16
|
+
readonly example: "Mark Scout";
|
|
17
|
+
};
|
|
18
|
+
readonly companyRole: {
|
|
19
|
+
readonly type: "string";
|
|
20
|
+
readonly description: "The role of the user within the company.";
|
|
21
|
+
readonly example: "Developer";
|
|
22
|
+
};
|
|
23
|
+
readonly companyName: {
|
|
24
|
+
readonly type: "string";
|
|
25
|
+
readonly description: "The name of the company.";
|
|
26
|
+
readonly example: "Lumon Industries";
|
|
27
|
+
};
|
|
28
|
+
readonly companyIsNA: {
|
|
29
|
+
readonly type: "boolean";
|
|
30
|
+
readonly description: "Whether the company is based in North America.";
|
|
31
|
+
readonly example: true;
|
|
32
|
+
};
|
|
33
|
+
readonly productUpdatesEmailConsent: {
|
|
34
|
+
readonly type: "boolean";
|
|
35
|
+
readonly description: "Whether the user has consented to receive product update emails.";
|
|
36
|
+
readonly example: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
readonly components: {};
|
|
40
|
+
};
|
|
41
|
+
export type SignupDataSchema = FromSchema<typeof signupDataSchema>;
|
|
42
|
+
//# sourceMappingURL=signup-data-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signup-data-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/signup-data-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export const signupDataSchema = {
|
|
2
|
+
$id: '#/components/schemas/signupDataSchema',
|
|
3
|
+
type: 'object',
|
|
4
|
+
description: 'An object describing the user and company signup data.',
|
|
5
|
+
additionalProperties: false,
|
|
6
|
+
properties: {
|
|
7
|
+
shouldSetPassword: {
|
|
8
|
+
type: 'boolean',
|
|
9
|
+
description: 'Whether the user should set a password as part of the signup process.',
|
|
10
|
+
example: false,
|
|
11
|
+
},
|
|
12
|
+
name: {
|
|
13
|
+
type: 'string',
|
|
14
|
+
description: "The user's name.",
|
|
15
|
+
example: 'Mark Scout',
|
|
16
|
+
},
|
|
17
|
+
companyRole: {
|
|
18
|
+
type: 'string',
|
|
19
|
+
description: 'The role of the user within the company.',
|
|
20
|
+
example: 'Developer',
|
|
21
|
+
},
|
|
22
|
+
companyName: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
description: 'The name of the company.',
|
|
25
|
+
example: 'Lumon Industries',
|
|
26
|
+
},
|
|
27
|
+
companyIsNA: {
|
|
28
|
+
type: 'boolean',
|
|
29
|
+
description: 'Whether the company is based in North America.',
|
|
30
|
+
example: true,
|
|
31
|
+
},
|
|
32
|
+
productUpdatesEmailConsent: {
|
|
33
|
+
type: 'boolean',
|
|
34
|
+
description: 'Whether the user has consented to receive product update emails.',
|
|
35
|
+
example: true,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
components: {},
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=signup-data-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signup-data-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/signup-data-schema.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC5B,GAAG,EAAE,uCAAuC;IAC5C,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,wDAAwD;IACrE,oBAAoB,EAAE,KAAK;IAC3B,UAAU,EAAE;QACR,iBAAiB,EAAE;YACf,IAAI,EAAE,SAAS;YACf,WAAW,EACP,uEAAuE;YAC3E,OAAO,EAAE,KAAK;SACjB;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,kBAAkB;YAC/B,OAAO,EAAE,YAAY;SACxB;QACD,WAAW,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,0CAA0C;YACvD,OAAO,EAAE,WAAW;SACvB;QACD,WAAW,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,0BAA0B;YACvC,OAAO,EAAE,kBAAkB;SAC9B;QACD,WAAW,EAAE;YACT,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,gDAAgD;YAC7D,OAAO,EAAE,IAAI;SAChB;QACD,0BAA0B,EAAE;YACxB,IAAI,EAAE,SAAS;YACf,WAAW,EACP,kEAAkE;YACtE,OAAO,EAAE,IAAI;SAChB;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { FromSchema } from 'json-schema-to-ts';
|
|
2
|
+
export declare const submitSignupDataSchema: {
|
|
3
|
+
readonly $id: "#/components/schemas/submitSignupDataSchema";
|
|
4
|
+
readonly type: "object";
|
|
5
|
+
readonly description: "An object describing the user and company signup data submission.";
|
|
6
|
+
readonly additionalProperties: false;
|
|
7
|
+
readonly properties: {
|
|
8
|
+
readonly password: {
|
|
9
|
+
readonly type: "string";
|
|
10
|
+
readonly example: "k!5As3HquUrQ";
|
|
11
|
+
readonly description: "The user's new password.";
|
|
12
|
+
};
|
|
13
|
+
readonly inviteEmails: {
|
|
14
|
+
readonly type: "array";
|
|
15
|
+
readonly description: "A list of email addresses to invite.";
|
|
16
|
+
readonly items: {
|
|
17
|
+
readonly type: "string";
|
|
18
|
+
};
|
|
19
|
+
readonly example: readonly ["marks@lumon.industries", "hellyr@lumon.industries"];
|
|
20
|
+
};
|
|
21
|
+
readonly name: {
|
|
22
|
+
readonly type: "string";
|
|
23
|
+
readonly description: "The user's name.";
|
|
24
|
+
readonly example: "Mark Scout";
|
|
25
|
+
};
|
|
26
|
+
readonly companyRole: {
|
|
27
|
+
readonly type: "string";
|
|
28
|
+
readonly description: "The role of the user within the company.";
|
|
29
|
+
readonly example: "Developer";
|
|
30
|
+
};
|
|
31
|
+
readonly companyName: {
|
|
32
|
+
readonly type: "string";
|
|
33
|
+
readonly description: "The name of the company.";
|
|
34
|
+
readonly example: "Lumon Industries";
|
|
35
|
+
};
|
|
36
|
+
readonly companyIsNA: {
|
|
37
|
+
readonly type: "boolean";
|
|
38
|
+
readonly description: "Whether the company is based in North America.";
|
|
39
|
+
readonly example: true;
|
|
40
|
+
};
|
|
41
|
+
readonly productUpdatesEmailConsent: {
|
|
42
|
+
readonly type: "boolean";
|
|
43
|
+
readonly description: "Whether the user has consented to receive product update emails.";
|
|
44
|
+
readonly example: true;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
readonly components: {};
|
|
48
|
+
};
|
|
49
|
+
export type SubmitSignupDataSchema = FromSchema<typeof submitSignupDataSchema>;
|
|
50
|
+
//# sourceMappingURL=submit-signup-data-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-signup-data-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/submit-signup-data-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAMpD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { signupDataSchema } from './signup-data-schema.js';
|
|
2
|
+
const { shouldSetPassword, ...commonSignupDataProperties } = signupDataSchema.properties;
|
|
3
|
+
export const submitSignupDataSchema = {
|
|
4
|
+
$id: '#/components/schemas/submitSignupDataSchema',
|
|
5
|
+
type: 'object',
|
|
6
|
+
description: 'An object describing the user and company signup data submission.',
|
|
7
|
+
additionalProperties: false,
|
|
8
|
+
properties: {
|
|
9
|
+
...commonSignupDataProperties,
|
|
10
|
+
password: {
|
|
11
|
+
type: 'string',
|
|
12
|
+
example: 'k!5As3HquUrQ',
|
|
13
|
+
description: `The user's new password.`,
|
|
14
|
+
},
|
|
15
|
+
inviteEmails: {
|
|
16
|
+
type: 'array',
|
|
17
|
+
description: 'A list of email addresses to invite.',
|
|
18
|
+
items: {
|
|
19
|
+
type: 'string',
|
|
20
|
+
},
|
|
21
|
+
example: ['marks@lumon.industries', 'hellyr@lumon.industries'],
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
components: {},
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=submit-signup-data-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit-signup-data-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/submit-signup-data-schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,EAAE,iBAAiB,EAAE,GAAG,0BAA0B,EAAE,GACtD,gBAAgB,CAAC,UAAU,CAAC;AAEhC,MAAM,CAAC,MAAM,sBAAsB,GAAG;IAClC,GAAG,EAAE,6CAA6C;IAClD,IAAI,EAAE,QAAQ;IACd,WAAW,EACP,mEAAmE;IACvE,oBAAoB,EAAE,KAAK;IAC3B,UAAU,EAAE;QACR,GAAG,0BAA0B;QAC7B,QAAQ,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,cAAc;YACvB,WAAW,EAAE,0BAA0B;SAC1C;QACD,YAAY,EAAE;YACV,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,sCAAsC;YACnD,KAAK,EAAE;gBACH,IAAI,EAAE,QAAQ;aACjB;YACD,OAAO,EAAE,CAAC,wBAAwB,EAAE,yBAAyB,CAAC;SACjE;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
|
|
@@ -32,6 +32,11 @@ export declare const uiConfigSchema: {
|
|
|
32
32
|
readonly example: "subscription";
|
|
33
33
|
readonly enum: readonly ["subscription", "pay-as-you-go"];
|
|
34
34
|
};
|
|
35
|
+
readonly edgeUrl: {
|
|
36
|
+
readonly type: "string";
|
|
37
|
+
readonly description: "The URL of the Unleash Edge instance.";
|
|
38
|
+
readonly example: "https://yourcompany.edge.getunleash.io";
|
|
39
|
+
};
|
|
35
40
|
readonly unleashUrl: {
|
|
36
41
|
readonly type: "string";
|
|
37
42
|
readonly description: "The URL of the Unleash instance.";
|
|
@@ -353,6 +358,12 @@ export declare const uiConfigSchema: {
|
|
|
353
358
|
readonly example: 5;
|
|
354
359
|
readonly description: "The maximum number of release templates allowed.";
|
|
355
360
|
};
|
|
361
|
+
readonly readOnlyUsers: {
|
|
362
|
+
readonly type: "integer";
|
|
363
|
+
readonly example: 50;
|
|
364
|
+
readonly description: "The maximum number of read-only users allowed.";
|
|
365
|
+
readonly minimum: 0;
|
|
366
|
+
};
|
|
356
367
|
};
|
|
357
368
|
readonly components: {};
|
|
358
369
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-config-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/ui-config-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAKpD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"ui-config-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/ui-config-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAKpD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgMjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC"}
|
|
@@ -34,6 +34,11 @@ export const uiConfigSchema = {
|
|
|
34
34
|
example: 'subscription',
|
|
35
35
|
enum: ['subscription', 'pay-as-you-go'],
|
|
36
36
|
},
|
|
37
|
+
edgeUrl: {
|
|
38
|
+
type: 'string',
|
|
39
|
+
description: 'The URL of the Unleash Edge instance.',
|
|
40
|
+
example: 'https://yourcompany.edge.getunleash.io',
|
|
41
|
+
},
|
|
37
42
|
unleashUrl: {
|
|
38
43
|
type: 'string',
|
|
39
44
|
description: 'The URL of the Unleash instance.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-config-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/ui-config-schema.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ui-config-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/ui-config-schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -33,6 +33,11 @@ export declare const updateContextFieldSchema: {
|
|
|
33
33
|
readonly $ref: "#/components/schemas/legalValueSchema";
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
|
+
readonly project: {
|
|
37
|
+
readonly description: "The project this context field belongs to (if it is project-specific)";
|
|
38
|
+
readonly type: "string";
|
|
39
|
+
readonly example: "my-project";
|
|
40
|
+
};
|
|
36
41
|
};
|
|
37
42
|
readonly components: {
|
|
38
43
|
readonly schemas: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-context-field-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-context-field-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"update-context-field-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-context-field-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8C3B,CAAC;AAEX,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAC7C,OAAO,wBAAwB,CAClC,CAAC"}
|
|
@@ -31,6 +31,11 @@ export const updateContextFieldSchema = {
|
|
|
31
31
|
$ref: '#/components/schemas/legalValueSchema',
|
|
32
32
|
},
|
|
33
33
|
},
|
|
34
|
+
project: {
|
|
35
|
+
description: 'The project this context field belongs to (if it is project-specific)',
|
|
36
|
+
type: 'string',
|
|
37
|
+
example: 'my-project',
|
|
38
|
+
},
|
|
34
39
|
},
|
|
35
40
|
components: {
|
|
36
41
|
schemas: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-context-field-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-context-field-schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACpC,GAAG,EAAE,+CAA+C;IACpD,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,yDAAyD;IACtE,UAAU,EAAE;QACR,WAAW,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,oCAAoC;YACjD,OAAO,EAAE,8BAA8B;SAC1C;QACD,UAAU,EAAE;YACR,IAAI,EAAE,SAAS;YACf,WAAW,EACP,gKAAgK;YACpK,OAAO,EAAE,KAAK;SACjB;QACD,SAAS,EAAE;YACP,IAAI,EAAE,SAAS;YACf,WAAW,EACP,4EAA4E;YAChF,OAAO,EAAE,CAAC;SACb;QACD,WAAW,EAAE;YACT,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,iDAAiD;YAC9D,OAAO,EAAE;gBACL,EAAE,KAAK,EAAE,MAAM,EAAE;gBACjB,EAAE,KAAK,EAAE,QAAQ,EAAE;gBACnB,EAAE,KAAK,EAAE,SAAS,EAAE;aACvB;YACD,KAAK,EAAE;gBACH,IAAI,EAAE,uCAAuC;aAChD;SACJ;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,gBAAgB;SACnB;KACJ;CACK,CAAC"}
|
|
1
|
+
{"version":3,"file":"update-context-field-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-context-field-schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACpC,GAAG,EAAE,+CAA+C;IACpD,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,yDAAyD;IACtE,UAAU,EAAE;QACR,WAAW,EAAE;YACT,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,oCAAoC;YACjD,OAAO,EAAE,8BAA8B;SAC1C;QACD,UAAU,EAAE;YACR,IAAI,EAAE,SAAS;YACf,WAAW,EACP,gKAAgK;YACpK,OAAO,EAAE,KAAK;SACjB;QACD,SAAS,EAAE;YACP,IAAI,EAAE,SAAS;YACf,WAAW,EACP,4EAA4E;YAChF,OAAO,EAAE,CAAC;SACb;QACD,WAAW,EAAE;YACT,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,iDAAiD;YAC9D,OAAO,EAAE;gBACL,EAAE,KAAK,EAAE,MAAM,EAAE;gBACjB,EAAE,KAAK,EAAE,QAAQ,EAAE;gBACnB,EAAE,KAAK,EAAE,SAAS,EAAE;aACvB;YACD,KAAK,EAAE;gBACH,IAAI,EAAE,uCAAuC;aAChD;SACJ;QACD,OAAO,EAAE;YACL,WAAW,EACP,uEAAuE;YAC3E,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,YAAY;SACxB;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,gBAAgB;SACnB;KACJ;CACK,CAAC"}
|
|
@@ -45,7 +45,7 @@ export declare const updateFeatureSchema: {
|
|
|
45
45
|
readonly operator: {
|
|
46
46
|
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
|
|
47
47
|
readonly type: "string";
|
|
48
|
-
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"];
|
|
48
|
+
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", "REGEX"];
|
|
49
49
|
readonly example: "IN";
|
|
50
50
|
};
|
|
51
51
|
readonly caseInsensitive: {
|
|
@@ -6,7 +6,8 @@ export declare const updateFeatureStrategySchema: {
|
|
|
6
6
|
readonly properties: {
|
|
7
7
|
readonly name: {
|
|
8
8
|
readonly type: "string";
|
|
9
|
-
readonly description: "The name of the strategy type";
|
|
9
|
+
readonly description: "The name of the strategy type. This property is deprecated and the ability to change a strategy's type will be removed in a future release.";
|
|
10
|
+
readonly deprecated: true;
|
|
10
11
|
};
|
|
11
12
|
readonly sortOrder: {
|
|
12
13
|
readonly type: "number";
|
|
@@ -31,6 +32,21 @@ export declare const updateFeatureStrategySchema: {
|
|
|
31
32
|
readonly example: false;
|
|
32
33
|
readonly nullable: true;
|
|
33
34
|
};
|
|
35
|
+
readonly variants: {
|
|
36
|
+
readonly type: "array";
|
|
37
|
+
readonly description: "Strategy level variants";
|
|
38
|
+
readonly items: {
|
|
39
|
+
readonly $ref: "#/components/schemas/strategyVariantSchema";
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
readonly segments: {
|
|
43
|
+
readonly type: "array";
|
|
44
|
+
readonly description: "A list of segment ids attached to the strategy";
|
|
45
|
+
readonly example: readonly [1, 2];
|
|
46
|
+
readonly items: {
|
|
47
|
+
readonly type: "number";
|
|
48
|
+
};
|
|
49
|
+
};
|
|
34
50
|
readonly parameters: {
|
|
35
51
|
readonly $ref: "#/components/schemas/parametersSchema";
|
|
36
52
|
};
|
|
@@ -50,7 +66,7 @@ export declare const updateFeatureStrategySchema: {
|
|
|
50
66
|
readonly operator: {
|
|
51
67
|
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
|
|
52
68
|
readonly type: "string";
|
|
53
|
-
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"];
|
|
69
|
+
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", "REGEX"];
|
|
54
70
|
readonly example: "IN";
|
|
55
71
|
};
|
|
56
72
|
readonly caseInsensitive: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-feature-strategy-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-feature-strategy-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"update-feature-strategy-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-feature-strategy-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8D9B,CAAC;AAEX,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAChD,OAAO,2BAA2B,EAClC;IAAE,+BAA+B,EAAE,IAAI,CAAA;CAAE,CAC5C,CAAC"}
|
|
@@ -7,7 +7,8 @@ export const updateFeatureStrategySchema = {
|
|
|
7
7
|
properties: {
|
|
8
8
|
name: {
|
|
9
9
|
type: 'string',
|
|
10
|
-
description:
|
|
10
|
+
description: "The name of the strategy type. This property is deprecated and the ability to change a strategy's type will be removed in a future release.",
|
|
11
|
+
deprecated: true,
|
|
11
12
|
},
|
|
12
13
|
sortOrder: {
|
|
13
14
|
type: 'number',
|
|
@@ -32,6 +33,21 @@ export const updateFeatureStrategySchema = {
|
|
|
32
33
|
example: false,
|
|
33
34
|
nullable: true,
|
|
34
35
|
},
|
|
36
|
+
variants: {
|
|
37
|
+
type: 'array',
|
|
38
|
+
description: 'Strategy level variants',
|
|
39
|
+
items: {
|
|
40
|
+
$ref: '#/components/schemas/strategyVariantSchema',
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
segments: {
|
|
44
|
+
type: 'array',
|
|
45
|
+
description: 'A list of segment ids attached to the strategy',
|
|
46
|
+
example: [1, 2],
|
|
47
|
+
items: {
|
|
48
|
+
type: 'number',
|
|
49
|
+
},
|
|
50
|
+
},
|
|
35
51
|
parameters: {
|
|
36
52
|
$ref: '#/components/schemas/parametersSchema',
|
|
37
53
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-feature-strategy-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-feature-strategy-schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACvC,GAAG,EAAE,kDAAkD;IACvD,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,8CAA8C;IAC3D,UAAU,EAAE;QACR,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"update-feature-strategy-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-feature-strategy-schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACvC,GAAG,EAAE,kDAAkD;IACvD,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,8CAA8C;IAC3D,UAAU,EAAE;QACR,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,WAAW,EACP,6IAA6I;YACjJ,UAAU,EAAE,IAAI;SACnB;QACD,SAAS,EAAE;YACP,IAAI,EAAE,QAAQ;YACd,WAAW,EACP,4EAA4E;SACnF;QACD,WAAW,EAAE;YACT,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,uCAAuC;aAChD;YACD,WAAW,EACP,+HAA+H;SACtI;QACD,KAAK,EAAE;YACH,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,sCAAsC;YACnD,OAAO,EAAE,yBAAyB;SACrC;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,SAAS;YACf,WAAW,EACP,mHAAmH;YACvH,OAAO,EAAE,KAAK;YACd,QAAQ,EAAE,IAAI;SACjB;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,yBAAyB;YACtC,KAAK,EAAE;gBACH,IAAI,EAAE,4CAA4C;aACrD;SACJ;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,gDAAgD;YAC7D,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;YACf,KAAK,EAAE;gBACH,IAAI,EAAE,QAAQ;aACjB;SACJ;QACD,UAAU,EAAE;YACR,IAAI,EAAE,uCAAuC;SAChD;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,gBAAgB;YAChB,gBAAgB;SACnB;KACJ;CACK,CAAC"}
|
|
@@ -23,7 +23,7 @@ export declare const updateUserSchema: {
|
|
|
23
23
|
}, {
|
|
24
24
|
readonly type: "string";
|
|
25
25
|
readonly example: "Admin";
|
|
26
|
-
readonly enum: readonly ["Admin", "Editor", "Viewer", "Owner", "Member"];
|
|
26
|
+
readonly enum: readonly ["Admin", "Editor", "Viewer", "Owner", "Member", "Reader"];
|
|
27
27
|
}];
|
|
28
28
|
};
|
|
29
29
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-user-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"update-user-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-user-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
|
@@ -24,7 +24,14 @@ export const updateUserSchema = {
|
|
|
24
24
|
{
|
|
25
25
|
type: 'string',
|
|
26
26
|
example: 'Admin',
|
|
27
|
-
enum: [
|
|
27
|
+
enum: [
|
|
28
|
+
'Admin',
|
|
29
|
+
'Editor',
|
|
30
|
+
'Viewer',
|
|
31
|
+
'Owner',
|
|
32
|
+
'Member',
|
|
33
|
+
'Reader',
|
|
34
|
+
],
|
|
28
35
|
},
|
|
29
36
|
],
|
|
30
37
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-user-schema.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC5B,GAAG,EAAE,uCAAuC;IAC5C,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,sDAAsD;IACnE,UAAU,EAAE;QACR,KAAK,EAAE;YACH,WAAW,EACP,yEAAyE;YAC7E,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,kBAAkB;SAC9B;QACD,IAAI,EAAE;YACF,WAAW,EAAE,4CAA4C;YACzD,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,eAAe;SAC3B;QACD,QAAQ,EAAE;YACN,WAAW,EACP,iFAAiF;YACrF,KAAK,EAAE;gBACH;oBACI,IAAI,EAAE,SAAS;oBACf,OAAO,EAAE,CAAC;oBACV,OAAO,EAAE,CAAC;iBACb;gBACD;oBACI,IAAI,EAAE,QAAQ;oBACd,OAAO,EAAE,OAAO;oBAChB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"update-user-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-user-schema.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC5B,GAAG,EAAE,uCAAuC;IAC5C,IAAI,EAAE,QAAQ;IACd,WAAW,EAAE,sDAAsD;IACnE,UAAU,EAAE;QACR,KAAK,EAAE;YACH,WAAW,EACP,yEAAyE;YAC7E,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,kBAAkB;SAC9B;QACD,IAAI,EAAE;YACF,WAAW,EAAE,4CAA4C;YACzD,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,eAAe;SAC3B;QACD,QAAQ,EAAE;YACN,WAAW,EACP,iFAAiF;YACrF,KAAK,EAAE;gBACH;oBACI,IAAI,EAAE,SAAS;oBACf,OAAO,EAAE,CAAC;oBACV,OAAO,EAAE,CAAC;iBACb;gBACD;oBACI,IAAI,EAAE,QAAQ;oBACd,OAAO,EAAE,OAAO;oBAChB,IAAI,EAAE;wBACF,OAAO;wBACP,QAAQ;wBACR,QAAQ;wBACR,OAAO;wBACP,QAAQ;wBACR,QAAQ;qBACX;iBACJ;aACJ;SACJ;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
|
|
@@ -45,7 +45,7 @@ export declare const upsertSegmentSchema: {
|
|
|
45
45
|
readonly operator: {
|
|
46
46
|
readonly description: "The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/concepts/activation-strategies#constraint-operators).";
|
|
47
47
|
readonly type: "string";
|
|
48
|
-
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"];
|
|
48
|
+
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", "REGEX"];
|
|
49
49
|
readonly example: "IN";
|
|
50
50
|
};
|
|
51
51
|
readonly caseInsensitive: {
|
|
@@ -314,6 +314,24 @@ export declare const userAccessOverviewSchema: {
|
|
|
314
314
|
readonly nullable: true;
|
|
315
315
|
readonly example: "01HTMEXAMPLESCIMID7SWWGHN6";
|
|
316
316
|
};
|
|
317
|
+
readonly seatType: {
|
|
318
|
+
readonly description: "The seat type of this user";
|
|
319
|
+
readonly type: "string";
|
|
320
|
+
readonly nullable: true;
|
|
321
|
+
readonly example: "Regular";
|
|
322
|
+
};
|
|
323
|
+
readonly companyRole: {
|
|
324
|
+
readonly description: "The role of the user within the company.";
|
|
325
|
+
readonly type: "string";
|
|
326
|
+
readonly nullable: true;
|
|
327
|
+
readonly example: "Developer";
|
|
328
|
+
};
|
|
329
|
+
readonly productUpdatesEmailConsent: {
|
|
330
|
+
readonly type: "boolean";
|
|
331
|
+
readonly description: "Whether the user has consented to receive product update emails.";
|
|
332
|
+
readonly nullable: true;
|
|
333
|
+
readonly example: false;
|
|
334
|
+
};
|
|
317
335
|
readonly activeSessions: {
|
|
318
336
|
readonly description: "Count of active browser sessions for this user";
|
|
319
337
|
readonly type: "integer";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-access-overview-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/user-access-overview-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAmDpD,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"user-access-overview-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/user-access-overview-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAmDpD,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiE3B,CAAC;AAEX,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAC7C,OAAO,wBAAwB,CAClC,CAAC"}
|
|
@@ -87,6 +87,24 @@ export declare const userSchema: {
|
|
|
87
87
|
readonly nullable: true;
|
|
88
88
|
readonly example: "01HTMEXAMPLESCIMID7SWWGHN6";
|
|
89
89
|
};
|
|
90
|
+
readonly seatType: {
|
|
91
|
+
readonly description: "The seat type of this user";
|
|
92
|
+
readonly type: "string";
|
|
93
|
+
readonly nullable: true;
|
|
94
|
+
readonly example: "Regular";
|
|
95
|
+
};
|
|
96
|
+
readonly companyRole: {
|
|
97
|
+
readonly description: "The role of the user within the company.";
|
|
98
|
+
readonly type: "string";
|
|
99
|
+
readonly nullable: true;
|
|
100
|
+
readonly example: "Developer";
|
|
101
|
+
};
|
|
102
|
+
readonly productUpdatesEmailConsent: {
|
|
103
|
+
readonly type: "boolean";
|
|
104
|
+
readonly description: "Whether the user has consented to receive product update emails.";
|
|
105
|
+
readonly nullable: true;
|
|
106
|
+
readonly example: false;
|
|
107
|
+
};
|
|
90
108
|
readonly activeSessions: {
|
|
91
109
|
readonly description: "Count of active browser sessions for this user";
|
|
92
110
|
readonly type: "integer";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/user-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"user-schema.d.ts","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/user-schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAGpD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Hb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC"}
|
|
@@ -87,6 +87,24 @@ export const userSchema = {
|
|
|
87
87
|
nullable: true,
|
|
88
88
|
example: '01HTMEXAMPLESCIMID7SWWGHN6',
|
|
89
89
|
},
|
|
90
|
+
seatType: {
|
|
91
|
+
description: 'The seat type of this user',
|
|
92
|
+
type: 'string',
|
|
93
|
+
nullable: true,
|
|
94
|
+
example: 'Regular',
|
|
95
|
+
},
|
|
96
|
+
companyRole: {
|
|
97
|
+
description: 'The role of the user within the company.',
|
|
98
|
+
type: 'string',
|
|
99
|
+
nullable: true,
|
|
100
|
+
example: 'Developer',
|
|
101
|
+
},
|
|
102
|
+
productUpdatesEmailConsent: {
|
|
103
|
+
type: 'boolean',
|
|
104
|
+
description: 'Whether the user has consented to receive product update emails.',
|
|
105
|
+
nullable: true,
|
|
106
|
+
example: false,
|
|
107
|
+
},
|
|
90
108
|
activeSessions: {
|
|
91
109
|
description: 'Count of active browser sessions for this user',
|
|
92
110
|
type: 'integer',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/user-schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,MAAM,CAAC,MAAM,UAAU,GAAG;IACtB,GAAG,EAAE,iCAAiC;IACtC,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,WAAW,EAAE,iBAAiB;IAC9B,QAAQ,EAAE,CAAC,IAAI,CAAC;IAChB,UAAU,EAAE;QACR,EAAE,EAAE;YACA,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,GAAG;SACf;QACD,IAAI,EAAE;YACF,WAAW,EAAE,kBAAkB;YAC/B,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,MAAM;YACf,QAAQ,EAAE,IAAI;SACjB;QACD,KAAK,EAAE;YACH,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,kBAAkB;SAC9B;QACD,QAAQ,EAAE;YACN,WAAW,EAAE,gCAAgC;YAC7C,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,IAAI;SACjB;QACD,QAAQ,EAAE;YACN,WAAW,EAAE,qCAAqC;YAClD,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,iCAAiC;SAC7C;QACD,UAAU,EAAE;YACR,WAAW,EAAE,oGAAoG;YACjH,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,+CAA+C;SAC3D;QACD,aAAa,EAAE;YACX,WAAW,EACP,gEAAgE;YACpE,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;SACb;QACD,SAAS,EAAE;YACP,WAAW,EAAE,8CAA8C;YAC3D,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,KAAK;SACjB;QACD,QAAQ,EAAE;YACN,WAAW,EACP,oGAAoG;YACxG,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,CAAC;YACV,OAAO,EAAE,CAAC;SACb;QACD,MAAM,EAAE;YACJ,WAAW,EAAE,mCAAmC;YAChD,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,0BAA0B;SACtC;QACD,SAAS,EAAE;YACP,WAAW,EAAE,mCAAmC;YAChD,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,WAAW;YACnB,OAAO,EAAE,0BAA0B;SACtC;QACD,WAAW,EAAE;YACT,WAAW,EAAE,sDAAsD;YACnE,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,YAAY;YAClB,OAAO,EAAE,MAAM;SAClB;QACD,WAAW,EAAE;YACT,WAAW,EAAE,YAAY;YACzB,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,QAAQ;aACjB;SACJ;QACD,MAAM,EAAE;YACJ,WAAW,EACP,0DAA0D;YAC9D,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,4BAA4B;SACxC;QACD,cAAc,EAAE;YACZ,WAAW,EAAE,gDAAgD;YAC7D,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,CAAC;SACb;QACD,eAAe,EAAE;YACb,WAAW,EACP,uEAAuE;YAC3E,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,CAAC;SACb;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
|
|
1
|
+
{"version":3,"file":"user-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/user-schema.ts"],"names":[],"mappings":"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"}
|