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

[Gitar] Updating TypeScript files

This commit is contained in:
Gitar 2024-09-06 10:36:51 +00:00
parent 47753b90b2
commit 7bd5f3b100
3 changed files with 0 additions and 7 deletions

View File

@ -76,7 +76,6 @@ export type UiFlags = {
showInactiveUsers?: boolean;
featureSearchFeedbackPosting?: boolean;
userAccessUIEnabled?: boolean;
outdatedSdksBanner?: boolean;
displayTrafficDataUsage?: boolean;
estimateTrafficDataCost?: boolean;
disableShowContextFieldSelectionValues?: boolean;

View File

@ -45,7 +45,6 @@ export type IFlagKey =
| 'userAccessUIEnabled'
| 'disableUpdateMaxRevisionId'
| 'disablePublishUnannouncedEvents'
| 'outdatedSdksBanner'
| 'responseTimeMetricsFix'
| 'disableShowContextFieldSelectionValues'
| 'projectOverviewRefactorFeedback'
@ -181,10 +180,6 @@ const flags: IFlags = {
process.env.UNLEASH_EXPERIMENTAL_ADMIN_TOKEN_KILL_SWITCH,
false,
),
outdatedSdksBanner: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_OUTDATED_SDKS_BANNER,
false,
),
feedbackComments: {
name: 'feedbackComments',
enabled: parseEnvVarBoolean(

View File

@ -44,7 +44,6 @@ process.nextTick(async () => {
celebrateUnleash: true,
featureSearchFeedbackPosting: true,
userAccessUIEnabled: true,
outdatedSdksBanner: true,
disableShowContextFieldSelectionValues: false,
projectOverviewRefactorFeedback: true,
manyStrategiesPagination: true,