@redhat-cloud-services/types 2.0.1 → 2.0.3

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
@@ -162,6 +162,8 @@ export interface ChromeAPI {
162
162
  logout: () => void;
163
163
  qe: any;
164
164
  reAuthWithScopes: (...scopes: string[]) => Promise<void>;
165
+ token: string;
166
+ refreshToken: string;
165
167
  };
166
168
  createCase: (fields: Record<string, unknown>) => void;
167
169
  enable: {
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": "2.0.1",
4
+ "version": "2.0.3",
5
5
  "main": "index.d.ts",
6
6
  "types": "index.d.ts",
7
7
  "publishConfig": {