@gooddata/typings
Advanced tools
Comparing version 2.22.0 to 2.23.0
@@ -126,2 +126,3 @@ /** | ||
value: number; | ||
treatNullValuesAs?: number; | ||
}; | ||
@@ -135,2 +136,3 @@ } | ||
to: number; | ||
treatNullValuesAs?: number; | ||
}; | ||
@@ -137,0 +139,0 @@ } |
"use strict"; | ||
exports.__esModule = true; | ||
// (C) 2007-2019 GoodData Corporation | ||
// (C) 2007-2020 GoodData Corporation | ||
var isEmpty = require("lodash/isEmpty"); | ||
@@ -5,0 +5,0 @@ /** |
@@ -126,2 +126,3 @@ /** | ||
value: number; | ||
treatNullValuesAs?: number; | ||
}; | ||
@@ -135,2 +136,3 @@ } | ||
to: number; | ||
treatNullValuesAs?: number; | ||
}; | ||
@@ -137,0 +139,0 @@ } |
"use strict"; | ||
exports.__esModule = true; | ||
// (C) 2019 GoodData Corporation | ||
// (C) 2020 GoodData Corporation | ||
var isEmpty = require("lodash/isEmpty"); | ||
var isArray = require("lodash/isArray"); | ||
/** | ||
@@ -100,3 +101,3 @@ * Types defined here exactly match types accepted by the executeAfm resource. | ||
return !isEmpty(attributeElements) | ||
&& attributeElements.values !== undefined; | ||
&& isArray(attributeElements.values); | ||
} | ||
@@ -103,0 +104,0 @@ ExecuteAFM.isAttributeElementsByValue = isAttributeElementsByValue; |
@@ -53,2 +53,3 @@ import { IObjectMeta } from './Meta'; | ||
value: number; | ||
treatNullValuesAs?: number; | ||
}; | ||
@@ -62,2 +63,3 @@ } | ||
to: number; | ||
treatNullValuesAs?: number; | ||
}; | ||
@@ -64,0 +66,0 @@ } |
{ | ||
"name": "@gooddata/typings", | ||
"version": "2.22.0", | ||
"version": "2.23.0", | ||
"description": "TypeScript definition files for GoodData platform", | ||
@@ -67,5 +67,5 @@ "typings": "dist/index.d.ts", | ||
"@types/lodash": "^4.14.121", | ||
"jest": "^24.7.1", | ||
"jest": "25.1.0", | ||
"jest-junit": "^3.0.0", | ||
"ts-jest": "^24.0.1", | ||
"ts-jest": "25.2.1", | ||
"typescript": "^3.3.4000" | ||
@@ -72,0 +72,0 @@ }, |
@@ -23,2 +23,9 @@ # GoodData Typings | ||
Install [Node.js](http://nodejs.org) (node 12.16.1, npm v6.13.4) and [Yarn](https://classic.yarnpkg.com) 1.22.4. | ||
Install dependencies: | ||
``` | ||
yarn install --frozen-lockfile | ||
``` | ||
### Running the development | ||
@@ -39,3 +46,2 @@ | ||
### Deployment | ||
@@ -42,0 +48,0 @@ |
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
266456
4000
56