@gooddata/typings
Advanced tools
Comparing version 0.0.1-vojty-init-2017-10-24T11-48-28-794Z to 0.0.1-vojty-init-2017-10-24T12-18-07-277Z
@@ -175,2 +175,5 @@ export declare namespace AFM { | ||
executionResponse: { | ||
links: { | ||
uri: string; | ||
}; | ||
dimensions: IResultDimension[]; | ||
@@ -182,8 +185,2 @@ }; | ||
data: string[][] | string[]; | ||
totals: any; | ||
paging: { | ||
count: number[]; | ||
offset: number[]; | ||
total: number[]; | ||
}; | ||
}; | ||
@@ -190,0 +187,0 @@ } |
11
index.ts
@@ -213,2 +213,5 @@ export namespace AFM { | ||
executionResponse: { | ||
links: { | ||
uri: string; | ||
}; | ||
dimensions: IResultDimension[]; | ||
@@ -220,9 +223,3 @@ } | ||
executionResult: { | ||
data: string[][] | string[], | ||
totals: any; | ||
paging: { | ||
count: number[] | ||
offset: number[], | ||
total: number[] | ||
} | ||
data: string[][] | string[]; | ||
} | ||
@@ -229,0 +226,0 @@ } |
{ | ||
"name": "@gooddata/typings", | ||
"version": "0.0.1-vojty-init-2017-10-24T11-48-28-794Z", | ||
"version": "0.0.1-vojty-init-2017-10-24T12-18-07-277Z", | ||
"description": "TypeScript definition files for GoodData platform", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
12090
385