@gooddata/typings
Advanced tools
Comparing version 2.24.0 to 2.24.1-alpha-khanh.le-kl-SD-937-2020-05-04T10-01-24-705Z
@@ -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 |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
343112
79
5887
1