From 360d7751c65f4183d7d4400dfaa5b556c9cd9db9 Mon Sep 17 00:00:00 2001 From: Darshita Jhunjhunwala Date: Thu, 14 Aug 2025 12:14:25 +0530 Subject: [PATCH 1/2] SCAL-267514 Added type --- package.json | 2 +- src/types/visual-prop.types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } /** From 130ce31e93b90cb1df7586ee7077bd594653fdf3 Mon Sep 17 00:00:00 2001 From: Darshita Jhunjhunwala Date: Sat, 16 Aug 2025 23:53:20 +0530 Subject: [PATCH 2/2] Updated