@thoughtspot/visual-embed-sdk 1.36.9 → 1.37.0-temp-nav

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/cjs/package.json +1 -1
  2. package/cjs/src/auth.d.ts +2 -1
  3. package/cjs/src/auth.d.ts.map +1 -1
  4. package/cjs/src/auth.js +1 -0
  5. package/cjs/src/auth.js.map +1 -1
  6. package/cjs/src/embed/app.d.ts +76 -0
  7. package/cjs/src/embed/app.d.ts.map +1 -1
  8. package/cjs/src/embed/app.js +18 -1
  9. package/cjs/src/embed/app.js.map +1 -1
  10. package/cjs/src/embed/app.spec.js +50 -0
  11. package/cjs/src/embed/app.spec.js.map +1 -1
  12. package/cjs/src/embed/liveboard.d.ts +2 -2
  13. package/cjs/src/embed/ts-embed.d.ts.map +1 -1
  14. package/cjs/src/embed/ts-embed.js +4 -1
  15. package/cjs/src/embed/ts-embed.js.map +1 -1
  16. package/cjs/src/index.d.ts.map +1 -1
  17. package/cjs/src/index.js +1 -0
  18. package/cjs/src/index.js.map +1 -1
  19. package/cjs/src/pages/embed-test.page.d.ts +8 -0
  20. package/cjs/src/pages/embed-test.page.d.ts.map +1 -0
  21. package/cjs/src/pages/embed-test.page.js +20 -0
  22. package/cjs/src/pages/embed-test.page.js.map +1 -0
  23. package/cjs/src/pages/home.page.d.ts +6 -0
  24. package/cjs/src/pages/home.page.d.ts.map +1 -0
  25. package/cjs/src/pages/home.page.js +12 -0
  26. package/cjs/src/pages/home.page.js.map +1 -0
  27. package/cjs/src/pages/login.page.d.ts +15 -0
  28. package/cjs/src/pages/login.page.d.ts.map +1 -0
  29. package/cjs/src/pages/login.page.js +22 -0
  30. package/cjs/src/pages/login.page.js.map +1 -0
  31. package/cjs/src/react/index.d.ts.map +1 -1
  32. package/cjs/src/react/index.js +1 -0
  33. package/cjs/src/react/index.js.map +1 -1
  34. package/cjs/src/tests/auth.test.d.ts +1 -0
  35. package/cjs/src/tests/auth.test.d.ts.map +1 -0
  36. package/cjs/src/tests/auth.test.js +1 -0
  37. package/cjs/src/tests/auth.test.js.map +1 -0
  38. package/cjs/src/tests/e2e/auth.spec.d.ts +2 -0
  39. package/cjs/src/tests/e2e/auth.spec.d.ts.map +1 -0
  40. package/cjs/src/tests/e2e/auth.spec.js +54 -0
  41. package/cjs/src/tests/e2e/auth.spec.js.map +1 -0
  42. package/cjs/src/types.d.ts +56 -13
  43. package/cjs/src/types.d.ts.map +1 -1
  44. package/cjs/src/types.js +39 -9
  45. package/cjs/src/types.js.map +1 -1
  46. package/cjs/src/utils/graphql/answerService/answerService.d.ts +35 -15
  47. package/cjs/src/utils/graphql/answerService/answerService.d.ts.map +1 -1
  48. package/cjs/src/utils/graphql/answerService/answerService.js +35 -15
  49. package/cjs/src/utils/graphql/answerService/answerService.js.map +1 -1
  50. package/cjs/src/utils/processData.js +6 -4
  51. package/cjs/src/utils/processData.js.map +1 -1
  52. package/dist/index-Cj4BVGHL.js +7371 -0
  53. package/dist/{index-Dg18PU5Z.js → index-Fhk1V_Gw.js} +1 -0
  54. package/dist/src/auth.d.ts +2 -1
  55. package/dist/src/auth.d.ts.map +1 -1
  56. package/dist/src/embed/app.d.ts +76 -0
  57. package/dist/src/embed/app.d.ts.map +1 -1
  58. package/dist/src/embed/liveboard.d.ts +2 -2
  59. package/dist/src/embed/ts-embed.d.ts.map +1 -1
  60. package/dist/src/index.d.ts.map +1 -1
  61. package/dist/src/react/index.d.ts.map +1 -1
  62. package/dist/src/types.d.ts +56 -13
  63. package/dist/src/types.d.ts.map +1 -1
  64. package/dist/src/utils/graphql/answerService/answerService.d.ts +35 -15
  65. package/dist/src/utils/graphql/answerService/answerService.d.ts.map +1 -1
  66. package/dist/tsembed-react.es.js +107 -33
  67. package/dist/tsembed-react.js +106 -32
  68. package/dist/tsembed.es.js +107 -33
  69. package/dist/tsembed.js +106 -32
  70. package/dist/visual-embed-sdk-react-full.d.ts +171 -31
  71. package/dist/visual-embed-sdk-react.d.ts +171 -31
  72. package/dist/visual-embed-sdk.d.ts +171 -31
  73. package/lib/package.json +1 -1
  74. package/lib/src/auth.d.ts +2 -1
  75. package/lib/src/auth.d.ts.map +1 -1
  76. package/lib/src/auth.js +1 -0
  77. package/lib/src/auth.js.map +1 -1
  78. package/lib/src/embed/app.d.ts +76 -0
  79. package/lib/src/embed/app.d.ts.map +1 -1
  80. package/lib/src/embed/app.js +18 -1
  81. package/lib/src/embed/app.js.map +1 -1
  82. package/lib/src/embed/app.spec.js +50 -0
  83. package/lib/src/embed/app.spec.js.map +1 -1
  84. package/lib/src/embed/liveboard.d.ts +2 -2
  85. package/lib/src/embed/ts-embed.d.ts.map +1 -1
  86. package/lib/src/embed/ts-embed.js +4 -1
  87. package/lib/src/embed/ts-embed.js.map +1 -1
  88. package/lib/src/index.d.ts.map +1 -1
  89. package/lib/src/index.js +1 -0
  90. package/lib/src/index.js.map +1 -1
  91. package/lib/src/react/index.d.ts.map +1 -1
  92. package/lib/src/react/index.js +1 -0
  93. package/lib/src/react/index.js.map +1 -1
  94. package/lib/src/types.d.ts +56 -13
  95. package/lib/src/types.d.ts.map +1 -1
  96. package/lib/src/types.js +39 -9
  97. package/lib/src/types.js.map +1 -1
  98. package/lib/src/utils/graphql/answerService/answerService.d.ts +35 -15
  99. package/lib/src/utils/graphql/answerService/answerService.d.ts.map +1 -1
  100. package/lib/src/utils/graphql/answerService/answerService.js +35 -15
  101. package/lib/src/utils/graphql/answerService/answerService.js.map +1 -1
  102. package/lib/src/utils/processData.js +6 -4
  103. package/lib/src/utils/processData.js.map +1 -1
  104. package/lib/src/visual-embed-sdk.d.ts +171 -31
  105. package/package.json +1 -1
  106. package/src/auth.ts +2 -1
  107. package/src/embed/app.spec.ts +70 -0
  108. package/src/embed/app.ts +104 -0
  109. package/src/embed/liveboard.ts +2 -2
  110. package/src/embed/ts-embed.ts +4 -0
  111. package/src/index.ts +2 -0
  112. package/src/react/index.tsx +2 -0
  113. package/src/types.ts +55 -12
  114. package/src/utils/graphql/answerService/answerService.ts +35 -15
  115. package/src/utils/processData.ts +6 -6
@@ -279,7 +279,8 @@ export declare enum AuthFailureType {
279
279
  NO_COOKIE_ACCESS = "NO_COOKIE_ACCESS",
280
280
  EXPIRY = "EXPIRY",
281
281
  OTHER = "OTHER",
282
- IDLE_SESSION_TIMEOUT = "IDLE_SESSION_TIMEOUT"
282
+ IDLE_SESSION_TIMEOUT = "IDLE_SESSION_TIMEOUT",
283
+ UNAUTHENTICATED_FAILURE = "UNAUTHENTICATED_FAILURE"
283
284
  }
284
285
  /**
285
286
  * Enum for auth status emitted by the emitter returned from {@link init}.
@@ -1062,6 +1063,20 @@ export declare enum HomePageSearchBarMode {
1062
1063
  AI_ANSWER = "aiAnswer",
1063
1064
  NONE = "none"
1064
1065
  }
1066
+ export interface ModularHomeExperienceV3 {
1067
+ /**
1068
+ * Enabled the modular homepage version 3.
1069
+ */
1070
+ enabled?: boolean;
1071
+ /**
1072
+ * homePage values are v2/v3,
1073
+ * v2 will show the modular homepage experience
1074
+ * v3 will show the new modular homepage v3 experience.
1075
+ *
1076
+ * @default v2
1077
+ */
1078
+ homePage?: string;
1079
+ }
1065
1080
  /**
1066
1081
  * The view configuration for full app embedding.
1067
1082
  * @group Embed components
@@ -1130,6 +1145,51 @@ export interface AppViewConfig extends Omit<ViewConfig, 'visibleTabs'> {
1130
1145
  * ```
1131
1146
  */
1132
1147
  enablePendoHelp?: boolean;
1148
+ /**
1149
+ * Control the visibility of the hamburger icon on the top nav bar
1150
+ * available when new navigation V3 is enabled.
1151
+ *
1152
+ * @default false
1153
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1154
+ * @example
1155
+ * ```js
1156
+ * const embed = new AppEmbed('#tsEmbed', {
1157
+ * ... // other options
1158
+ * hideHamburger : true,
1159
+ * })
1160
+ * ```
1161
+ */
1162
+ hideHamburger?: boolean;
1163
+ /**
1164
+ * Control the visibility of the Eureka search on the top nav bar
1165
+ * this will control for both new V2 and new navigation V3.
1166
+ *
1167
+ * @default true
1168
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1169
+ * @example
1170
+ * ```js
1171
+ * const embed = new AppEmbed('#tsEmbed', {
1172
+ * ... // other options
1173
+ * hideObjectSearch: false,
1174
+ * })
1175
+ * ```
1176
+ */
1177
+ hideObjectSearch?: boolean;
1178
+ /**
1179
+ * Control the visibility of the notification on the top nav bar V3,
1180
+ * available when new navigation V3 is enabled.
1181
+ *
1182
+ * @default true
1183
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1184
+ * @example
1185
+ * ```js
1186
+ * const embed = new AppEmbed('#tsEmbed', {
1187
+ * ... // other options
1188
+ * hideNotification: false,
1189
+ * })
1190
+ * ```
1191
+ */
1192
+ hideNotification?: boolean;
1133
1193
  /**
1134
1194
  * Control the visibility of the application switcher button on the nav-bar.
1135
1195
  * By default, the application switcher is shown.
@@ -1323,6 +1383,23 @@ export interface AppViewConfig extends Omit<ViewConfig, 'visibleTabs'> {
1323
1383
  * ```
1324
1384
  */
1325
1385
  modularHomeExperience?: boolean;
1386
+ /**
1387
+ * Flag to control new navigation v3 home experience.
1388
+ *
1389
+ * @default false
1390
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1391
+ * @example
1392
+ * ```js
1393
+ * const embed = new AppEmbed('#tsEmbed', {
1394
+ * ... // other options
1395
+ * modularHomeExperienceV3 : {
1396
+ * enabled: true,
1397
+ * homePage: 'v2'
1398
+ * },
1399
+ * })
1400
+ * ```
1401
+ */
1402
+ modularHomeExperienceV3?: ModularHomeExperienceV3;
1326
1403
  /**
1327
1404
  * Boolean to control if Liveboard header is sticky or not.
1328
1405
  * @example
@@ -1868,10 +1945,10 @@ export interface LiveboardViewConfig extends Omit<ViewConfig, 'hiddenHomepageMod
1868
1945
  dataSourceId?: string;
1869
1946
  /**
1870
1947
  * This flag is for show/hide checkboxes for include or exclude
1871
- * cover and filter pages in the Liveboard PDF
1948
+ * cover page and filters in the Liveboard PDF.
1872
1949
  * @type {boolean}
1873
1950
  * @default true
1874
- * @version SDK: 1.38.0 | ThoughtSpot:10.8.0.cl
1951
+ * @version SDK: 1.37.0 | ThoughtSpot:10.8.0.cl
1875
1952
  * @example
1876
1953
  * ```js
1877
1954
  * const embed = new LiveboardEmbed('#embed-container', {
@@ -2134,7 +2211,19 @@ export declare enum HomeLeftNavItem {
2134
2211
  /**
2135
2212
  * @version SDK: 1.34.0| ThoughtSpot: 10.3.0.cl
2136
2213
  */
2137
- LiveboardSchedules = "liveboard-schedules"
2214
+ LiveboardSchedules = "liveboard-schedules",
2215
+ /**
2216
+ * Create new options in the insights left navigation,
2217
+ * available when new navigation V3 is enabled.
2218
+ * @version SDK: 1.39.0 | ThoughtSpot: 10.10.0.cl
2219
+ */
2220
+ Create = "create",
2221
+ /**
2222
+ * Spotter option in the insights left navigation,
2223
+ * available when new navigation V3 is enabled.
2224
+ * @version SDK: 1.39.0 | ThoughtSpot: 10.10.0.cl
2225
+ */
2226
+ Spotter = "spotter"
2138
2227
  }
2139
2228
  export type DOMSelector = string | HTMLElement;
2140
2229
  /**
@@ -2615,6 +2704,19 @@ export interface ViewConfig {
2615
2704
  * ```
2616
2705
  */
2617
2706
  disabledActions?: Action[];
2707
+ /**
2708
+ * The primary action to display on top of the viz for Liveboard and App Embed.
2709
+ * Use this to set the primary action.
2710
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.9.0.cl
2711
+ * @example
2712
+ * ```js
2713
+ * const embed = new LiveboardEmbed('#embed', {
2714
+ * ... // other liveboard view config
2715
+ * primaryAction: Action.Download
2716
+ * });
2717
+ * ```
2718
+ */
2719
+ primaryAction?: Action | string;
2618
2720
  /**
2619
2721
  * The tooltip to display for disabled actions.
2620
2722
  * @version SDK: 1.6.0 | ThoughtSpot: ts8.nov.cl, 8.4.1.sw
@@ -3041,8 +3143,8 @@ export interface ViewConfig {
3041
3143
  * Hide list page columns
3042
3144
  * For example: hiddenListColumns = [ListPageColumns.Author]
3043
3145
  *
3044
- * **Note**: This option is appplicable only in full app embedding.
3045
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3146
+ * **Note**: This option is available only in full app embedding.
3147
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3046
3148
  * @example
3047
3149
  * ```js
3048
3150
  * const embed = new AppEmbed('#tsEmbed', {
@@ -3199,8 +3301,8 @@ export declare enum HomepageModule {
3199
3301
  }
3200
3302
  /**
3201
3303
  * List page columns that can be hidden.
3202
- * **Note**: This option is applicable only in full app embedding.
3203
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3304
+ * **Note**: This option is applicable to full app embedding only.
3305
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3204
3306
  */
3205
3307
  export declare enum ListPageColumns {
3206
3308
  /**
@@ -4283,7 +4385,7 @@ export declare enum EmbedEvent {
4283
4385
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
4284
4386
  * })
4285
4387
  * ```
4286
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
4388
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
4287
4389
  */
4288
4390
  TableVizRendered = "TableVizRendered",
4289
4391
  /**
@@ -4296,12 +4398,12 @@ export declare enum EmbedEvent {
4296
4398
  * console.log('payload', payload);
4297
4399
  * })
4298
4400
  *```
4299
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4401
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4300
4402
  */
4301
4403
  CreateLiveboard = "createLiveboard",
4302
4404
  /**
4303
4405
  * Emitted when a user creates a Model.
4304
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4406
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4305
4407
  */
4306
4408
  CreateModel = "createModel"
4307
4409
  }
@@ -4743,7 +4845,7 @@ export declare enum HostEvent {
4743
4845
  * ```js
4744
4846
  * liveboardEmbed.trigger(HostEvent.Remove)
4745
4847
  * ```
4746
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4848
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4747
4849
  */
4748
4850
  Remove = "delete",
4749
4851
  /**
@@ -5204,8 +5306,17 @@ export declare enum HostEvent {
5204
5306
  /**
5205
5307
  * Get the Answer session for a Search or
5206
5308
  * Liveboard visualization.
5309
+ *
5310
+ * Note: This event is not typically used directly. Instead, use the
5311
+ * `getAnswerService()` method on the embed instance to get an AnswerService
5312
+ * object that provides a more convenient interface for working with answers.
5313
+ *
5207
5314
  * @example
5208
5315
  * ```js
5316
+ * // Preferred way to get an AnswerService
5317
+ * const service = await embed.getAnswerService();
5318
+ *
5319
+ * // Alternative direct usage (not recommended)
5209
5320
  * const {session} = await embed.trigger(
5210
5321
  * HostEvent.GetAnswerSession, {
5211
5322
  * vizId: '123', // For Liveboard Visualization.
@@ -5213,6 +5324,10 @@ export declare enum HostEvent {
5213
5324
  * ```
5214
5325
  * @example
5215
5326
  * ```js
5327
+ * // Preferred way to get an AnswerService
5328
+ * const service = await embed.getAnswerService();
5329
+ *
5330
+ * // Alternative direct usage (not recommended)
5216
5331
  * const {session} = await embed.trigger( HostEvent.GetAnswerSession )
5217
5332
  * ```
5218
5333
  * @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
@@ -5338,7 +5453,7 @@ export declare enum HostEvent {
5338
5453
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
5339
5454
  * })
5340
5455
  * ```
5341
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
5456
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
5342
5457
  */
5343
5458
  TransformTableVizData = "TransformTableVizData"
5344
5459
  }
@@ -5411,6 +5526,10 @@ export declare enum Param {
5411
5526
  ShowInsertToSlide = "insertInToSlide",
5412
5527
  PrimaryNavHidden = "primaryNavHidden",
5413
5528
  HideProfleAndHelp = "profileAndHelpInNavBarHidden",
5529
+ NavigationVersion = "navigationVersion",
5530
+ HideHamburger = "hideHamburger",
5531
+ HideObjectSearch = "hideObjectSearch",
5532
+ HideNotification = "hideNotification",
5414
5533
  HideApplicationSwitcher = "applicationSwitcherHidden",
5415
5534
  HideOrgSwitcher = "orgSwitcherHidden",
5416
5535
  IsSageEmbed = "isSageEmbed",
@@ -5466,7 +5585,8 @@ export declare enum Param {
5466
5585
  DataSourceId = "dataSourceId",
5467
5586
  preAuthCache = "preAuthCache",
5468
5587
  ShowSpotterLimitations = "showSpotterLimitations",
5469
- CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
5588
+ CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF",
5589
+ PrimaryAction = "primaryAction"
5470
5590
  }
5471
5591
  /**
5472
5592
  * ThoughtSpot application pages include actions and menu commands
@@ -6673,7 +6793,7 @@ export declare enum Action {
6673
6793
  * ```js
6674
6794
  * hiddenAction: [Action.ColumnRename]
6675
6795
  * ```
6676
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6796
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6677
6797
  */
6678
6798
  ColumnRename = "columnRename",
6679
6799
  /**
@@ -6683,7 +6803,7 @@ export declare enum Action {
6683
6803
  * ```js
6684
6804
  * hiddenAction: [Action.CoverAndFilterOptionInPDF]
6685
6805
  * ```
6686
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6806
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6687
6807
  */
6688
6808
  CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
6689
6809
  }
@@ -7777,29 +7897,49 @@ export interface UnderlyingDataPoint {
7777
7897
  dataValue: any;
7778
7898
  }
7779
7899
  /**
7780
- * Class representing the answer service provided with the
7781
- * custom action payload. This service could be used to run
7782
- * graphql queries in the context of the answer on which the
7783
- * custom action was triggered.
7900
+ * AnswerService provides a simple way to work with ThoughtSpot Answers.
7901
+ *
7902
+ * This service allows you to interact with ThoughtSpot Answers programmatically,
7903
+ * making it easy to customize visualizations, filter data, and extract insights
7904
+ * directly from your application.
7905
+ *
7906
+ * You can use this service to:
7907
+ * - Add or remove columns from Answers (`addColumns`, `removeColumns`, `addColumnsByName`)
7908
+ * - Apply filters to Answers (`addFilter`)
7909
+ * - Get data from Answers in different formats (JSON, CSV, PNG) (`fetchData`, `fetchCSVBlob`, `fetchPNGBlob`)
7910
+ * - Get data for specific points in visualizations (`getUnderlyingDataForPoint`)
7911
+ * - Run custom queries (`executeQuery`)
7912
+ * - Add visualizations to liveboards (`addDisplayedVizToLiveboard`)
7913
+ *
7784
7914
  * @example
7785
7915
  * ```js
7786
- * embed.on(EmbedEvent.CustomAction, e => {
7787
- * const underlying = await e.answerService.getUnderlyingDataForPoint([
7788
- * 'col name 1'
7789
- * ]);
7790
- * const data = await underlying.fetchData(0, 100);
7791
- * })
7916
+ * // Get the answer service
7917
+ * embed.on(EmbedEvent.Data, async (e) => {
7918
+ * const service = await embed.getAnswerService();
7919
+ *
7920
+ * // Add columns to the answer
7921
+ * await service.addColumnsByName(["Sales", "Region"]);
7922
+ *
7923
+ * // Get the data
7924
+ * const data = await service.fetchData();
7925
+ * console.log(data);
7926
+ * });
7792
7927
  * ```
7928
+ *
7793
7929
  * @example
7794
7930
  * ```js
7795
- * embed.on(EmbedEvent.Data, async (e) => {
7796
- * const service = await embed.getAnswerService();
7797
- * await service.addColumns([
7798
- * "<column guid>"
7931
+ * // Get data for a point in a visualization
7932
+ * embed.on(EmbedEvent.CustomAction, async (e) => {
7933
+ * const underlying = await e.answerService.getUnderlyingDataForPoint([
7934
+ * 'Product Name',
7935
+ * 'Sales Amount'
7799
7936
  * ]);
7800
- * console.log(await service.fetchData());
7937
+ *
7938
+ * const data = await underlying.fetchData(0, 100);
7939
+ * console.log(data);
7801
7940
  * });
7802
7941
  * ```
7942
+ *
7803
7943
  * @version SDK: 1.25.0| ThoughtSpot: 9.10.0.cl
7804
7944
  * @group Events
7805
7945
  */