@gooddata/sdk-backend-spi 10.8.0-beta.1 → 10.8.0
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
|
@@ -523,7 +523,7 @@ export declare interface IAnalyticalWorkspace {
|
|
|
523
523
|
logicalModel(): IWorkspaceLogicalModelService;
|
|
524
524
|
/**
|
|
525
525
|
* Returns service that can be used to access GenAI services.
|
|
526
|
-
* @
|
|
526
|
+
* @beta
|
|
527
527
|
*/
|
|
528
528
|
genAI(): IGenAIService;
|
|
529
529
|
}
|
|
@@ -2106,7 +2106,7 @@ export declare interface IForecastView {
|
|
|
2106
2106
|
|
|
2107
2107
|
/**
|
|
2108
2108
|
* GenAI-powered semantic search service.
|
|
2109
|
-
* @
|
|
2109
|
+
* @beta
|
|
2110
2110
|
*/
|
|
2111
2111
|
export declare interface IGenAIService {
|
|
2112
2112
|
/**
|
|
@@ -3324,7 +3324,7 @@ export declare function isElementsQueryOptionsElementsByValue(obj: unknown): obj
|
|
|
3324
3324
|
|
|
3325
3325
|
/**
|
|
3326
3326
|
* Semantic search query.
|
|
3327
|
-
* @
|
|
3327
|
+
* @beta
|
|
3328
3328
|
*/
|
|
3329
3329
|
export declare interface ISemanticSearchQuery {
|
|
3330
3330
|
/**
|
|
@@ -3353,7 +3353,7 @@ export declare interface ISemanticSearchQuery {
|
|
|
3353
3353
|
|
|
3354
3354
|
/**
|
|
3355
3355
|
* A single search result returned by semantic search.
|
|
3356
|
-
* @
|
|
3356
|
+
* @beta
|
|
3357
3357
|
*/
|
|
3358
3358
|
export declare interface ISemanticSearchResult {
|
|
3359
3359
|
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.8.0
|
|
3
|
+
"version": "10.8.0",
|
|
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.8.0
|
|
27
|
+
"@gooddata/sdk-model": "10.8.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.0",
|