@redhat-cloud-services/types 1.0.8 → 1.0.9

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 +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -169,6 +169,7 @@ export interface ChromeAPI {
169
169
  type: string;
170
170
  payload: string;
171
171
  };
172
+ getAvailableBundles: () => { id: string; title: string }[];
172
173
  helpTopics: {
173
174
  addHelpTopics: (topics: HelpTopic[], enabled?: boolean) => void;
174
175
  enableTopics: (...topicsNames: EnableTopicsArgs) => Promise<HelpTopic[]>;
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": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
7
7
  "publishConfig": {