Comparing version 4.0.0-vaclavbohac-master-2017-09-27T14-10-11-714Z to 4.0.0-vojty-typings-2017-10-02T11-10-58-242Z
@@ -0,1 +1,3 @@ | ||
export type ISortDirection = 'asc' | 'desc'; | ||
export interface IAccountInfo { | ||
@@ -34,3 +36,3 @@ login: string; | ||
offset: number; | ||
order: 'asc' | 'desc'; | ||
order: ISortDirection; | ||
filter: string; | ||
@@ -44,6 +46,24 @@ prompt: string; | ||
export interface IElement { | ||
element: { | ||
uri: string; | ||
title: string; | ||
}; | ||
} | ||
export interface IValidElementsResponse { | ||
items: string[]; | ||
paging: object; | ||
elementsMeta: object; | ||
validElements: { | ||
items: IElement[]; | ||
paging: { | ||
count: number; | ||
offset: string; | ||
total: string; | ||
}; | ||
elementsMeta: { | ||
attribute: string; | ||
attributeDisplayForm: string; | ||
filter: string; | ||
order: ISortDirection; | ||
}; | ||
} | ||
} | ||
@@ -50,0 +70,0 @@ |
{ | ||
"name": "gooddata", | ||
"version": "4.0.0-vaclavbohac-master-2017-09-27T14-10-11-714Z", | ||
"version": "4.0.0-vojty-typings-2017-10-02T11-10-58-242Z", | ||
"author": "GoodData", | ||
@@ -5,0 +5,0 @@ "description": "GoodData JavaScript SDK", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1067000
25283