@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
@@ -289,7 +289,8 @@ export declare enum AuthFailureType {
289
289
  NO_COOKIE_ACCESS = "NO_COOKIE_ACCESS",
290
290
  EXPIRY = "EXPIRY",
291
291
  OTHER = "OTHER",
292
- IDLE_SESSION_TIMEOUT = "IDLE_SESSION_TIMEOUT"
292
+ IDLE_SESSION_TIMEOUT = "IDLE_SESSION_TIMEOUT",
293
+ UNAUTHENTICATED_FAILURE = "UNAUTHENTICATED_FAILURE"
293
294
  }
294
295
  /**
295
296
  * Enum for auth status emitted by the emitter returned from {@link init}.
@@ -1072,6 +1073,20 @@ export declare enum HomePageSearchBarMode {
1072
1073
  AI_ANSWER = "aiAnswer",
1073
1074
  NONE = "none"
1074
1075
  }
1076
+ export interface ModularHomeExperienceV3 {
1077
+ /**
1078
+ * Enabled the modular homepage version 3.
1079
+ */
1080
+ enabled?: boolean;
1081
+ /**
1082
+ * homePage values are v2/v3,
1083
+ * v2 will show the modular homepage experience
1084
+ * v3 will show the new modular homepage v3 experience.
1085
+ *
1086
+ * @default v2
1087
+ */
1088
+ homePage?: string;
1089
+ }
1075
1090
  /**
1076
1091
  * The view configuration for full app embedding.
1077
1092
  * @group Embed components
@@ -1140,6 +1155,51 @@ export interface AppViewConfig extends Omit<ViewConfig, 'visibleTabs'> {
1140
1155
  * ```
1141
1156
  */
1142
1157
  enablePendoHelp?: boolean;
1158
+ /**
1159
+ * Control the visibility of the hamburger icon on the top nav bar
1160
+ * available when new navigation V3 is enabled.
1161
+ *
1162
+ * @default false
1163
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1164
+ * @example
1165
+ * ```js
1166
+ * const embed = new AppEmbed('#tsEmbed', {
1167
+ * ... // other options
1168
+ * hideHamburger : true,
1169
+ * })
1170
+ * ```
1171
+ */
1172
+ hideHamburger?: boolean;
1173
+ /**
1174
+ * Control the visibility of the Eureka search on the top nav bar
1175
+ * this will control for both new V2 and new navigation V3.
1176
+ *
1177
+ * @default true
1178
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1179
+ * @example
1180
+ * ```js
1181
+ * const embed = new AppEmbed('#tsEmbed', {
1182
+ * ... // other options
1183
+ * hideObjectSearch: false,
1184
+ * })
1185
+ * ```
1186
+ */
1187
+ hideObjectSearch?: boolean;
1188
+ /**
1189
+ * Control the visibility of the notification on the top nav bar V3,
1190
+ * available when new navigation V3 is enabled.
1191
+ *
1192
+ * @default true
1193
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1194
+ * @example
1195
+ * ```js
1196
+ * const embed = new AppEmbed('#tsEmbed', {
1197
+ * ... // other options
1198
+ * hideNotification: false,
1199
+ * })
1200
+ * ```
1201
+ */
1202
+ hideNotification?: boolean;
1143
1203
  /**
1144
1204
  * Control the visibility of the application switcher button on the nav-bar.
1145
1205
  * By default, the application switcher is shown.
@@ -1333,6 +1393,23 @@ export interface AppViewConfig extends Omit<ViewConfig, 'visibleTabs'> {
1333
1393
  * ```
1334
1394
  */
1335
1395
  modularHomeExperience?: boolean;
1396
+ /**
1397
+ * Flag to control new navigation v3 home experience.
1398
+ *
1399
+ * @default false
1400
+ * @version SDK: 1.39.0 | Thoughtspot: 10.10.0.cl
1401
+ * @example
1402
+ * ```js
1403
+ * const embed = new AppEmbed('#tsEmbed', {
1404
+ * ... // other options
1405
+ * modularHomeExperienceV3 : {
1406
+ * enabled: true,
1407
+ * homePage: 'v2'
1408
+ * },
1409
+ * })
1410
+ * ```
1411
+ */
1412
+ modularHomeExperienceV3?: ModularHomeExperienceV3;
1336
1413
  /**
1337
1414
  * Boolean to control if Liveboard header is sticky or not.
1338
1415
  * @example
@@ -1878,10 +1955,10 @@ export interface LiveboardViewConfig extends Omit<ViewConfig, 'hiddenHomepageMod
1878
1955
  dataSourceId?: string;
1879
1956
  /**
1880
1957
  * This flag is for show/hide checkboxes for include or exclude
1881
- * cover and filter pages in the Liveboard PDF
1958
+ * cover page and filters in the Liveboard PDF.
1882
1959
  * @type {boolean}
1883
1960
  * @default true
1884
- * @version SDK: 1.38.0 | ThoughtSpot:10.8.0.cl
1961
+ * @version SDK: 1.37.0 | ThoughtSpot:10.8.0.cl
1885
1962
  * @example
1886
1963
  * ```js
1887
1964
  * const embed = new LiveboardEmbed('#embed-container', {
@@ -2144,7 +2221,19 @@ export declare enum HomeLeftNavItem {
2144
2221
  /**
2145
2222
  * @version SDK: 1.34.0| ThoughtSpot: 10.3.0.cl
2146
2223
  */
2147
- LiveboardSchedules = "liveboard-schedules"
2224
+ LiveboardSchedules = "liveboard-schedules",
2225
+ /**
2226
+ * Create new options in the insights left navigation,
2227
+ * available when new navigation V3 is enabled.
2228
+ * @version SDK: 1.39.0 | ThoughtSpot: 10.10.0.cl
2229
+ */
2230
+ Create = "create",
2231
+ /**
2232
+ * Spotter option in the insights left navigation,
2233
+ * available when new navigation V3 is enabled.
2234
+ * @version SDK: 1.39.0 | ThoughtSpot: 10.10.0.cl
2235
+ */
2236
+ Spotter = "spotter"
2148
2237
  }
2149
2238
  export type DOMSelector = string | HTMLElement;
2150
2239
  /**
@@ -2625,6 +2714,19 @@ export interface ViewConfig {
2625
2714
  * ```
2626
2715
  */
2627
2716
  disabledActions?: Action[];
2717
+ /**
2718
+ * The primary action to display on top of the viz for Liveboard and App Embed.
2719
+ * Use this to set the primary action.
2720
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.9.0.cl
2721
+ * @example
2722
+ * ```js
2723
+ * const embed = new LiveboardEmbed('#embed', {
2724
+ * ... // other liveboard view config
2725
+ * primaryAction: Action.Download
2726
+ * });
2727
+ * ```
2728
+ */
2729
+ primaryAction?: Action | string;
2628
2730
  /**
2629
2731
  * The tooltip to display for disabled actions.
2630
2732
  * @version SDK: 1.6.0 | ThoughtSpot: ts8.nov.cl, 8.4.1.sw
@@ -3051,8 +3153,8 @@ export interface ViewConfig {
3051
3153
  * Hide list page columns
3052
3154
  * For example: hiddenListColumns = [ListPageColumns.Author]
3053
3155
  *
3054
- * **Note**: This option is appplicable only in full app embedding.
3055
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3156
+ * **Note**: This option is available only in full app embedding.
3157
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3056
3158
  * @example
3057
3159
  * ```js
3058
3160
  * const embed = new AppEmbed('#tsEmbed', {
@@ -3209,8 +3311,8 @@ export declare enum HomepageModule {
3209
3311
  }
3210
3312
  /**
3211
3313
  * List page columns that can be hidden.
3212
- * **Note**: This option is applicable only in full app embedding.
3213
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3314
+ * **Note**: This option is applicable to full app embedding only.
3315
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3214
3316
  */
3215
3317
  export declare enum ListPageColumns {
3216
3318
  /**
@@ -4293,7 +4395,7 @@ export declare enum EmbedEvent {
4293
4395
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
4294
4396
  * })
4295
4397
  * ```
4296
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
4398
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
4297
4399
  */
4298
4400
  TableVizRendered = "TableVizRendered",
4299
4401
  /**
@@ -4306,12 +4408,12 @@ export declare enum EmbedEvent {
4306
4408
  * console.log('payload', payload);
4307
4409
  * })
4308
4410
  *```
4309
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4411
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4310
4412
  */
4311
4413
  CreateLiveboard = "createLiveboard",
4312
4414
  /**
4313
4415
  * Emitted when a user creates a Model.
4314
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4416
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4315
4417
  */
4316
4418
  CreateModel = "createModel"
4317
4419
  }
@@ -4753,7 +4855,7 @@ export declare enum HostEvent {
4753
4855
  * ```js
4754
4856
  * liveboardEmbed.trigger(HostEvent.Remove)
4755
4857
  * ```
4756
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4858
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4757
4859
  */
4758
4860
  Remove = "delete",
4759
4861
  /**
@@ -5214,8 +5316,17 @@ export declare enum HostEvent {
5214
5316
  /**
5215
5317
  * Get the Answer session for a Search or
5216
5318
  * Liveboard visualization.
5319
+ *
5320
+ * Note: This event is not typically used directly. Instead, use the
5321
+ * `getAnswerService()` method on the embed instance to get an AnswerService
5322
+ * object that provides a more convenient interface for working with answers.
5323
+ *
5217
5324
  * @example
5218
5325
  * ```js
5326
+ * // Preferred way to get an AnswerService
5327
+ * const service = await embed.getAnswerService();
5328
+ *
5329
+ * // Alternative direct usage (not recommended)
5219
5330
  * const {session} = await embed.trigger(
5220
5331
  * HostEvent.GetAnswerSession, {
5221
5332
  * vizId: '123', // For Liveboard Visualization.
@@ -5223,6 +5334,10 @@ export declare enum HostEvent {
5223
5334
  * ```
5224
5335
  * @example
5225
5336
  * ```js
5337
+ * // Preferred way to get an AnswerService
5338
+ * const service = await embed.getAnswerService();
5339
+ *
5340
+ * // Alternative direct usage (not recommended)
5226
5341
  * const {session} = await embed.trigger( HostEvent.GetAnswerSession )
5227
5342
  * ```
5228
5343
  * @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
@@ -5348,7 +5463,7 @@ export declare enum HostEvent {
5348
5463
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
5349
5464
  * })
5350
5465
  * ```
5351
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
5466
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
5352
5467
  */
5353
5468
  TransformTableVizData = "TransformTableVizData"
5354
5469
  }
@@ -5421,6 +5536,10 @@ export declare enum Param {
5421
5536
  ShowInsertToSlide = "insertInToSlide",
5422
5537
  PrimaryNavHidden = "primaryNavHidden",
5423
5538
  HideProfleAndHelp = "profileAndHelpInNavBarHidden",
5539
+ NavigationVersion = "navigationVersion",
5540
+ HideHamburger = "hideHamburger",
5541
+ HideObjectSearch = "hideObjectSearch",
5542
+ HideNotification = "hideNotification",
5424
5543
  HideApplicationSwitcher = "applicationSwitcherHidden",
5425
5544
  HideOrgSwitcher = "orgSwitcherHidden",
5426
5545
  IsSageEmbed = "isSageEmbed",
@@ -5476,7 +5595,8 @@ export declare enum Param {
5476
5595
  DataSourceId = "dataSourceId",
5477
5596
  preAuthCache = "preAuthCache",
5478
5597
  ShowSpotterLimitations = "showSpotterLimitations",
5479
- CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
5598
+ CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF",
5599
+ PrimaryAction = "primaryAction"
5480
5600
  }
5481
5601
  /**
5482
5602
  * ThoughtSpot application pages include actions and menu commands
@@ -6683,7 +6803,7 @@ export declare enum Action {
6683
6803
  * ```js
6684
6804
  * hiddenAction: [Action.ColumnRename]
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
  ColumnRename = "columnRename",
6689
6809
  /**
@@ -6693,7 +6813,7 @@ export declare enum Action {
6693
6813
  * ```js
6694
6814
  * hiddenAction: [Action.CoverAndFilterOptionInPDF]
6695
6815
  * ```
6696
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6816
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6697
6817
  */
6698
6818
  CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
6699
6819
  }
@@ -7690,29 +7810,49 @@ export interface UnderlyingDataPoint {
7690
7810
  dataValue: any;
7691
7811
  }
7692
7812
  /**
7693
- * Class representing the answer service provided with the
7694
- * custom action payload. This service could be used to run
7695
- * graphql queries in the context of the answer on which the
7696
- * custom action was triggered.
7813
+ * AnswerService provides a simple way to work with ThoughtSpot Answers.
7814
+ *
7815
+ * This service allows you to interact with ThoughtSpot Answers programmatically,
7816
+ * making it easy to customize visualizations, filter data, and extract insights
7817
+ * directly from your application.
7818
+ *
7819
+ * You can use this service to:
7820
+ * - Add or remove columns from Answers (`addColumns`, `removeColumns`, `addColumnsByName`)
7821
+ * - Apply filters to Answers (`addFilter`)
7822
+ * - Get data from Answers in different formats (JSON, CSV, PNG) (`fetchData`, `fetchCSVBlob`, `fetchPNGBlob`)
7823
+ * - Get data for specific points in visualizations (`getUnderlyingDataForPoint`)
7824
+ * - Run custom queries (`executeQuery`)
7825
+ * - Add visualizations to liveboards (`addDisplayedVizToLiveboard`)
7826
+ *
7697
7827
  * @example
7698
7828
  * ```js
7699
- * embed.on(EmbedEvent.CustomAction, e => {
7700
- * const underlying = await e.answerService.getUnderlyingDataForPoint([
7701
- * 'col name 1'
7702
- * ]);
7703
- * const data = await underlying.fetchData(0, 100);
7704
- * })
7829
+ * // Get the answer service
7830
+ * embed.on(EmbedEvent.Data, async (e) => {
7831
+ * const service = await embed.getAnswerService();
7832
+ *
7833
+ * // Add columns to the answer
7834
+ * await service.addColumnsByName(["Sales", "Region"]);
7835
+ *
7836
+ * // Get the data
7837
+ * const data = await service.fetchData();
7838
+ * console.log(data);
7839
+ * });
7705
7840
  * ```
7841
+ *
7706
7842
  * @example
7707
7843
  * ```js
7708
- * embed.on(EmbedEvent.Data, async (e) => {
7709
- * const service = await embed.getAnswerService();
7710
- * await service.addColumns([
7711
- * "<column guid>"
7844
+ * // Get data for a point in a visualization
7845
+ * embed.on(EmbedEvent.CustomAction, async (e) => {
7846
+ * const underlying = await e.answerService.getUnderlyingDataForPoint([
7847
+ * 'Product Name',
7848
+ * 'Sales Amount'
7712
7849
  * ]);
7713
- * console.log(await service.fetchData());
7850
+ *
7851
+ * const data = await underlying.fetchData(0, 100);
7852
+ * console.log(data);
7714
7853
  * });
7715
7854
  * ```
7855
+ *
7716
7856
  * @version SDK: 1.25.0| ThoughtSpot: 9.10.0.cl
7717
7857
  * @group Events
7718
7858
  */