Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gooddata/typings

Package Overview
Dependencies
Maintainers
48
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/typings - npm Package Compare versions

Comparing version 2.24.3 to 2.24.4

dist/src/embedding/kd.d.ts

1

dist/index.d.ts

@@ -16,1 +16,2 @@ export * from './src/AFM';

export * from './src/embedding/ad';
export * from './src/embedding/kd';

@@ -15,2 +15,3 @@ "use strict";

__export(require("./src/embedding/ad"));
__export(require("./src/embedding/kd"));
//# sourceMappingURL=index.js.map

24

dist/src/embedding/ad.d.ts

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

import { CommandFailed, IObjectMeta, IGdcMessageEvent, IGdcMessageEnvelope, CommandFailedData, GdcProductName } from './common';
import { CommandFailed, IObjectMeta, IGdcMessageEvent, IGdcMessageEnvelope, CommandFailedData, GdcProductName, IDrillableItemsCommandBody } from './common';
import { IBaseExportConfig } from '../Export';

@@ -126,24 +126,2 @@ import { VisualizationObject } from '../VisualizationObject';

/**
* Base type of drillable items command body
*/
interface ISimpleDrillableItemsCommandBody {
/**
* The array of uris of attributes or measures
*/
uris?: string[];
/**
* The array of identifiers of attributes or measures
*/
identifiers?: string[];
}
/**
* The main data type for furture processing of drillable items command
*/
interface IDrillableItemsCommandBody extends ISimpleDrillableItemsCommandBody {
/**
* Master measures items - In-case, a derived measure is composed from a master measure.
*/
composedFrom?: ISimpleDrillableItemsCommandBody;
}
/**
* Set drillable items.

@@ -150,0 +128,0 @@ *

@@ -12,3 +12,3 @@ /**

*/
KPI_DASHBOARDS = "dashboards"
KPI_DASHBOARD = "dashboard"
}

@@ -154,1 +154,23 @@ /**

export declare function getEventType(obj: any): string;
/**
* Base type of drillable items command body
*/
export interface ISimpleDrillableItemsCommandBody {
/**
* The array of uris of attributes or measures
*/
uris?: string[];
/**
* The array of identifiers of attributes or measures
*/
identifiers?: string[];
}
/**
* The main data type of drillable items command
*/
export interface IDrillableItemsCommandBody extends ISimpleDrillableItemsCommandBody {
/**
* Master measures items - In-case, a derived measure is composed from a master measure.
*/
composedFrom?: ISimpleDrillableItemsCommandBody;
}

@@ -16,3 +16,3 @@ "use strict";

*/
GdcProductName["KPI_DASHBOARDS"] = "dashboards";
GdcProductName["KPI_DASHBOARD"] = "dashboard";
})(GdcProductName = exports.GdcProductName || (exports.GdcProductName = {}));

@@ -19,0 +19,0 @@ /**

@@ -18,1 +18,2 @@ // (C) 2007-2020 GoodData Corporation

export * from './src/embedding/ad';
export * from './src/embedding/kd';
{
"name": "@gooddata/typings",
"version": "2.24.3",
"version": "2.24.4",
"description": "TypeScript definition files for GoodData platform",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

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