@gooddata/sdk-backend-spi 10.9.0-alpha.25 → 10.9.0-alpha.26
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/esm/sdk-backend-spi.d.ts
CHANGED
|
@@ -527,7 +527,7 @@ export declare interface IAnalyticalWorkspace {
|
|
|
527
527
|
logicalModel(): IWorkspaceLogicalModelService;
|
|
528
528
|
/**
|
|
529
529
|
* Returns service that can be used to access GenAI services.
|
|
530
|
-
* @
|
|
530
|
+
* @beta
|
|
531
531
|
*/
|
|
532
532
|
genAI(): IGenAIService;
|
|
533
533
|
}
|
|
@@ -2110,7 +2110,7 @@ export declare interface IForecastView {
|
|
|
2110
2110
|
|
|
2111
2111
|
/**
|
|
2112
2112
|
* GenAI-powered semantic search service.
|
|
2113
|
-
* @
|
|
2113
|
+
* @beta
|
|
2114
2114
|
*/
|
|
2115
2115
|
export declare interface IGenAIService {
|
|
2116
2116
|
/**
|
|
@@ -3382,7 +3382,7 @@ export declare function isElementsQueryOptionsElementsByValue(obj: unknown): obj
|
|
|
3382
3382
|
|
|
3383
3383
|
/**
|
|
3384
3384
|
* Semantic search query.
|
|
3385
|
-
* @
|
|
3385
|
+
* @beta
|
|
3386
3386
|
*/
|
|
3387
3387
|
export declare interface ISemanticSearchQuery {
|
|
3388
3388
|
/**
|
|
@@ -3411,7 +3411,7 @@ export declare interface ISemanticSearchQuery {
|
|
|
3411
3411
|
|
|
3412
3412
|
/**
|
|
3413
3413
|
* A single search result returned by semantic search.
|
|
3414
|
-
* @
|
|
3414
|
+
* @beta
|
|
3415
3415
|
*/
|
|
3416
3416
|
export declare interface ISemanticSearchResult {
|
|
3417
3417
|
results: ISemanticSearchResultItem[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GenAISemanticSearchType, ISemanticSearchRelationship, ISemanticSearchResultItem } from "@gooddata/sdk-model";
|
|
2
2
|
/**
|
|
3
3
|
* GenAI-powered semantic search service.
|
|
4
|
-
* @
|
|
4
|
+
* @beta
|
|
5
5
|
*/
|
|
6
6
|
export interface IGenAIService {
|
|
7
7
|
/**
|
|
@@ -15,7 +15,7 @@ export interface IGenAIService {
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Semantic search query.
|
|
18
|
-
* @
|
|
18
|
+
* @beta
|
|
19
19
|
*/
|
|
20
20
|
export interface ISemanticSearchQuery {
|
|
21
21
|
/**
|
|
@@ -43,7 +43,7 @@ export interface ISemanticSearchQuery {
|
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* A single search result returned by semantic search.
|
|
46
|
-
* @
|
|
46
|
+
* @beta
|
|
47
47
|
*/
|
|
48
48
|
export interface ISemanticSearchResult {
|
|
49
49
|
results: ISemanticSearchResultItem[];
|
package/esm/workspace/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-spi",
|
|
3
|
-
"version": "10.9.0-alpha.
|
|
3
|
+
"version": "10.9.0-alpha.26",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "GoodData Backend SPI abstraction interfaces",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"ts-invariant": "^0.7.5",
|
|
26
26
|
"tslib": "^2.5.0",
|
|
27
|
-
"@gooddata/sdk-model": "10.9.0-alpha.
|
|
27
|
+
"@gooddata/sdk-model": "10.9.0-alpha.26"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.0",
|