@openfin/workspace-platform 22.5.1 → 22.5.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.
|
@@ -7,7 +7,7 @@ import type { LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site }
|
|
|
7
7
|
* @param app the app directory entry.
|
|
8
8
|
* @param opts launch options.
|
|
9
9
|
*/
|
|
10
|
-
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.
|
|
10
|
+
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.Platform | OpenFin.View | OpenFin.Application>;
|
|
11
11
|
export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
|
|
12
12
|
export declare function getResults(payload: {
|
|
13
13
|
req: SearchSitesRequest;
|
|
@@ -2336,6 +2336,6 @@ export type SearchProviderFilter = {
|
|
|
2336
2336
|
dark: string;
|
|
2337
2337
|
};
|
|
2338
2338
|
};
|
|
2339
|
-
export
|
|
2339
|
+
export type ShowIntentsResolverModalRequestInternal = ShowIntentsResolverModalRequest & {
|
|
2340
2340
|
identity: OpenFin.Identity;
|
|
2341
|
-
}
|
|
2341
|
+
};
|