gooddata
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -35,11 +35,11 @@ // Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved. | ||
export interface IValidElementsOptions { | ||
limit: number; | ||
offset: number; | ||
order: SortDirection; | ||
filter: string; | ||
prompt: string; | ||
uris: string[]; | ||
complement: boolean; | ||
includeTotalCountWithoutFilters: boolean; | ||
restrictiveDefinition: string; | ||
limit?: number; | ||
offset?: number; | ||
order?: SortDirection; | ||
filter?: string; | ||
prompt?: string; | ||
uris?: string[]; | ||
complement?: boolean; | ||
includeTotalCountWithoutFilters?: boolean; | ||
restrictiveDefinition?: string; | ||
} | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "gooddata", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"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
1131577