@thoughtspot/visual-embed-sdk 1.35.10 → 1.35.12

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 (133) hide show
  1. package/cjs/package.json +1 -1
  2. package/cjs/src/embed/app.d.ts +11 -2
  3. package/cjs/src/embed/app.d.ts.map +1 -1
  4. package/cjs/src/embed/app.js.map +1 -1
  5. package/cjs/src/embed/hostEventClient/contracts.d.ts +1 -1
  6. package/cjs/src/embed/hostEventClient/contracts.js +1 -1
  7. package/cjs/src/embed/liveboard.d.ts +7 -4
  8. package/cjs/src/embed/liveboard.d.ts.map +1 -1
  9. package/cjs/src/embed/liveboard.js +4 -3
  10. package/cjs/src/embed/liveboard.js.map +1 -1
  11. package/cjs/src/embed/liveboard.spec.js +17 -1
  12. package/cjs/src/embed/liveboard.spec.js.map +1 -1
  13. package/cjs/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
  14. package/cjs/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
  15. package/cjs/src/embed/searchEmbed-basic-auth.spec.js +104 -0
  16. package/cjs/src/embed/searchEmbed-basic-auth.spec.js.map +1 -0
  17. package/cjs/src/embed/ts-embed.d.ts.map +1 -1
  18. package/cjs/src/embed/ts-embed.js +5 -2
  19. package/cjs/src/embed/ts-embed.js.map +1 -1
  20. package/cjs/src/embed/ts-embed.spec.d.ts.map +1 -1
  21. package/cjs/src/embed/ts-embed.spec.js +110 -0
  22. package/cjs/src/embed/ts-embed.spec.js.map +1 -1
  23. package/cjs/src/hostEventsTypeMapping.d.ts +2 -0
  24. package/cjs/src/hostEventsTypeMapping.d.ts.map +1 -0
  25. package/cjs/src/hostEventsTypeMapping.js +4 -0
  26. package/cjs/src/hostEventsTypeMapping.js.map +1 -0
  27. package/cjs/src/types.d.ts +298 -161
  28. package/cjs/src/types.d.ts.map +1 -1
  29. package/cjs/src/types.js +274 -133
  30. package/cjs/src/types.js.map +1 -1
  31. package/cjs/src/utils/embedApi/contracts.d.ts +101 -0
  32. package/cjs/src/utils/embedApi/contracts.d.ts.map +1 -0
  33. package/cjs/src/utils/embedApi/contracts.js +17 -0
  34. package/cjs/src/utils/embedApi/contracts.js.map +1 -0
  35. package/cjs/src/utils/embedApi/embedApiClient.d.ts +12 -0
  36. package/cjs/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
  37. package/cjs/src/utils/embedApi/embedApiClient.js +46 -0
  38. package/cjs/src/utils/embedApi/embedApiClient.js.map +1 -0
  39. package/cjs/src/utils/embedApi/processEmbedApi.d.ts +9 -0
  40. package/cjs/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
  41. package/cjs/src/utils/embedApi/processEmbedApi.js +18 -0
  42. package/cjs/src/utils/embedApi/processEmbedApi.js.map +1 -0
  43. package/dist/{index-DWOIXXJ1.js → index-BBBimG1x.js} +1 -1
  44. package/dist/index-BGnxP5NY.js +7370 -0
  45. package/dist/index-CENLvayL.js +7370 -0
  46. package/dist/index-CbltIawo.js +7370 -0
  47. package/dist/index-CoQfqaHj.js +7370 -0
  48. package/dist/index-CzwzS0P4.js +7370 -0
  49. package/dist/index-D-9WUCUl.js +7370 -0
  50. package/dist/index-DFwi_pV_.js +7370 -0
  51. package/dist/index-DOIjN0N_.js +7370 -0
  52. package/dist/index-DYBx8SuE.js +7370 -0
  53. package/dist/index-DaLHJaLd.js +7370 -0
  54. package/dist/index-DnJX-gN2.js +7370 -0
  55. package/dist/index-IDmSUe93.js +7370 -0
  56. package/dist/index-nWevLycs.js +7370 -0
  57. package/dist/src/embed/app.d.ts +11 -2
  58. package/dist/src/embed/app.d.ts.map +1 -1
  59. package/dist/src/embed/hostEventClient/contracts.d.ts +1 -1
  60. package/dist/src/embed/liveboard.d.ts +7 -4
  61. package/dist/src/embed/liveboard.d.ts.map +1 -1
  62. package/dist/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
  63. package/dist/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
  64. package/dist/src/embed/ts-embed.d.ts.map +1 -1
  65. package/dist/src/embed/ts-embed.spec.d.ts.map +1 -1
  66. package/dist/src/hostEventsTypeMapping.d.ts +2 -0
  67. package/dist/src/hostEventsTypeMapping.d.ts.map +1 -0
  68. package/dist/src/types.d.ts +298 -161
  69. package/dist/src/types.d.ts.map +1 -1
  70. package/dist/src/utils/embedApi/contracts.d.ts +101 -0
  71. package/dist/src/utils/embedApi/contracts.d.ts.map +1 -0
  72. package/dist/src/utils/embedApi/embedApiClient.d.ts +12 -0
  73. package/dist/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
  74. package/dist/src/utils/embedApi/processEmbedApi.d.ts +9 -0
  75. package/dist/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
  76. package/dist/tsembed-react.es.js +287 -142
  77. package/dist/tsembed-react.js +286 -141
  78. package/dist/tsembed.es.js +287 -142
  79. package/dist/tsembed.js +286 -141
  80. package/dist/visual-embed-sdk-react-full.d.ts +316 -167
  81. package/dist/visual-embed-sdk-react.d.ts +316 -167
  82. package/dist/visual-embed-sdk.d.ts +316 -167
  83. package/lib/package.json +1 -1
  84. package/lib/src/embed/app.d.ts +11 -2
  85. package/lib/src/embed/app.d.ts.map +1 -1
  86. package/lib/src/embed/app.js.map +1 -1
  87. package/lib/src/embed/hostEventClient/contracts.d.ts +1 -1
  88. package/lib/src/embed/hostEventClient/contracts.js +1 -1
  89. package/lib/src/embed/liveboard.d.ts +7 -4
  90. package/lib/src/embed/liveboard.d.ts.map +1 -1
  91. package/lib/src/embed/liveboard.js +4 -3
  92. package/lib/src/embed/liveboard.js.map +1 -1
  93. package/lib/src/embed/liveboard.spec.js +17 -1
  94. package/lib/src/embed/liveboard.spec.js.map +1 -1
  95. package/lib/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
  96. package/lib/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
  97. package/lib/src/embed/searchEmbed-basic-auth.spec.js +101 -0
  98. package/lib/src/embed/searchEmbed-basic-auth.spec.js.map +1 -0
  99. package/lib/src/embed/ts-embed.d.ts.map +1 -1
  100. package/lib/src/embed/ts-embed.js +5 -2
  101. package/lib/src/embed/ts-embed.js.map +1 -1
  102. package/lib/src/embed/ts-embed.spec.d.ts.map +1 -1
  103. package/lib/src/embed/ts-embed.spec.js +111 -1
  104. package/lib/src/embed/ts-embed.spec.js.map +1 -1
  105. package/lib/src/hostEventsTypeMapping.d.ts +2 -0
  106. package/lib/src/hostEventsTypeMapping.d.ts.map +1 -0
  107. package/lib/src/hostEventsTypeMapping.js +2 -0
  108. package/lib/src/hostEventsTypeMapping.js.map +1 -0
  109. package/lib/src/types.d.ts +298 -161
  110. package/lib/src/types.d.ts.map +1 -1
  111. package/lib/src/types.js +274 -133
  112. package/lib/src/types.js.map +1 -1
  113. package/lib/src/utils/embedApi/contracts.d.ts +101 -0
  114. package/lib/src/utils/embedApi/contracts.d.ts.map +1 -0
  115. package/lib/src/utils/embedApi/contracts.js +14 -0
  116. package/lib/src/utils/embedApi/contracts.js.map +1 -0
  117. package/lib/src/utils/embedApi/embedApiClient.d.ts +12 -0
  118. package/lib/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
  119. package/lib/src/utils/embedApi/embedApiClient.js +42 -0
  120. package/lib/src/utils/embedApi/embedApiClient.js.map +1 -0
  121. package/lib/src/utils/embedApi/processEmbedApi.d.ts +9 -0
  122. package/lib/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
  123. package/lib/src/utils/embedApi/processEmbedApi.js +14 -0
  124. package/lib/src/utils/embedApi/processEmbedApi.js.map +1 -0
  125. package/lib/src/visual-embed-sdk.d.ts +317 -168
  126. package/package.json +1 -1
  127. package/src/embed/app.ts +11 -2
  128. package/src/embed/hostEventClient/contracts.ts +1 -1
  129. package/src/embed/liveboard.spec.ts +23 -2
  130. package/src/embed/liveboard.ts +11 -8
  131. package/src/embed/ts-embed.spec.ts +160 -1
  132. package/src/embed/ts-embed.ts +4 -4
  133. package/src/types.ts +300 -164
package/cjs/src/types.js CHANGED
@@ -17,7 +17,7 @@ exports.LogLevel = exports.ContextMenuTriggerOptions = exports.PrefetchFeatures
17
17
  var AuthType;
18
18
  (function (AuthType) {
19
19
  /**
20
- * No authentication on the SDK. Passthrough to the embedded App. Alias for
20
+ * No authentication on the SDK. Pass-through to the embedded App. Alias for
21
21
  * `Passthrough`.
22
22
  * @example
23
23
  * ```js
@@ -278,7 +278,7 @@ var RuntimeFilterOp;
278
278
  * **Note**: This option does not apply to the classic homepage.
279
279
  * To access the updated modular homepage, set
280
280
  * `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
281
- * @version SDK: 1.28.0 | Thoughtspot: 9.12.5.cl
281
+ * @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
282
282
  */
283
283
  // eslint-disable-next-line no-shadow
284
284
  var HomepageModule;
@@ -1091,7 +1091,7 @@ var EmbedEvent;
1091
1091
  */
1092
1092
  EmbedEvent["Explore"] = "explore";
1093
1093
  /**
1094
- * Emitted when a user clicks **Copy link** action on a visualization
1094
+ * Emitted when a user clicks **Copy link** action on a visualization.
1095
1095
  * @version SDK: 1.15.0 | ThoughtSpot: 8.7.0.cl, 8.8.1.sw
1096
1096
  * @example
1097
1097
  *```js
@@ -1141,23 +1141,26 @@ var EmbedEvent;
1141
1141
  */
1142
1142
  EmbedEvent["FilterChanged"] = "filterChanged";
1143
1143
  /**
1144
- * Emitted when a user clicks the **Go** button on the sage embed
1145
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl, 9.8.0.sw
1144
+ * Emitted when a user clicks the **Go** button to initiate
1145
+ * a Natural Language Search query
1146
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
1146
1147
  */
1147
1148
  EmbedEvent["SageEmbedQuery"] = "sageEmbedQuery";
1148
1149
  /**
1149
- * Emitted when a user selects a data source on the sage embed
1150
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl, 9.8.0.sw
1150
+ * Emitted when a user selects a data source on the embedded
1151
+ * Natural Language Search interface.
1152
+ *
1153
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
1151
1154
  */
1152
1155
  EmbedEvent["SageWorksheetUpdated"] = "sageWorksheetUpdated";
1153
1156
  /**
1154
1157
  * Emitted when a user updates a connection on the **Data** page
1155
- * @version SDK : 1.27.0 | Thoughtspot: 9.8.0.cl, 9.8.0.sw
1158
+ * @version SDK : 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
1156
1159
  */
1157
1160
  EmbedEvent["UpdateConnection"] = "updateConnection";
1158
1161
  /**
1159
1162
  * Emitted when a user updates a connection on the **Data** page
1160
- * @version SDK : 1.27.0 | Thoughtspot: 9.8.0.cl, 9.8.0.sw
1163
+ * @version SDK : 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
1161
1164
  */
1162
1165
  EmbedEvent["CreateConnection"] = "createConnection";
1163
1166
  /**
@@ -1167,7 +1170,7 @@ var EmbedEvent;
1167
1170
  * @returns viewId: string
1168
1171
  * @returns liveboardId: string
1169
1172
  * @returns isPublic: boolean
1170
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl, 9.8.0.sw
1173
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
1171
1174
  */
1172
1175
  EmbedEvent["UpdatePersonalisedView"] = "updatePersonalisedView";
1173
1176
  /**
@@ -1176,7 +1179,7 @@ var EmbedEvent;
1176
1179
  * @returns viewId: string
1177
1180
  * @returns liveboardId: string
1178
1181
  * @returns isPublic: boolean
1179
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl, 9.8.0.sw
1182
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
1180
1183
  */
1181
1184
  EmbedEvent["SavePersonalisedView"] = "savePersonalisedView";
1182
1185
  /**
@@ -1185,28 +1188,28 @@ var EmbedEvent;
1185
1188
  * @returns viewId: string
1186
1189
  * @returns liveboardId: string
1187
1190
  * @returns isPublic: boolean
1188
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl, 9.8.0.sw
1191
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
1189
1192
  */
1190
1193
  EmbedEvent["ResetLiveboard"] = "resetLiveboard";
1191
1194
  /**
1192
1195
  * Emitted when a PersonalisedView is deleted.
1193
1196
  * @returns views: string[]
1194
1197
  * @returns liveboardId: string
1195
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl, 9.8.0.sw
1198
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
1196
1199
  */
1197
1200
  EmbedEvent["DeletePersonalisedView"] = "deletePersonalisedView";
1198
1201
  /**
1199
1202
  * Emitted when a user creates a new worksheet
1200
- * @version SDK : 1.27.0 | Thoughtspot: 9.8.0.cl
1203
+ * @version SDK : 1.27.0 | ThoughtSpot Cloud: 9.8.0.cl
1201
1204
  */
1202
1205
  EmbedEvent["CreateWorksheet"] = "createWorksheet";
1203
1206
  /**
1204
- * Emitted when Ask Sage is initialized.
1207
+ * Emitted when the *Ask Sage* is initialized.
1205
1208
  * @returns viewName: string
1206
1209
  * @returns viewId: string
1207
1210
  * @returns liveboardId: string
1208
1211
  * @returns isPublic: boolean
1209
- * @version SDK : 1.29.0 | Thoughtspot: 9.12.0.cl
1212
+ * @version SDK : 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
1210
1213
  */
1211
1214
  EmbedEvent["AskSageInit"] = "AskSageInit";
1212
1215
  /**
@@ -1234,7 +1237,7 @@ var EmbedEvent;
1234
1237
  *
1235
1238
  * error: Developers can customize the error message text when `execute`
1236
1239
  * returns `false` using the error parameter in responder.
1237
- * @version SDK : 1.29.0 | Thoughtspot : 10.3.0.cl
1240
+ * @version SDK : 1.29.0 | ThoughtSpot : 10.3.0.cl
1238
1241
  * @example
1239
1242
  *```js
1240
1243
  * .on(EmbedEvent.OnBeforeGetVizDataIntercept,
@@ -1282,9 +1285,26 @@ var EmbedEvent;
1282
1285
  * console.log('payload', payload);
1283
1286
  * })
1284
1287
  *```
1285
- * @version SDK : 1.29.0 | Thoughtspot : 10.3.0.cl
1288
+ * @version SDK : 1.29.0 | ThoughtSpot : 10.3.0.cl
1286
1289
  */
1287
1290
  EmbedEvent["ParameterChanged"] = "parameterChanged";
1291
+ /**
1292
+ * Emitted when the table viz renders.
1293
+ * You can use this event as a hook to trigger
1294
+ * other events on the rendered table viz data.
1295
+ * @example
1296
+ * ```js
1297
+ * searchEmbed.on(EmbedEvent.TableVizRendered, (payload) => {
1298
+ * console.log(payload);
1299
+ * const columnDataLite = payload.data.data.columnDataLite;
1300
+ * columnDataLite[0].dataValue[0]="new fob";
1301
+ * console.log('>>> new Data', columnDataLite);
1302
+ * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
1303
+ * })
1304
+ * ```
1305
+ * @version SDK: 1.35.12 | ThoughtSpot: 10.7.0.cl
1306
+ */
1307
+ EmbedEvent["TableVizRendered"] = "TableVizRendered";
1288
1308
  })(EmbedEvent = exports.EmbedEvent || (exports.EmbedEvent = {}));
1289
1309
  /**
1290
1310
  * Event types that can be triggered by the host application
@@ -1431,7 +1451,7 @@ var HostEvent;
1431
1451
  * const url = embed.trigger(HostEvent.GetIframeUrl);
1432
1452
  * console.log("iFrameURL",url);
1433
1453
  * ```
1434
- * @version SDK: 1.35.0 | Thoughtspot: 10.4.0.cl
1454
+ * @version SDK: 1.35.0 | ThoughtSpot: 10.4.0.cl
1435
1455
  */
1436
1456
  HostEvent["GetIframeUrl"] = "GetIframeUrl";
1437
1457
  /**
@@ -1464,6 +1484,11 @@ var HostEvent;
1464
1484
  * attributes passed with this event are appended to the existing runtime
1465
1485
  * filters applied on a Liveboard.
1466
1486
  *
1487
+ * **Note**: `HostEvent.UpdateRuntimeFilters` is supported in `LiveboardEmbed`
1488
+ * and `AppEmbed` only. In full application embedding, this event updates
1489
+ * the runtime filters applied on the Liveboard and saved Answer objects.
1490
+ *
1491
+ *
1467
1492
  * Pass an array of runtime filters with the following attributes:
1468
1493
  *
1469
1494
  * `columnName` - _String_. The name of the column to filter on.
@@ -1474,9 +1499,12 @@ var HostEvent;
1474
1499
  * `values` - List of operands. Some operators such as EQ and LE allow a
1475
1500
  * single value, whereas BW and IN accept multiple values.
1476
1501
  *
1477
- * **Note**: `HostEvent.UpdateRuntimeFilters` is supported in `LiveboardEmbed`
1478
- * and `AppEmbed` only. In full application embedding, this event updates
1479
- * the runtime filters applied on the Liveboard and saved Answer objects.
1502
+ * **Note**: Updating runtime filters resets the ThoughtSpot
1503
+ * object to its original state and applies new filter conditions.
1504
+ * Any user changes (like drilling into a visualization)
1505
+ * will be cleared, restoring the original visualization
1506
+ * with the updated filters.
1507
+ *
1480
1508
  * @param - {@link RuntimeFilter}[] an array of {@link RuntimeFilter} Types.
1481
1509
  * @example
1482
1510
  * ```js
@@ -1491,7 +1519,7 @@ var HostEvent;
1491
1519
  HostEvent["UpdateRuntimeFilters"] = "UpdateRuntimeFilters";
1492
1520
  /**
1493
1521
  * Navigate to a specific page in the embedded ThoughtSpot application.
1494
- * This is the same as calling `appEmbed.navigateToPage(path, true)`
1522
+ * This is the same as calling `appEmbed.navigateToPage(path, true)`.
1495
1523
  * @param - `path` - the path to navigate to to go forward or back. The path value can
1496
1524
  * be a number; for example, `1`, `-1`.
1497
1525
  * @example
@@ -1687,7 +1715,7 @@ var HostEvent;
1687
1715
  * @param - an object with `vizId` as a key
1688
1716
  * @example
1689
1717
  * ```js
1690
- * liveboardEmbed.trigger(HostEvent.CreateMonitor {
1718
+ * liveboardEmbed.trigger(HostEvent.CreateMonitor, {
1691
1719
  * vizId: '730496d6-6903-4601-937e-2c691821af3c'
1692
1720
  * })
1693
1721
  * ```
@@ -1786,7 +1814,9 @@ var HostEvent;
1786
1814
  */
1787
1815
  HostEvent["GetTML"] = "getTML";
1788
1816
  /**
1789
- * Trigger the **Show underlying data** action on visualization or search
1817
+ * Trigger the **Show underlying data** action on a
1818
+ * chart or table.
1819
+ *
1790
1820
  * @param - an object with vizId as a key
1791
1821
  * @example
1792
1822
  * ```js
@@ -1820,8 +1850,8 @@ var HostEvent;
1820
1850
  */
1821
1851
  HostEvent["Delete"] = "onDeleteAnswer";
1822
1852
  /**
1823
- * Trigger the **SpotIQ analyze** action on visualization
1824
- * or search.
1853
+ * Trigger the **SpotIQ analyze** action on a
1854
+ * chart or table.
1825
1855
  * @param - Liveboard embed takes `vizId` as a
1826
1856
  * key. Can be left undefined when embedding Search or
1827
1857
  * visualization.
@@ -2094,7 +2124,7 @@ var HostEvent;
2094
2124
  * '430496d6-6903-4601-937e-2c691821af3c',
2095
2125
  * 'f547ec54-2a37-4516-a222-2b06719af726'])
2096
2126
  * ```
2097
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
2127
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
2098
2128
  */
2099
2129
  HostEvent["SetVisibleTabs"] = "SetPinboardVisibleTabs";
2100
2130
  /**
@@ -2107,7 +2137,7 @@ var HostEvent;
2107
2137
  * '630496d6-6903-4601-937e-2c691821af3c',
2108
2138
  * 'i547ec54-2a37-4516-a222-2b06719af726'])
2109
2139
  * ```
2110
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
2140
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
2111
2141
  */
2112
2142
  HostEvent["SetHiddenTabs"] = "SetPinboardHiddenTabs";
2113
2143
  /**
@@ -2121,7 +2151,7 @@ var HostEvent;
2121
2151
  * executeSearch: true,
2122
2152
  * })
2123
2153
  * ```
2124
- * @version SDK: 1.26.0 | Thoughtspot: 9.8.0.cl, 9.8.0.sw
2154
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
2125
2155
  */
2126
2156
  HostEvent["UpdateSageQuery"] = "updateSageQuery";
2127
2157
  /**
@@ -2138,21 +2168,22 @@ var HostEvent;
2138
2168
  * ```js
2139
2169
  * const {session} = await embed.trigger( HostEvent.GetAnswerSession )
2140
2170
  * ```
2141
- * @version SDK: 1.26.0 | Thoughtspot: 9.10.0.cl
2171
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
2142
2172
  */
2143
2173
  HostEvent["GetAnswerSession"] = "getAnswerSession";
2144
2174
  /**
2145
- * Trigger Ask Sage for viz
2175
+ * Trigger the *Ask Sage* action for visualizations
2146
2176
  * @example
2147
2177
  * ```js
2148
2178
  * liveboardEmbed.trigger(HostEvent.AskSage,
2149
2179
  * {vizId:'730496d6-6903-4601-937e-2c691821af3c'})
2150
2180
  * ```
2151
- * @version SDK: 1.29.0 | Thoughtspot: 9.12.0.cl
2181
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
2152
2182
  */
2153
2183
  HostEvent["AskSage"] = "AskSage";
2154
2184
  /**
2155
- * Trigger cross filter update action on a Liveboard
2185
+ * Trigger cross filter update action on a Liveboard.
2186
+ *
2156
2187
  * @example
2157
2188
  * ```js
2158
2189
  * liveboardEmbed.trigger(HostEvent.UpdateCrossFilter, {
@@ -2163,7 +2194,7 @@ var HostEvent;
2163
2194
  * ],
2164
2195
  * });
2165
2196
  * ```
2166
- * @version SDK: 1.29.0 | Thoughtspot: 10.0.0.cl
2197
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.0.0.cl, 10.1.0.sw
2167
2198
  */
2168
2199
  HostEvent["UpdateCrossFilter"] = "UpdateCrossFilter";
2169
2200
  /**
@@ -2172,11 +2203,13 @@ var HostEvent;
2172
2203
  * ```js
2173
2204
  * liveboardEmbed.trigger(HostEvent.ResetLiveboardPersonalisedView);
2174
2205
  * ```
2175
- * @version SDK: 1.29.0 | Thoughtspot: 10.1.0.cl
2206
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.1.0.cl, 10.1.0.sw
2176
2207
  */
2177
2208
  HostEvent["ResetLiveboardPersonalisedView"] = "ResetLiveboardPersonalisedView";
2178
2209
  /**
2179
- * Triggers an event to Update Parameter values for Answers and Liveboard
2210
+ * Triggers an action to update Parameter values on embedded
2211
+ * Answers and Liveboard.
2212
+ *
2180
2213
  * @example
2181
2214
  * ```js
2182
2215
  * liveboardEmbed.trigger(HostEvent.UpdateParameters, [{
@@ -2184,30 +2217,30 @@ var HostEvent;
2184
2217
  * value: "almond"
2185
2218
  * }])
2186
2219
  *
2187
- * @version SDK: 1.29.0 | Thoughtspot: 10.1.0.cl
2220
+ * @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
2188
2221
  */
2189
2222
  HostEvent["UpdateParameters"] = "UpdateParameters";
2190
2223
  /**
2191
- * Triggers GetParameters to fetch the runtime parameters
2224
+ * Triggers GetParameters to fetch the runtime Parameters.
2192
2225
  * ```js
2193
2226
  * liveboardEmbed.trigger(HostEvent.GetParameters).then((parameter) => {
2194
2227
  * console.log('parameters', parameter);
2195
2228
  * });
2196
2229
  *```
2197
- * @version SDK: 1.29.0 | Thoughtspot: 10.1.0.cl
2230
+ * @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
2198
2231
  */
2199
2232
  HostEvent["GetParameters"] = "GetParameters";
2200
2233
  /**
2201
- * Triggers an event to update a persoanlised view of a Liveboard
2234
+ * Triggers an event to update a personalized view of a Liveboard.
2202
2235
  * ```js
2203
2236
  * liveboardEmbed.trigger(HostEvent.UpdatePersonalisedView, {viewId: '1234'})
2204
2237
  * ```
2205
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
2238
+ * @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
2206
2239
  */
2207
2240
  HostEvent["UpdatePersonalisedView"] = "UpdatePersonalisedView";
2208
2241
  /**
2209
- * Triggers the action to get the current view of the liveboard
2210
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
2242
+ * Triggers the action to get the current view of the Liveboard.
2243
+ * @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
2211
2244
  */
2212
2245
  HostEvent["SaveAnswer"] = "saveAnswer";
2213
2246
  /**
@@ -2215,6 +2248,25 @@ var HostEvent;
2215
2248
  * @hidden
2216
2249
  */
2217
2250
  HostEvent["UIPassthrough"] = "UiPassthrough";
2251
+ /**
2252
+ * Triggers the table viz rerender with the updated data.
2253
+ * Includes the following properties:
2254
+ * @param - columnDataLite - an array of object containing data
2255
+ * transformed from data picked from TableVizRendered event.
2256
+ * For example, { columnDataLite: []}
2257
+ * @example
2258
+ * ```js
2259
+ * searchEmbed.on(EmbedEvent.TableVizRendered, (payload) => {
2260
+ * console.log(payload);
2261
+ * const columnDataLite = payload.data.data.columnDataLite;
2262
+ * columnDataLite[0].dataValue[0]="new fob";
2263
+ * console.log('>>> new Data', columnDataLite);
2264
+ * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
2265
+ * })
2266
+ * ```
2267
+ * @version SDK: 1.35.12 | ThoughtSpot: 10.7.0.cl
2268
+ */
2269
+ HostEvent["TransformTableVizData"] = "TransformTableVizData";
2218
2270
  })(HostEvent = exports.HostEvent || (exports.HostEvent = {}));
2219
2271
  /**
2220
2272
  * The different visual modes that the data sources panel within
@@ -2281,7 +2333,12 @@ var Param;
2281
2333
  Param["AuthType"] = "authType";
2282
2334
  Param["IconSpriteUrl"] = "iconSprite";
2283
2335
  Param["cookieless"] = "cookieless";
2284
- Param["ContextMenuTrigger"] = "isContextMenuEnabledOnLeftClick";
2336
+ // Deprecated: `isContextMenuEnabledOnLeftClick`
2337
+ // Introduced: `contextMenuEnabledOnWhichClick` with values: 'left',
2338
+ // 'right', or 'both'. This update only affects ThoughtSpot URL parameters
2339
+ // and does not impact existing workflows or use cases. Added support for
2340
+ // 'both' clicks in `contextMenuTrigger` configuration.
2341
+ Param["ContextMenuTrigger"] = "contextMenuEnabledOnWhichClick";
2285
2342
  Param["LinkOverride"] = "linkOverride";
2286
2343
  Param["blockNonEmbedFullAppAccess"] = "blockNonEmbedFullAppAccess";
2287
2344
  Param["ShowInsertToSlide"] = "insertInToSlide";
@@ -2434,7 +2491,8 @@ var Action;
2434
2491
  Action["ResetLayout"] = "resetLayout";
2435
2492
  /**
2436
2493
  * The **Schedule** menu action on a Liveboard.
2437
- * Allows scheduling a Liveboard notification.
2494
+ * Allows scheduling a Liveboard job, for example,
2495
+ * sending periodic notifications.
2438
2496
  * @example
2439
2497
  * ```js
2440
2498
  * disabledActions: [Action.Schedule]
@@ -2476,7 +2534,7 @@ var Action;
2476
2534
  * ```js
2477
2535
  * disabledActions: [Action.AddDataPanelObjects]
2478
2536
  * ```
2479
- * @version SDK: 1.32.0 | Thoughtspot: 10.0.0.cl
2537
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
2480
2538
  */
2481
2539
  Action["AddDataPanelObjects"] = "addDataPanelObjects";
2482
2540
  /**
@@ -2489,7 +2547,28 @@ var Action;
2489
2547
  * ```
2490
2548
  */
2491
2549
  Action["ConfigureFilter"] = "configureFilter";
2550
+ /**
2551
+ * The **Collapse data sources** icon on the Search page.
2552
+ * Collapses the panel showing data sources.
2553
+ *
2554
+ * @example
2555
+ * ```js
2556
+ * disabledActions: [Action.CollapseDataPanel]
2557
+ * ```
2558
+ * @version: SDK: 1.1.0 | ThoughtSpot Cloud: ts7.may.cl, 8.4.1.sw
2559
+ */
2492
2560
  Action["CollapseDataSources"] = "collapseDataSources";
2561
+ /**
2562
+ * The **Collapse data panel** icon on the Search page.
2563
+ * Collapses the data panel view.
2564
+ *
2565
+ * @version: SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl, 10.7.0.sw
2566
+ *
2567
+ * @example
2568
+ * ```js
2569
+ * disabledActions: [Action.CollapseDataPanel]
2570
+ * ```
2571
+ */
2493
2572
  Action["CollapseDataPanel"] = "collapseDataPanel";
2494
2573
  /**
2495
2574
  * The **Choose sources** button on Search page.
@@ -2525,7 +2604,7 @@ var Action;
2525
2604
  * ```js
2526
2605
  * disabledActions: [Action.AddColumnSet]
2527
2606
  * ```
2528
- * @version SDK: 1.32.0 | Thoughtspot: 10.0.0.cl
2607
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
2529
2608
  */
2530
2609
  Action["AddColumnSet"] = "addSimpleCohort";
2531
2610
  /**
@@ -2535,7 +2614,7 @@ var Action;
2535
2614
  * ```js
2536
2615
  * disabledActions: [Action.AddQuerySet]
2537
2616
  * ```
2538
- * @version SDK: 1.32.0 | Thoughtspot: 10.0.0.cl
2617
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
2539
2618
  */
2540
2619
  Action["AddQuerySet"] = "addAdvancedCohort";
2541
2620
  /**
@@ -2567,6 +2646,8 @@ var Action;
2567
2646
  /**
2568
2647
  * The **Show underlying data** menu action on a visualization or
2569
2648
  * Answer page.
2649
+ * Displays detailed information and raw data
2650
+ * for a given visualization.
2570
2651
  * @example
2571
2652
  * ```js
2572
2653
  * disabledActions: [Action.ShowUnderlyingData]
@@ -2768,6 +2849,7 @@ var Action;
2768
2849
  Action["AnalysisInfo"] = "analysisInfo";
2769
2850
  /**
2770
2851
  * The **Schedule** menu action on a Liveboard.
2852
+ * Allows scheduling a Liveboard job.
2771
2853
  * @example
2772
2854
  * ```js
2773
2855
  * disabledActions: [Action.Subscription]
@@ -2837,8 +2919,13 @@ var Action;
2837
2919
  */
2838
2920
  Action["RequestAccess"] = "requestAccess";
2839
2921
  /**
2840
- * The **Query visualizer** and **Query SQL** buttons in Query details panel
2841
- * of the Answer page
2922
+ * The **Query visualizer** and **Query SQL** buttons in
2923
+ * Query details panel of the Answer page.
2924
+ *
2925
+ * **Query visualizer** - Displays the tables
2926
+ * and filters used in a search query.
2927
+ * **Query SQL** - Displays the SQL statements used
2928
+ * in a search query to fetch data.
2842
2929
  * @example
2843
2930
  * ```js
2844
2931
  * disabledActions: [Action.QueryDetailsButtons]
@@ -2856,7 +2943,10 @@ var Action;
2856
2943
  */
2857
2944
  Action["AnswerDelete"] = "onDeleteAnswer";
2858
2945
  /**
2859
- * The Chart switcher icon on Answer and visualization pages.
2946
+ * The chart switcher icon on Answer page and
2947
+ * visualizations in edit mode.
2948
+ * Allows switching to the table or chart mode
2949
+ * when editing a visualization.
2860
2950
  * @example
2861
2951
  * ```js
2862
2952
  * disabledActions: [Action.AnswerChartSwitcher]
@@ -2865,7 +2955,10 @@ var Action;
2865
2955
  */
2866
2956
  Action["AnswerChartSwitcher"] = "answerChartSwitcher";
2867
2957
  /**
2868
- * Favorites icon (*) on Answers, Liveboard, and Data pages
2958
+ * The Favorites icon (*) for Answers,
2959
+ * Liveboard, and data objects like Worksheet, Model,
2960
+ * Tables and Views.
2961
+ * Allows adding an object to the user’s favorites list.
2869
2962
  * @example
2870
2963
  * ```js
2871
2964
  * disabledActions: [Action.AddToFavorites]
@@ -2883,7 +2976,9 @@ var Action;
2883
2976
  */
2884
2977
  Action["EditDetails"] = "editDetails";
2885
2978
  /**
2886
- * The Create alert action on KPI charts.
2979
+ * The *Create alert* action for KPI charts.
2980
+ * Allows users to schedule threshold-based alerts
2981
+ * for KPI charts.
2887
2982
  * @example
2888
2983
  * ```js
2889
2984
  * disabledActions: [Action.CreateMonitor]
@@ -2939,7 +3034,7 @@ var Action;
2939
3034
  * ```js
2940
3035
  * disabledActions: [Action.CrossFilter]
2941
3036
  * ```
2942
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3037
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.8.0.sw
2943
3038
  */
2944
3039
  Action["CrossFilter"] = "context-menu-item-cross-filter";
2945
3040
  /**
@@ -2949,7 +3044,7 @@ var Action;
2949
3044
  * ```js
2950
3045
  * disabledActions: [Action.SyncToSlack]
2951
3046
  * ```
2952
- * @version @version SDK : 1.32.0 | Thoughtspot: 10.1.0.cl
3047
+ * @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
2953
3048
  */
2954
3049
  Action["SyncToSlack"] = "syncToSlack";
2955
3050
  /**
@@ -2959,7 +3054,7 @@ var Action;
2959
3054
  * ```js
2960
3055
  * disabledActions: [Action.SyncToTeams]
2961
3056
  * ```
2962
- * @version @version SDK : 1.32.0 | Thoughtspot: 10.1.0.cl
3057
+ * @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
2963
3058
  */
2964
3059
  Action["SyncToTeams"] = "syncToTeams";
2965
3060
  /**
@@ -2970,7 +3065,7 @@ var Action;
2970
3065
  * ```js
2971
3066
  * disabledActions: [Action.RemoveCrossFilter]
2972
3067
  * ```
2973
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3068
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
2974
3069
  */
2975
3070
  Action["RemoveCrossFilter"] = "context-menu-item-remove-cross-filter";
2976
3071
  /**
@@ -2981,7 +3076,7 @@ var Action;
2981
3076
  * ```js
2982
3077
  * disabledActions: [Action.AxisMenuAggregate]
2983
3078
  * ```
2984
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3079
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
2985
3080
  */
2986
3081
  Action["AxisMenuAggregate"] = "axisMenuAggregate";
2987
3082
  /**
@@ -2992,17 +3087,19 @@ var Action;
2992
3087
  * ```js
2993
3088
  * disabledActions: [Action.AxisMenuTimeBucket]
2994
3089
  * ```
2995
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3090
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
2996
3091
  */
2997
3092
  Action["AxisMenuTimeBucket"] = "axisMenuTimeBucket";
2998
3093
  /**
2999
3094
  * The **Filter** action in the chart axis or table column
3000
3095
  * customization menu.
3096
+ * Allows adding, editing, or removing filters.
3097
+ *
3001
3098
  * @example
3002
3099
  * ```js
3003
3100
  * disabledActions: [Action.AxisMenuFilter]
3004
3101
  * ```
3005
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3102
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3006
3103
  */
3007
3104
  Action["AxisMenuFilter"] = "axisMenuFilter";
3008
3105
  /**
@@ -3013,7 +3110,7 @@ var Action;
3013
3110
  * ```js
3014
3111
  * disabledActions: [Action.AxisMenuConditionalFormat]
3015
3112
  * ```
3016
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3113
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3017
3114
  */
3018
3115
  Action["AxisMenuConditionalFormat"] = "axisMenuConditionalFormat";
3019
3116
  /**
@@ -3024,7 +3121,7 @@ var Action;
3024
3121
  * ```js
3025
3122
  * disabledActions: [Action.AxisMenuConditionalFormat]
3026
3123
  * ```
3027
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3124
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3028
3125
  */
3029
3126
  Action["AxisMenuSort"] = "axisMenuSort";
3030
3127
  /**
@@ -3036,7 +3133,7 @@ var Action;
3036
3133
  * ```js
3037
3134
  * disabledActions: [Action.AxisMenuGroup]
3038
3135
  * ```
3039
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3136
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3040
3137
  */
3041
3138
  Action["AxisMenuGroup"] = "axisMenuGroup";
3042
3139
  /**
@@ -3047,7 +3144,7 @@ var Action;
3047
3144
  * ```js
3048
3145
  * disabledActions: [Action.AxisMenuPosition]
3049
3146
  * ```
3050
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3147
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3051
3148
  */
3052
3149
  Action["AxisMenuPosition"] = "axisMenuPosition";
3053
3150
  /**
@@ -3057,7 +3154,7 @@ var Action;
3057
3154
  * ```js
3058
3155
  * disabledActions: [Action.AxisMenuRename]
3059
3156
  * ```
3060
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3157
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3061
3158
  */
3062
3159
  Action["AxisMenuRename"] = "axisMenuRename";
3063
3160
  /**
@@ -3068,7 +3165,7 @@ var Action;
3068
3165
  * ```js
3069
3166
  * disabledActions: [Action.AxisMenuEdit]
3070
3167
  * ```
3071
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3168
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3072
3169
  */
3073
3170
  Action["AxisMenuEdit"] = "axisMenuEdit";
3074
3171
  /**
@@ -3078,7 +3175,7 @@ var Action;
3078
3175
  * ```js
3079
3176
  * disabledActions: [Action.AxisMenuNumberFormat]
3080
3177
  * ```
3081
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3178
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3082
3179
  */
3083
3180
  Action["AxisMenuNumberFormat"] = "axisMenuNumberFormat";
3084
3181
  /**
@@ -3088,7 +3185,7 @@ var Action;
3088
3185
  * ```js
3089
3186
  * disabledActions: [Action.AxisMenuTextWrapping]
3090
3187
  * ```
3091
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3188
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3092
3189
  */
3093
3190
  Action["AxisMenuTextWrapping"] = "axisMenuTextWrapping";
3094
3191
  /**
@@ -3100,7 +3197,7 @@ var Action;
3100
3197
  * ```js
3101
3198
  * disabledActions: [Action.AxisMenuRemove]
3102
3199
  * ```
3103
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3200
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3104
3201
  */
3105
3202
  Action["AxisMenuRemove"] = "axisMenuRemove";
3106
3203
  /**
@@ -3114,26 +3211,27 @@ var Action;
3114
3211
  * ```js
3115
3212
  * disabledActions: [Action.RenameModalTitleDescription]
3116
3213
  * ```
3117
- * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
3214
+ * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl, 9.8.0.sw
3118
3215
  */
3119
3216
  Action["RenameModalTitleDescription"] = "renameModalTitleDescription";
3120
3217
  /**
3121
- *
3218
+ * The *Request verification* action on a Liveboard.
3219
+ * Initiates a request for Liveboard verification.
3122
3220
  * @example
3123
3221
  * ```js
3124
3222
  * disabledActions: [Action.RequestVerification]
3125
3223
  * ```
3126
- * @version SDK: 1.25.0 | Thoughtspot: 9.6.0.cl
3224
+ * @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
3127
3225
  */
3128
3226
  Action["RequestVerification"] = "requestVerification";
3129
3227
  /**
3130
3228
  *
3131
- *Allows users to mark a Liveboard as verified.
3229
+ * Allows users to mark a Liveboard as verified.
3132
3230
  * @example
3133
3231
  * ```js
3134
3232
  * disabledActions: [Action.MarkAsVerified]
3135
3233
  * ```
3136
- * @version SDK: 1.25.0 | Thoughtspot: 9.6.0.cl
3234
+ * @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
3137
3235
  */
3138
3236
  Action["MarkAsVerified"] = "markAsVerified";
3139
3237
  /**
@@ -3143,7 +3241,7 @@ var Action;
3143
3241
  * ```js
3144
3242
  * disabledActions: [Action.AddTab]
3145
3243
  * ```
3146
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3244
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
3147
3245
  */
3148
3246
  Action["AddTab"] = "addTab";
3149
3247
  /**
@@ -3153,35 +3251,42 @@ var Action;
3153
3251
  * ```js
3154
3252
  * disabledActions: [Action.EnableContextualChangeAnalysis]
3155
3253
  * ```
3156
- * @version SDK: 1.25.0 | Thoughtspot: 9.6.0.cl
3254
+ * @version SDK: 1.25.0 | ThoughtSpot Cloud: 9.6.0.cl
3157
3255
  */
3158
3256
  Action["EnableContextualChangeAnalysis"] = "enableContextualChangeAnalysis";
3159
3257
  /**
3258
+ * Action ID to hide or disable Natural Language Search query.
3160
3259
  *
3161
3260
  * @example
3162
3261
  * ```js
3163
3262
  * disabledActions: [Action.ShowSageQuery]
3164
3263
  * ```
3165
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3264
+ * @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
3166
3265
  */
3167
3266
  Action["ShowSageQuery"] = "showSageQuery";
3168
3267
  /**
3268
+ *
3269
+ * Action ID to hide or disable the edit option for the
3270
+ * results generated from the
3271
+ * Natural Language Search query.
3169
3272
  *
3170
3273
  * @example
3171
3274
  * ```js
3172
3275
  * disabledActions: [Action.EditSageAnswer]
3173
3276
  * ```
3174
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3277
+ * @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
3175
3278
  */
3176
3279
  Action["EditSageAnswer"] = "editSageAnswer";
3177
3280
  /**
3281
+ * The feedback widget for AI-generated Answers.
3282
+ * Allows users to send feedback on the Answers generated
3283
+ * from a Natural Language Search query.
3178
3284
  *
3179
- *This action allows users to send feedback on AI-generated Answers.
3180
3285
  * @example
3181
3286
  * ```js
3182
3287
  * disabledActions: [Action.SageAnswerFeedback]
3183
3288
  * ```
3184
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3289
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
3185
3290
  */
3186
3291
  Action["SageAnswerFeedback"] = "sageAnswerFeedback";
3187
3292
  /**
@@ -3190,7 +3295,7 @@ var Action;
3190
3295
  * ```js
3191
3296
  * disabledActions: [Action.ModifySageAnswer]
3192
3297
  * ```
3193
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3298
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
3194
3299
  */
3195
3300
  Action["ModifySageAnswer"] = "modifySageAnswer";
3196
3301
  /**
@@ -3203,7 +3308,10 @@ var Action;
3203
3308
  */
3204
3309
  Action["MoveToTab"] = "onContainerMove";
3205
3310
  /**
3206
- * The **Manage Alertsb** menu action on KPI visualizations.
3311
+ * The **Manage Alerts** menu action on KPI visualizations.
3312
+ * Allows creating, viewing, and editing monitor
3313
+ * alerts for a KPI chart.
3314
+ *
3207
3315
  * @example
3208
3316
  * ```js
3209
3317
  * disabledActions: [Action.ManageMonitor]
@@ -3211,21 +3319,23 @@ var Action;
3211
3319
  */
3212
3320
  Action["ManageMonitor"] = "manageMonitor";
3213
3321
  /**
3214
- * Action ID for Liveboard Personalised Views dropdown
3322
+ * The Liveboard Personalised Views dropdown.
3323
+ * Allows navigating to a personalized Liveboard View.
3215
3324
  * @example
3216
3325
  * ```js
3217
3326
  * disabledActions: [Action.PersonalisedViewsDropdown]
3218
3327
  * ```
3219
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
3328
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
3220
3329
  */
3221
3330
  Action["PersonalisedViewsDropdown"] = "personalisedViewsDropdown";
3222
3331
  /**
3223
- * Action ID for Liveboard Users ( Recently Visited / social proof )
3332
+ * Action ID for show or hide the user details on a
3333
+ * Liveboard (Recently visited / social proof)
3224
3334
  * @example
3225
3335
  * ```js
3226
3336
  * disabledActions: [Action.LiveboardUsers]
3227
3337
  * ```
3228
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
3338
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
3229
3339
  */
3230
3340
  Action["LiveboardUsers"] = "liveboardUsers";
3231
3341
  /**
@@ -3243,108 +3353,124 @@ var Action;
3243
3353
  * hiddenAction: [Action.TML] // hide all TML actions
3244
3354
  * disabledActions: [Action.TML] // to disable all TML actions
3245
3355
  * ```
3246
- * @version SDK : 1.28.3 | Thoughtspot: 9.12.0.cl
3356
+ * @version SDK : 1.28.3 | ThoughtSpot: 9.12.0.cl, 10.1.0.sw
3247
3357
  */
3248
3358
  Action["TML"] = "tml";
3249
3359
  /**
3250
- * Action ID for the create Liveboard option on the Liveboard list page
3251
- * and Pin modal
3360
+ * The **Create Liveboard* action on
3361
+ * the Liveboards page and the Pin modal.
3362
+ * Allows users to create a Liveboard.
3363
+ *
3252
3364
  * @example
3253
3365
  * ```js
3254
3366
  * hiddenAction: [Action.CreateLiveboard]
3255
3367
  * disabledActions: [Action.CreateLiveboard]
3256
3368
  * ```
3257
- * @version SDK: 1.32.0 | Thoughtspot: 10.1.0.cl
3369
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
3258
3370
  */
3259
3371
  Action["CreateLiveboard"] = "createLiveboard";
3260
3372
  /**
3261
- * Action ID for to hide Verified Liveboard Banner
3373
+ * Action ID for to hide or disable the
3374
+ * Verified Liveboard banner.
3262
3375
  * @example
3263
3376
  * ```js
3264
3377
  * hiddenAction: [Action.VerifiedLiveboard]
3265
3378
  * ```
3266
- * @version SDK: 1.29.0 | Thoughtspot: 9.10.0.cl
3379
+ * @version SDK: 1.29.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
3267
3380
  */
3268
3381
  Action["VerifiedLiveboard"] = "verifiedLiveboard";
3269
3382
  /**
3270
- * Action ID for ask sage button
3383
+ * The *Ask Sage* action for Answers and visualizations.
3384
+ * Allows initiating a Natural Language Search query.
3385
+ *
3271
3386
  * @example
3272
3387
  * ```js
3273
3388
  * hiddenAction: [Action.AskAi]
3274
3389
  * ```
3275
- * @version SDK: 1.29.0 | Thoughtspot: 9.12.0.cl
3390
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
3276
3391
  */
3277
3392
  Action["AskAi"] = "AskAi";
3278
3393
  /**
3279
3394
  * The **Add KPI to Watchlist** action on Home page watchlist.
3395
+ * Adds a KPI chart to the watchlist on the Home page.
3280
3396
  * @example
3281
3397
  * ```js
3282
3398
  * disabledActions: [Action.AddToWatchlist]
3283
3399
  * ```
3284
- * @version SDK : 1.27.9 | Thoughtspot: 9.12.5.cl
3400
+ * @version SDK : 1.27.9 | ThoughtSpot Cloud: 9.12.5.cl
3285
3401
  */
3286
3402
  Action["AddToWatchlist"] = "addToWatchlist";
3287
3403
  /**
3288
3404
  * The **Remove from watchlist** menu action on KPI watchlist.
3405
+ * Removes a KPI chart from the watchlist on the Home page.
3289
3406
  * @example
3290
3407
  * ```js
3291
3408
  * disabledActions: [Action.RemoveFromWatchlist]
3292
3409
  * ```
3293
- * @version SDK : 1.27.9 | Thoughtspot: 9.12.5.cl
3410
+ * @version SDK : 1.27.9 | ThoughtSpot: 9.12.5.cl
3294
3411
  */
3295
3412
  Action["RemoveFromWatchlist"] = "removeFromWatchlist";
3296
3413
  /**
3297
- * The **Organise Favourites** action on Homepage Favourite Module.
3414
+ * The **Organize Favourites** action on Homepage
3415
+ * *Favorites* module.
3416
+ *
3298
3417
  * @example
3299
3418
  * ```js
3300
3419
  * disabledActions: [Action.OrganiseFavourites]
3301
3420
  * ```
3302
- * @version SDK : 1.32.0 | Thoughtspot: 10.0.0.cl
3421
+ * @version SDK : 1.32.0 | ThoughtSpot: 10.0.0.cl
3303
3422
  */
3304
3423
  Action["OrganiseFavourites"] = "organiseFavourites";
3305
3424
  /**
3306
- * Action ID for AI Highlights button
3425
+ * The **AI Highlights** action on a Liveboard.
3426
+ *
3307
3427
  * @example
3308
3428
  * ```js
3309
3429
  * hiddenAction: [Action.AIHighlights]
3310
3430
  * ```
3311
- * @version SDK: 1.27.10 | Thoughtspot: 9.12.5.cl
3431
+ * @version SDK: 1.27.10 | ThoughtSpot Cloud: 9.12.5.cl
3312
3432
  */
3313
3433
  Action["AIHighlights"] = "AIHighlights";
3314
3434
  /**
3315
- * Action ID for edit the schedule action on schedule on homepage
3435
+ * The *Edit* action on the *Liveboard Schedules* page
3436
+ * (new Homepage experience).
3437
+ * Allows editing Liveboard schedules.
3438
+ *
3316
3439
  * @example
3317
3440
  * ```js
3318
3441
  * disabledActions: [Action.EditScheduleHomepage]
3319
3442
  * ```
3320
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3443
+ * @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3321
3444
  */
3322
3445
  Action["EditScheduleHomepage"] = "editScheduleHomepage";
3323
3446
  /**
3324
- * Action ID for pause schedule action on schedule on homepage
3447
+ * The *Pause* action on the *Liveboard Schedules* page
3448
+ * Pauses a scheduled Liveboard job.
3325
3449
  * @example
3326
3450
  * ```js
3327
3451
  * disabledActions: [Action.PauseScheduleHomepage]
3328
3452
  * ```
3329
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3453
+ * @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3330
3454
  */
3331
3455
  Action["PauseScheduleHomepage"] = "pauseScheduleHomepage";
3332
3456
  /**
3333
- * Action ID for view schedule run action on schedule on homepage
3457
+ * The **View run history** action **Liveboard Schedules** page.
3458
+ * Allows viewing schedule run history.
3334
3459
  * @example
3335
3460
  * ```js
3336
3461
  * disabledActions: [Action.ViewScheduleRunHomepage]
3337
3462
  * ```
3338
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3463
+ * @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
3339
3464
  */
3340
3465
  Action["ViewScheduleRunHomepage"] = "viewScheduleRunHomepage";
3341
3466
  /**
3342
- * Action ID for unsubscribe schedule action on schedule on homepage
3467
+ * Action ID to hide or disable the
3468
+ * unsubscribe option for Liveboard schedules.
3343
3469
  * @example
3344
3470
  * ```js
3345
3471
  * disabledActions: [Action.UnsubscribeScheduleHomepage]
3346
3472
  * ```
3347
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3473
+ * @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
3348
3474
  */
3349
3475
  Action["UnsubscribeScheduleHomepage"] = "unsubscribeScheduleHomepage";
3350
3476
  /**
@@ -3353,16 +3479,17 @@ var Action;
3353
3479
  * ```js
3354
3480
  * disabledActions: [Action.ManageTags]
3355
3481
  * ```
3356
- * @version SDK : 1.34.0 | Thoughtspot: 10.3.0.cl
3482
+ * @version SDK : 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3357
3483
  */
3358
3484
  Action["ManageTags"] = "manageTags";
3359
3485
  /**
3360
- * Action ID for delete schedule action on schedule on homepage
3486
+ * The **Delete** action on the **Liveboard Schedules* page.
3487
+ * Deletes a Liveboard schedule.
3361
3488
  * @example
3362
3489
  * ```js
3363
3490
  * disabledActions: [Action.DeleteScheduleHomepage]
3364
3491
  * ```
3365
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3492
+ * @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
3366
3493
  */
3367
3494
  Action["DeleteScheduleHomepage"] = "deleteScheduleHomepage";
3368
3495
  /**
@@ -3371,7 +3498,7 @@ var Action;
3371
3498
  * ```js
3372
3499
  * disabledActions: [Action.KPIAnalysisCTA]
3373
3500
  * ```
3374
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3501
+ * @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3375
3502
  */
3376
3503
  Action["KPIAnalysisCTA"] = "kpiAnalysisCTA";
3377
3504
  /**
@@ -3380,61 +3507,73 @@ var Action;
3380
3507
  * ```js
3381
3508
  * const disabledActions = [Action.DisableChipReorder]
3382
3509
  * ```
3383
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3510
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3384
3511
  */
3385
3512
  Action["DisableChipReorder"] = "disableChipReorder";
3386
3513
  /**
3387
- * Action ID for Hide Irrelevant filters button
3514
+ * Action ID to show, hide, or disable filters
3515
+ * in a Liveboard tab.
3516
+ *
3388
3517
  * @example
3389
3518
  * ```js
3390
3519
  * hiddenAction: [Action.ChangeFilterVisibilityInTab]
3391
3520
  * ```
3392
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3521
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3393
3522
  */
3394
3523
  Action["ChangeFilterVisibilityInTab"] = "changeFilterVisibilityInTab";
3395
3524
  /**
3396
- * Action ID for hide/disable Preview data button in spotter
3525
+ * The **Preview data** button on the Spotter interface.
3526
+ * Allows previewing the data used for Spotter queries.
3527
+ *
3397
3528
  * @example
3398
3529
  * ```js
3399
3530
  * hiddenAction: [Action.PreviewDataSpotter]
3400
3531
  * ```
3401
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3532
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3402
3533
  */
3403
3534
  Action["PreviewDataSpotter"] = "previewDataSpotter";
3404
3535
  /**
3405
- * Action ID for hide/disable reset button in spotter
3536
+ * The **Reset** link on the Spotter interface.
3537
+ * Resets the conversation with Spotter.
3538
+ *
3406
3539
  * @example
3407
3540
  * ```js
3408
3541
  * hiddenAction: [Action.ResetSpotterChat]
3409
3542
  * ```
3410
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3543
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3411
3544
  */
3412
3545
  Action["ResetSpotterChat"] = "resetSpotterChat";
3413
3546
  /**
3414
- * Action ID for hide/disable feedback in spotter
3547
+ * Action ID for hide or disable the
3548
+ * Spotter feedback widget.
3549
+ *
3415
3550
  * @example
3416
3551
  * ```js
3417
3552
  * hiddenAction: [Action.SpotterFeedback]
3418
3553
  * ```
3419
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3554
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3420
3555
  */
3421
3556
  Action["SpotterFeedback"] = "spotterFeedback";
3422
3557
  /**
3423
- * Action ID for hide/disable editing previous prompt in spotter
3558
+ * Action ID for hide or disable
3559
+ * the previous prompt edit option in Spotter.
3560
+ *
3424
3561
  * @example
3425
3562
  * ```js
3426
3563
  * hiddenAction: [Action.EditPreviousPrompt]
3427
3564
  * ```
3428
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3565
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3429
3566
  */
3430
3567
  Action["EditPreviousPrompt"] = "editPreviousPrompt";
3431
3568
  /**
3432
- * Action ID for hide/disable deleting previous prompt in spotter
3569
+ * Action ID for hide or disable
3570
+ * the previous prompt deletion option in Spotter.
3571
+ *
3433
3572
  * @example
3434
3573
  * ```js
3435
3574
  * hiddenAction: [Action.DeletePreviousPrompt]
3436
3575
  * ```
3437
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3576
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3438
3577
  */
3439
3578
  Action["DeletePreviousPrompt"] = "deletePreviousPrompt";
3440
3579
  /**
@@ -3443,7 +3582,7 @@ var Action;
3443
3582
  * ```js
3444
3583
  * hiddenAction: [Action.EditTokens]
3445
3584
  * ```
3446
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3585
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3447
3586
  */
3448
3587
  Action["EditTokens"] = "editTokens";
3449
3588
  })(Action = exports.Action || (exports.Action = {}));
@@ -3456,11 +3595,13 @@ var PrefetchFeatures;
3456
3595
  })(PrefetchFeatures = exports.PrefetchFeatures || (exports.PrefetchFeatures = {}));
3457
3596
  /**
3458
3597
  * Enum for options to change context trigger
3598
+ * BOTH_CLICKS option is introduced in 10.7
3459
3599
  */
3460
3600
  var ContextMenuTriggerOptions;
3461
3601
  (function (ContextMenuTriggerOptions) {
3462
3602
  ContextMenuTriggerOptions["LEFT_CLICK"] = "left-click";
3463
3603
  ContextMenuTriggerOptions["RIGHT_CLICK"] = "right-click";
3604
+ ContextMenuTriggerOptions["BOTH_CLICKS"] = "both-clicks";
3464
3605
  })(ContextMenuTriggerOptions = exports.ContextMenuTriggerOptions || (exports.ContextMenuTriggerOptions = {}));
3465
3606
  var LogLevel;
3466
3607
  (function (LogLevel) {
@@ -3473,7 +3614,7 @@ var LogLevel;
3473
3614
  * logLevel: LogLevel.SILENT,
3474
3615
  * })
3475
3616
  * ```
3476
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3617
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3477
3618
  */
3478
3619
  LogLevel["SILENT"] = "SILENT";
3479
3620
  /**
@@ -3485,7 +3626,7 @@ var LogLevel;
3485
3626
  * logLevel: LogLevel.ERROR,
3486
3627
  * })
3487
3628
  * ```
3488
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3629
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3489
3630
  */
3490
3631
  LogLevel["ERROR"] = "ERROR";
3491
3632
  /**
@@ -3497,7 +3638,7 @@ var LogLevel;
3497
3638
  * logLevel: LogLevel.WARN,
3498
3639
  * })
3499
3640
  * ```
3500
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3641
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3501
3642
  */
3502
3643
  LogLevel["WARN"] = "WARN";
3503
3644
  /**
@@ -3509,7 +3650,7 @@ var LogLevel;
3509
3650
  * logLevel: LogLevel.INFO,
3510
3651
  * })
3511
3652
  * ```
3512
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3653
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3513
3654
  */
3514
3655
  LogLevel["INFO"] = "INFO";
3515
3656
  /**
@@ -3521,7 +3662,7 @@ var LogLevel;
3521
3662
  * logLevel: LogLevel.DEBUG,
3522
3663
  * })
3523
3664
  * ```
3524
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3665
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3525
3666
  */
3526
3667
  LogLevel["DEBUG"] = "DEBUG";
3527
3668
  /**
@@ -3533,7 +3674,7 @@ var LogLevel;
3533
3674
  * logLevel: LogLevel.TRACE,
3534
3675
  * })
3535
3676
  * ```
3536
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3677
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3537
3678
  */
3538
3679
  LogLevel["TRACE"] = "TRACE";
3539
3680
  })(LogLevel = exports.LogLevel || (exports.LogLevel = {}));