1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

[Gitar] Cleaning up Typescript files

This commit is contained in:
Gitar Bot 2024-04-02 07:52:45 +00:00
parent 5f1331e2e4
commit ca6fbe0922
4 changed files with 0 additions and 8 deletions

View File

@ -75,7 +75,6 @@ export type UiFlags = {
showInactiveUsers?: boolean;
featureSearchFeedbackPosting?: boolean;
userAccessUIEnabled?: boolean;
outdatedSdksBanner?: boolean;
projectOverviewRefactor?: string;
collectTrafficDataUsage?: boolean;
newContextFieldsUI?: boolean;

View File

@ -130,7 +130,6 @@ exports[`should create default config 1`] = `
"migrationLock": true,
"newContextFieldsUI": false,
"newStrategyConfigurationFeedback": false,
"outdatedSdksBanner": false,
"personalAccessTokensKillSwitch": false,
"projectOverviewRefactor": false,
"queryMissingTokens": false,

View File

@ -48,7 +48,6 @@ export type IFlagKey =
| 'userAccessUIEnabled'
| 'disableUpdateMaxRevisionId'
| 'disablePublishUnannouncedEvents'
| 'outdatedSdksBanner'
| 'responseTimeMetricsFix'
| 'scimApi'
| 'displayEdgeBanner'
@ -192,10 +191,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_EXECUTIVE_DASHBOARD_UI,
false,
),
outdatedSdksBanner: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_OUTDATED_SDKS_BANNER,
false,
),
feedbackComments: {
name: 'feedbackComments',
enabled: parseEnvVarBoolean(

View File

@ -48,7 +48,6 @@ process.nextTick(async () => {
executiveDashboard: true,
executiveDashboardUI: true,
userAccessUIEnabled: true,
outdatedSdksBanner: true,
globalFrontendApiCache: true,
returnGlobalFrontendApiCache: false,
projectOverviewRefactor: true,