@gooddata/sdk-model 11.36.0-alpha.6 → 11.36.0-alpha.7
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-model.d.ts +0 -4
- package/esm/settings/settings.d.ts +0 -4
- package/package.json +3 -3
package/esm/sdk-model.d.ts
CHANGED
|
@@ -6824,10 +6824,6 @@ export declare interface IFeatureFlags {
|
|
|
6824
6824
|
* Renders table cells as hyperlinks.
|
|
6825
6825
|
*/
|
|
6826
6826
|
enableDrillToUrlByDefault?: boolean;
|
|
6827
|
-
/**
|
|
6828
|
-
* This feature flag enables automatic drill to url setting feature.
|
|
6829
|
-
*/
|
|
6830
|
-
enableImplicitDrillToUrl?: boolean;
|
|
6831
6827
|
/**
|
|
6832
6828
|
* Enable anomaly detection alert
|
|
6833
6829
|
*/
|
|
@@ -871,10 +871,6 @@ export interface IFeatureFlags {
|
|
|
871
871
|
* Renders table cells as hyperlinks.
|
|
872
872
|
*/
|
|
873
873
|
enableDrillToUrlByDefault?: boolean;
|
|
874
|
-
/**
|
|
875
|
-
* This feature flag enables automatic drill to url setting feature.
|
|
876
|
-
*/
|
|
877
|
-
enableImplicitDrillToUrl?: boolean;
|
|
878
874
|
/**
|
|
879
875
|
* Enable anomaly detection alert
|
|
880
876
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.36.0-alpha.
|
|
3
|
+
"version": "11.36.0-alpha.7",
|
|
4
4
|
"description": "GoodData Model definitions used by UI components and Backend SPI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"oxlint-tsgolint": "0.11.4",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"vitest": "4.1.0",
|
|
60
|
-
"@gooddata/eslint-config": "11.36.0-alpha.
|
|
61
|
-
"@gooddata/oxlint-config": "11.36.0-alpha.
|
|
60
|
+
"@gooddata/eslint-config": "11.36.0-alpha.7",
|
|
61
|
+
"@gooddata/oxlint-config": "11.36.0-alpha.7"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"_phase:build": "npm run build",
|