commandbar 1.13.1 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ export type Flags = {
15
15
  'show-dev-env-banner': boolean;
16
16
  'release-audiences-for-command-types': boolean;
17
17
  'copilot-actions-chain': boolean;
18
+ 'copilot-v-3': boolean;
18
19
  'release-analytics-events-refresh': boolean;
19
20
  'hackweek-live-events-table': boolean;
20
21
  'release-analytics-v2-qa': boolean;
@@ -30,6 +31,7 @@ export type Flags = {
30
31
  'release-chat-history': boolean;
31
32
  'release-zoho-work-drive-integration': boolean;
32
33
  'switch-open-help-doc-in-new-tab': boolean;
34
+ 'enable-inline-tooltip-options': boolean;
33
35
  };
34
36
  export declare const defaultFlags: Flags;
35
37
  export declare const fetchFlags: (orgID: string) => Promise<Flags>;