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
57
Versions
2675
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 8.0.0-beta.65 to 8.0.0-beta.66

2

dist/index.d.ts

@@ -32,3 +32,3 @@ export { IAnalyticalBackend, BackendCapabilities, AnalyticalBackendConfig, AnalyticalBackendFactory, prepareExecution, } from "./backend";

export { IWorkspaceDateFilterConfigsQuery, IDateFilterConfigsQueryResult, } from "./workspace/dateFilterConfigs";
export { IDateFilterConfig, AbsoluteFormType, AbsolutePresetType, AllTimeType, DateFilterGranularity, DateString, IAbsoluteDateFilterForm, IAbsoluteDateFilterPreset, IAllTimeDateFilter, IDateFilterOption, IRelativeDateFilterForm, IRelativeDateFilterPreset, IRelativeDateFilterPresetOfGranularity, OptionType, RelativeFormType, RelativeGranularityOffset, RelativePresetType, isAbsoluteDateFilterForm, isAbsoluteDateFilterPreset, isAllTimeDateFilter, isRelativeDateFilterForm, isRelativeDateFilterPreset, } from "./workspace/dateFilterConfigs/types";
export { IDateFilterConfig, AbsoluteFormType, AbsolutePresetType, AllTimeType, DateFilterGranularity, DateString, IAbsoluteDateFilterForm, IAbsoluteDateFilterPreset, IAllTimeDateFilterOption, IDateFilterOption, IRelativeDateFilterForm, IRelativeDateFilterPreset, IRelativeDateFilterPresetOfGranularity, OptionType, RelativeFormType, RelativeGranularityOffset, RelativePresetType, isAbsoluteDateFilterForm, isAbsoluteDateFilterPreset, isAllTimeDateFilterOption, isRelativeDateFilterForm, isRelativeDateFilterPreset, } from "./workspace/dateFilterConfigs/types";
//# sourceMappingURL=index.d.ts.map

@@ -75,5 +75,5 @@ "use strict";

Object.defineProperty(exports, "isAbsoluteDateFilterPreset", { enumerable: true, get: function () { return types_1.isAbsoluteDateFilterPreset; } });
Object.defineProperty(exports, "isAllTimeDateFilter", { enumerable: true, get: function () { return types_1.isAllTimeDateFilter; } });
Object.defineProperty(exports, "isAllTimeDateFilterOption", { enumerable: true, get: function () { return types_1.isAllTimeDateFilterOption; } });
Object.defineProperty(exports, "isRelativeDateFilterForm", { enumerable: true, get: function () { return types_1.isRelativeDateFilterForm; } });
Object.defineProperty(exports, "isRelativeDateFilterPreset", { enumerable: true, get: function () { return types_1.isRelativeDateFilterPreset; } });
//# sourceMappingURL=index.js.map

@@ -149,3 +149,3 @@ import { ObjRef, Identifier } from "@gooddata/sdk-model";

*/
export interface IAllTimeDateFilter extends IDateFilterOption {
export interface IAllTimeDateFilterOption extends IDateFilterOption {
/**

@@ -157,6 +157,6 @@ * Type to identify the global all time date filter

/**
* Type-guard testing whether the provided object is an instance of {@link IAllTimeDateFilter}.
* Type-guard testing whether the provided object is an instance of {@link IAllTimeDateFilterOption}.
* @alpha
*/
export declare const isAllTimeDateFilter: (obj: unknown) => obj is IAllTimeDateFilter;
export declare const isAllTimeDateFilterOption: (obj: unknown) => obj is IAllTimeDateFilterOption;
/**

@@ -199,3 +199,3 @@ * Type-guard testing whether the provided object is an instance of {@link IAbsoluteDateFilterForm}.

*/
allTime?: IAllTimeDateFilter;
allTime?: IAllTimeDateFilterOption;
/**

@@ -202,0 +202,0 @@ * Options to customize displaying of the global absolute date filter

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isRelativeDateFilterPreset = exports.isRelativeDateFilterForm = exports.isAbsoluteDateFilterPreset = exports.isAbsoluteDateFilterForm = exports.isAllTimeDateFilter = void 0;
exports.isRelativeDateFilterPreset = exports.isRelativeDateFilterForm = exports.isAbsoluteDateFilterPreset = exports.isAbsoluteDateFilterForm = exports.isAllTimeDateFilterOption = void 0;
var tslib_1 = require("tslib");

@@ -8,6 +8,6 @@ // (C) 2007-2020 GoodData Corporation

/**
* Type-guard testing whether the provided object is an instance of {@link IAllTimeDateFilter}.
* Type-guard testing whether the provided object is an instance of {@link IAllTimeDateFilterOption}.
* @alpha
*/
exports.isAllTimeDateFilter = function (obj) {
exports.isAllTimeDateFilterOption = function (obj) {
return !isEmpty_1.default(obj) && obj.type === "allTime";

@@ -14,0 +14,0 @@ };

@@ -1,2 +0,2 @@

import { IVisualizationClass, IInsight, IInsightDefinition, ObjRef, IMetadataObject, ObjectType, CatalogItem } from "@gooddata/sdk-model";
import { IVisualizationClass, IInsight, IInsightDefinition, ObjRef, IMetadataObject, ObjectType, CatalogItem, IFilter } from "@gooddata/sdk-model";
import { IPagedResource } from "../../common/paging";

@@ -72,2 +72,10 @@ /**

getObjectsReferencing(ref: ObjRef): Promise<IInsightReferencing>;
/**
* Get insight with the filters provided merged with the filters specified by the insight itself.
*
* @param insight - insight to start with
* @param filters - filters to merge
* @returns promise of new insight with the filters merged in
*/
getInsightWithAddedFilters<T extends IInsightDefinition>(insight: T, filters: IFilter[]): Promise<T>;
}

@@ -74,0 +82,0 @@ /**

{
"name": "@gooddata/sdk-backend-spi",
"version": "8.0.0-beta.65",
"version": "8.0.0-beta.66",
"author": "GoodData",

@@ -34,3 +34,3 @@ "description": "GoodData Backend SPI abstraction interfaces",

"dependencies": {
"@gooddata/sdk-model": "^8.0.0-beta.65",
"@gooddata/sdk-model": "^8.0.0-beta.66",
"lodash": "^4.17.19",

@@ -37,0 +37,0 @@ "spark-md5": "^3.0.0",

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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