Huge News!Announcing our $40M Series B led by Abstract Ventures.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-bertold8-ine-one-4105-2020-05-04T14-04-01-592Z

8

dist/src/embedding/ad.d.ts

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

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

@@ -99,3 +99,7 @@ /**

*/
ExportFinished = "exportInsightFinished"
ExportFinished = "exportInsightFinished",
/**
* Type that drill performed
*/
Drill = "drill"
}

@@ -102,0 +106,0 @@ /**

@@ -84,2 +84,6 @@ "use strict";

GdcAdEventType["ExportFinished"] = "exportInsightFinished";
/**
* Type that drill performed
*/
GdcAdEventType["Drill"] = "drill";
})(GdcAdEventType = EmbeddedAnalyticalDesigner.GdcAdEventType || (EmbeddedAnalyticalDesigner.GdcAdEventType = {}));

@@ -86,0 +90,0 @@ /**

@@ -141,2 +141,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

@@ -143,0 +151,0 @@ * @param obj the event data object

{
"name": "@gooddata/typings",
"version": "2.24.0",
"version": "2.24.1-alpha-bertold8-ine-one-4105-2020-05-04T14-04-01-592Z",
"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