@gooddata/sdk-backend-spi 10.8.0-alpha.24 → 10.8.0-alpha.25
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
|
@@ -81,6 +81,7 @@ import { IResultHeader } from '@gooddata/sdk-model';
|
|
|
81
81
|
import { IResultWarning } from '@gooddata/sdk-model';
|
|
82
82
|
import { IScheduledMail } from '@gooddata/sdk-model';
|
|
83
83
|
import { IScheduledMailDefinition } from '@gooddata/sdk-model';
|
|
84
|
+
import { ISemanticSearchRelationship } from '@gooddata/sdk-model';
|
|
84
85
|
import { ISemanticSearchResultItem } from '@gooddata/sdk-model';
|
|
85
86
|
import { ISeparators } from '@gooddata/sdk-model';
|
|
86
87
|
import { ISettings } from '@gooddata/sdk-model';
|
|
@@ -3354,6 +3355,7 @@ export declare interface ISemanticSearchQuery {
|
|
|
3354
3355
|
*/
|
|
3355
3356
|
export declare interface ISemanticSearchResult {
|
|
3356
3357
|
results: ISemanticSearchResultItem[];
|
|
3358
|
+
relationships: ISemanticSearchRelationship[];
|
|
3357
3359
|
}
|
|
3358
3360
|
|
|
3359
3361
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GenAISemanticSearchType, ISemanticSearchResultItem } from "@gooddata/sdk-model";
|
|
1
|
+
import { GenAISemanticSearchType, ISemanticSearchRelationship, ISemanticSearchResultItem } from "@gooddata/sdk-model";
|
|
2
2
|
/**
|
|
3
3
|
* GenAI-powered semantic search service.
|
|
4
4
|
* @alpha
|
|
@@ -47,5 +47,6 @@ export interface ISemanticSearchQuery {
|
|
|
47
47
|
*/
|
|
48
48
|
export interface ISemanticSearchResult {
|
|
49
49
|
results: ISemanticSearchResultItem[];
|
|
50
|
+
relationships: ISemanticSearchRelationship[];
|
|
50
51
|
}
|
|
51
52
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/genAI/index.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/genAI/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,uBAAuB,EACvB,2BAA2B,EAC3B,yBAAyB,EAC5B,MAAM,qBAAqB,CAAC;AAE7B;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,sBAAsB,IAAI,oBAAoB,CAAC;IAE/C;;OAEG;IACH,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oBAAoB,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,oBAAoB,CAAC;IAE/C;;OAEG;IACH,eAAe,CAAC,KAAK,EAAE,uBAAuB,EAAE,GAAG,oBAAoB,CAAC;IAExE;;OAEG;IACH,cAAc,CAAC,UAAU,EAAE,OAAO,GAAG,oBAAoB,CAAC;IAE1D;;OAEG;IACH,KAAK,CAAC,OAAO,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,WAAW,CAAA;KAAE,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;CAC7E;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC,OAAO,EAAE,yBAAyB,EAAE,CAAC;IACrC,aAAa,EAAE,2BAA2B,EAAE,CAAC;CAChD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-spi",
|
|
3
|
-
"version": "10.8.0-alpha.
|
|
3
|
+
"version": "10.8.0-alpha.25",
|
|
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-alpha.
|
|
27
|
+
"@gooddata/sdk-model": "10.8.0-alpha.25"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.0",
|