New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gooddata/sdk-backend-spi

Package Overview
Dependencies
Maintainers
0
Versions
2619
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/sdk-backend-spi - npm Package Compare versions

Comparing version 10.21.0-alpha.41 to 10.21.0-alpha.42

11

esm/organization/settings/index.d.ts

@@ -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 @@ *

2

esm/organization/settings/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc