diff --git a/package.json b/package.json index 9906e9c..ddbe0be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@thoughtspot/ts-chart-sdk", "private": false, - "version": "2.5.4", + "version": "2.5.5", "module": "lib/index", "main": "lib/index", "types": "lib/index", diff --git a/src/types/visual-prop.types.ts b/src/types/visual-prop.types.ts index 2337b94..5296cca 100644 --- a/src/types/visual-prop.types.ts +++ b/src/types/visual-prop.types.ts @@ -261,7 +261,7 @@ export interface InputValidation { * * @version SDK: 0.0.1-alpha.3 | ThoughtSpot: */ - rangeError?: string; + rangeError?: string | TranslatedValue; } /**