@gooddata/sdk-backend-spi
Advanced tools
Comparing version 10.21.0-alpha.41 to 10.21.0-alpha.42
@@ -1,2 +0,2 @@ | ||
import { ISettings, IWhiteLabeling, IOpenAiConfig, IAlertDefault, ISeparators } from "@gooddata/sdk-model"; | ||
import { ISettings, IWhiteLabeling, IOpenAiConfig, IAlertDefault, ISeparators, type DashboardFiltersApplyMode } from "@gooddata/sdk-model"; | ||
/** | ||
@@ -91,2 +91,11 @@ * This service provides access to organization settings | ||
/** | ||
* Sets DashboardFiltersApplyMode configuration for organization. | ||
* | ||
* @param dashboardFiltersApplyMode - describes new mode for applying dashboard filters. | ||
* | ||
* @returns promise | ||
* @alpha | ||
*/ | ||
setDashboardFiltersApplyMode(dashboardFiltersApplyMode: DashboardFiltersApplyMode): Promise<void>; | ||
/** | ||
* Deletes theme from organization settings returning workspace styling to default. | ||
@@ -93,0 +102,0 @@ * |
@@ -1,3 +0,3 @@ | ||
// (C) 2022-2024 GoodData Corporation | ||
// (C) 2022-2025 GoodData Corporation | ||
export {}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import { IAlertDefault, ISeparators } from "@gooddata/sdk-model"; | ||
import { IAlertDefault, ISeparators, type DashboardFiltersApplyMode } from "@gooddata/sdk-model"; | ||
import { IWorkspaceSettings, IUserWorkspaceSettings } from "../../common/settings.js"; | ||
@@ -71,2 +71,19 @@ /** | ||
/** | ||
* Sets DashboardFiltersApplyMode configuration for workspace. Default is taken from organization setting. | ||
* | ||
* @param dashboardFiltersApplyMode - describes new mode for applying dashboard filters. | ||
* | ||
* @returns promise | ||
* @alpha | ||
*/ | ||
setDashboardFiltersApplyMode(dashboardFiltersApplyMode: DashboardFiltersApplyMode): Promise<void>; | ||
/** | ||
* Clears DashboardFiltersApplyMode configuration for workspace | ||
* so default value from organization is used. | ||
* | ||
* @returns promise | ||
* @alpha | ||
*/ | ||
deleteDashboardFiltersApplyMode(): Promise<void>; | ||
/** | ||
* Sets color palette for current workspace. | ||
@@ -73,0 +90,0 @@ * |
{ | ||
"name": "@gooddata/sdk-backend-spi", | ||
"version": "10.21.0-alpha.41", | ||
"version": "10.21.0-alpha.42", | ||
"author": "GoodData", | ||
@@ -27,3 +27,3 @@ "description": "GoodData Backend SPI abstraction interfaces", | ||
"tslib": "^2.5.0", | ||
"@gooddata/sdk-model": "10.21.0-alpha.41" | ||
"@gooddata/sdk-model": "10.21.0-alpha.42" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
480264
11390
+ Added@gooddata/sdk-model@10.21.0-alpha.42(transitive)
- Removed@gooddata/sdk-model@10.21.0-alpha.41(transitive)