@thoughtspot/visual-embed-sdk 1.35.10 → 1.35.11

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 (116) 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 +2 -0
  8. package/cjs/src/embed/liveboard.d.ts.map +1 -1
  9. package/cjs/src/embed/liveboard.js +1 -1
  10. package/cjs/src/embed/liveboard.js.map +1 -1
  11. package/cjs/src/embed/liveboard.spec.js +16 -0
  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/hostEventsTypeMapping.d.ts +2 -0
  18. package/cjs/src/hostEventsTypeMapping.d.ts.map +1 -0
  19. package/cjs/src/hostEventsTypeMapping.js +4 -0
  20. package/cjs/src/hostEventsTypeMapping.js.map +1 -0
  21. package/cjs/src/types.d.ts +253 -155
  22. package/cjs/src/types.d.ts.map +1 -1
  23. package/cjs/src/types.js +229 -131
  24. package/cjs/src/types.js.map +1 -1
  25. package/cjs/src/utils/embedApi/contracts.d.ts +101 -0
  26. package/cjs/src/utils/embedApi/contracts.d.ts.map +1 -0
  27. package/cjs/src/utils/embedApi/contracts.js +17 -0
  28. package/cjs/src/utils/embedApi/contracts.js.map +1 -0
  29. package/cjs/src/utils/embedApi/embedApiClient.d.ts +12 -0
  30. package/cjs/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
  31. package/cjs/src/utils/embedApi/embedApiClient.js +46 -0
  32. package/cjs/src/utils/embedApi/embedApiClient.js.map +1 -0
  33. package/cjs/src/utils/embedApi/processEmbedApi.d.ts +9 -0
  34. package/cjs/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
  35. package/cjs/src/utils/embedApi/processEmbedApi.js +18 -0
  36. package/cjs/src/utils/embedApi/processEmbedApi.js.map +1 -0
  37. package/dist/{index-DWOIXXJ1.js → index-BBBimG1x.js} +1 -1
  38. package/dist/index-BGnxP5NY.js +7370 -0
  39. package/dist/index-CENLvayL.js +7370 -0
  40. package/dist/index-CbltIawo.js +7370 -0
  41. package/dist/index-CoQfqaHj.js +7370 -0
  42. package/dist/index-CzwzS0P4.js +7370 -0
  43. package/dist/index-DFwi_pV_.js +7370 -0
  44. package/dist/index-DOIjN0N_.js +7370 -0
  45. package/dist/index-DYBx8SuE.js +7370 -0
  46. package/dist/index-DaLHJaLd.js +7370 -0
  47. package/dist/index-DnJX-gN2.js +7370 -0
  48. package/dist/index-IDmSUe93.js +7370 -0
  49. package/dist/index-nWevLycs.js +7370 -0
  50. package/dist/src/embed/app.d.ts +11 -2
  51. package/dist/src/embed/app.d.ts.map +1 -1
  52. package/dist/src/embed/hostEventClient/contracts.d.ts +1 -1
  53. package/dist/src/embed/liveboard.d.ts +2 -0
  54. package/dist/src/embed/liveboard.d.ts.map +1 -1
  55. package/dist/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
  56. package/dist/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
  57. package/dist/src/hostEventsTypeMapping.d.ts +2 -0
  58. package/dist/src/hostEventsTypeMapping.d.ts.map +1 -0
  59. package/dist/src/types.d.ts +253 -155
  60. package/dist/src/types.d.ts.map +1 -1
  61. package/dist/src/utils/embedApi/contracts.d.ts +101 -0
  62. package/dist/src/utils/embedApi/contracts.d.ts.map +1 -0
  63. package/dist/src/utils/embedApi/embedApiClient.d.ts +12 -0
  64. package/dist/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
  65. package/dist/src/utils/embedApi/processEmbedApi.d.ts +9 -0
  66. package/dist/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
  67. package/dist/tsembed-react.es.js +234 -136
  68. package/dist/tsembed-react.js +233 -135
  69. package/dist/tsembed.es.js +234 -136
  70. package/dist/tsembed.js +233 -135
  71. package/dist/visual-embed-sdk-react-full.d.ts +267 -158
  72. package/dist/visual-embed-sdk-react.d.ts +267 -158
  73. package/dist/visual-embed-sdk.d.ts +267 -158
  74. package/lib/package.json +1 -1
  75. package/lib/src/embed/app.d.ts +11 -2
  76. package/lib/src/embed/app.d.ts.map +1 -1
  77. package/lib/src/embed/app.js.map +1 -1
  78. package/lib/src/embed/hostEventClient/contracts.d.ts +1 -1
  79. package/lib/src/embed/hostEventClient/contracts.js +1 -1
  80. package/lib/src/embed/liveboard.d.ts +2 -0
  81. package/lib/src/embed/liveboard.d.ts.map +1 -1
  82. package/lib/src/embed/liveboard.js +1 -1
  83. package/lib/src/embed/liveboard.js.map +1 -1
  84. package/lib/src/embed/liveboard.spec.js +16 -0
  85. package/lib/src/embed/liveboard.spec.js.map +1 -1
  86. package/lib/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
  87. package/lib/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
  88. package/lib/src/embed/searchEmbed-basic-auth.spec.js +101 -0
  89. package/lib/src/embed/searchEmbed-basic-auth.spec.js.map +1 -0
  90. package/lib/src/hostEventsTypeMapping.d.ts +2 -0
  91. package/lib/src/hostEventsTypeMapping.d.ts.map +1 -0
  92. package/lib/src/hostEventsTypeMapping.js +2 -0
  93. package/lib/src/hostEventsTypeMapping.js.map +1 -0
  94. package/lib/src/types.d.ts +253 -155
  95. package/lib/src/types.d.ts.map +1 -1
  96. package/lib/src/types.js +229 -131
  97. package/lib/src/types.js.map +1 -1
  98. package/lib/src/utils/embedApi/contracts.d.ts +101 -0
  99. package/lib/src/utils/embedApi/contracts.d.ts.map +1 -0
  100. package/lib/src/utils/embedApi/contracts.js +14 -0
  101. package/lib/src/utils/embedApi/contracts.js.map +1 -0
  102. package/lib/src/utils/embedApi/embedApiClient.d.ts +12 -0
  103. package/lib/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
  104. package/lib/src/utils/embedApi/embedApiClient.js +42 -0
  105. package/lib/src/utils/embedApi/embedApiClient.js.map +1 -0
  106. package/lib/src/utils/embedApi/processEmbedApi.d.ts +9 -0
  107. package/lib/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
  108. package/lib/src/utils/embedApi/processEmbedApi.js +14 -0
  109. package/lib/src/utils/embedApi/processEmbedApi.js.map +1 -0
  110. package/lib/src/visual-embed-sdk.d.ts +267 -158
  111. package/package.json +1 -1
  112. package/src/embed/app.ts +11 -2
  113. package/src/embed/hostEventClient/contracts.ts +1 -1
  114. package/src/embed/liveboard.spec.ts +22 -1
  115. package/src/embed/liveboard.ts +3 -1
  116. package/src/types.ts +253 -161
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,7 +1285,7 @@ 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";
1288
1291
  })(EmbedEvent = exports.EmbedEvent || (exports.EmbedEvent = {}));
@@ -1431,7 +1434,7 @@ var HostEvent;
1431
1434
  * const url = embed.trigger(HostEvent.GetIframeUrl);
1432
1435
  * console.log("iFrameURL",url);
1433
1436
  * ```
1434
- * @version SDK: 1.35.0 | Thoughtspot: 10.4.0.cl
1437
+ * @version SDK: 1.35.0 | ThoughtSpot: 10.4.0.cl
1435
1438
  */
1436
1439
  HostEvent["GetIframeUrl"] = "GetIframeUrl";
1437
1440
  /**
@@ -1464,6 +1467,11 @@ var HostEvent;
1464
1467
  * attributes passed with this event are appended to the existing runtime
1465
1468
  * filters applied on a Liveboard.
1466
1469
  *
1470
+ * **Note**: `HostEvent.UpdateRuntimeFilters` is supported in `LiveboardEmbed`
1471
+ * and `AppEmbed` only. In full application embedding, this event updates
1472
+ * the runtime filters applied on the Liveboard and saved Answer objects.
1473
+ *
1474
+ *
1467
1475
  * Pass an array of runtime filters with the following attributes:
1468
1476
  *
1469
1477
  * `columnName` - _String_. The name of the column to filter on.
@@ -1474,9 +1482,12 @@ var HostEvent;
1474
1482
  * `values` - List of operands. Some operators such as EQ and LE allow a
1475
1483
  * single value, whereas BW and IN accept multiple values.
1476
1484
  *
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.
1485
+ * **Note**: Updating runtime filters resets the ThoughtSpot
1486
+ * object to its original state and applies new filter conditions.
1487
+ * Any user changes (like drilling into a visualization)
1488
+ * will be cleared, restoring the original visualization
1489
+ * with the updated filters.
1490
+ *
1480
1491
  * @param - {@link RuntimeFilter}[] an array of {@link RuntimeFilter} Types.
1481
1492
  * @example
1482
1493
  * ```js
@@ -1491,7 +1502,7 @@ var HostEvent;
1491
1502
  HostEvent["UpdateRuntimeFilters"] = "UpdateRuntimeFilters";
1492
1503
  /**
1493
1504
  * Navigate to a specific page in the embedded ThoughtSpot application.
1494
- * This is the same as calling `appEmbed.navigateToPage(path, true)`
1505
+ * This is the same as calling `appEmbed.navigateToPage(path, true)`.
1495
1506
  * @param - `path` - the path to navigate to to go forward or back. The path value can
1496
1507
  * be a number; for example, `1`, `-1`.
1497
1508
  * @example
@@ -1786,7 +1797,9 @@ var HostEvent;
1786
1797
  */
1787
1798
  HostEvent["GetTML"] = "getTML";
1788
1799
  /**
1789
- * Trigger the **Show underlying data** action on visualization or search
1800
+ * Trigger the **Show underlying data** action on a
1801
+ * chart or table.
1802
+ *
1790
1803
  * @param - an object with vizId as a key
1791
1804
  * @example
1792
1805
  * ```js
@@ -1820,8 +1833,8 @@ var HostEvent;
1820
1833
  */
1821
1834
  HostEvent["Delete"] = "onDeleteAnswer";
1822
1835
  /**
1823
- * Trigger the **SpotIQ analyze** action on visualization
1824
- * or search.
1836
+ * Trigger the **SpotIQ analyze** action on a
1837
+ * chart or table.
1825
1838
  * @param - Liveboard embed takes `vizId` as a
1826
1839
  * key. Can be left undefined when embedding Search or
1827
1840
  * visualization.
@@ -2094,7 +2107,7 @@ var HostEvent;
2094
2107
  * '430496d6-6903-4601-937e-2c691821af3c',
2095
2108
  * 'f547ec54-2a37-4516-a222-2b06719af726'])
2096
2109
  * ```
2097
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
2110
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
2098
2111
  */
2099
2112
  HostEvent["SetVisibleTabs"] = "SetPinboardVisibleTabs";
2100
2113
  /**
@@ -2107,7 +2120,7 @@ var HostEvent;
2107
2120
  * '630496d6-6903-4601-937e-2c691821af3c',
2108
2121
  * 'i547ec54-2a37-4516-a222-2b06719af726'])
2109
2122
  * ```
2110
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
2123
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
2111
2124
  */
2112
2125
  HostEvent["SetHiddenTabs"] = "SetPinboardHiddenTabs";
2113
2126
  /**
@@ -2121,7 +2134,7 @@ var HostEvent;
2121
2134
  * executeSearch: true,
2122
2135
  * })
2123
2136
  * ```
2124
- * @version SDK: 1.26.0 | Thoughtspot: 9.8.0.cl, 9.8.0.sw
2137
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
2125
2138
  */
2126
2139
  HostEvent["UpdateSageQuery"] = "updateSageQuery";
2127
2140
  /**
@@ -2138,21 +2151,22 @@ var HostEvent;
2138
2151
  * ```js
2139
2152
  * const {session} = await embed.trigger( HostEvent.GetAnswerSession )
2140
2153
  * ```
2141
- * @version SDK: 1.26.0 | Thoughtspot: 9.10.0.cl
2154
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
2142
2155
  */
2143
2156
  HostEvent["GetAnswerSession"] = "getAnswerSession";
2144
2157
  /**
2145
- * Trigger Ask Sage for viz
2158
+ * Trigger the *Ask Sage* action for visualizations
2146
2159
  * @example
2147
2160
  * ```js
2148
2161
  * liveboardEmbed.trigger(HostEvent.AskSage,
2149
2162
  * {vizId:'730496d6-6903-4601-937e-2c691821af3c'})
2150
2163
  * ```
2151
- * @version SDK: 1.29.0 | Thoughtspot: 9.12.0.cl
2164
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
2152
2165
  */
2153
2166
  HostEvent["AskSage"] = "AskSage";
2154
2167
  /**
2155
- * Trigger cross filter update action on a Liveboard
2168
+ * Trigger cross filter update action on a Liveboard.
2169
+ *
2156
2170
  * @example
2157
2171
  * ```js
2158
2172
  * liveboardEmbed.trigger(HostEvent.UpdateCrossFilter, {
@@ -2163,7 +2177,7 @@ var HostEvent;
2163
2177
  * ],
2164
2178
  * });
2165
2179
  * ```
2166
- * @version SDK: 1.29.0 | Thoughtspot: 10.0.0.cl
2180
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.0.0.cl, 10.1.0.sw
2167
2181
  */
2168
2182
  HostEvent["UpdateCrossFilter"] = "UpdateCrossFilter";
2169
2183
  /**
@@ -2172,11 +2186,13 @@ var HostEvent;
2172
2186
  * ```js
2173
2187
  * liveboardEmbed.trigger(HostEvent.ResetLiveboardPersonalisedView);
2174
2188
  * ```
2175
- * @version SDK: 1.29.0 | Thoughtspot: 10.1.0.cl
2189
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.1.0.cl, 10.1.0.sw
2176
2190
  */
2177
2191
  HostEvent["ResetLiveboardPersonalisedView"] = "ResetLiveboardPersonalisedView";
2178
2192
  /**
2179
- * Triggers an event to Update Parameter values for Answers and Liveboard
2193
+ * Triggers an action to update Parameter values on embedded
2194
+ * Answers and Liveboard.
2195
+ *
2180
2196
  * @example
2181
2197
  * ```js
2182
2198
  * liveboardEmbed.trigger(HostEvent.UpdateParameters, [{
@@ -2184,30 +2200,30 @@ var HostEvent;
2184
2200
  * value: "almond"
2185
2201
  * }])
2186
2202
  *
2187
- * @version SDK: 1.29.0 | Thoughtspot: 10.1.0.cl
2203
+ * @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
2188
2204
  */
2189
2205
  HostEvent["UpdateParameters"] = "UpdateParameters";
2190
2206
  /**
2191
- * Triggers GetParameters to fetch the runtime parameters
2207
+ * Triggers GetParameters to fetch the runtime Parameters.
2192
2208
  * ```js
2193
2209
  * liveboardEmbed.trigger(HostEvent.GetParameters).then((parameter) => {
2194
2210
  * console.log('parameters', parameter);
2195
2211
  * });
2196
2212
  *```
2197
- * @version SDK: 1.29.0 | Thoughtspot: 10.1.0.cl
2213
+ * @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
2198
2214
  */
2199
2215
  HostEvent["GetParameters"] = "GetParameters";
2200
2216
  /**
2201
- * Triggers an event to update a persoanlised view of a Liveboard
2217
+ * Triggers an event to update a personalized view of a Liveboard.
2202
2218
  * ```js
2203
2219
  * liveboardEmbed.trigger(HostEvent.UpdatePersonalisedView, {viewId: '1234'})
2204
2220
  * ```
2205
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
2221
+ * @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
2206
2222
  */
2207
2223
  HostEvent["UpdatePersonalisedView"] = "UpdatePersonalisedView";
2208
2224
  /**
2209
- * Triggers the action to get the current view of the liveboard
2210
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
2225
+ * Triggers the action to get the current view of the Liveboard.
2226
+ * @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
2211
2227
  */
2212
2228
  HostEvent["SaveAnswer"] = "saveAnswer";
2213
2229
  /**
@@ -2434,7 +2450,8 @@ var Action;
2434
2450
  Action["ResetLayout"] = "resetLayout";
2435
2451
  /**
2436
2452
  * The **Schedule** menu action on a Liveboard.
2437
- * Allows scheduling a Liveboard notification.
2453
+ * Allows scheduling a Liveboard job, for example,
2454
+ * sending periodic notifications.
2438
2455
  * @example
2439
2456
  * ```js
2440
2457
  * disabledActions: [Action.Schedule]
@@ -2476,7 +2493,7 @@ var Action;
2476
2493
  * ```js
2477
2494
  * disabledActions: [Action.AddDataPanelObjects]
2478
2495
  * ```
2479
- * @version SDK: 1.32.0 | Thoughtspot: 10.0.0.cl
2496
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
2480
2497
  */
2481
2498
  Action["AddDataPanelObjects"] = "addDataPanelObjects";
2482
2499
  /**
@@ -2489,7 +2506,28 @@ var Action;
2489
2506
  * ```
2490
2507
  */
2491
2508
  Action["ConfigureFilter"] = "configureFilter";
2509
+ /**
2510
+ * The **Collapse data sources** icon on the Search page.
2511
+ * Collapses the panel showing data sources.
2512
+ *
2513
+ * @example
2514
+ * ```js
2515
+ * disabledActions: [Action.CollapseDataPanel]
2516
+ * ```
2517
+ * @version: SDK: 1.1.0 | ThoughtSpot Cloud: ts7.may.cl, 8.4.1.sw
2518
+ */
2492
2519
  Action["CollapseDataSources"] = "collapseDataSources";
2520
+ /**
2521
+ * The **Collapse data panel** icon on the Search page.
2522
+ * Collapses the data panel view.
2523
+ *
2524
+ * @version: SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl, 10.7.0.sw
2525
+ *
2526
+ * @example
2527
+ * ```js
2528
+ * disabledActions: [Action.CollapseDataPanel]
2529
+ * ```
2530
+ */
2493
2531
  Action["CollapseDataPanel"] = "collapseDataPanel";
2494
2532
  /**
2495
2533
  * The **Choose sources** button on Search page.
@@ -2525,7 +2563,7 @@ var Action;
2525
2563
  * ```js
2526
2564
  * disabledActions: [Action.AddColumnSet]
2527
2565
  * ```
2528
- * @version SDK: 1.32.0 | Thoughtspot: 10.0.0.cl
2566
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
2529
2567
  */
2530
2568
  Action["AddColumnSet"] = "addSimpleCohort";
2531
2569
  /**
@@ -2535,7 +2573,7 @@ var Action;
2535
2573
  * ```js
2536
2574
  * disabledActions: [Action.AddQuerySet]
2537
2575
  * ```
2538
- * @version SDK: 1.32.0 | Thoughtspot: 10.0.0.cl
2576
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
2539
2577
  */
2540
2578
  Action["AddQuerySet"] = "addAdvancedCohort";
2541
2579
  /**
@@ -2567,6 +2605,8 @@ var Action;
2567
2605
  /**
2568
2606
  * The **Show underlying data** menu action on a visualization or
2569
2607
  * Answer page.
2608
+ * Displays detailed information and raw data
2609
+ * for a given visualization.
2570
2610
  * @example
2571
2611
  * ```js
2572
2612
  * disabledActions: [Action.ShowUnderlyingData]
@@ -2768,6 +2808,7 @@ var Action;
2768
2808
  Action["AnalysisInfo"] = "analysisInfo";
2769
2809
  /**
2770
2810
  * The **Schedule** menu action on a Liveboard.
2811
+ * Allows scheduling a Liveboard job.
2771
2812
  * @example
2772
2813
  * ```js
2773
2814
  * disabledActions: [Action.Subscription]
@@ -2837,8 +2878,13 @@ var Action;
2837
2878
  */
2838
2879
  Action["RequestAccess"] = "requestAccess";
2839
2880
  /**
2840
- * The **Query visualizer** and **Query SQL** buttons in Query details panel
2841
- * of the Answer page
2881
+ * The **Query visualizer** and **Query SQL** buttons in
2882
+ * Query details panel of the Answer page.
2883
+ *
2884
+ * **Query visualizer** - Displays the tables
2885
+ * and filters used in a search query.
2886
+ * **Query SQL** - Displays the SQL statements used
2887
+ * in a search query to fetch data.
2842
2888
  * @example
2843
2889
  * ```js
2844
2890
  * disabledActions: [Action.QueryDetailsButtons]
@@ -2856,7 +2902,10 @@ var Action;
2856
2902
  */
2857
2903
  Action["AnswerDelete"] = "onDeleteAnswer";
2858
2904
  /**
2859
- * The Chart switcher icon on Answer and visualization pages.
2905
+ * The chart switcher icon on Answer page and
2906
+ * visualizations in edit mode.
2907
+ * Allows switching to the table or chart mode
2908
+ * when editing a visualization.
2860
2909
  * @example
2861
2910
  * ```js
2862
2911
  * disabledActions: [Action.AnswerChartSwitcher]
@@ -2865,7 +2914,10 @@ var Action;
2865
2914
  */
2866
2915
  Action["AnswerChartSwitcher"] = "answerChartSwitcher";
2867
2916
  /**
2868
- * Favorites icon (*) on Answers, Liveboard, and Data pages
2917
+ * The Favorites icon (*) for Answers,
2918
+ * Liveboard, and data objects like Worksheet, Model,
2919
+ * Tables and Views.
2920
+ * Allows adding an object to the user’s favorites list.
2869
2921
  * @example
2870
2922
  * ```js
2871
2923
  * disabledActions: [Action.AddToFavorites]
@@ -2883,7 +2935,9 @@ var Action;
2883
2935
  */
2884
2936
  Action["EditDetails"] = "editDetails";
2885
2937
  /**
2886
- * The Create alert action on KPI charts.
2938
+ * The *Create alert* action for KPI charts.
2939
+ * Allows users to schedule threshold-based alerts
2940
+ * for KPI charts.
2887
2941
  * @example
2888
2942
  * ```js
2889
2943
  * disabledActions: [Action.CreateMonitor]
@@ -2939,7 +2993,7 @@ var Action;
2939
2993
  * ```js
2940
2994
  * disabledActions: [Action.CrossFilter]
2941
2995
  * ```
2942
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
2996
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.8.0.sw
2943
2997
  */
2944
2998
  Action["CrossFilter"] = "context-menu-item-cross-filter";
2945
2999
  /**
@@ -2949,7 +3003,7 @@ var Action;
2949
3003
  * ```js
2950
3004
  * disabledActions: [Action.SyncToSlack]
2951
3005
  * ```
2952
- * @version @version SDK : 1.32.0 | Thoughtspot: 10.1.0.cl
3006
+ * @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
2953
3007
  */
2954
3008
  Action["SyncToSlack"] = "syncToSlack";
2955
3009
  /**
@@ -2959,7 +3013,7 @@ var Action;
2959
3013
  * ```js
2960
3014
  * disabledActions: [Action.SyncToTeams]
2961
3015
  * ```
2962
- * @version @version SDK : 1.32.0 | Thoughtspot: 10.1.0.cl
3016
+ * @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
2963
3017
  */
2964
3018
  Action["SyncToTeams"] = "syncToTeams";
2965
3019
  /**
@@ -2970,7 +3024,7 @@ var Action;
2970
3024
  * ```js
2971
3025
  * disabledActions: [Action.RemoveCrossFilter]
2972
3026
  * ```
2973
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3027
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
2974
3028
  */
2975
3029
  Action["RemoveCrossFilter"] = "context-menu-item-remove-cross-filter";
2976
3030
  /**
@@ -2981,7 +3035,7 @@ var Action;
2981
3035
  * ```js
2982
3036
  * disabledActions: [Action.AxisMenuAggregate]
2983
3037
  * ```
2984
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3038
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
2985
3039
  */
2986
3040
  Action["AxisMenuAggregate"] = "axisMenuAggregate";
2987
3041
  /**
@@ -2992,17 +3046,19 @@ var Action;
2992
3046
  * ```js
2993
3047
  * disabledActions: [Action.AxisMenuTimeBucket]
2994
3048
  * ```
2995
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3049
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
2996
3050
  */
2997
3051
  Action["AxisMenuTimeBucket"] = "axisMenuTimeBucket";
2998
3052
  /**
2999
3053
  * The **Filter** action in the chart axis or table column
3000
3054
  * customization menu.
3055
+ * Allows adding, editing, or removing filters.
3056
+ *
3001
3057
  * @example
3002
3058
  * ```js
3003
3059
  * disabledActions: [Action.AxisMenuFilter]
3004
3060
  * ```
3005
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3061
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3006
3062
  */
3007
3063
  Action["AxisMenuFilter"] = "axisMenuFilter";
3008
3064
  /**
@@ -3013,7 +3069,7 @@ var Action;
3013
3069
  * ```js
3014
3070
  * disabledActions: [Action.AxisMenuConditionalFormat]
3015
3071
  * ```
3016
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3072
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3017
3073
  */
3018
3074
  Action["AxisMenuConditionalFormat"] = "axisMenuConditionalFormat";
3019
3075
  /**
@@ -3024,7 +3080,7 @@ var Action;
3024
3080
  * ```js
3025
3081
  * disabledActions: [Action.AxisMenuConditionalFormat]
3026
3082
  * ```
3027
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3083
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3028
3084
  */
3029
3085
  Action["AxisMenuSort"] = "axisMenuSort";
3030
3086
  /**
@@ -3036,7 +3092,7 @@ var Action;
3036
3092
  * ```js
3037
3093
  * disabledActions: [Action.AxisMenuGroup]
3038
3094
  * ```
3039
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3095
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3040
3096
  */
3041
3097
  Action["AxisMenuGroup"] = "axisMenuGroup";
3042
3098
  /**
@@ -3047,7 +3103,7 @@ var Action;
3047
3103
  * ```js
3048
3104
  * disabledActions: [Action.AxisMenuPosition]
3049
3105
  * ```
3050
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3106
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3051
3107
  */
3052
3108
  Action["AxisMenuPosition"] = "axisMenuPosition";
3053
3109
  /**
@@ -3057,7 +3113,7 @@ var Action;
3057
3113
  * ```js
3058
3114
  * disabledActions: [Action.AxisMenuRename]
3059
3115
  * ```
3060
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3116
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3061
3117
  */
3062
3118
  Action["AxisMenuRename"] = "axisMenuRename";
3063
3119
  /**
@@ -3068,7 +3124,7 @@ var Action;
3068
3124
  * ```js
3069
3125
  * disabledActions: [Action.AxisMenuEdit]
3070
3126
  * ```
3071
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3127
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3072
3128
  */
3073
3129
  Action["AxisMenuEdit"] = "axisMenuEdit";
3074
3130
  /**
@@ -3078,7 +3134,7 @@ var Action;
3078
3134
  * ```js
3079
3135
  * disabledActions: [Action.AxisMenuNumberFormat]
3080
3136
  * ```
3081
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3137
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3082
3138
  */
3083
3139
  Action["AxisMenuNumberFormat"] = "axisMenuNumberFormat";
3084
3140
  /**
@@ -3088,7 +3144,7 @@ var Action;
3088
3144
  * ```js
3089
3145
  * disabledActions: [Action.AxisMenuTextWrapping]
3090
3146
  * ```
3091
- * @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
3092
3148
  */
3093
3149
  Action["AxisMenuTextWrapping"] = "axisMenuTextWrapping";
3094
3150
  /**
@@ -3100,7 +3156,7 @@ var Action;
3100
3156
  * ```js
3101
3157
  * disabledActions: [Action.AxisMenuRemove]
3102
3158
  * ```
3103
- * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
3159
+ * @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
3104
3160
  */
3105
3161
  Action["AxisMenuRemove"] = "axisMenuRemove";
3106
3162
  /**
@@ -3114,26 +3170,27 @@ var Action;
3114
3170
  * ```js
3115
3171
  * disabledActions: [Action.RenameModalTitleDescription]
3116
3172
  * ```
3117
- * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
3173
+ * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl, 9.8.0.sw
3118
3174
  */
3119
3175
  Action["RenameModalTitleDescription"] = "renameModalTitleDescription";
3120
3176
  /**
3121
- *
3177
+ * The *Request verification* action on a Liveboard.
3178
+ * Initiates a request for Liveboard verification.
3122
3179
  * @example
3123
3180
  * ```js
3124
3181
  * disabledActions: [Action.RequestVerification]
3125
3182
  * ```
3126
- * @version SDK: 1.25.0 | Thoughtspot: 9.6.0.cl
3183
+ * @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
3127
3184
  */
3128
3185
  Action["RequestVerification"] = "requestVerification";
3129
3186
  /**
3130
3187
  *
3131
- *Allows users to mark a Liveboard as verified.
3188
+ * Allows users to mark a Liveboard as verified.
3132
3189
  * @example
3133
3190
  * ```js
3134
3191
  * disabledActions: [Action.MarkAsVerified]
3135
3192
  * ```
3136
- * @version SDK: 1.25.0 | Thoughtspot: 9.6.0.cl
3193
+ * @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
3137
3194
  */
3138
3195
  Action["MarkAsVerified"] = "markAsVerified";
3139
3196
  /**
@@ -3143,7 +3200,7 @@ var Action;
3143
3200
  * ```js
3144
3201
  * disabledActions: [Action.AddTab]
3145
3202
  * ```
3146
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3203
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
3147
3204
  */
3148
3205
  Action["AddTab"] = "addTab";
3149
3206
  /**
@@ -3153,35 +3210,42 @@ var Action;
3153
3210
  * ```js
3154
3211
  * disabledActions: [Action.EnableContextualChangeAnalysis]
3155
3212
  * ```
3156
- * @version SDK: 1.25.0 | Thoughtspot: 9.6.0.cl
3213
+ * @version SDK: 1.25.0 | ThoughtSpot Cloud: 9.6.0.cl
3157
3214
  */
3158
3215
  Action["EnableContextualChangeAnalysis"] = "enableContextualChangeAnalysis";
3159
3216
  /**
3217
+ * Action ID to hide or disable Natural Language Search query.
3160
3218
  *
3161
3219
  * @example
3162
3220
  * ```js
3163
3221
  * disabledActions: [Action.ShowSageQuery]
3164
3222
  * ```
3165
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3223
+ * @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
3166
3224
  */
3167
3225
  Action["ShowSageQuery"] = "showSageQuery";
3168
3226
  /**
3227
+ *
3228
+ * Action ID to hide or disable the edit option for the
3229
+ * results generated from the
3230
+ * Natural Language Search query.
3169
3231
  *
3170
3232
  * @example
3171
3233
  * ```js
3172
3234
  * disabledActions: [Action.EditSageAnswer]
3173
3235
  * ```
3174
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3236
+ * @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
3175
3237
  */
3176
3238
  Action["EditSageAnswer"] = "editSageAnswer";
3177
3239
  /**
3240
+ * The feedback widget for AI-generated Answers.
3241
+ * Allows users to send feedback on the Answers generated
3242
+ * from a Natural Language Search query.
3178
3243
  *
3179
- *This action allows users to send feedback on AI-generated Answers.
3180
3244
  * @example
3181
3245
  * ```js
3182
3246
  * disabledActions: [Action.SageAnswerFeedback]
3183
3247
  * ```
3184
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3248
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
3185
3249
  */
3186
3250
  Action["SageAnswerFeedback"] = "sageAnswerFeedback";
3187
3251
  /**
@@ -3190,7 +3254,7 @@ var Action;
3190
3254
  * ```js
3191
3255
  * disabledActions: [Action.ModifySageAnswer]
3192
3256
  * ```
3193
- * @version SDK: 1.26.0 | Thoughtspot: 9.7.0.cl
3257
+ * @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
3194
3258
  */
3195
3259
  Action["ModifySageAnswer"] = "modifySageAnswer";
3196
3260
  /**
@@ -3203,7 +3267,10 @@ var Action;
3203
3267
  */
3204
3268
  Action["MoveToTab"] = "onContainerMove";
3205
3269
  /**
3206
- * The **Manage Alertsb** menu action on KPI visualizations.
3270
+ * The **Manage Alerts** menu action on KPI visualizations.
3271
+ * Allows creating, viewing, and editing monitor
3272
+ * alerts for a KPI chart.
3273
+ *
3207
3274
  * @example
3208
3275
  * ```js
3209
3276
  * disabledActions: [Action.ManageMonitor]
@@ -3211,21 +3278,23 @@ var Action;
3211
3278
  */
3212
3279
  Action["ManageMonitor"] = "manageMonitor";
3213
3280
  /**
3214
- * Action ID for Liveboard Personalised Views dropdown
3281
+ * The Liveboard Personalised Views dropdown.
3282
+ * Allows navigating to a personalized Liveboard View.
3215
3283
  * @example
3216
3284
  * ```js
3217
3285
  * disabledActions: [Action.PersonalisedViewsDropdown]
3218
3286
  * ```
3219
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
3287
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
3220
3288
  */
3221
3289
  Action["PersonalisedViewsDropdown"] = "personalisedViewsDropdown";
3222
3290
  /**
3223
- * Action ID for Liveboard Users ( Recently Visited / social proof )
3291
+ * Action ID for show or hide the user details on a
3292
+ * Liveboard (Recently visited / social proof)
3224
3293
  * @example
3225
3294
  * ```js
3226
3295
  * disabledActions: [Action.LiveboardUsers]
3227
3296
  * ```
3228
- * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
3297
+ * @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
3229
3298
  */
3230
3299
  Action["LiveboardUsers"] = "liveboardUsers";
3231
3300
  /**
@@ -3243,108 +3312,124 @@ var Action;
3243
3312
  * hiddenAction: [Action.TML] // hide all TML actions
3244
3313
  * disabledActions: [Action.TML] // to disable all TML actions
3245
3314
  * ```
3246
- * @version SDK : 1.28.3 | Thoughtspot: 9.12.0.cl
3315
+ * @version SDK : 1.28.3 | ThoughtSpot: 9.12.0.cl, 10.1.0.sw
3247
3316
  */
3248
3317
  Action["TML"] = "tml";
3249
3318
  /**
3250
- * Action ID for the create Liveboard option on the Liveboard list page
3251
- * and Pin modal
3319
+ * The **Create Liveboard* action on
3320
+ * the Liveboards page and the Pin modal.
3321
+ * Allows users to create a Liveboard.
3322
+ *
3252
3323
  * @example
3253
3324
  * ```js
3254
3325
  * hiddenAction: [Action.CreateLiveboard]
3255
3326
  * disabledActions: [Action.CreateLiveboard]
3256
3327
  * ```
3257
- * @version SDK: 1.32.0 | Thoughtspot: 10.1.0.cl
3328
+ * @version SDK: 1.32.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
3258
3329
  */
3259
3330
  Action["CreateLiveboard"] = "createLiveboard";
3260
3331
  /**
3261
- * Action ID for to hide Verified Liveboard Banner
3332
+ * Action ID for to hide or disable the
3333
+ * Verified Liveboard banner.
3262
3334
  * @example
3263
3335
  * ```js
3264
3336
  * hiddenAction: [Action.VerifiedLiveboard]
3265
3337
  * ```
3266
- * @version SDK: 1.29.0 | Thoughtspot: 9.10.0.cl
3338
+ * @version SDK: 1.29.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
3267
3339
  */
3268
3340
  Action["VerifiedLiveboard"] = "verifiedLiveboard";
3269
3341
  /**
3270
- * Action ID for ask sage button
3342
+ * The *Ask Sage* action for Answers and visualizations.
3343
+ * Allows initiating a Natural Language Search query.
3344
+ *
3271
3345
  * @example
3272
3346
  * ```js
3273
3347
  * hiddenAction: [Action.AskAi]
3274
3348
  * ```
3275
- * @version SDK: 1.29.0 | Thoughtspot: 9.12.0.cl
3349
+ * @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
3276
3350
  */
3277
3351
  Action["AskAi"] = "AskAi";
3278
3352
  /**
3279
3353
  * The **Add KPI to Watchlist** action on Home page watchlist.
3354
+ * Adds a KPI chart to the watchlist on the Home page.
3280
3355
  * @example
3281
3356
  * ```js
3282
3357
  * disabledActions: [Action.AddToWatchlist]
3283
3358
  * ```
3284
- * @version SDK : 1.27.9 | Thoughtspot: 9.12.5.cl
3359
+ * @version SDK : 1.27.9 | ThoughtSpot Cloud: 9.12.5.cl
3285
3360
  */
3286
3361
  Action["AddToWatchlist"] = "addToWatchlist";
3287
3362
  /**
3288
3363
  * The **Remove from watchlist** menu action on KPI watchlist.
3364
+ * Removes a KPI chart from the watchlist on the Home page.
3289
3365
  * @example
3290
3366
  * ```js
3291
3367
  * disabledActions: [Action.RemoveFromWatchlist]
3292
3368
  * ```
3293
- * @version SDK : 1.27.9 | Thoughtspot: 9.12.5.cl
3369
+ * @version SDK : 1.27.9 | ThoughtSpot: 9.12.5.cl
3294
3370
  */
3295
3371
  Action["RemoveFromWatchlist"] = "removeFromWatchlist";
3296
3372
  /**
3297
- * The **Organise Favourites** action on Homepage Favourite Module.
3373
+ * The **Organize Favourites** action on Homepage
3374
+ * *Favorites* module.
3375
+ *
3298
3376
  * @example
3299
3377
  * ```js
3300
3378
  * disabledActions: [Action.OrganiseFavourites]
3301
3379
  * ```
3302
- * @version SDK : 1.32.0 | Thoughtspot: 10.0.0.cl
3380
+ * @version SDK : 1.32.0 | ThoughtSpot: 10.0.0.cl
3303
3381
  */
3304
3382
  Action["OrganiseFavourites"] = "organiseFavourites";
3305
3383
  /**
3306
- * Action ID for AI Highlights button
3384
+ * The **AI Highlights** action on a Liveboard.
3385
+ *
3307
3386
  * @example
3308
3387
  * ```js
3309
3388
  * hiddenAction: [Action.AIHighlights]
3310
3389
  * ```
3311
- * @version SDK: 1.27.10 | Thoughtspot: 9.12.5.cl
3390
+ * @version SDK: 1.27.10 | ThoughtSpot Cloud: 9.12.5.cl
3312
3391
  */
3313
3392
  Action["AIHighlights"] = "AIHighlights";
3314
3393
  /**
3315
- * Action ID for edit the schedule action on schedule on homepage
3394
+ * The *Edit* action on the *Liveboard Schedules* page
3395
+ * (new Homepage experience).
3396
+ * Allows editing Liveboard schedules.
3397
+ *
3316
3398
  * @example
3317
3399
  * ```js
3318
3400
  * disabledActions: [Action.EditScheduleHomepage]
3319
3401
  * ```
3320
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3402
+ * @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3321
3403
  */
3322
3404
  Action["EditScheduleHomepage"] = "editScheduleHomepage";
3323
3405
  /**
3324
- * Action ID for pause schedule action on schedule on homepage
3406
+ * The *Pause* action on the *Liveboard Schedules* page
3407
+ * Pauses a scheduled Liveboard job.
3325
3408
  * @example
3326
3409
  * ```js
3327
3410
  * disabledActions: [Action.PauseScheduleHomepage]
3328
3411
  * ```
3329
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3412
+ * @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3330
3413
  */
3331
3414
  Action["PauseScheduleHomepage"] = "pauseScheduleHomepage";
3332
3415
  /**
3333
- * Action ID for view schedule run action on schedule on homepage
3416
+ * The **View run history** action **Liveboard Schedules** page.
3417
+ * Allows viewing schedule run history.
3334
3418
  * @example
3335
3419
  * ```js
3336
3420
  * disabledActions: [Action.ViewScheduleRunHomepage]
3337
3421
  * ```
3338
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3422
+ * @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
3339
3423
  */
3340
3424
  Action["ViewScheduleRunHomepage"] = "viewScheduleRunHomepage";
3341
3425
  /**
3342
- * Action ID for unsubscribe schedule action on schedule on homepage
3426
+ * Action ID to hide or disable the
3427
+ * unsubscribe option for Liveboard schedules.
3343
3428
  * @example
3344
3429
  * ```js
3345
3430
  * disabledActions: [Action.UnsubscribeScheduleHomepage]
3346
3431
  * ```
3347
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3432
+ * @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
3348
3433
  */
3349
3434
  Action["UnsubscribeScheduleHomepage"] = "unsubscribeScheduleHomepage";
3350
3435
  /**
@@ -3353,16 +3438,17 @@ var Action;
3353
3438
  * ```js
3354
3439
  * disabledActions: [Action.ManageTags]
3355
3440
  * ```
3356
- * @version SDK : 1.34.0 | Thoughtspot: 10.3.0.cl
3441
+ * @version SDK : 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3357
3442
  */
3358
3443
  Action["ManageTags"] = "manageTags";
3359
3444
  /**
3360
- * Action ID for delete schedule action on schedule on homepage
3445
+ * The **Delete** action on the **Liveboard Schedules* page.
3446
+ * Deletes a Liveboard schedule.
3361
3447
  * @example
3362
3448
  * ```js
3363
3449
  * disabledActions: [Action.DeleteScheduleHomepage]
3364
3450
  * ```
3365
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3451
+ * @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
3366
3452
  */
3367
3453
  Action["DeleteScheduleHomepage"] = "deleteScheduleHomepage";
3368
3454
  /**
@@ -3371,7 +3457,7 @@ var Action;
3371
3457
  * ```js
3372
3458
  * disabledActions: [Action.KPIAnalysisCTA]
3373
3459
  * ```
3374
- * @version SDK: 1.34.0 | Thoughtspot: 10.3.0.cl
3460
+ * @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
3375
3461
  */
3376
3462
  Action["KPIAnalysisCTA"] = "kpiAnalysisCTA";
3377
3463
  /**
@@ -3380,61 +3466,73 @@ var Action;
3380
3466
  * ```js
3381
3467
  * const disabledActions = [Action.DisableChipReorder]
3382
3468
  * ```
3383
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3469
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3384
3470
  */
3385
3471
  Action["DisableChipReorder"] = "disableChipReorder";
3386
3472
  /**
3387
- * Action ID for Hide Irrelevant filters button
3473
+ * Action ID to show, hide, or disable filters
3474
+ * in a Liveboard tab.
3475
+ *
3388
3476
  * @example
3389
3477
  * ```js
3390
3478
  * hiddenAction: [Action.ChangeFilterVisibilityInTab]
3391
3479
  * ```
3392
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3480
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3393
3481
  */
3394
3482
  Action["ChangeFilterVisibilityInTab"] = "changeFilterVisibilityInTab";
3395
3483
  /**
3396
- * Action ID for hide/disable Preview data button in spotter
3484
+ * The **Preview data** button on the Spotter interface.
3485
+ * Allows previewing the data used for Spotter queries.
3486
+ *
3397
3487
  * @example
3398
3488
  * ```js
3399
3489
  * hiddenAction: [Action.PreviewDataSpotter]
3400
3490
  * ```
3401
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3491
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3402
3492
  */
3403
3493
  Action["PreviewDataSpotter"] = "previewDataSpotter";
3404
3494
  /**
3405
- * Action ID for hide/disable reset button in spotter
3495
+ * The **Reset** link on the Spotter interface.
3496
+ * Resets the conversation with Spotter.
3497
+ *
3406
3498
  * @example
3407
3499
  * ```js
3408
3500
  * hiddenAction: [Action.ResetSpotterChat]
3409
3501
  * ```
3410
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3502
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3411
3503
  */
3412
3504
  Action["ResetSpotterChat"] = "resetSpotterChat";
3413
3505
  /**
3414
- * Action ID for hide/disable feedback in spotter
3506
+ * Action ID for hide or disable the
3507
+ * Spotter feedback widget.
3508
+ *
3415
3509
  * @example
3416
3510
  * ```js
3417
3511
  * hiddenAction: [Action.SpotterFeedback]
3418
3512
  * ```
3419
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3513
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3420
3514
  */
3421
3515
  Action["SpotterFeedback"] = "spotterFeedback";
3422
3516
  /**
3423
- * Action ID for hide/disable editing previous prompt in spotter
3517
+ * Action ID for hide or disable
3518
+ * the previous prompt edit option in Spotter.
3519
+ *
3424
3520
  * @example
3425
3521
  * ```js
3426
3522
  * hiddenAction: [Action.EditPreviousPrompt]
3427
3523
  * ```
3428
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3524
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3429
3525
  */
3430
3526
  Action["EditPreviousPrompt"] = "editPreviousPrompt";
3431
3527
  /**
3432
- * Action ID for hide/disable deleting previous prompt in spotter
3528
+ * Action ID for hide or disable
3529
+ * the previous prompt deletion option in Spotter.
3530
+ *
3433
3531
  * @example
3434
3532
  * ```js
3435
3533
  * hiddenAction: [Action.DeletePreviousPrompt]
3436
3534
  * ```
3437
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3535
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3438
3536
  */
3439
3537
  Action["DeletePreviousPrompt"] = "deletePreviousPrompt";
3440
3538
  /**
@@ -3443,7 +3541,7 @@ var Action;
3443
3541
  * ```js
3444
3542
  * hiddenAction: [Action.EditTokens]
3445
3543
  * ```
3446
- * @version SDK: 1.36.0 | Thoughtspot: 10.6.0.cl
3544
+ * @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
3447
3545
  */
3448
3546
  Action["EditTokens"] = "editTokens";
3449
3547
  })(Action = exports.Action || (exports.Action = {}));
@@ -3473,7 +3571,7 @@ var LogLevel;
3473
3571
  * logLevel: LogLevel.SILENT,
3474
3572
  * })
3475
3573
  * ```
3476
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3574
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3477
3575
  */
3478
3576
  LogLevel["SILENT"] = "SILENT";
3479
3577
  /**
@@ -3485,7 +3583,7 @@ var LogLevel;
3485
3583
  * logLevel: LogLevel.ERROR,
3486
3584
  * })
3487
3585
  * ```
3488
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3586
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3489
3587
  */
3490
3588
  LogLevel["ERROR"] = "ERROR";
3491
3589
  /**
@@ -3497,7 +3595,7 @@ var LogLevel;
3497
3595
  * logLevel: LogLevel.WARN,
3498
3596
  * })
3499
3597
  * ```
3500
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3598
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3501
3599
  */
3502
3600
  LogLevel["WARN"] = "WARN";
3503
3601
  /**
@@ -3509,7 +3607,7 @@ var LogLevel;
3509
3607
  * logLevel: LogLevel.INFO,
3510
3608
  * })
3511
3609
  * ```
3512
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3610
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3513
3611
  */
3514
3612
  LogLevel["INFO"] = "INFO";
3515
3613
  /**
@@ -3521,7 +3619,7 @@ var LogLevel;
3521
3619
  * logLevel: LogLevel.DEBUG,
3522
3620
  * })
3523
3621
  * ```
3524
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3622
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3525
3623
  */
3526
3624
  LogLevel["DEBUG"] = "DEBUG";
3527
3625
  /**
@@ -3533,7 +3631,7 @@ var LogLevel;
3533
3631
  * logLevel: LogLevel.TRACE,
3534
3632
  * })
3535
3633
  * ```
3536
- * @version SDK: 1.26.7 | Thoughtspot: 9.10.0.cl
3634
+ * @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
3537
3635
  */
3538
3636
  LogLevel["TRACE"] = "TRACE";
3539
3637
  })(LogLevel = exports.LogLevel || (exports.LogLevel = {}));