@openfin/workspace 24.0.11 → 24.0.13
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.
- package/client-api-platform/src/api/app-directory.d.ts +1 -1
- package/client-api-platform/src/shapes.d.ts +0 -2
- package/externals.report.json +17 -17
- package/home.js +1 -1
- package/index.js +1 -1
- package/notifications.js +1 -1
- package/package.json +3 -3
- package/store.js +1 -1
|
@@ -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.View | OpenFin.Platform | OpenFin.Application>;
|
|
11
11
|
export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
|
|
12
12
|
export declare function getResults(payload: {
|
|
13
13
|
req: SearchSitesRequest;
|
|
@@ -2884,7 +2884,6 @@ export type WorkspacePlatformOverrideCallback = OpenFin.OverrideCallback<Workspa
|
|
|
2884
2884
|
export type BrowserOverrideCallback = WorkspacePlatformOverrideCallback;
|
|
2885
2885
|
/**
|
|
2886
2886
|
* Content menu entry shape cloned and re-exported from UI Library.
|
|
2887
|
-
* @internal
|
|
2888
2887
|
*/
|
|
2889
2888
|
export type ContentMenuEntry = {
|
|
2890
2889
|
bookmarked?: boolean;
|
|
@@ -2912,7 +2911,6 @@ export type BookmarkDockEntryPayload = {
|
|
|
2912
2911
|
};
|
|
2913
2912
|
/**
|
|
2914
2913
|
* Represents dock entry for favorites
|
|
2915
|
-
* @internal
|
|
2916
2914
|
*/
|
|
2917
2915
|
export type DockEntry = {
|
|
2918
2916
|
type: 'folder';
|
package/externals.report.json
CHANGED
|
@@ -2,11 +2,19 @@
|
|
|
2
2
|
"@openfin/notifications": [
|
|
3
3
|
{
|
|
4
4
|
"type": "explicit",
|
|
5
|
-
"version": "2.14.0-alpha-
|
|
5
|
+
"version": "2.14.0-alpha-4543",
|
|
6
6
|
"packageName": "client-api/package.json",
|
|
7
7
|
"issuer": "client-api/src/notifications.ts"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
|
+
"@openfin/microsoft365": [
|
|
11
|
+
{
|
|
12
|
+
"type": "explicit",
|
|
13
|
+
"version": "^1.1.0",
|
|
14
|
+
"packageName": "client-api/package.json",
|
|
15
|
+
"issuer": "client-api/src/integrations/microsoft.ts"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
10
18
|
"title-case": [
|
|
11
19
|
{
|
|
12
20
|
"type": "explicit",
|
|
@@ -21,14 +29,6 @@
|
|
|
21
29
|
"issuer": "common/src/utils/color-linking.ts"
|
|
22
30
|
}
|
|
23
31
|
],
|
|
24
|
-
"@openfin/microsoft365": [
|
|
25
|
-
{
|
|
26
|
-
"type": "explicit",
|
|
27
|
-
"version": "^1.1.0",
|
|
28
|
-
"packageName": "client-api/package.json",
|
|
29
|
-
"issuer": "client-api/src/integrations/microsoft.ts"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
32
|
"lodash.debounce": [
|
|
33
33
|
{
|
|
34
34
|
"type": "explicit",
|
|
@@ -68,12 +68,6 @@
|
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"dexie": [
|
|
71
|
-
{
|
|
72
|
-
"type": "explicit",
|
|
73
|
-
"version": "^4.0.11",
|
|
74
|
-
"packageName": "client-api-platform/package.json",
|
|
75
|
-
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
76
|
-
},
|
|
77
71
|
{
|
|
78
72
|
"type": "root-implicit",
|
|
79
73
|
"version": "^4.0.11",
|
|
@@ -83,14 +77,20 @@
|
|
|
83
77
|
{
|
|
84
78
|
"type": "explicit",
|
|
85
79
|
"version": "^4.0.11",
|
|
86
|
-
"packageName": "
|
|
87
|
-
"issuer": "
|
|
80
|
+
"packageName": "client-api-platform/package.json",
|
|
81
|
+
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
88
82
|
},
|
|
89
83
|
{
|
|
90
84
|
"type": "explicit",
|
|
91
85
|
"version": "^4.0.11",
|
|
92
86
|
"packageName": "common/package.json",
|
|
93
87
|
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"type": "explicit",
|
|
91
|
+
"version": "^4.0.11",
|
|
92
|
+
"packageName": "common/package.json",
|
|
93
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
}
|