Skip to content

Commit b14dc73

Browse files
committed
fix: remove deprecated registry flags
1 parent 06d1c8e commit b14dc73

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

frontend/src/client/schemas.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7960,8 +7960,6 @@ export const $FeatureFlag = {
79607960
"case-durations",
79617961
"case-tasks",
79627962
"case-triggers",
7963-
"registry-client",
7964-
"registry-sync-v2",
79657963
"rls-enabled",
79667964
],
79677965
title: "FeatureFlag",

frontend/src/client/types.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,8 +2419,6 @@ export type FeatureFlag =
24192419
| "case-durations"
24202420
| "case-tasks"
24212421
| "case-triggers"
2422-
| "registry-client"
2423-
| "registry-sync-v2"
24242422
| "rls-enabled"
24252423

24262424
/**

tracecat/feature_flags/enums.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ class FeatureFlag(StrEnum):
1111
CASE_DURATIONS = "case-durations"
1212
CASE_TASKS = "case-tasks"
1313
CASE_TRIGGERS = "case-triggers"
14-
REGISTRY_CLIENT = "registry-client"
15-
REGISTRY_SYNC_V2 = "registry-sync-v2"
1614
RLS_ENABLED = "rls-enabled"

0 commit comments

Comments
 (0)