@gooddata/typings
Advanced tools
Comparing version 2.24.3 to 2.24.4
@@ -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 |
@@ -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
327615
79
5534