@gooddata/sdk-model 11.37.0-alpha.0 → 11.37.0-alpha.1
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 +4 -0
- package/esm/settings/settings.d.ts +4 -0
- package/package.json +3 -3
package/esm/sdk-model.d.ts
CHANGED
|
@@ -6963,6 +6963,10 @@ export declare interface IFeatureFlags {
|
|
|
6963
6963
|
* Enable Anthropic provider in LLM configuration.
|
|
6964
6964
|
*/
|
|
6965
6965
|
enableAiLlmAnthropicProvider?: boolean;
|
|
6966
|
+
/**
|
|
6967
|
+
* Enables Metric Editor loading as a remote module in the host application.
|
|
6968
|
+
*/
|
|
6969
|
+
enableShellApplication_metricEditor?: boolean;
|
|
6966
6970
|
}
|
|
6967
6971
|
|
|
6968
6972
|
/**
|
|
@@ -1010,4 +1010,8 @@ export interface IFeatureFlags {
|
|
|
1010
1010
|
* Enable Anthropic provider in LLM configuration.
|
|
1011
1011
|
*/
|
|
1012
1012
|
enableAiLlmAnthropicProvider?: boolean;
|
|
1013
|
+
/**
|
|
1014
|
+
* Enables Metric Editor loading as a remote module in the host application.
|
|
1015
|
+
*/
|
|
1016
|
+
enableShellApplication_metricEditor?: boolean;
|
|
1013
1017
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.37.0-alpha.
|
|
3
|
+
"version": "11.37.0-alpha.1",
|
|
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.37.0-alpha.
|
|
61
|
-
"@gooddata/oxlint-config": "11.37.0-alpha.
|
|
60
|
+
"@gooddata/eslint-config": "11.37.0-alpha.1",
|
|
61
|
+
"@gooddata/oxlint-config": "11.37.0-alpha.1"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"_phase:build": "npm run build",
|