@gooddata/sdk-backend-tiger 11.40.0-alpha.4 → 11.40.0-alpha.5
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/__version.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.40.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.40.0-alpha.5";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/sdk-backend-tiger";
|
package/esm/__version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// (C) 2021 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
-
export const LIB_VERSION = "11.40.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.40.0-alpha.5";
|
|
4
4
|
export const LIB_DESCRIPTION = "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN";
|
|
5
5
|
export const LIB_NAME = "@gooddata/sdk-backend-tiger";
|
|
@@ -141,6 +141,7 @@ export function mapFeatures(features) {
|
|
|
141
141
|
...loadFeature(features, TigerFeaturesNames.EnableAiAgenticMultiConversations, "enableAiAgenticMultiConversations", "BOOLEAN", FeatureFlagsValues.enableAiAgenticMultiConversations),
|
|
142
142
|
...loadFeature(features, TigerFeaturesNames.EnableAiLlmAnthropicProvider, "enableAiLlmAnthropicProvider", "BOOLEAN", FeatureFlagsValues.enableAiLlmAnthropicProvider),
|
|
143
143
|
...loadFeature(features, TigerFeaturesNames.EnableGenAiVisualizationSummarySkill, "enableGenAiVisualizationSummarySkill", "BOOLEAN", FeatureFlagsValues.enableGenAiVisualizationSummarySkill),
|
|
144
|
+
...loadFeature(features, TigerFeaturesNames.EnableGenAiDashboardSummarySkill, "enableGenAiDashboardSummarySkill", "BOOLEAN", FeatureFlagsValues.enableGenAiDashboardSummarySkill),
|
|
144
145
|
...loadFeature(features, TigerFeaturesNames.EnableGenAiAgenticDataShareOptOut, "enableGenAiAgenticDataShareOptOut", "BOOLEAN", FeatureFlagsValues.enableGenAiAgenticDataShareOptOut),
|
|
145
146
|
...loadFeature(features, TigerFeaturesNames.AIChatSearchLimit, "aiChatSearchLimit", "NUMBER", FeatureFlagsValues.aiChatSearchLimit),
|
|
146
147
|
...loadFeature(features, TigerFeaturesNames.EnableKDEmptyDateValuesFilter, "enableKDEmptyDateValuesFilter", "BOOLEAN", FeatureFlagsValues.enableKDEmptyDateValuesFilter),
|
|
@@ -169,6 +170,7 @@ export function mapFeatures(features) {
|
|
|
169
170
|
...loadFeature(features, TigerFeaturesNames.EnableUserDataFiltersUi, "enableUserDataFiltersUi", "BOOLEAN", FeatureFlagsValues.enableUserDataFiltersUi),
|
|
170
171
|
...loadFeature(features, TigerFeaturesNames.EnableEnhancedInsightPicker, "enableEnhancedInsightPicker", "BOOLEAN", FeatureFlagsValues.enableEnhancedInsightPicker),
|
|
171
172
|
...loadFeature(features, TigerFeaturesNames.EnableMetricEditorRemoteModule, "enableShellApplication_metricEditor", "BOOLEAN", FeatureFlagsValues.enableShellApplication_metricEditor),
|
|
173
|
+
...loadFeature(features, TigerFeaturesNames.EnableAnalyticalDesignerRemoteModule, "enableShellApplication_analyticalDesigner", "BOOLEAN", FeatureFlagsValues.enableShellApplication_analyticalDesigner),
|
|
172
174
|
...loadFeature(features, TigerFeaturesNames.EnableDashboardSidebarResize, "enableDashboardSidebarResize", "BOOLEAN", FeatureFlagsValues.enableDashboardSidebarResize),
|
|
173
175
|
};
|
|
174
176
|
}
|
|
@@ -140,6 +140,7 @@ export declare enum TigerFeaturesNames {
|
|
|
140
140
|
EnableAiAgenticConversations = "enableAiAgenticConversations",
|
|
141
141
|
EnableGenAiAgenticDataShareOptOut = "enableGenAiAgenticDataShareOptOut",
|
|
142
142
|
EnableGenAiVisualizationSummarySkill = "enableGenAiVisualizationSummarySkill",
|
|
143
|
+
EnableGenAiDashboardSummarySkill = "enableGenAiDashboardSummarySkill",
|
|
143
144
|
AIChatSearchLimit = "aiChatSearchLimit",
|
|
144
145
|
EnableKDEmptyDateValuesFilter = "enableKDEmptyDateValuesFilter",
|
|
145
146
|
EnableRichTextWidgetFilterConfiguration = "enableRichTextWidgetFilterConfiguration",
|
|
@@ -170,6 +171,7 @@ export declare enum TigerFeaturesNames {
|
|
|
170
171
|
EnableAiLlmAnthropicProvider = "enableAiLlmAnthropicProvider",
|
|
171
172
|
EnableRadarChart = "enableRadarChart",
|
|
172
173
|
EnableMetricEditorRemoteModule = "enableShellApplication_metricEditor",
|
|
174
|
+
EnableAnalyticalDesignerRemoteModule = "enableShellApplication_analyticalDesigner",
|
|
173
175
|
EnableDashboardSidebarResize = "enableDashboardSidebarResize"
|
|
174
176
|
}
|
|
175
177
|
export type ITigerFeatureFlags = {
|
|
@@ -334,11 +336,13 @@ export type ITigerFeatureFlags = {
|
|
|
334
336
|
enableAiAgenticConversations: (typeof FeatureFlagsValues)["enableAiAgenticConversations"][number];
|
|
335
337
|
enableGenAiAgenticDataShareOptOut: (typeof FeatureFlagsValues)["enableGenAiAgenticDataShareOptOut"][number];
|
|
336
338
|
enableGenAiVisualizationSummarySkill: (typeof FeatureFlagsValues)["enableGenAiVisualizationSummarySkill"][number];
|
|
339
|
+
enableGenAiDashboardSummarySkill: (typeof FeatureFlagsValues)["enableGenAiDashboardSummarySkill"][number];
|
|
337
340
|
enableAutomationTrigger: (typeof FeatureFlagsValues)["enableAutomationTrigger"][number];
|
|
338
341
|
enableUserDataFiltersUi: (typeof FeatureFlagsValues)["enableUserDataFiltersUi"][number];
|
|
339
342
|
enableEnhancedInsightPicker: (typeof FeatureFlagsValues)["enableEnhancedInsightPicker"][number];
|
|
340
343
|
enableAiLlmAnthropicProvider: (typeof FeatureFlagsValues)["enableAiLlmAnthropicProvider"][number];
|
|
341
344
|
enableShellApplication_metricEditor: (typeof FeatureFlagsValues)["enableShellApplication_metricEditor"][number];
|
|
345
|
+
enableShellApplication_analyticalDesigner: (typeof FeatureFlagsValues)["enableShellApplication_analyticalDesigner"][number];
|
|
342
346
|
enableDashboardSidebarResize: (typeof FeatureFlagsValues)["enableDashboardSidebarResize"][number];
|
|
343
347
|
};
|
|
344
348
|
export declare const DefaultFeatureFlags: ITigerFeatureFlags;
|
|
@@ -505,10 +509,12 @@ export declare const FeatureFlagsValues: {
|
|
|
505
509
|
enableAiAgenticConversations: readonly [true, false];
|
|
506
510
|
enableGenAiAgenticDataShareOptOut: readonly [true, false];
|
|
507
511
|
enableGenAiVisualizationSummarySkill: readonly [false, true];
|
|
512
|
+
enableGenAiDashboardSummarySkill: readonly [false, true];
|
|
508
513
|
enableAutomationTrigger: readonly [true, false];
|
|
509
514
|
enableUserDataFiltersUi: readonly [true, false];
|
|
510
515
|
enableEnhancedInsightPicker: readonly [true, false];
|
|
511
516
|
enableAiLlmAnthropicProvider: readonly [true, false];
|
|
512
517
|
enableShellApplication_metricEditor: readonly [true, false];
|
|
518
|
+
enableShellApplication_analyticalDesigner: readonly [true, false];
|
|
513
519
|
enableDashboardSidebarResize: readonly [true, false];
|
|
514
520
|
};
|
|
@@ -144,6 +144,7 @@ var TigerFeaturesNames;
|
|
|
144
144
|
TigerFeaturesNames["EnableAiAgenticConversations"] = "enableAiAgenticConversations";
|
|
145
145
|
TigerFeaturesNames["EnableGenAiAgenticDataShareOptOut"] = "enableGenAiAgenticDataShareOptOut";
|
|
146
146
|
TigerFeaturesNames["EnableGenAiVisualizationSummarySkill"] = "enableGenAiVisualizationSummarySkill";
|
|
147
|
+
TigerFeaturesNames["EnableGenAiDashboardSummarySkill"] = "enableGenAiDashboardSummarySkill";
|
|
147
148
|
TigerFeaturesNames["AIChatSearchLimit"] = "aiChatSearchLimit";
|
|
148
149
|
TigerFeaturesNames["EnableKDEmptyDateValuesFilter"] = "enableKDEmptyDateValuesFilter";
|
|
149
150
|
TigerFeaturesNames["EnableRichTextWidgetFilterConfiguration"] = "enableRichTextWidgetFilterConfiguration";
|
|
@@ -174,6 +175,7 @@ var TigerFeaturesNames;
|
|
|
174
175
|
TigerFeaturesNames["EnableAiLlmAnthropicProvider"] = "enableAiLlmAnthropicProvider";
|
|
175
176
|
TigerFeaturesNames["EnableRadarChart"] = "enableRadarChart";
|
|
176
177
|
TigerFeaturesNames["EnableMetricEditorRemoteModule"] = "enableShellApplication_metricEditor";
|
|
178
|
+
TigerFeaturesNames["EnableAnalyticalDesignerRemoteModule"] = "enableShellApplication_analyticalDesigner";
|
|
177
179
|
TigerFeaturesNames["EnableDashboardSidebarResize"] = "enableDashboardSidebarResize";
|
|
178
180
|
})(TigerFeaturesNames || (TigerFeaturesNames = {}));
|
|
179
181
|
export const DefaultFeatureFlags = {
|
|
@@ -338,11 +340,13 @@ export const DefaultFeatureFlags = {
|
|
|
338
340
|
enableAiAgenticConversations: false,
|
|
339
341
|
enableGenAiAgenticDataShareOptOut: false,
|
|
340
342
|
enableGenAiVisualizationSummarySkill: false,
|
|
343
|
+
enableGenAiDashboardSummarySkill: false,
|
|
341
344
|
enableAutomationTrigger: false,
|
|
342
345
|
enableUserDataFiltersUi: false,
|
|
343
346
|
enableEnhancedInsightPicker: false,
|
|
344
347
|
enableAiLlmAnthropicProvider: false,
|
|
345
348
|
enableShellApplication_metricEditor: false,
|
|
349
|
+
enableShellApplication_analyticalDesigner: false,
|
|
346
350
|
enableDashboardSidebarResize: false,
|
|
347
351
|
};
|
|
348
352
|
export const FeatureFlagsValues = {
|
|
@@ -508,10 +512,12 @@ export const FeatureFlagsValues = {
|
|
|
508
512
|
enableAiAgenticConversations: [true, false],
|
|
509
513
|
enableGenAiAgenticDataShareOptOut: [true, false],
|
|
510
514
|
enableGenAiVisualizationSummarySkill: [false, true],
|
|
515
|
+
enableGenAiDashboardSummarySkill: [false, true],
|
|
511
516
|
enableAutomationTrigger: [true, false],
|
|
512
517
|
enableUserDataFiltersUi: [true, false],
|
|
513
518
|
enableEnhancedInsightPicker: [true, false],
|
|
514
519
|
enableAiLlmAnthropicProvider: [true, false],
|
|
515
520
|
enableShellApplication_metricEditor: [true, false],
|
|
521
|
+
enableShellApplication_analyticalDesigner: [true, false],
|
|
516
522
|
enableDashboardSidebarResize: [true, false],
|
|
517
523
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-tiger",
|
|
3
|
-
"version": "11.40.0-alpha.
|
|
3
|
+
"version": "11.40.0-alpha.5",
|
|
4
4
|
"description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"ts-invariant": "0.10.3",
|
|
34
34
|
"tslib": "2.8.1",
|
|
35
35
|
"uuid": "11.1.0",
|
|
36
|
-
"@gooddata/
|
|
37
|
-
"@gooddata/sdk-backend-
|
|
38
|
-
"@gooddata/
|
|
39
|
-
"@gooddata/sdk-code-convertors": "11.40.0-alpha.
|
|
40
|
-
"@gooddata/sdk-model": "11.40.0-alpha.
|
|
41
|
-
"@gooddata/util": "11.40.0-alpha.
|
|
36
|
+
"@gooddata/api-client-tiger": "11.40.0-alpha.5",
|
|
37
|
+
"@gooddata/sdk-backend-base": "11.40.0-alpha.5",
|
|
38
|
+
"@gooddata/sdk-backend-spi": "11.40.0-alpha.5",
|
|
39
|
+
"@gooddata/sdk-code-convertors": "11.40.0-alpha.5",
|
|
40
|
+
"@gooddata/sdk-model": "11.40.0-alpha.5",
|
|
41
|
+
"@gooddata/util": "11.40.0-alpha.5"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@gooddata/fixtures": "3.3.12",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"oxlint-tsgolint": "0.15.0",
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"vitest": "4.1.8",
|
|
68
|
-
"@gooddata/catalog-export": "11.40.0-alpha.
|
|
69
|
-
"@gooddata/eslint-config": "11.40.0-alpha.
|
|
70
|
-
"@gooddata/oxlint-config": "11.40.0-alpha.
|
|
71
|
-
"@gooddata/reference-workspace": "11.40.0-alpha.
|
|
68
|
+
"@gooddata/catalog-export": "11.40.0-alpha.5",
|
|
69
|
+
"@gooddata/eslint-config": "11.40.0-alpha.5",
|
|
70
|
+
"@gooddata/oxlint-config": "11.40.0-alpha.5",
|
|
71
|
+
"@gooddata/reference-workspace": "11.40.0-alpha.5"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"_phase:build": "npm run build",
|