@gooddata/typings
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -108,2 +108,3 @@ export declare namespace AFM { | ||
attributeIdentifier: Identifier; | ||
aggregation?: 'sum'; | ||
}; | ||
@@ -203,2 +204,7 @@ } | ||
type DataValue = null | string | number; | ||
interface Warning { | ||
warningCode: string; | ||
message: string; | ||
parameters?: any[]; | ||
} | ||
interface IExecutionResult { | ||
@@ -214,2 +220,3 @@ executionResult: { | ||
}; | ||
warnings?: Warning[]; | ||
}; | ||
@@ -216,0 +223,0 @@ } |
@@ -137,2 +137,3 @@ // Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved. | ||
attributeIdentifier: Identifier; | ||
aggregation?: 'sum'; | ||
}; | ||
@@ -271,2 +272,8 @@ } | ||
export interface Warning { | ||
warningCode: string; | ||
message: string; | ||
parameters?: any[]; | ||
} | ||
export interface IExecutionResult { | ||
@@ -282,2 +289,3 @@ executionResult: { | ||
}; | ||
warnings?: Warning[]; | ||
} | ||
@@ -284,0 +292,0 @@ } |
{ | ||
"name": "@gooddata/typings", | ||
"version": "0.0.3", | ||
"version": "0.0.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
20749
520