@gooddata/sdk-model 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/genAI/index.d.ts +3 -3
- package/esm/sdk-model.d.ts +3 -3
- package/package.json +1 -1
package/esm/genAI/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* A single search result returned by semantic search.
|
|
3
|
-
* @
|
|
3
|
+
* @beta
|
|
4
4
|
*/
|
|
5
5
|
export interface ISemanticSearchResultItem {
|
|
6
6
|
/**
|
|
@@ -38,12 +38,12 @@ export interface ISemanticSearchResultItem {
|
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Type of the searchable object.
|
|
41
|
-
* @
|
|
41
|
+
* @beta
|
|
42
42
|
*/
|
|
43
43
|
export type GenAISemanticSearchType = "dataset" | "attribute" | "label" | "fact" | "date" | "metric" | "visualization" | "dashboard";
|
|
44
44
|
/**
|
|
45
45
|
* Reference between two metadata objects.
|
|
46
|
-
* @
|
|
46
|
+
* @beta
|
|
47
47
|
*/
|
|
48
48
|
export type ISemanticSearchRelationship = {
|
|
49
49
|
sourceWorkspaceId: string;
|
package/esm/sdk-model.d.ts
CHANGED
|
@@ -1494,7 +1494,7 @@ export declare type ForecastDataValue = {
|
|
|
1494
1494
|
|
|
1495
1495
|
/**
|
|
1496
1496
|
* Type of the searchable object.
|
|
1497
|
-
* @
|
|
1497
|
+
* @beta
|
|
1498
1498
|
*/
|
|
1499
1499
|
export declare type GenAISemanticSearchType = "dataset" | "attribute" | "label" | "fact" | "date" | "metric" | "visualization" | "dashboard";
|
|
1500
1500
|
|
|
@@ -6626,7 +6626,7 @@ export declare function isDrillToLegacyDashboard(obj: unknown): obj is IDrillToL
|
|
|
6626
6626
|
|
|
6627
6627
|
/**
|
|
6628
6628
|
* Reference between two metadata objects.
|
|
6629
|
-
* @
|
|
6629
|
+
* @beta
|
|
6630
6630
|
*/
|
|
6631
6631
|
export declare type ISemanticSearchRelationship = {
|
|
6632
6632
|
sourceWorkspaceId: string;
|
|
@@ -6641,7 +6641,7 @@ export declare type ISemanticSearchRelationship = {
|
|
|
6641
6641
|
|
|
6642
6642
|
/**
|
|
6643
6643
|
* A single search result returned by semantic search.
|
|
6644
|
-
* @
|
|
6644
|
+
* @beta
|
|
6645
6645
|
*/
|
|
6646
6646
|
export declare interface ISemanticSearchResultItem {
|
|
6647
6647
|
/**
|