Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek Agarwal committed Mar 3, 2025
1 parent 7addc68 commit 161d982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ export interface ViewConfig {
* For example: hiddenListColumns = [ListPageColumns.Author]
*
* **Note**: This option is appplicable only in full app embedding.
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
* @version SDK: 1.31.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
* @example
* ```js
* const embed = new AppEmbed('#tsEmbed', {
Expand Down Expand Up @@ -1304,7 +1304,7 @@ export enum HomepageModule {
/**
* List page columns that can be hidden.
* **Note**: This option is applicable only in full app embedding.
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
* @version SDK: 1.31.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
*/
// eslint-disable-next-line no-shadow
export enum ListPageColumns {
Expand Down

0 comments on commit 161d982

Please sign in to comment.