@redhat-cloud-services/types 1.0.6 → 1.0.8

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -47,7 +47,7 @@ declare type ChromeUser = {
47
47
  };
48
48
  };
49
49
 
50
- declare type VisibilityFunctions = {
50
+ export declare type VisibilityFunctions = {
51
51
  isOrgAdmin: () => Promise<boolean>;
52
52
  isActive: () => Promise<boolean>;
53
53
  isInternal: () => Promise<boolean>;
@@ -233,6 +233,7 @@ export interface ChromeAPI {
233
233
  }) => T
234
234
  ) => T;
235
235
  enablePackagesDebug: () => void;
236
+ requestPdf: (options: { service: string; template: string; filename?: string; [key: string]: any }) => Promise<void>;
236
237
  }
237
238
 
238
239
  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": "1.0.6",
4
+ "version": "1.0.8",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
7
7
  "publishConfig": {