@gooddata/typings
Advanced tools
Comparing version 2.24.0 to 2.24.1-alpha-bertold8-ine-one-4105-2020-05-04T14-04-01-592Z
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
306929
5034
1