@openfin/workspace 18.1.25 → 18.1.27

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.
@@ -6,7 +6,7 @@ import type { LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site }
6
6
  * @param app the app directory entry.
7
7
  * @param opts launch options.
8
8
  */
9
- export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.View | OpenFin.Identity | OpenFin.Platform | OpenFin.Application>;
9
+ export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.Platform | OpenFin.View | OpenFin.Application>;
10
10
  export declare const enterpriseAppDirectoryChannelClient: () => Promise<import("../../../common/src/utils/channels").withDisconnectListener<OpenFin.ChannelClient>>;
11
11
  export declare function getResults(payload: {
12
12
  req: SearchSitesRequest;
@@ -1118,6 +1118,11 @@ export type AppSite = SiteInfo & {
1118
1118
  type: 'app' | 'website';
1119
1119
  url?: string;
1120
1120
  icon: string;
1121
+ options?: {
1122
+ icon?: {
1123
+ size?: 'standard' | 'large';
1124
+ };
1125
+ };
1121
1126
  customData?: unknown;
1122
1127
  };
1123
1128
  /**
@@ -1,3 +1,4 @@
1
1
  import OpenFin from '@openfin/core';
2
+ export declare const getChannelName: () => string;
2
3
  export declare const createContextMenuChannel: () => Promise<OpenFin.ChannelProvider>;
3
4
  export declare const connectToContextMenuChannel: () => Promise<OpenFin.ChannelClient>;
@@ -11,7 +11,7 @@ export declare const isDocumentDefined: boolean;
11
11
  export declare const isWindowDefinedWithIndexDB: boolean;
12
12
  export declare const finUUID: string;
13
13
  export declare const finName: string;
14
- export declare const finEntityType: "" | "window" | "view";
14
+ export declare const finEntityType: "" | "view" | "window";
15
15
  export declare const isEnvLocal: boolean;
16
16
  export declare const isEnvDev: boolean;
17
17
  export declare const isEnvStaging: boolean;