@openfin/workspace-platform 46.0.5 → 46.0.7

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[]>;
@@ -171,8 +171,5 @@ export type SearchMenuChannelResponse = {
171
171
  } | {
172
172
  type: 'single-provider-results-announcement';
173
173
  message: string;
174
- } | {
175
- /** Landing page was clicked. Chrome collapses search if view-focused never arrived. */
176
- type: 'page-clicked';
177
174
  };
178
175
  export {};
@@ -45,14 +45,6 @@
45
45
  "issuer": "common/src/utils/layout.ts"
46
46
  }
47
47
  ],
48
- "title-case": [
49
- {
50
- "type": "explicit",
51
- "version": "3.0.3",
52
- "packageName": "common/package.json",
53
- "issuer": "common/src/utils/color-linking.ts"
54
- }
55
- ],
56
48
  "dexie": [
57
49
  {
58
50
  "type": "root-implicit",
@@ -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
  }