@openfin/workspace-platform 46.0.5 → 46.0.6

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.
@@ -1,7 +1,7 @@
1
1
  import type OpenFin from '@openfin/core';
2
2
  import { App } from '../../../client-api/src/shapes';
3
3
  import { SearchProvider } from '../../../client-api-platform/src/shapes';
4
- import type { LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site } from '../shapes';
4
+ import type { ContentSortRequest, LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site } from '../shapes';
5
5
  /**
6
6
  * Launch the app described by an App Directory entry.
7
7
  * @param app the app directory entry.
@@ -19,7 +19,8 @@ export declare function getSearchProviders(payload: {
19
19
  }): Promise<SearchProvider[]>;
20
20
  export declare function getCuratedContent(payload: {
21
21
  identity: OpenFin.Identity;
22
+ req?: ContentSortRequest;
22
23
  }): Promise<Site[]>;
23
- export declare function getRecentlyVisited(payload: {
24
- identity: OpenFin.Identity;
24
+ export declare function getRecentlyVisited(payload: ContentSortRequest & {
25
+ identity?: OpenFin.Identity;
25
26
  }): Promise<App[]>;
@@ -45,27 +45,19 @@
45
45
  "issuer": "common/src/utils/layout.ts"
46
46
  }
47
47
  ],
48
- "title-case": [
48
+ "dexie": [
49
49
  {
50
50
  "type": "explicit",
51
- "version": "3.0.3",
51
+ "version": "^4.0.11",
52
52
  "packageName": "common/package.json",
53
- "issuer": "common/src/utils/color-linking.ts"
54
- }
55
- ],
56
- "dexie": [
53
+ "issuer": "common/src/api/pages/idb.ts"
54
+ },
57
55
  {
58
56
  "type": "root-implicit",
59
57
  "version": "^4.0.11",
60
58
  "packageName": "dock3/package.json",
61
59
  "issuer": "dock3/src/api/idb.ts"
62
60
  },
63
- {
64
- "type": "explicit",
65
- "version": "^4.0.11",
66
- "packageName": "common/package.json",
67
- "issuer": "common/src/api/pages/idb.ts"
68
- },
69
61
  {
70
62
  "type": "explicit",
71
63
  "version": "^4.0.11",
@@ -78,5 +70,13 @@
78
70
  "packageName": "common/package.json",
79
71
  "issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
80
72
  }
73
+ ],
74
+ "title-case": [
75
+ {
76
+ "type": "explicit",
77
+ "version": "3.0.3",
78
+ "packageName": "common/package.json",
79
+ "issuer": "common/src/utils/color-linking.ts"
80
+ }
81
81
  ]
82
82
  }