@redhat-cloud-services/types 0.0.10 → 0.0.11

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 +3 -0
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -190,6 +190,9 @@ export interface ChromeAPI {
190
190
  };
191
191
  updateDocumentTitle: (title: string, noSuffix?: boolean) => void;
192
192
  visibilityFunctions: VisibilityFunctions;
193
+ isAnsibleTrialFlagActive: () => boolean | undefined;
194
+ setAnsibleTrialFlag: () => void;
195
+ clearAnsibleTrialFlag: () => void;
193
196
  }
194
197
 
195
198
  declare global {
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.10",
4
+ "version": "0.0.11",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
7
7
  "publishConfig": {
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "scripts": {},
16
16
  "devDependencies": {
17
- "@patternfly/quickstarts": "^1.4.1-rc.1",
18
- "@redhat-cloud-services/rbac-client": "^1.0.104",
19
- "history": "^4.0.0"
17
+ "@patternfly/quickstarts": "^2.3.1",
18
+ "@redhat-cloud-services/rbac-client": "^1.0.111",
19
+ "history": "^4.10.1"
20
20
  },
21
21
  "author": "",
22
22
  "license": "Apache-2.0"