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

@gooddata/typings

Package Overview
Dependencies
Maintainers
47
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.0 to 2.24.1-alpha-khanh.le-kl-SD-937-2020-05-04T10-01-24-705Z

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

2

dist/src/embedding/ad.d.ts

@@ -17,3 +17,3 @@ import { CommandFailed, IObjectMeta, IGdcMessageEvent, IGdcMessageEnvelope, CommandFailedData, GdcProductName } from './common';

*/
showFilters?: boolean;
includeFilterContext?: boolean;
}

@@ -20,0 +20,0 @@ /**

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

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

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

/**
* Addtional information for action payload. Use for internal reducers, sagas
*/
export interface IPostMessageContextPayload {
postMessageContext?: {
contextId: string;
};
}
/**
* Get event type of event from event data

@@ -147,1 +155,23 @@ * @param obj the event data object

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 for furture processing 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.0",
"version": "2.24.1-alpha-khanh.le-kl-SD-937-2020-05-04T10-01-24-705Z",
"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

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