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
|
@@ -418,7 +418,7 @@ export declare const exportResultSchema: {
|
|
|
418
418
|
readonly operator: {
|
|
419
419
|
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).";
|
|
420
420
|
readonly type: "string";
|
|
421
|
-
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"];
|
|
421
|
+
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"];
|
|
422
422
|
readonly example: "IN";
|
|
423
423
|
};
|
|
424
424
|
readonly caseInsensitive: {
|
|
@@ -576,7 +576,7 @@ export declare const exportResultSchema: {
|
|
|
576
576
|
readonly operator: {
|
|
577
577
|
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).";
|
|
578
578
|
readonly type: "string";
|
|
579
|
-
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"];
|
|
579
|
+
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"];
|
|
580
580
|
readonly example: "IN";
|
|
581
581
|
};
|
|
582
582
|
readonly caseInsensitive: {
|
|
@@ -696,7 +696,7 @@ export declare const exportResultSchema: {
|
|
|
696
696
|
readonly operator: {
|
|
697
697
|
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).";
|
|
698
698
|
readonly type: "string";
|
|
699
|
-
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"];
|
|
699
|
+
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"];
|
|
700
700
|
readonly example: "IN";
|
|
701
701
|
};
|
|
702
702
|
readonly caseInsensitive: {
|
|
@@ -1243,7 +1243,7 @@ export declare const exportResultSchema: {
|
|
|
1243
1243
|
readonly operator: {
|
|
1244
1244
|
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).";
|
|
1245
1245
|
readonly type: "string";
|
|
1246
|
-
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"];
|
|
1246
|
+
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"];
|
|
1247
1247
|
readonly example: "IN";
|
|
1248
1248
|
};
|
|
1249
1249
|
readonly caseInsensitive: {
|
|
@@ -1359,7 +1359,7 @@ export declare const exportResultSchema: {
|
|
|
1359
1359
|
readonly operator: {
|
|
1360
1360
|
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).";
|
|
1361
1361
|
readonly type: "string";
|
|
1362
|
-
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"];
|
|
1362
|
+
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"];
|
|
1363
1363
|
readonly example: "IN";
|
|
1364
1364
|
};
|
|
1365
1365
|
readonly caseInsensitive: {
|
|
@@ -1526,7 +1526,7 @@ export declare const exportResultSchema: {
|
|
|
1526
1526
|
readonly operator: {
|
|
1527
1527
|
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).";
|
|
1528
1528
|
readonly type: "string";
|
|
1529
|
-
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"];
|
|
1529
|
+
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"];
|
|
1530
1530
|
readonly example: "IN";
|
|
1531
1531
|
};
|
|
1532
1532
|
readonly caseInsensitive: {
|
|
@@ -1642,7 +1642,7 @@ export declare const exportResultSchema: {
|
|
|
1642
1642
|
readonly operator: {
|
|
1643
1643
|
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).";
|
|
1644
1644
|
readonly type: "string";
|
|
1645
|
-
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"];
|
|
1645
|
+
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"];
|
|
1646
1646
|
readonly example: "IN";
|
|
1647
1647
|
};
|
|
1648
1648
|
readonly caseInsensitive: {
|
|
@@ -1900,7 +1900,7 @@ export declare const exportResultSchema: {
|
|
|
1900
1900
|
readonly operator: {
|
|
1901
1901
|
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).";
|
|
1902
1902
|
readonly type: "string";
|
|
1903
|
-
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"];
|
|
1903
|
+
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"];
|
|
1904
1904
|
readonly example: "IN";
|
|
1905
1905
|
};
|
|
1906
1906
|
readonly caseInsensitive: {
|
|
@@ -2016,7 +2016,7 @@ export declare const exportResultSchema: {
|
|
|
2016
2016
|
readonly operator: {
|
|
2017
2017
|
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).";
|
|
2018
2018
|
readonly type: "string";
|
|
2019
|
-
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"];
|
|
2019
|
+
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"];
|
|
2020
2020
|
readonly example: "IN";
|
|
2021
2021
|
};
|
|
2022
2022
|
readonly caseInsensitive: {
|
|
@@ -2183,7 +2183,7 @@ export declare const exportResultSchema: {
|
|
|
2183
2183
|
readonly operator: {
|
|
2184
2184
|
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).";
|
|
2185
2185
|
readonly type: "string";
|
|
2186
|
-
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"];
|
|
2186
|
+
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"];
|
|
2187
2187
|
readonly example: "IN";
|
|
2188
2188
|
};
|
|
2189
2189
|
readonly caseInsensitive: {
|
|
@@ -2299,7 +2299,7 @@ export declare const exportResultSchema: {
|
|
|
2299
2299
|
readonly operator: {
|
|
2300
2300
|
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).";
|
|
2301
2301
|
readonly type: "string";
|
|
2302
|
-
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"];
|
|
2302
|
+
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"];
|
|
2303
2303
|
readonly example: "IN";
|
|
2304
2304
|
};
|
|
2305
2305
|
readonly caseInsensitive: {
|
|
@@ -2839,7 +2839,7 @@ export declare const exportResultSchema: {
|
|
|
2839
2839
|
readonly operator: {
|
|
2840
2840
|
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).";
|
|
2841
2841
|
readonly type: "string";
|
|
2842
|
-
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"];
|
|
2842
|
+
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"];
|
|
2843
2843
|
readonly example: "IN";
|
|
2844
2844
|
};
|
|
2845
2845
|
readonly caseInsensitive: {
|
|
@@ -2955,7 +2955,7 @@ export declare const exportResultSchema: {
|
|
|
2955
2955
|
readonly operator: {
|
|
2956
2956
|
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).";
|
|
2957
2957
|
readonly type: "string";
|
|
2958
|
-
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"];
|
|
2958
|
+
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"];
|
|
2959
2959
|
readonly example: "IN";
|
|
2960
2960
|
};
|
|
2961
2961
|
readonly caseInsensitive: {
|
|
@@ -3122,7 +3122,7 @@ export declare const exportResultSchema: {
|
|
|
3122
3122
|
readonly operator: {
|
|
3123
3123
|
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).";
|
|
3124
3124
|
readonly type: "string";
|
|
3125
|
-
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"];
|
|
3125
|
+
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"];
|
|
3126
3126
|
readonly example: "IN";
|
|
3127
3127
|
};
|
|
3128
3128
|
readonly caseInsensitive: {
|
|
@@ -3238,7 +3238,7 @@ export declare const exportResultSchema: {
|
|
|
3238
3238
|
readonly operator: {
|
|
3239
3239
|
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).";
|
|
3240
3240
|
readonly type: "string";
|
|
3241
|
-
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"];
|
|
3241
|
+
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"];
|
|
3242
3242
|
readonly example: "IN";
|
|
3243
3243
|
};
|
|
3244
3244
|
readonly caseInsensitive: {
|
|
@@ -3496,7 +3496,7 @@ export declare const exportResultSchema: {
|
|
|
3496
3496
|
readonly operator: {
|
|
3497
3497
|
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).";
|
|
3498
3498
|
readonly type: "string";
|
|
3499
|
-
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"];
|
|
3499
|
+
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"];
|
|
3500
3500
|
readonly example: "IN";
|
|
3501
3501
|
};
|
|
3502
3502
|
readonly caseInsensitive: {
|
|
@@ -3612,7 +3612,7 @@ export declare const exportResultSchema: {
|
|
|
3612
3612
|
readonly operator: {
|
|
3613
3613
|
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).";
|
|
3614
3614
|
readonly type: "string";
|
|
3615
|
-
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"];
|
|
3615
|
+
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"];
|
|
3616
3616
|
readonly example: "IN";
|
|
3617
3617
|
};
|
|
3618
3618
|
readonly caseInsensitive: {
|
|
@@ -3779,7 +3779,7 @@ export declare const exportResultSchema: {
|
|
|
3779
3779
|
readonly operator: {
|
|
3780
3780
|
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).";
|
|
3781
3781
|
readonly type: "string";
|
|
3782
|
-
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"];
|
|
3782
|
+
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"];
|
|
3783
3783
|
readonly example: "IN";
|
|
3784
3784
|
};
|
|
3785
3785
|
readonly caseInsensitive: {
|
|
@@ -4023,7 +4023,7 @@ export declare const exportResultSchema: {
|
|
|
4023
4023
|
readonly operator: {
|
|
4024
4024
|
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).";
|
|
4025
4025
|
readonly type: "string";
|
|
4026
|
-
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"];
|
|
4026
|
+
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"];
|
|
4027
4027
|
readonly example: "IN";
|
|
4028
4028
|
};
|
|
4029
4029
|
readonly caseInsensitive: {
|
|
@@ -4633,7 +4633,7 @@ export declare const exportResultSchema: {
|
|
|
4633
4633
|
readonly operator: {
|
|
4634
4634
|
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).";
|
|
4635
4635
|
readonly type: "string";
|
|
4636
|
-
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"];
|
|
4636
|
+
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"];
|
|
4637
4637
|
readonly example: "IN";
|
|
4638
4638
|
};
|
|
4639
4639
|
readonly caseInsensitive: {
|
|
@@ -4749,7 +4749,7 @@ export declare const exportResultSchema: {
|
|
|
4749
4749
|
readonly operator: {
|
|
4750
4750
|
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).";
|
|
4751
4751
|
readonly type: "string";
|
|
4752
|
-
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"];
|
|
4752
|
+
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"];
|
|
4753
4753
|
readonly example: "IN";
|
|
4754
4754
|
};
|
|
4755
4755
|
readonly caseInsensitive: {
|
|
@@ -4916,7 +4916,7 @@ export declare const exportResultSchema: {
|
|
|
4916
4916
|
readonly operator: {
|
|
4917
4917
|
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).";
|
|
4918
4918
|
readonly type: "string";
|
|
4919
|
-
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"];
|
|
4919
|
+
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"];
|
|
4920
4920
|
readonly example: "IN";
|
|
4921
4921
|
};
|
|
4922
4922
|
readonly caseInsensitive: {
|
|
@@ -5032,7 +5032,7 @@ export declare const exportResultSchema: {
|
|
|
5032
5032
|
readonly operator: {
|
|
5033
5033
|
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).";
|
|
5034
5034
|
readonly type: "string";
|
|
5035
|
-
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"];
|
|
5035
|
+
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"];
|
|
5036
5036
|
readonly example: "IN";
|
|
5037
5037
|
};
|
|
5038
5038
|
readonly caseInsensitive: {
|
|
@@ -5290,7 +5290,7 @@ export declare const exportResultSchema: {
|
|
|
5290
5290
|
readonly operator: {
|
|
5291
5291
|
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).";
|
|
5292
5292
|
readonly type: "string";
|
|
5293
|
-
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"];
|
|
5293
|
+
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"];
|
|
5294
5294
|
readonly example: "IN";
|
|
5295
5295
|
};
|
|
5296
5296
|
readonly caseInsensitive: {
|
|
@@ -5406,7 +5406,7 @@ export declare const exportResultSchema: {
|
|
|
5406
5406
|
readonly operator: {
|
|
5407
5407
|
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).";
|
|
5408
5408
|
readonly type: "string";
|
|
5409
|
-
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"];
|
|
5409
|
+
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"];
|
|
5410
5410
|
readonly example: "IN";
|
|
5411
5411
|
};
|
|
5412
5412
|
readonly caseInsensitive: {
|
|
@@ -5573,7 +5573,7 @@ export declare const exportResultSchema: {
|
|
|
5573
5573
|
readonly operator: {
|
|
5574
5574
|
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).";
|
|
5575
5575
|
readonly type: "string";
|
|
5576
|
-
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"];
|
|
5576
|
+
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"];
|
|
5577
5577
|
readonly example: "IN";
|
|
5578
5578
|
};
|
|
5579
5579
|
readonly caseInsensitive: {
|
|
@@ -5689,7 +5689,7 @@ export declare const exportResultSchema: {
|
|
|
5689
5689
|
readonly operator: {
|
|
5690
5690
|
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).";
|
|
5691
5691
|
readonly type: "string";
|
|
5692
|
-
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"];
|
|
5692
|
+
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"];
|
|
5693
5693
|
readonly example: "IN";
|
|
5694
5694
|
};
|
|
5695
5695
|
readonly caseInsensitive: {
|
|
@@ -6229,7 +6229,7 @@ export declare const exportResultSchema: {
|
|
|
6229
6229
|
readonly operator: {
|
|
6230
6230
|
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).";
|
|
6231
6231
|
readonly type: "string";
|
|
6232
|
-
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"];
|
|
6232
|
+
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"];
|
|
6233
6233
|
readonly example: "IN";
|
|
6234
6234
|
};
|
|
6235
6235
|
readonly caseInsensitive: {
|
|
@@ -6345,7 +6345,7 @@ export declare const exportResultSchema: {
|
|
|
6345
6345
|
readonly operator: {
|
|
6346
6346
|
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).";
|
|
6347
6347
|
readonly type: "string";
|
|
6348
|
-
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"];
|
|
6348
|
+
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"];
|
|
6349
6349
|
readonly example: "IN";
|
|
6350
6350
|
};
|
|
6351
6351
|
readonly caseInsensitive: {
|
|
@@ -6512,7 +6512,7 @@ export declare const exportResultSchema: {
|
|
|
6512
6512
|
readonly operator: {
|
|
6513
6513
|
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).";
|
|
6514
6514
|
readonly type: "string";
|
|
6515
|
-
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"];
|
|
6515
|
+
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"];
|
|
6516
6516
|
readonly example: "IN";
|
|
6517
6517
|
};
|
|
6518
6518
|
readonly caseInsensitive: {
|
|
@@ -6628,7 +6628,7 @@ export declare const exportResultSchema: {
|
|
|
6628
6628
|
readonly operator: {
|
|
6629
6629
|
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).";
|
|
6630
6630
|
readonly type: "string";
|
|
6631
|
-
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"];
|
|
6631
|
+
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"];
|
|
6632
6632
|
readonly example: "IN";
|
|
6633
6633
|
};
|
|
6634
6634
|
readonly caseInsensitive: {
|
|
@@ -6886,7 +6886,7 @@ export declare const exportResultSchema: {
|
|
|
6886
6886
|
readonly operator: {
|
|
6887
6887
|
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).";
|
|
6888
6888
|
readonly type: "string";
|
|
6889
|
-
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"];
|
|
6889
|
+
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"];
|
|
6890
6890
|
readonly example: "IN";
|
|
6891
6891
|
};
|
|
6892
6892
|
readonly caseInsensitive: {
|
|
@@ -7002,7 +7002,7 @@ export declare const exportResultSchema: {
|
|
|
7002
7002
|
readonly operator: {
|
|
7003
7003
|
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).";
|
|
7004
7004
|
readonly type: "string";
|
|
7005
|
-
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"];
|
|
7005
|
+
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"];
|
|
7006
7006
|
readonly example: "IN";
|
|
7007
7007
|
};
|
|
7008
7008
|
readonly caseInsensitive: {
|
|
@@ -7169,7 +7169,7 @@ export declare const exportResultSchema: {
|
|
|
7169
7169
|
readonly operator: {
|
|
7170
7170
|
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).";
|
|
7171
7171
|
readonly type: "string";
|
|
7172
|
-
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"];
|
|
7172
|
+
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"];
|
|
7173
7173
|
readonly example: "IN";
|
|
7174
7174
|
};
|
|
7175
7175
|
readonly caseInsensitive: {
|
|
@@ -7621,7 +7621,7 @@ export declare const exportResultSchema: {
|
|
|
7621
7621
|
readonly operator: {
|
|
7622
7622
|
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).";
|
|
7623
7623
|
readonly type: "string";
|
|
7624
|
-
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"];
|
|
7624
|
+
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"];
|
|
7625
7625
|
readonly example: "IN";
|
|
7626
7626
|
};
|
|
7627
7627
|
readonly caseInsensitive: {
|
|
@@ -7895,7 +7895,7 @@ export declare const exportResultSchema: {
|
|
|
7895
7895
|
readonly operator: {
|
|
7896
7896
|
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).";
|
|
7897
7897
|
readonly type: "string";
|
|
7898
|
-
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"];
|
|
7898
|
+
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"];
|
|
7899
7899
|
readonly example: "IN";
|
|
7900
7900
|
};
|
|
7901
7901
|
readonly caseInsensitive: {
|
|
@@ -8015,7 +8015,7 @@ export declare const exportResultSchema: {
|
|
|
8015
8015
|
readonly operator: {
|
|
8016
8016
|
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).";
|
|
8017
8017
|
readonly type: "string";
|
|
8018
|
-
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"];
|
|
8018
|
+
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"];
|
|
8019
8019
|
readonly example: "IN";
|
|
8020
8020
|
};
|
|
8021
8021
|
readonly caseInsensitive: {
|
|
@@ -8562,7 +8562,7 @@ export declare const exportResultSchema: {
|
|
|
8562
8562
|
readonly operator: {
|
|
8563
8563
|
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).";
|
|
8564
8564
|
readonly type: "string";
|
|
8565
|
-
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"];
|
|
8565
|
+
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"];
|
|
8566
8566
|
readonly example: "IN";
|
|
8567
8567
|
};
|
|
8568
8568
|
readonly caseInsensitive: {
|
|
@@ -8678,7 +8678,7 @@ export declare const exportResultSchema: {
|
|
|
8678
8678
|
readonly operator: {
|
|
8679
8679
|
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).";
|
|
8680
8680
|
readonly type: "string";
|
|
8681
|
-
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"];
|
|
8681
|
+
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"];
|
|
8682
8682
|
readonly example: "IN";
|
|
8683
8683
|
};
|
|
8684
8684
|
readonly caseInsensitive: {
|
|
@@ -8845,7 +8845,7 @@ export declare const exportResultSchema: {
|
|
|
8845
8845
|
readonly operator: {
|
|
8846
8846
|
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).";
|
|
8847
8847
|
readonly type: "string";
|
|
8848
|
-
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"];
|
|
8848
|
+
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"];
|
|
8849
8849
|
readonly example: "IN";
|
|
8850
8850
|
};
|
|
8851
8851
|
readonly caseInsensitive: {
|
|
@@ -8961,7 +8961,7 @@ export declare const exportResultSchema: {
|
|
|
8961
8961
|
readonly operator: {
|
|
8962
8962
|
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).";
|
|
8963
8963
|
readonly type: "string";
|
|
8964
|
-
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"];
|
|
8964
|
+
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"];
|
|
8965
8965
|
readonly example: "IN";
|
|
8966
8966
|
};
|
|
8967
8967
|
readonly caseInsensitive: {
|
|
@@ -9219,7 +9219,7 @@ export declare const exportResultSchema: {
|
|
|
9219
9219
|
readonly operator: {
|
|
9220
9220
|
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).";
|
|
9221
9221
|
readonly type: "string";
|
|
9222
|
-
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"];
|
|
9222
|
+
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"];
|
|
9223
9223
|
readonly example: "IN";
|
|
9224
9224
|
};
|
|
9225
9225
|
readonly caseInsensitive: {
|
|
@@ -9335,7 +9335,7 @@ export declare const exportResultSchema: {
|
|
|
9335
9335
|
readonly operator: {
|
|
9336
9336
|
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).";
|
|
9337
9337
|
readonly type: "string";
|
|
9338
|
-
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"];
|
|
9338
|
+
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"];
|
|
9339
9339
|
readonly example: "IN";
|
|
9340
9340
|
};
|
|
9341
9341
|
readonly caseInsensitive: {
|
|
@@ -9502,7 +9502,7 @@ export declare const exportResultSchema: {
|
|
|
9502
9502
|
readonly operator: {
|
|
9503
9503
|
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).";
|
|
9504
9504
|
readonly type: "string";
|
|
9505
|
-
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"];
|
|
9505
|
+
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"];
|
|
9506
9506
|
readonly example: "IN";
|
|
9507
9507
|
};
|
|
9508
9508
|
readonly caseInsensitive: {
|
|
@@ -9618,7 +9618,7 @@ export declare const exportResultSchema: {
|
|
|
9618
9618
|
readonly operator: {
|
|
9619
9619
|
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).";
|
|
9620
9620
|
readonly type: "string";
|
|
9621
|
-
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"];
|
|
9621
|
+
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"];
|
|
9622
9622
|
readonly example: "IN";
|
|
9623
9623
|
};
|
|
9624
9624
|
readonly caseInsensitive: {
|
|
@@ -10158,7 +10158,7 @@ export declare const exportResultSchema: {
|
|
|
10158
10158
|
readonly operator: {
|
|
10159
10159
|
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).";
|
|
10160
10160
|
readonly type: "string";
|
|
10161
|
-
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"];
|
|
10161
|
+
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"];
|
|
10162
10162
|
readonly example: "IN";
|
|
10163
10163
|
};
|
|
10164
10164
|
readonly caseInsensitive: {
|
|
@@ -10274,7 +10274,7 @@ export declare const exportResultSchema: {
|
|
|
10274
10274
|
readonly operator: {
|
|
10275
10275
|
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).";
|
|
10276
10276
|
readonly type: "string";
|
|
10277
|
-
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"];
|
|
10277
|
+
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"];
|
|
10278
10278
|
readonly example: "IN";
|
|
10279
10279
|
};
|
|
10280
10280
|
readonly caseInsensitive: {
|
|
@@ -10441,7 +10441,7 @@ export declare const exportResultSchema: {
|
|
|
10441
10441
|
readonly operator: {
|
|
10442
10442
|
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).";
|
|
10443
10443
|
readonly type: "string";
|
|
10444
|
-
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"];
|
|
10444
|
+
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"];
|
|
10445
10445
|
readonly example: "IN";
|
|
10446
10446
|
};
|
|
10447
10447
|
readonly caseInsensitive: {
|
|
@@ -10557,7 +10557,7 @@ export declare const exportResultSchema: {
|
|
|
10557
10557
|
readonly operator: {
|
|
10558
10558
|
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).";
|
|
10559
10559
|
readonly type: "string";
|
|
10560
|
-
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"];
|
|
10560
|
+
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"];
|
|
10561
10561
|
readonly example: "IN";
|
|
10562
10562
|
};
|
|
10563
10563
|
readonly caseInsensitive: {
|
|
@@ -10815,7 +10815,7 @@ export declare const exportResultSchema: {
|
|
|
10815
10815
|
readonly operator: {
|
|
10816
10816
|
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).";
|
|
10817
10817
|
readonly type: "string";
|
|
10818
|
-
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"];
|
|
10818
|
+
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"];
|
|
10819
10819
|
readonly example: "IN";
|
|
10820
10820
|
};
|
|
10821
10821
|
readonly caseInsensitive: {
|
|
@@ -10931,7 +10931,7 @@ export declare const exportResultSchema: {
|
|
|
10931
10931
|
readonly operator: {
|
|
10932
10932
|
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).";
|
|
10933
10933
|
readonly type: "string";
|
|
10934
|
-
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"];
|
|
10934
|
+
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"];
|
|
10935
10935
|
readonly example: "IN";
|
|
10936
10936
|
};
|
|
10937
10937
|
readonly caseInsensitive: {
|
|
@@ -11098,7 +11098,7 @@ export declare const exportResultSchema: {
|
|
|
11098
11098
|
readonly operator: {
|
|
11099
11099
|
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).";
|
|
11100
11100
|
readonly type: "string";
|
|
11101
|
-
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"];
|
|
11101
|
+
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"];
|
|
11102
11102
|
readonly example: "IN";
|
|
11103
11103
|
};
|
|
11104
11104
|
readonly caseInsensitive: {
|
|
@@ -11318,6 +11318,11 @@ export declare const exportResultSchema: {
|
|
|
11318
11318
|
readonly $ref: "#/components/schemas/legalValueSchema";
|
|
11319
11319
|
};
|
|
11320
11320
|
};
|
|
11321
|
+
readonly project: {
|
|
11322
|
+
readonly description: "The project this context field belongs to (if it is project-specific)";
|
|
11323
|
+
readonly type: "string";
|
|
11324
|
+
readonly example: "my-project";
|
|
11325
|
+
};
|
|
11321
11326
|
};
|
|
11322
11327
|
readonly components: {
|
|
11323
11328
|
readonly schemas: {
|
|
@@ -11628,7 +11633,7 @@ export declare const exportResultSchema: {
|
|
|
11628
11633
|
readonly operator: {
|
|
11629
11634
|
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).";
|
|
11630
11635
|
readonly type: "string";
|
|
11631
|
-
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"];
|
|
11636
|
+
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"];
|
|
11632
11637
|
readonly example: "IN";
|
|
11633
11638
|
};
|
|
11634
11639
|
readonly caseInsensitive: {
|
|
@@ -12216,7 +12221,7 @@ export declare const exportResultSchema: {
|
|
|
12216
12221
|
readonly operator: {
|
|
12217
12222
|
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).";
|
|
12218
12223
|
readonly type: "string";
|
|
12219
|
-
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"];
|
|
12224
|
+
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"];
|
|
12220
12225
|
readonly example: "IN";
|
|
12221
12226
|
};
|
|
12222
12227
|
readonly caseInsensitive: {
|
|
@@ -12332,7 +12337,7 @@ export declare const exportResultSchema: {
|
|
|
12332
12337
|
readonly operator: {
|
|
12333
12338
|
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).";
|
|
12334
12339
|
readonly type: "string";
|
|
12335
|
-
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"];
|
|
12340
|
+
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"];
|
|
12336
12341
|
readonly example: "IN";
|
|
12337
12342
|
};
|
|
12338
12343
|
readonly caseInsensitive: {
|
|
@@ -12499,7 +12504,7 @@ export declare const exportResultSchema: {
|
|
|
12499
12504
|
readonly operator: {
|
|
12500
12505
|
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).";
|
|
12501
12506
|
readonly type: "string";
|
|
12502
|
-
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"];
|
|
12507
|
+
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"];
|
|
12503
12508
|
readonly example: "IN";
|
|
12504
12509
|
};
|
|
12505
12510
|
readonly caseInsensitive: {
|
|
@@ -12615,7 +12620,7 @@ export declare const exportResultSchema: {
|
|
|
12615
12620
|
readonly operator: {
|
|
12616
12621
|
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).";
|
|
12617
12622
|
readonly type: "string";
|
|
12618
|
-
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"];
|
|
12623
|
+
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"];
|
|
12619
12624
|
readonly example: "IN";
|
|
12620
12625
|
};
|
|
12621
12626
|
readonly caseInsensitive: {
|
|
@@ -12873,7 +12878,7 @@ export declare const exportResultSchema: {
|
|
|
12873
12878
|
readonly operator: {
|
|
12874
12879
|
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).";
|
|
12875
12880
|
readonly type: "string";
|
|
12876
|
-
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"];
|
|
12881
|
+
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"];
|
|
12877
12882
|
readonly example: "IN";
|
|
12878
12883
|
};
|
|
12879
12884
|
readonly caseInsensitive: {
|
|
@@ -12989,7 +12994,7 @@ export declare const exportResultSchema: {
|
|
|
12989
12994
|
readonly operator: {
|
|
12990
12995
|
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).";
|
|
12991
12996
|
readonly type: "string";
|
|
12992
|
-
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"];
|
|
12997
|
+
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"];
|
|
12993
12998
|
readonly example: "IN";
|
|
12994
12999
|
};
|
|
12995
13000
|
readonly caseInsensitive: {
|
|
@@ -13156,7 +13161,7 @@ export declare const exportResultSchema: {
|
|
|
13156
13161
|
readonly operator: {
|
|
13157
13162
|
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).";
|
|
13158
13163
|
readonly type: "string";
|
|
13159
|
-
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"];
|
|
13164
|
+
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"];
|
|
13160
13165
|
readonly example: "IN";
|
|
13161
13166
|
};
|
|
13162
13167
|
readonly caseInsensitive: {
|
|
@@ -13272,7 +13277,7 @@ export declare const exportResultSchema: {
|
|
|
13272
13277
|
readonly operator: {
|
|
13273
13278
|
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).";
|
|
13274
13279
|
readonly type: "string";
|
|
13275
|
-
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"];
|
|
13280
|
+
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"];
|
|
13276
13281
|
readonly example: "IN";
|
|
13277
13282
|
};
|
|
13278
13283
|
readonly caseInsensitive: {
|
|
@@ -13812,7 +13817,7 @@ export declare const exportResultSchema: {
|
|
|
13812
13817
|
readonly operator: {
|
|
13813
13818
|
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).";
|
|
13814
13819
|
readonly type: "string";
|
|
13815
|
-
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"];
|
|
13820
|
+
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"];
|
|
13816
13821
|
readonly example: "IN";
|
|
13817
13822
|
};
|
|
13818
13823
|
readonly caseInsensitive: {
|
|
@@ -13928,7 +13933,7 @@ export declare const exportResultSchema: {
|
|
|
13928
13933
|
readonly operator: {
|
|
13929
13934
|
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).";
|
|
13930
13935
|
readonly type: "string";
|
|
13931
|
-
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"];
|
|
13936
|
+
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"];
|
|
13932
13937
|
readonly example: "IN";
|
|
13933
13938
|
};
|
|
13934
13939
|
readonly caseInsensitive: {
|
|
@@ -14095,7 +14100,7 @@ export declare const exportResultSchema: {
|
|
|
14095
14100
|
readonly operator: {
|
|
14096
14101
|
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).";
|
|
14097
14102
|
readonly type: "string";
|
|
14098
|
-
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"];
|
|
14103
|
+
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"];
|
|
14099
14104
|
readonly example: "IN";
|
|
14100
14105
|
};
|
|
14101
14106
|
readonly caseInsensitive: {
|
|
@@ -14211,7 +14216,7 @@ export declare const exportResultSchema: {
|
|
|
14211
14216
|
readonly operator: {
|
|
14212
14217
|
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).";
|
|
14213
14218
|
readonly type: "string";
|
|
14214
|
-
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"];
|
|
14219
|
+
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"];
|
|
14215
14220
|
readonly example: "IN";
|
|
14216
14221
|
};
|
|
14217
14222
|
readonly caseInsensitive: {
|
|
@@ -14469,7 +14474,7 @@ export declare const exportResultSchema: {
|
|
|
14469
14474
|
readonly operator: {
|
|
14470
14475
|
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).";
|
|
14471
14476
|
readonly type: "string";
|
|
14472
|
-
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"];
|
|
14477
|
+
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"];
|
|
14473
14478
|
readonly example: "IN";
|
|
14474
14479
|
};
|
|
14475
14480
|
readonly caseInsensitive: {
|
|
@@ -14585,7 +14590,7 @@ export declare const exportResultSchema: {
|
|
|
14585
14590
|
readonly operator: {
|
|
14586
14591
|
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).";
|
|
14587
14592
|
readonly type: "string";
|
|
14588
|
-
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"];
|
|
14593
|
+
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"];
|
|
14589
14594
|
readonly example: "IN";
|
|
14590
14595
|
};
|
|
14591
14596
|
readonly caseInsensitive: {
|
|
@@ -14752,7 +14757,7 @@ export declare const exportResultSchema: {
|
|
|
14752
14757
|
readonly operator: {
|
|
14753
14758
|
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).";
|
|
14754
14759
|
readonly type: "string";
|
|
14755
|
-
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"];
|
|
14760
|
+
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"];
|
|
14756
14761
|
readonly example: "IN";
|
|
14757
14762
|
};
|
|
14758
14763
|
readonly caseInsensitive: {
|