@redhat-cloud-services/types 0.0.22 → 0.0.24

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -45,6 +45,7 @@ declare type ChromeUser = {
45
45
  locale: string;
46
46
  };
47
47
  };
48
+ scope: string[];
48
49
  };
49
50
 
50
51
  declare type VisibilityFunctions = {
@@ -114,6 +115,7 @@ export interface ChromeAPI {
114
115
  set: (key: string, quickstarts: QuickStart[]) => void;
115
116
  toggle: (quickstartId: string) => void;
116
117
  Catalog: typeof QuickStartCatalogPage;
118
+ activateQuickstart: (name: string) => Promise<void>;
117
119
  };
118
120
  chromeHistory: History;
119
121
  isProd: () => boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/types",
3
3
  "description": "TypeScript definitions for @redhat-cloud-services common typings",
4
- "version": "0.0.22",
4
+ "version": "0.0.24",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
7
7
  "publishConfig": {