From ebff4ffd19e6d4ea2428876c0d0e73736129f314 Mon Sep 17 00:00:00 2001 From: Aditya Mittal Date: Mon, 11 May 2026 13:34:02 +0530 Subject: [PATCH 1/2] Update desc --- package.json | 2 +- src/embed/search.ts | 3 ++- static/typedoc/typedoc.json | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 17d681ac..7fd37231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thoughtspot/visual-embed-sdk", - "version": "1.48.0", + "version": "1.48.1", "description": "ThoughtSpot Embed SDK", "module": "lib/src/index.js", "main": "dist/tsembed.js", diff --git a/src/embed/search.ts b/src/embed/search.ts index 680b42bb..175fd3ed 100644 --- a/src/embed/search.ts +++ b/src/embed/search.ts @@ -239,7 +239,8 @@ export interface SearchViewConfig */ excludeSearchTokenStringFromURL?: boolean; /** - * The GUID of a saved answer to load initially. + * The GUID of a saved answer to embed. When provided, the embed loads + * the specified saved answer instead of an empty search page. * * Supported embed types: `SearchEmbed` * @version SDK: 1.1.0 | ThoughtSpot: 8.1.0.sw diff --git a/static/typedoc/typedoc.json b/static/typedoc/typedoc.json index be63c373..81aceaba 100644 --- a/static/typedoc/typedoc.json +++ b/static/typedoc/typedoc.json @@ -22062,7 +22062,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 369, + "line": 370, "character": 4 } ], @@ -22300,7 +22300,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 552, + "line": 553, "character": 11 } ], @@ -22954,7 +22954,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 563, + "line": 564, "character": 17 } ], @@ -23459,7 +23459,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 363, + "line": 364, "character": 13 } ], @@ -45820,7 +45820,7 @@ "isOptional": true }, "comment": { - "shortText": "The GUID of a saved answer to load initially.", + "shortText": "The GUID of a saved answer to embed. When provided, the embed loads\nthe specified saved answer instead of an empty search page.", "text": "Supported embed types: `SearchEmbed`", "tags": [ { @@ -45836,7 +45836,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 254, + "line": 255, "character": 4 } ], @@ -45983,7 +45983,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 283, + "line": 284, "character": 4 } ], @@ -46147,7 +46147,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 304, + "line": 305, "character": 4 } ], @@ -46755,7 +46755,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 320, + "line": 321, "character": 4 } ], @@ -46976,7 +46976,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 269, + "line": 270, "character": 4 } ], @@ -47277,7 +47277,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 335, + "line": 336, "character": 4 } ], @@ -47686,7 +47686,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 276, + "line": 277, "character": 4 } ], @@ -47761,7 +47761,7 @@ "sources": [ { "fileName": "embed/search.ts", - "line": 341, + "line": 342, "character": 4 } ], From 5dace156adf239ecf3348fe39194f99d458556be Mon Sep 17 00:00:00 2001 From: Aditya Mittal <114516106+adityamittal3107@users.noreply.github.com> Date: Mon, 11 May 2026 13:41:31 +0530 Subject: [PATCH 2/2] Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/embed/search.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/embed/search.ts b/src/embed/search.ts index 175fd3ed..5bd7ad2c 100644 --- a/src/embed/search.ts +++ b/src/embed/search.ts @@ -239,7 +239,7 @@ export interface SearchViewConfig */ excludeSearchTokenStringFromURL?: boolean; /** - * The GUID of a saved answer to embed. When provided, the embed loads + * Specifies the GUID of a saved answer to embed. When provided, the embed loads * the specified saved answer instead of an empty search page. * * Supported embed types: `SearchEmbed`