@openfin/cloud-api 0.0.1-alpha.faf4107 → 0.0.1-alpha.fb47528
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/dist/index.d.cts +12 -0
- package/dist/index.d.ts +12 -0
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -667,6 +667,14 @@ type SearchListenerRequest = {
|
|
|
667
667
|
* Context data included with a search request.
|
|
668
668
|
*/
|
|
669
669
|
type SearchRequestContext = {
|
|
670
|
+
/**
|
|
671
|
+
* Filters to apply to the search results.
|
|
672
|
+
*/
|
|
673
|
+
filters: string[];
|
|
674
|
+
/**
|
|
675
|
+
* The locale of the client.
|
|
676
|
+
*/
|
|
677
|
+
locale: string;
|
|
670
678
|
/**
|
|
671
679
|
* The page number of the search results to return.
|
|
672
680
|
*/
|
|
@@ -679,6 +687,10 @@ type SearchRequestContext = {
|
|
|
679
687
|
* The unique ID of the query.
|
|
680
688
|
*/
|
|
681
689
|
queryId: string;
|
|
690
|
+
/**
|
|
691
|
+
* The timezone of the client.
|
|
692
|
+
*/
|
|
693
|
+
timeZone: string;
|
|
682
694
|
};
|
|
683
695
|
/**
|
|
684
696
|
* Return type of the {@link OnSearchRequestListener}.
|
package/dist/index.d.ts
CHANGED
|
@@ -667,6 +667,14 @@ type SearchListenerRequest = {
|
|
|
667
667
|
* Context data included with a search request.
|
|
668
668
|
*/
|
|
669
669
|
type SearchRequestContext = {
|
|
670
|
+
/**
|
|
671
|
+
* Filters to apply to the search results.
|
|
672
|
+
*/
|
|
673
|
+
filters: string[];
|
|
674
|
+
/**
|
|
675
|
+
* The locale of the client.
|
|
676
|
+
*/
|
|
677
|
+
locale: string;
|
|
670
678
|
/**
|
|
671
679
|
* The page number of the search results to return.
|
|
672
680
|
*/
|
|
@@ -679,6 +687,10 @@ type SearchRequestContext = {
|
|
|
679
687
|
* The unique ID of the query.
|
|
680
688
|
*/
|
|
681
689
|
queryId: string;
|
|
690
|
+
/**
|
|
691
|
+
* The timezone of the client.
|
|
692
|
+
*/
|
|
693
|
+
timeZone: string;
|
|
682
694
|
};
|
|
683
695
|
/**
|
|
684
696
|
* Return type of the {@link OnSearchRequestListener}.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/cloud-api",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.fb47528",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"exports": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@openfin/core": "42.
|
|
28
|
+
"@openfin/core": "42.102.4",
|
|
29
29
|
"@openfin/search-api": "^2.0.1",
|
|
30
30
|
"@openfin/typedoc-theme": "^2.0.2",
|
|
31
|
-
"@openfin/workspace": "22.
|
|
31
|
+
"@openfin/workspace": "22.5.17",
|
|
32
32
|
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
|
33
33
|
"@typescript-eslint/parser": "^8.32.0",
|
|
34
34
|
"eslint": "^8.57.1",
|