@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.
- package/cjs/package.json +1 -1
- package/cjs/src/embed/app.d.ts +11 -2
- package/cjs/src/embed/app.d.ts.map +1 -1
- package/cjs/src/embed/app.js.map +1 -1
- package/cjs/src/embed/hostEventClient/contracts.d.ts +1 -1
- package/cjs/src/embed/hostEventClient/contracts.js +1 -1
- package/cjs/src/embed/liveboard.d.ts +2 -0
- package/cjs/src/embed/liveboard.d.ts.map +1 -1
- package/cjs/src/embed/liveboard.js +1 -1
- package/cjs/src/embed/liveboard.js.map +1 -1
- package/cjs/src/embed/liveboard.spec.js +16 -0
- package/cjs/src/embed/liveboard.spec.js.map +1 -1
- package/cjs/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
- package/cjs/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
- package/cjs/src/embed/searchEmbed-basic-auth.spec.js +104 -0
- package/cjs/src/embed/searchEmbed-basic-auth.spec.js.map +1 -0
- package/cjs/src/hostEventsTypeMapping.d.ts +2 -0
- package/cjs/src/hostEventsTypeMapping.d.ts.map +1 -0
- package/cjs/src/hostEventsTypeMapping.js +4 -0
- package/cjs/src/hostEventsTypeMapping.js.map +1 -0
- package/cjs/src/types.d.ts +253 -155
- package/cjs/src/types.d.ts.map +1 -1
- package/cjs/src/types.js +229 -131
- package/cjs/src/types.js.map +1 -1
- package/cjs/src/utils/embedApi/contracts.d.ts +101 -0
- package/cjs/src/utils/embedApi/contracts.d.ts.map +1 -0
- package/cjs/src/utils/embedApi/contracts.js +17 -0
- package/cjs/src/utils/embedApi/contracts.js.map +1 -0
- package/cjs/src/utils/embedApi/embedApiClient.d.ts +12 -0
- package/cjs/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
- package/cjs/src/utils/embedApi/embedApiClient.js +46 -0
- package/cjs/src/utils/embedApi/embedApiClient.js.map +1 -0
- package/cjs/src/utils/embedApi/processEmbedApi.d.ts +9 -0
- package/cjs/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
- package/cjs/src/utils/embedApi/processEmbedApi.js +18 -0
- package/cjs/src/utils/embedApi/processEmbedApi.js.map +1 -0
- package/dist/{index-DWOIXXJ1.js → index-BBBimG1x.js} +1 -1
- package/dist/index-BGnxP5NY.js +7370 -0
- package/dist/index-CENLvayL.js +7370 -0
- package/dist/index-CbltIawo.js +7370 -0
- package/dist/index-CoQfqaHj.js +7370 -0
- package/dist/index-CzwzS0P4.js +7370 -0
- package/dist/index-DFwi_pV_.js +7370 -0
- package/dist/index-DOIjN0N_.js +7370 -0
- package/dist/index-DYBx8SuE.js +7370 -0
- package/dist/index-DaLHJaLd.js +7370 -0
- package/dist/index-DnJX-gN2.js +7370 -0
- package/dist/index-IDmSUe93.js +7370 -0
- package/dist/index-nWevLycs.js +7370 -0
- package/dist/src/embed/app.d.ts +11 -2
- package/dist/src/embed/app.d.ts.map +1 -1
- package/dist/src/embed/hostEventClient/contracts.d.ts +1 -1
- package/dist/src/embed/liveboard.d.ts +2 -0
- package/dist/src/embed/liveboard.d.ts.map +1 -1
- package/dist/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
- package/dist/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
- package/dist/src/hostEventsTypeMapping.d.ts +2 -0
- package/dist/src/hostEventsTypeMapping.d.ts.map +1 -0
- package/dist/src/types.d.ts +253 -155
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/utils/embedApi/contracts.d.ts +101 -0
- package/dist/src/utils/embedApi/contracts.d.ts.map +1 -0
- package/dist/src/utils/embedApi/embedApiClient.d.ts +12 -0
- package/dist/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
- package/dist/src/utils/embedApi/processEmbedApi.d.ts +9 -0
- package/dist/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
- package/dist/tsembed-react.es.js +234 -136
- package/dist/tsembed-react.js +233 -135
- package/dist/tsembed.es.js +234 -136
- package/dist/tsembed.js +233 -135
- package/dist/visual-embed-sdk-react-full.d.ts +267 -158
- package/dist/visual-embed-sdk-react.d.ts +267 -158
- package/dist/visual-embed-sdk.d.ts +267 -158
- package/lib/package.json +1 -1
- package/lib/src/embed/app.d.ts +11 -2
- package/lib/src/embed/app.d.ts.map +1 -1
- package/lib/src/embed/app.js.map +1 -1
- package/lib/src/embed/hostEventClient/contracts.d.ts +1 -1
- package/lib/src/embed/hostEventClient/contracts.js +1 -1
- package/lib/src/embed/liveboard.d.ts +2 -0
- package/lib/src/embed/liveboard.d.ts.map +1 -1
- package/lib/src/embed/liveboard.js +1 -1
- package/lib/src/embed/liveboard.js.map +1 -1
- package/lib/src/embed/liveboard.spec.js +16 -0
- package/lib/src/embed/liveboard.spec.js.map +1 -1
- package/lib/src/embed/searchEmbed-basic-auth.spec.d.ts +2 -0
- package/lib/src/embed/searchEmbed-basic-auth.spec.d.ts.map +1 -0
- package/lib/src/embed/searchEmbed-basic-auth.spec.js +101 -0
- package/lib/src/embed/searchEmbed-basic-auth.spec.js.map +1 -0
- package/lib/src/hostEventsTypeMapping.d.ts +2 -0
- package/lib/src/hostEventsTypeMapping.d.ts.map +1 -0
- package/lib/src/hostEventsTypeMapping.js +2 -0
- package/lib/src/hostEventsTypeMapping.js.map +1 -0
- package/lib/src/types.d.ts +253 -155
- package/lib/src/types.d.ts.map +1 -1
- package/lib/src/types.js +229 -131
- package/lib/src/types.js.map +1 -1
- package/lib/src/utils/embedApi/contracts.d.ts +101 -0
- package/lib/src/utils/embedApi/contracts.d.ts.map +1 -0
- package/lib/src/utils/embedApi/contracts.js +14 -0
- package/lib/src/utils/embedApi/contracts.js.map +1 -0
- package/lib/src/utils/embedApi/embedApiClient.d.ts +12 -0
- package/lib/src/utils/embedApi/embedApiClient.d.ts.map +1 -0
- package/lib/src/utils/embedApi/embedApiClient.js +42 -0
- package/lib/src/utils/embedApi/embedApiClient.js.map +1 -0
- package/lib/src/utils/embedApi/processEmbedApi.d.ts +9 -0
- package/lib/src/utils/embedApi/processEmbedApi.d.ts.map +1 -0
- package/lib/src/utils/embedApi/processEmbedApi.js +14 -0
- package/lib/src/utils/embedApi/processEmbedApi.js.map +1 -0
- package/lib/src/visual-embed-sdk.d.ts +267 -158
- package/package.json +1 -1
- package/src/embed/app.ts +11 -2
- package/src/embed/hostEventClient/contracts.ts +1 -1
- package/src/embed/liveboard.spec.ts +22 -1
- package/src/embed/liveboard.ts +3 -1
- package/src/types.ts +253 -161
package/lib/src/types.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
export var AuthType;
|
|
15
15
|
(function (AuthType) {
|
|
16
16
|
/**
|
|
17
|
-
* No authentication on the SDK.
|
|
17
|
+
* No authentication on the SDK. Pass-through to the embedded App. Alias for
|
|
18
18
|
* `Passthrough`.
|
|
19
19
|
* @example
|
|
20
20
|
* ```js
|
|
@@ -275,7 +275,7 @@ export var RuntimeFilterOp;
|
|
|
275
275
|
* **Note**: This option does not apply to the classic homepage.
|
|
276
276
|
* To access the updated modular homepage, set
|
|
277
277
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
278
|
-
* @version SDK: 1.28.0 |
|
|
278
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
|
|
279
279
|
*/
|
|
280
280
|
// eslint-disable-next-line no-shadow
|
|
281
281
|
export var HomepageModule;
|
|
@@ -1088,7 +1088,7 @@ export var EmbedEvent;
|
|
|
1088
1088
|
*/
|
|
1089
1089
|
EmbedEvent["Explore"] = "explore";
|
|
1090
1090
|
/**
|
|
1091
|
-
* Emitted when a user clicks **Copy link** action on a visualization
|
|
1091
|
+
* Emitted when a user clicks **Copy link** action on a visualization.
|
|
1092
1092
|
* @version SDK: 1.15.0 | ThoughtSpot: 8.7.0.cl, 8.8.1.sw
|
|
1093
1093
|
* @example
|
|
1094
1094
|
*```js
|
|
@@ -1138,23 +1138,26 @@ export var EmbedEvent;
|
|
|
1138
1138
|
*/
|
|
1139
1139
|
EmbedEvent["FilterChanged"] = "filterChanged";
|
|
1140
1140
|
/**
|
|
1141
|
-
* Emitted when a user clicks the **Go** button
|
|
1142
|
-
*
|
|
1141
|
+
* Emitted when a user clicks the **Go** button to initiate
|
|
1142
|
+
* a Natural Language Search query
|
|
1143
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
1143
1144
|
*/
|
|
1144
1145
|
EmbedEvent["SageEmbedQuery"] = "sageEmbedQuery";
|
|
1145
1146
|
/**
|
|
1146
|
-
* Emitted when a user selects a data source on the
|
|
1147
|
-
*
|
|
1147
|
+
* Emitted when a user selects a data source on the embedded
|
|
1148
|
+
* Natural Language Search interface.
|
|
1149
|
+
*
|
|
1150
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
1148
1151
|
*/
|
|
1149
1152
|
EmbedEvent["SageWorksheetUpdated"] = "sageWorksheetUpdated";
|
|
1150
1153
|
/**
|
|
1151
1154
|
* Emitted when a user updates a connection on the **Data** page
|
|
1152
|
-
* @version SDK : 1.27.0 |
|
|
1155
|
+
* @version SDK : 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
1153
1156
|
*/
|
|
1154
1157
|
EmbedEvent["UpdateConnection"] = "updateConnection";
|
|
1155
1158
|
/**
|
|
1156
1159
|
* Emitted when a user updates a connection on the **Data** page
|
|
1157
|
-
* @version SDK : 1.27.0 |
|
|
1160
|
+
* @version SDK : 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
1158
1161
|
*/
|
|
1159
1162
|
EmbedEvent["CreateConnection"] = "createConnection";
|
|
1160
1163
|
/**
|
|
@@ -1164,7 +1167,7 @@ export var EmbedEvent;
|
|
|
1164
1167
|
* @returns viewId: string
|
|
1165
1168
|
* @returns liveboardId: string
|
|
1166
1169
|
* @returns isPublic: boolean
|
|
1167
|
-
* @version SDK : 1.26.0 |
|
|
1170
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
1168
1171
|
*/
|
|
1169
1172
|
EmbedEvent["UpdatePersonalisedView"] = "updatePersonalisedView";
|
|
1170
1173
|
/**
|
|
@@ -1173,7 +1176,7 @@ export var EmbedEvent;
|
|
|
1173
1176
|
* @returns viewId: string
|
|
1174
1177
|
* @returns liveboardId: string
|
|
1175
1178
|
* @returns isPublic: boolean
|
|
1176
|
-
* @version SDK : 1.26.0 |
|
|
1179
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
1177
1180
|
*/
|
|
1178
1181
|
EmbedEvent["SavePersonalisedView"] = "savePersonalisedView";
|
|
1179
1182
|
/**
|
|
@@ -1182,28 +1185,28 @@ export var EmbedEvent;
|
|
|
1182
1185
|
* @returns viewId: string
|
|
1183
1186
|
* @returns liveboardId: string
|
|
1184
1187
|
* @returns isPublic: boolean
|
|
1185
|
-
* @version SDK : 1.26.0 |
|
|
1188
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
1186
1189
|
*/
|
|
1187
1190
|
EmbedEvent["ResetLiveboard"] = "resetLiveboard";
|
|
1188
1191
|
/**
|
|
1189
1192
|
* Emitted when a PersonalisedView is deleted.
|
|
1190
1193
|
* @returns views: string[]
|
|
1191
1194
|
* @returns liveboardId: string
|
|
1192
|
-
* @version SDK : 1.26.0 |
|
|
1195
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
1193
1196
|
*/
|
|
1194
1197
|
EmbedEvent["DeletePersonalisedView"] = "deletePersonalisedView";
|
|
1195
1198
|
/**
|
|
1196
1199
|
* Emitted when a user creates a new worksheet
|
|
1197
|
-
* @version SDK : 1.27.0 |
|
|
1200
|
+
* @version SDK : 1.27.0 | ThoughtSpot Cloud: 9.8.0.cl
|
|
1198
1201
|
*/
|
|
1199
1202
|
EmbedEvent["CreateWorksheet"] = "createWorksheet";
|
|
1200
1203
|
/**
|
|
1201
|
-
* Emitted when Ask Sage is initialized.
|
|
1204
|
+
* Emitted when the *Ask Sage* is initialized.
|
|
1202
1205
|
* @returns viewName: string
|
|
1203
1206
|
* @returns viewId: string
|
|
1204
1207
|
* @returns liveboardId: string
|
|
1205
1208
|
* @returns isPublic: boolean
|
|
1206
|
-
* @version SDK : 1.29.0 |
|
|
1209
|
+
* @version SDK : 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
|
|
1207
1210
|
*/
|
|
1208
1211
|
EmbedEvent["AskSageInit"] = "AskSageInit";
|
|
1209
1212
|
/**
|
|
@@ -1231,7 +1234,7 @@ export var EmbedEvent;
|
|
|
1231
1234
|
*
|
|
1232
1235
|
* error: Developers can customize the error message text when `execute`
|
|
1233
1236
|
* returns `false` using the error parameter in responder.
|
|
1234
|
-
* @version SDK : 1.29.0 |
|
|
1237
|
+
* @version SDK : 1.29.0 | ThoughtSpot : 10.3.0.cl
|
|
1235
1238
|
* @example
|
|
1236
1239
|
*```js
|
|
1237
1240
|
* .on(EmbedEvent.OnBeforeGetVizDataIntercept,
|
|
@@ -1279,7 +1282,7 @@ export var EmbedEvent;
|
|
|
1279
1282
|
* console.log('payload', payload);
|
|
1280
1283
|
* })
|
|
1281
1284
|
*```
|
|
1282
|
-
* @version SDK : 1.29.0 |
|
|
1285
|
+
* @version SDK : 1.29.0 | ThoughtSpot : 10.3.0.cl
|
|
1283
1286
|
*/
|
|
1284
1287
|
EmbedEvent["ParameterChanged"] = "parameterChanged";
|
|
1285
1288
|
})(EmbedEvent || (EmbedEvent = {}));
|
|
@@ -1428,7 +1431,7 @@ export var HostEvent;
|
|
|
1428
1431
|
* const url = embed.trigger(HostEvent.GetIframeUrl);
|
|
1429
1432
|
* console.log("iFrameURL",url);
|
|
1430
1433
|
* ```
|
|
1431
|
-
* @version SDK: 1.35.0 |
|
|
1434
|
+
* @version SDK: 1.35.0 | ThoughtSpot: 10.4.0.cl
|
|
1432
1435
|
*/
|
|
1433
1436
|
HostEvent["GetIframeUrl"] = "GetIframeUrl";
|
|
1434
1437
|
/**
|
|
@@ -1461,6 +1464,11 @@ export var HostEvent;
|
|
|
1461
1464
|
* attributes passed with this event are appended to the existing runtime
|
|
1462
1465
|
* filters applied on a Liveboard.
|
|
1463
1466
|
*
|
|
1467
|
+
* **Note**: `HostEvent.UpdateRuntimeFilters` is supported in `LiveboardEmbed`
|
|
1468
|
+
* and `AppEmbed` only. In full application embedding, this event updates
|
|
1469
|
+
* the runtime filters applied on the Liveboard and saved Answer objects.
|
|
1470
|
+
*
|
|
1471
|
+
*
|
|
1464
1472
|
* Pass an array of runtime filters with the following attributes:
|
|
1465
1473
|
*
|
|
1466
1474
|
* `columnName` - _String_. The name of the column to filter on.
|
|
@@ -1471,9 +1479,12 @@ export var HostEvent;
|
|
|
1471
1479
|
* `values` - List of operands. Some operators such as EQ and LE allow a
|
|
1472
1480
|
* single value, whereas BW and IN accept multiple values.
|
|
1473
1481
|
*
|
|
1474
|
-
* **Note**:
|
|
1475
|
-
*
|
|
1476
|
-
*
|
|
1482
|
+
* **Note**: Updating runtime filters resets the ThoughtSpot
|
|
1483
|
+
* object to its original state and applies new filter conditions.
|
|
1484
|
+
* Any user changes (like drilling into a visualization)
|
|
1485
|
+
* will be cleared, restoring the original visualization
|
|
1486
|
+
* with the updated filters.
|
|
1487
|
+
*
|
|
1477
1488
|
* @param - {@link RuntimeFilter}[] an array of {@link RuntimeFilter} Types.
|
|
1478
1489
|
* @example
|
|
1479
1490
|
* ```js
|
|
@@ -1488,7 +1499,7 @@ export var HostEvent;
|
|
|
1488
1499
|
HostEvent["UpdateRuntimeFilters"] = "UpdateRuntimeFilters";
|
|
1489
1500
|
/**
|
|
1490
1501
|
* Navigate to a specific page in the embedded ThoughtSpot application.
|
|
1491
|
-
* This is the same as calling `appEmbed.navigateToPage(path, true)
|
|
1502
|
+
* This is the same as calling `appEmbed.navigateToPage(path, true)`.
|
|
1492
1503
|
* @param - `path` - the path to navigate to to go forward or back. The path value can
|
|
1493
1504
|
* be a number; for example, `1`, `-1`.
|
|
1494
1505
|
* @example
|
|
@@ -1783,7 +1794,9 @@ export var HostEvent;
|
|
|
1783
1794
|
*/
|
|
1784
1795
|
HostEvent["GetTML"] = "getTML";
|
|
1785
1796
|
/**
|
|
1786
|
-
* Trigger the **Show underlying data** action on
|
|
1797
|
+
* Trigger the **Show underlying data** action on a
|
|
1798
|
+
* chart or table.
|
|
1799
|
+
*
|
|
1787
1800
|
* @param - an object with vizId as a key
|
|
1788
1801
|
* @example
|
|
1789
1802
|
* ```js
|
|
@@ -1817,8 +1830,8 @@ export var HostEvent;
|
|
|
1817
1830
|
*/
|
|
1818
1831
|
HostEvent["Delete"] = "onDeleteAnswer";
|
|
1819
1832
|
/**
|
|
1820
|
-
* Trigger the **SpotIQ analyze** action on
|
|
1821
|
-
* or
|
|
1833
|
+
* Trigger the **SpotIQ analyze** action on a
|
|
1834
|
+
* chart or table.
|
|
1822
1835
|
* @param - Liveboard embed takes `vizId` as a
|
|
1823
1836
|
* key. Can be left undefined when embedding Search or
|
|
1824
1837
|
* visualization.
|
|
@@ -2091,7 +2104,7 @@ export var HostEvent;
|
|
|
2091
2104
|
* '430496d6-6903-4601-937e-2c691821af3c',
|
|
2092
2105
|
* 'f547ec54-2a37-4516-a222-2b06719af726'])
|
|
2093
2106
|
* ```
|
|
2094
|
-
* @version SDK: 1.26.0 |
|
|
2107
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2095
2108
|
*/
|
|
2096
2109
|
HostEvent["SetVisibleTabs"] = "SetPinboardVisibleTabs";
|
|
2097
2110
|
/**
|
|
@@ -2104,7 +2117,7 @@ export var HostEvent;
|
|
|
2104
2117
|
* '630496d6-6903-4601-937e-2c691821af3c',
|
|
2105
2118
|
* 'i547ec54-2a37-4516-a222-2b06719af726'])
|
|
2106
2119
|
* ```
|
|
2107
|
-
* @version SDK: 1.26.0 |
|
|
2120
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2108
2121
|
*/
|
|
2109
2122
|
HostEvent["SetHiddenTabs"] = "SetPinboardHiddenTabs";
|
|
2110
2123
|
/**
|
|
@@ -2118,7 +2131,7 @@ export var HostEvent;
|
|
|
2118
2131
|
* executeSearch: true,
|
|
2119
2132
|
* })
|
|
2120
2133
|
* ```
|
|
2121
|
-
* @version SDK: 1.26.0 |
|
|
2134
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
2122
2135
|
*/
|
|
2123
2136
|
HostEvent["UpdateSageQuery"] = "updateSageQuery";
|
|
2124
2137
|
/**
|
|
@@ -2135,21 +2148,22 @@ export var HostEvent;
|
|
|
2135
2148
|
* ```js
|
|
2136
2149
|
* const {session} = await embed.trigger( HostEvent.GetAnswerSession )
|
|
2137
2150
|
* ```
|
|
2138
|
-
* @version SDK: 1.26.0 |
|
|
2151
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
|
|
2139
2152
|
*/
|
|
2140
2153
|
HostEvent["GetAnswerSession"] = "getAnswerSession";
|
|
2141
2154
|
/**
|
|
2142
|
-
* Trigger Ask Sage for
|
|
2155
|
+
* Trigger the *Ask Sage* action for visualizations
|
|
2143
2156
|
* @example
|
|
2144
2157
|
* ```js
|
|
2145
2158
|
* liveboardEmbed.trigger(HostEvent.AskSage,
|
|
2146
2159
|
* {vizId:'730496d6-6903-4601-937e-2c691821af3c'})
|
|
2147
2160
|
* ```
|
|
2148
|
-
* @version SDK: 1.29.0 |
|
|
2161
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
|
|
2149
2162
|
*/
|
|
2150
2163
|
HostEvent["AskSage"] = "AskSage";
|
|
2151
2164
|
/**
|
|
2152
|
-
* Trigger cross filter update action on a Liveboard
|
|
2165
|
+
* Trigger cross filter update action on a Liveboard.
|
|
2166
|
+
*
|
|
2153
2167
|
* @example
|
|
2154
2168
|
* ```js
|
|
2155
2169
|
* liveboardEmbed.trigger(HostEvent.UpdateCrossFilter, {
|
|
@@ -2160,7 +2174,7 @@ export var HostEvent;
|
|
|
2160
2174
|
* ],
|
|
2161
2175
|
* });
|
|
2162
2176
|
* ```
|
|
2163
|
-
* @version SDK: 1.29.0 |
|
|
2177
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.0.0.cl, 10.1.0.sw
|
|
2164
2178
|
*/
|
|
2165
2179
|
HostEvent["UpdateCrossFilter"] = "UpdateCrossFilter";
|
|
2166
2180
|
/**
|
|
@@ -2169,11 +2183,13 @@ export var HostEvent;
|
|
|
2169
2183
|
* ```js
|
|
2170
2184
|
* liveboardEmbed.trigger(HostEvent.ResetLiveboardPersonalisedView);
|
|
2171
2185
|
* ```
|
|
2172
|
-
* @version SDK: 1.29.0 |
|
|
2186
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.1.0.cl, 10.1.0.sw
|
|
2173
2187
|
*/
|
|
2174
2188
|
HostEvent["ResetLiveboardPersonalisedView"] = "ResetLiveboardPersonalisedView";
|
|
2175
2189
|
/**
|
|
2176
|
-
* Triggers an
|
|
2190
|
+
* Triggers an action to update Parameter values on embedded
|
|
2191
|
+
* Answers and Liveboard.
|
|
2192
|
+
*
|
|
2177
2193
|
* @example
|
|
2178
2194
|
* ```js
|
|
2179
2195
|
* liveboardEmbed.trigger(HostEvent.UpdateParameters, [{
|
|
@@ -2181,30 +2197,30 @@ export var HostEvent;
|
|
|
2181
2197
|
* value: "almond"
|
|
2182
2198
|
* }])
|
|
2183
2199
|
*
|
|
2184
|
-
* @version SDK: 1.29.0 |
|
|
2200
|
+
* @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
|
|
2185
2201
|
*/
|
|
2186
2202
|
HostEvent["UpdateParameters"] = "UpdateParameters";
|
|
2187
2203
|
/**
|
|
2188
|
-
* Triggers GetParameters to fetch the runtime
|
|
2204
|
+
* Triggers GetParameters to fetch the runtime Parameters.
|
|
2189
2205
|
* ```js
|
|
2190
2206
|
* liveboardEmbed.trigger(HostEvent.GetParameters).then((parameter) => {
|
|
2191
2207
|
* console.log('parameters', parameter);
|
|
2192
2208
|
* });
|
|
2193
2209
|
*```
|
|
2194
|
-
* @version SDK: 1.29.0 |
|
|
2210
|
+
* @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
|
|
2195
2211
|
*/
|
|
2196
2212
|
HostEvent["GetParameters"] = "GetParameters";
|
|
2197
2213
|
/**
|
|
2198
|
-
* Triggers an event to update a
|
|
2214
|
+
* Triggers an event to update a personalized view of a Liveboard.
|
|
2199
2215
|
* ```js
|
|
2200
2216
|
* liveboardEmbed.trigger(HostEvent.UpdatePersonalisedView, {viewId: '1234'})
|
|
2201
2217
|
* ```
|
|
2202
|
-
* @version SDK: 1.36.0 |
|
|
2218
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
2203
2219
|
*/
|
|
2204
2220
|
HostEvent["UpdatePersonalisedView"] = "UpdatePersonalisedView";
|
|
2205
2221
|
/**
|
|
2206
|
-
* Triggers the action to get the current view of the
|
|
2207
|
-
* @version SDK: 1.36.0 |
|
|
2222
|
+
* Triggers the action to get the current view of the Liveboard.
|
|
2223
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
2208
2224
|
*/
|
|
2209
2225
|
HostEvent["SaveAnswer"] = "saveAnswer";
|
|
2210
2226
|
/**
|
|
@@ -2431,7 +2447,8 @@ export var Action;
|
|
|
2431
2447
|
Action["ResetLayout"] = "resetLayout";
|
|
2432
2448
|
/**
|
|
2433
2449
|
* The **Schedule** menu action on a Liveboard.
|
|
2434
|
-
* Allows scheduling a Liveboard
|
|
2450
|
+
* Allows scheduling a Liveboard job, for example,
|
|
2451
|
+
* sending periodic notifications.
|
|
2435
2452
|
* @example
|
|
2436
2453
|
* ```js
|
|
2437
2454
|
* disabledActions: [Action.Schedule]
|
|
@@ -2473,7 +2490,7 @@ export var Action;
|
|
|
2473
2490
|
* ```js
|
|
2474
2491
|
* disabledActions: [Action.AddDataPanelObjects]
|
|
2475
2492
|
* ```
|
|
2476
|
-
* @version SDK: 1.32.0 |
|
|
2493
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
2477
2494
|
*/
|
|
2478
2495
|
Action["AddDataPanelObjects"] = "addDataPanelObjects";
|
|
2479
2496
|
/**
|
|
@@ -2486,7 +2503,28 @@ export var Action;
|
|
|
2486
2503
|
* ```
|
|
2487
2504
|
*/
|
|
2488
2505
|
Action["ConfigureFilter"] = "configureFilter";
|
|
2506
|
+
/**
|
|
2507
|
+
* The **Collapse data sources** icon on the Search page.
|
|
2508
|
+
* Collapses the panel showing data sources.
|
|
2509
|
+
*
|
|
2510
|
+
* @example
|
|
2511
|
+
* ```js
|
|
2512
|
+
* disabledActions: [Action.CollapseDataPanel]
|
|
2513
|
+
* ```
|
|
2514
|
+
* @version: SDK: 1.1.0 | ThoughtSpot Cloud: ts7.may.cl, 8.4.1.sw
|
|
2515
|
+
*/
|
|
2489
2516
|
Action["CollapseDataSources"] = "collapseDataSources";
|
|
2517
|
+
/**
|
|
2518
|
+
* The **Collapse data panel** icon on the Search page.
|
|
2519
|
+
* Collapses the data panel view.
|
|
2520
|
+
*
|
|
2521
|
+
* @version: SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl, 10.7.0.sw
|
|
2522
|
+
*
|
|
2523
|
+
* @example
|
|
2524
|
+
* ```js
|
|
2525
|
+
* disabledActions: [Action.CollapseDataPanel]
|
|
2526
|
+
* ```
|
|
2527
|
+
*/
|
|
2490
2528
|
Action["CollapseDataPanel"] = "collapseDataPanel";
|
|
2491
2529
|
/**
|
|
2492
2530
|
* The **Choose sources** button on Search page.
|
|
@@ -2522,7 +2560,7 @@ export var Action;
|
|
|
2522
2560
|
* ```js
|
|
2523
2561
|
* disabledActions: [Action.AddColumnSet]
|
|
2524
2562
|
* ```
|
|
2525
|
-
* @version SDK: 1.32.0 |
|
|
2563
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
2526
2564
|
*/
|
|
2527
2565
|
Action["AddColumnSet"] = "addSimpleCohort";
|
|
2528
2566
|
/**
|
|
@@ -2532,7 +2570,7 @@ export var Action;
|
|
|
2532
2570
|
* ```js
|
|
2533
2571
|
* disabledActions: [Action.AddQuerySet]
|
|
2534
2572
|
* ```
|
|
2535
|
-
* @version SDK: 1.32.0 |
|
|
2573
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
2536
2574
|
*/
|
|
2537
2575
|
Action["AddQuerySet"] = "addAdvancedCohort";
|
|
2538
2576
|
/**
|
|
@@ -2564,6 +2602,8 @@ export var Action;
|
|
|
2564
2602
|
/**
|
|
2565
2603
|
* The **Show underlying data** menu action on a visualization or
|
|
2566
2604
|
* Answer page.
|
|
2605
|
+
* Displays detailed information and raw data
|
|
2606
|
+
* for a given visualization.
|
|
2567
2607
|
* @example
|
|
2568
2608
|
* ```js
|
|
2569
2609
|
* disabledActions: [Action.ShowUnderlyingData]
|
|
@@ -2765,6 +2805,7 @@ export var Action;
|
|
|
2765
2805
|
Action["AnalysisInfo"] = "analysisInfo";
|
|
2766
2806
|
/**
|
|
2767
2807
|
* The **Schedule** menu action on a Liveboard.
|
|
2808
|
+
* Allows scheduling a Liveboard job.
|
|
2768
2809
|
* @example
|
|
2769
2810
|
* ```js
|
|
2770
2811
|
* disabledActions: [Action.Subscription]
|
|
@@ -2834,8 +2875,13 @@ export var Action;
|
|
|
2834
2875
|
*/
|
|
2835
2876
|
Action["RequestAccess"] = "requestAccess";
|
|
2836
2877
|
/**
|
|
2837
|
-
* The **Query visualizer** and **Query SQL** buttons in
|
|
2838
|
-
* of the Answer page
|
|
2878
|
+
* The **Query visualizer** and **Query SQL** buttons in
|
|
2879
|
+
* Query details panel of the Answer page.
|
|
2880
|
+
*
|
|
2881
|
+
* **Query visualizer** - Displays the tables
|
|
2882
|
+
* and filters used in a search query.
|
|
2883
|
+
* **Query SQL** - Displays the SQL statements used
|
|
2884
|
+
* in a search query to fetch data.
|
|
2839
2885
|
* @example
|
|
2840
2886
|
* ```js
|
|
2841
2887
|
* disabledActions: [Action.QueryDetailsButtons]
|
|
@@ -2853,7 +2899,10 @@ export var Action;
|
|
|
2853
2899
|
*/
|
|
2854
2900
|
Action["AnswerDelete"] = "onDeleteAnswer";
|
|
2855
2901
|
/**
|
|
2856
|
-
* The
|
|
2902
|
+
* The chart switcher icon on Answer page and
|
|
2903
|
+
* visualizations in edit mode.
|
|
2904
|
+
* Allows switching to the table or chart mode
|
|
2905
|
+
* when editing a visualization.
|
|
2857
2906
|
* @example
|
|
2858
2907
|
* ```js
|
|
2859
2908
|
* disabledActions: [Action.AnswerChartSwitcher]
|
|
@@ -2862,7 +2911,10 @@ export var Action;
|
|
|
2862
2911
|
*/
|
|
2863
2912
|
Action["AnswerChartSwitcher"] = "answerChartSwitcher";
|
|
2864
2913
|
/**
|
|
2865
|
-
* Favorites icon (*)
|
|
2914
|
+
* The Favorites icon (*) for Answers,
|
|
2915
|
+
* Liveboard, and data objects like Worksheet, Model,
|
|
2916
|
+
* Tables and Views.
|
|
2917
|
+
* Allows adding an object to the user’s favorites list.
|
|
2866
2918
|
* @example
|
|
2867
2919
|
* ```js
|
|
2868
2920
|
* disabledActions: [Action.AddToFavorites]
|
|
@@ -2880,7 +2932,9 @@ export var Action;
|
|
|
2880
2932
|
*/
|
|
2881
2933
|
Action["EditDetails"] = "editDetails";
|
|
2882
2934
|
/**
|
|
2883
|
-
* The Create alert action
|
|
2935
|
+
* The *Create alert* action for KPI charts.
|
|
2936
|
+
* Allows users to schedule threshold-based alerts
|
|
2937
|
+
* for KPI charts.
|
|
2884
2938
|
* @example
|
|
2885
2939
|
* ```js
|
|
2886
2940
|
* disabledActions: [Action.CreateMonitor]
|
|
@@ -2936,7 +2990,7 @@ export var Action;
|
|
|
2936
2990
|
* ```js
|
|
2937
2991
|
* disabledActions: [Action.CrossFilter]
|
|
2938
2992
|
* ```
|
|
2939
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
2993
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.8.0.sw
|
|
2940
2994
|
*/
|
|
2941
2995
|
Action["CrossFilter"] = "context-menu-item-cross-filter";
|
|
2942
2996
|
/**
|
|
@@ -2946,7 +3000,7 @@ export var Action;
|
|
|
2946
3000
|
* ```js
|
|
2947
3001
|
* disabledActions: [Action.SyncToSlack]
|
|
2948
3002
|
* ```
|
|
2949
|
-
* @version @version SDK : 1.32.0 |
|
|
3003
|
+
* @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
|
|
2950
3004
|
*/
|
|
2951
3005
|
Action["SyncToSlack"] = "syncToSlack";
|
|
2952
3006
|
/**
|
|
@@ -2956,7 +3010,7 @@ export var Action;
|
|
|
2956
3010
|
* ```js
|
|
2957
3011
|
* disabledActions: [Action.SyncToTeams]
|
|
2958
3012
|
* ```
|
|
2959
|
-
* @version @version SDK : 1.32.0 |
|
|
3013
|
+
* @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
|
|
2960
3014
|
*/
|
|
2961
3015
|
Action["SyncToTeams"] = "syncToTeams";
|
|
2962
3016
|
/**
|
|
@@ -2967,7 +3021,7 @@ export var Action;
|
|
|
2967
3021
|
* ```js
|
|
2968
3022
|
* disabledActions: [Action.RemoveCrossFilter]
|
|
2969
3023
|
* ```
|
|
2970
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3024
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
2971
3025
|
*/
|
|
2972
3026
|
Action["RemoveCrossFilter"] = "context-menu-item-remove-cross-filter";
|
|
2973
3027
|
/**
|
|
@@ -2978,7 +3032,7 @@ export var Action;
|
|
|
2978
3032
|
* ```js
|
|
2979
3033
|
* disabledActions: [Action.AxisMenuAggregate]
|
|
2980
3034
|
* ```
|
|
2981
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3035
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
2982
3036
|
*/
|
|
2983
3037
|
Action["AxisMenuAggregate"] = "axisMenuAggregate";
|
|
2984
3038
|
/**
|
|
@@ -2989,17 +3043,19 @@ export var Action;
|
|
|
2989
3043
|
* ```js
|
|
2990
3044
|
* disabledActions: [Action.AxisMenuTimeBucket]
|
|
2991
3045
|
* ```
|
|
2992
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3046
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
2993
3047
|
*/
|
|
2994
3048
|
Action["AxisMenuTimeBucket"] = "axisMenuTimeBucket";
|
|
2995
3049
|
/**
|
|
2996
3050
|
* The **Filter** action in the chart axis or table column
|
|
2997
3051
|
* customization menu.
|
|
3052
|
+
* Allows adding, editing, or removing filters.
|
|
3053
|
+
*
|
|
2998
3054
|
* @example
|
|
2999
3055
|
* ```js
|
|
3000
3056
|
* disabledActions: [Action.AxisMenuFilter]
|
|
3001
3057
|
* ```
|
|
3002
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3058
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3003
3059
|
*/
|
|
3004
3060
|
Action["AxisMenuFilter"] = "axisMenuFilter";
|
|
3005
3061
|
/**
|
|
@@ -3010,7 +3066,7 @@ export var Action;
|
|
|
3010
3066
|
* ```js
|
|
3011
3067
|
* disabledActions: [Action.AxisMenuConditionalFormat]
|
|
3012
3068
|
* ```
|
|
3013
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3069
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3014
3070
|
*/
|
|
3015
3071
|
Action["AxisMenuConditionalFormat"] = "axisMenuConditionalFormat";
|
|
3016
3072
|
/**
|
|
@@ -3021,7 +3077,7 @@ export var Action;
|
|
|
3021
3077
|
* ```js
|
|
3022
3078
|
* disabledActions: [Action.AxisMenuConditionalFormat]
|
|
3023
3079
|
* ```
|
|
3024
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3080
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3025
3081
|
*/
|
|
3026
3082
|
Action["AxisMenuSort"] = "axisMenuSort";
|
|
3027
3083
|
/**
|
|
@@ -3033,7 +3089,7 @@ export var Action;
|
|
|
3033
3089
|
* ```js
|
|
3034
3090
|
* disabledActions: [Action.AxisMenuGroup]
|
|
3035
3091
|
* ```
|
|
3036
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3092
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3037
3093
|
*/
|
|
3038
3094
|
Action["AxisMenuGroup"] = "axisMenuGroup";
|
|
3039
3095
|
/**
|
|
@@ -3044,7 +3100,7 @@ export var Action;
|
|
|
3044
3100
|
* ```js
|
|
3045
3101
|
* disabledActions: [Action.AxisMenuPosition]
|
|
3046
3102
|
* ```
|
|
3047
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3103
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3048
3104
|
*/
|
|
3049
3105
|
Action["AxisMenuPosition"] = "axisMenuPosition";
|
|
3050
3106
|
/**
|
|
@@ -3054,7 +3110,7 @@ export var Action;
|
|
|
3054
3110
|
* ```js
|
|
3055
3111
|
* disabledActions: [Action.AxisMenuRename]
|
|
3056
3112
|
* ```
|
|
3057
|
-
* @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
|
|
3058
3114
|
*/
|
|
3059
3115
|
Action["AxisMenuRename"] = "axisMenuRename";
|
|
3060
3116
|
/**
|
|
@@ -3065,7 +3121,7 @@ export var Action;
|
|
|
3065
3121
|
* ```js
|
|
3066
3122
|
* disabledActions: [Action.AxisMenuEdit]
|
|
3067
3123
|
* ```
|
|
3068
|
-
* @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
|
|
3069
3125
|
*/
|
|
3070
3126
|
Action["AxisMenuEdit"] = "axisMenuEdit";
|
|
3071
3127
|
/**
|
|
@@ -3075,7 +3131,7 @@ export var Action;
|
|
|
3075
3131
|
* ```js
|
|
3076
3132
|
* disabledActions: [Action.AxisMenuNumberFormat]
|
|
3077
3133
|
* ```
|
|
3078
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3134
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3079
3135
|
*/
|
|
3080
3136
|
Action["AxisMenuNumberFormat"] = "axisMenuNumberFormat";
|
|
3081
3137
|
/**
|
|
@@ -3085,7 +3141,7 @@ export var Action;
|
|
|
3085
3141
|
* ```js
|
|
3086
3142
|
* disabledActions: [Action.AxisMenuTextWrapping]
|
|
3087
3143
|
* ```
|
|
3088
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3144
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3089
3145
|
*/
|
|
3090
3146
|
Action["AxisMenuTextWrapping"] = "axisMenuTextWrapping";
|
|
3091
3147
|
/**
|
|
@@ -3097,7 +3153,7 @@ export var Action;
|
|
|
3097
3153
|
* ```js
|
|
3098
3154
|
* disabledActions: [Action.AxisMenuRemove]
|
|
3099
3155
|
* ```
|
|
3100
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3156
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3101
3157
|
*/
|
|
3102
3158
|
Action["AxisMenuRemove"] = "axisMenuRemove";
|
|
3103
3159
|
/**
|
|
@@ -3111,26 +3167,27 @@ export var Action;
|
|
|
3111
3167
|
* ```js
|
|
3112
3168
|
* disabledActions: [Action.RenameModalTitleDescription]
|
|
3113
3169
|
* ```
|
|
3114
|
-
* @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
|
|
3170
|
+
* @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl, 9.8.0.sw
|
|
3115
3171
|
*/
|
|
3116
3172
|
Action["RenameModalTitleDescription"] = "renameModalTitleDescription";
|
|
3117
3173
|
/**
|
|
3118
|
-
*
|
|
3174
|
+
* The *Request verification* action on a Liveboard.
|
|
3175
|
+
* Initiates a request for Liveboard verification.
|
|
3119
3176
|
* @example
|
|
3120
3177
|
* ```js
|
|
3121
3178
|
* disabledActions: [Action.RequestVerification]
|
|
3122
3179
|
* ```
|
|
3123
|
-
* @version SDK: 1.25.0 |
|
|
3180
|
+
* @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
|
|
3124
3181
|
*/
|
|
3125
3182
|
Action["RequestVerification"] = "requestVerification";
|
|
3126
3183
|
/**
|
|
3127
3184
|
*
|
|
3128
|
-
*Allows users to mark a Liveboard as verified.
|
|
3185
|
+
* Allows users to mark a Liveboard as verified.
|
|
3129
3186
|
* @example
|
|
3130
3187
|
* ```js
|
|
3131
3188
|
* disabledActions: [Action.MarkAsVerified]
|
|
3132
3189
|
* ```
|
|
3133
|
-
* @version SDK: 1.25.0 |
|
|
3190
|
+
* @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
|
|
3134
3191
|
*/
|
|
3135
3192
|
Action["MarkAsVerified"] = "markAsVerified";
|
|
3136
3193
|
/**
|
|
@@ -3140,7 +3197,7 @@ export var Action;
|
|
|
3140
3197
|
* ```js
|
|
3141
3198
|
* disabledActions: [Action.AddTab]
|
|
3142
3199
|
* ```
|
|
3143
|
-
* @version SDK: 1.26.0 |
|
|
3200
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
3144
3201
|
*/
|
|
3145
3202
|
Action["AddTab"] = "addTab";
|
|
3146
3203
|
/**
|
|
@@ -3150,35 +3207,42 @@ export var Action;
|
|
|
3150
3207
|
* ```js
|
|
3151
3208
|
* disabledActions: [Action.EnableContextualChangeAnalysis]
|
|
3152
3209
|
* ```
|
|
3153
|
-
* @version SDK: 1.25.0 |
|
|
3210
|
+
* @version SDK: 1.25.0 | ThoughtSpot Cloud: 9.6.0.cl
|
|
3154
3211
|
*/
|
|
3155
3212
|
Action["EnableContextualChangeAnalysis"] = "enableContextualChangeAnalysis";
|
|
3156
3213
|
/**
|
|
3214
|
+
* Action ID to hide or disable Natural Language Search query.
|
|
3157
3215
|
*
|
|
3158
3216
|
* @example
|
|
3159
3217
|
* ```js
|
|
3160
3218
|
* disabledActions: [Action.ShowSageQuery]
|
|
3161
3219
|
* ```
|
|
3162
|
-
* @version SDK: 1.26.0 |
|
|
3220
|
+
* @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
|
|
3163
3221
|
*/
|
|
3164
3222
|
Action["ShowSageQuery"] = "showSageQuery";
|
|
3165
3223
|
/**
|
|
3224
|
+
*
|
|
3225
|
+
* Action ID to hide or disable the edit option for the
|
|
3226
|
+
* results generated from the
|
|
3227
|
+
* Natural Language Search query.
|
|
3166
3228
|
*
|
|
3167
3229
|
* @example
|
|
3168
3230
|
* ```js
|
|
3169
3231
|
* disabledActions: [Action.EditSageAnswer]
|
|
3170
3232
|
* ```
|
|
3171
|
-
* @version SDK: 1.26.0 |
|
|
3233
|
+
* @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
|
|
3172
3234
|
*/
|
|
3173
3235
|
Action["EditSageAnswer"] = "editSageAnswer";
|
|
3174
3236
|
/**
|
|
3237
|
+
* The feedback widget for AI-generated Answers.
|
|
3238
|
+
* Allows users to send feedback on the Answers generated
|
|
3239
|
+
* from a Natural Language Search query.
|
|
3175
3240
|
*
|
|
3176
|
-
*This action allows users to send feedback on AI-generated Answers.
|
|
3177
3241
|
* @example
|
|
3178
3242
|
* ```js
|
|
3179
3243
|
* disabledActions: [Action.SageAnswerFeedback]
|
|
3180
3244
|
* ```
|
|
3181
|
-
* @version SDK: 1.26.0 |
|
|
3245
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
|
|
3182
3246
|
*/
|
|
3183
3247
|
Action["SageAnswerFeedback"] = "sageAnswerFeedback";
|
|
3184
3248
|
/**
|
|
@@ -3187,7 +3251,7 @@ export var Action;
|
|
|
3187
3251
|
* ```js
|
|
3188
3252
|
* disabledActions: [Action.ModifySageAnswer]
|
|
3189
3253
|
* ```
|
|
3190
|
-
* @version SDK: 1.26.0 |
|
|
3254
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
|
|
3191
3255
|
*/
|
|
3192
3256
|
Action["ModifySageAnswer"] = "modifySageAnswer";
|
|
3193
3257
|
/**
|
|
@@ -3200,7 +3264,10 @@ export var Action;
|
|
|
3200
3264
|
*/
|
|
3201
3265
|
Action["MoveToTab"] = "onContainerMove";
|
|
3202
3266
|
/**
|
|
3203
|
-
* The **Manage
|
|
3267
|
+
* The **Manage Alerts** menu action on KPI visualizations.
|
|
3268
|
+
* Allows creating, viewing, and editing monitor
|
|
3269
|
+
* alerts for a KPI chart.
|
|
3270
|
+
*
|
|
3204
3271
|
* @example
|
|
3205
3272
|
* ```js
|
|
3206
3273
|
* disabledActions: [Action.ManageMonitor]
|
|
@@ -3208,21 +3275,23 @@ export var Action;
|
|
|
3208
3275
|
*/
|
|
3209
3276
|
Action["ManageMonitor"] = "manageMonitor";
|
|
3210
3277
|
/**
|
|
3211
|
-
*
|
|
3278
|
+
* The Liveboard Personalised Views dropdown.
|
|
3279
|
+
* Allows navigating to a personalized Liveboard View.
|
|
3212
3280
|
* @example
|
|
3213
3281
|
* ```js
|
|
3214
3282
|
* disabledActions: [Action.PersonalisedViewsDropdown]
|
|
3215
3283
|
* ```
|
|
3216
|
-
* @version SDK : 1.26.0 |
|
|
3284
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
|
|
3217
3285
|
*/
|
|
3218
3286
|
Action["PersonalisedViewsDropdown"] = "personalisedViewsDropdown";
|
|
3219
3287
|
/**
|
|
3220
|
-
* Action ID for
|
|
3288
|
+
* Action ID for show or hide the user details on a
|
|
3289
|
+
* Liveboard (Recently visited / social proof)
|
|
3221
3290
|
* @example
|
|
3222
3291
|
* ```js
|
|
3223
3292
|
* disabledActions: [Action.LiveboardUsers]
|
|
3224
3293
|
* ```
|
|
3225
|
-
* @version SDK : 1.26.0 |
|
|
3294
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
|
|
3226
3295
|
*/
|
|
3227
3296
|
Action["LiveboardUsers"] = "liveboardUsers";
|
|
3228
3297
|
/**
|
|
@@ -3240,108 +3309,124 @@ export var Action;
|
|
|
3240
3309
|
* hiddenAction: [Action.TML] // hide all TML actions
|
|
3241
3310
|
* disabledActions: [Action.TML] // to disable all TML actions
|
|
3242
3311
|
* ```
|
|
3243
|
-
* @version SDK : 1.28.3 |
|
|
3312
|
+
* @version SDK : 1.28.3 | ThoughtSpot: 9.12.0.cl, 10.1.0.sw
|
|
3244
3313
|
*/
|
|
3245
3314
|
Action["TML"] = "tml";
|
|
3246
3315
|
/**
|
|
3247
|
-
*
|
|
3248
|
-
* and Pin modal
|
|
3316
|
+
* The **Create Liveboard* action on
|
|
3317
|
+
* the Liveboards page and the Pin modal.
|
|
3318
|
+
* Allows users to create a Liveboard.
|
|
3319
|
+
*
|
|
3249
3320
|
* @example
|
|
3250
3321
|
* ```js
|
|
3251
3322
|
* hiddenAction: [Action.CreateLiveboard]
|
|
3252
3323
|
* disabledActions: [Action.CreateLiveboard]
|
|
3253
3324
|
* ```
|
|
3254
|
-
* @version SDK: 1.32.0 |
|
|
3325
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
|
|
3255
3326
|
*/
|
|
3256
3327
|
Action["CreateLiveboard"] = "createLiveboard";
|
|
3257
3328
|
/**
|
|
3258
|
-
* Action ID for to hide
|
|
3329
|
+
* Action ID for to hide or disable the
|
|
3330
|
+
* Verified Liveboard banner.
|
|
3259
3331
|
* @example
|
|
3260
3332
|
* ```js
|
|
3261
3333
|
* hiddenAction: [Action.VerifiedLiveboard]
|
|
3262
3334
|
* ```
|
|
3263
|
-
* @version SDK: 1.29.0 |
|
|
3335
|
+
* @version SDK: 1.29.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
|
|
3264
3336
|
*/
|
|
3265
3337
|
Action["VerifiedLiveboard"] = "verifiedLiveboard";
|
|
3266
3338
|
/**
|
|
3267
|
-
*
|
|
3339
|
+
* The *Ask Sage* action for Answers and visualizations.
|
|
3340
|
+
* Allows initiating a Natural Language Search query.
|
|
3341
|
+
*
|
|
3268
3342
|
* @example
|
|
3269
3343
|
* ```js
|
|
3270
3344
|
* hiddenAction: [Action.AskAi]
|
|
3271
3345
|
* ```
|
|
3272
|
-
* @version SDK: 1.29.0 |
|
|
3346
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
|
|
3273
3347
|
*/
|
|
3274
3348
|
Action["AskAi"] = "AskAi";
|
|
3275
3349
|
/**
|
|
3276
3350
|
* The **Add KPI to Watchlist** action on Home page watchlist.
|
|
3351
|
+
* Adds a KPI chart to the watchlist on the Home page.
|
|
3277
3352
|
* @example
|
|
3278
3353
|
* ```js
|
|
3279
3354
|
* disabledActions: [Action.AddToWatchlist]
|
|
3280
3355
|
* ```
|
|
3281
|
-
* @version SDK : 1.27.9 |
|
|
3356
|
+
* @version SDK : 1.27.9 | ThoughtSpot Cloud: 9.12.5.cl
|
|
3282
3357
|
*/
|
|
3283
3358
|
Action["AddToWatchlist"] = "addToWatchlist";
|
|
3284
3359
|
/**
|
|
3285
3360
|
* The **Remove from watchlist** menu action on KPI watchlist.
|
|
3361
|
+
* Removes a KPI chart from the watchlist on the Home page.
|
|
3286
3362
|
* @example
|
|
3287
3363
|
* ```js
|
|
3288
3364
|
* disabledActions: [Action.RemoveFromWatchlist]
|
|
3289
3365
|
* ```
|
|
3290
|
-
* @version SDK : 1.27.9 |
|
|
3366
|
+
* @version SDK : 1.27.9 | ThoughtSpot: 9.12.5.cl
|
|
3291
3367
|
*/
|
|
3292
3368
|
Action["RemoveFromWatchlist"] = "removeFromWatchlist";
|
|
3293
3369
|
/**
|
|
3294
|
-
* The **
|
|
3370
|
+
* The **Organize Favourites** action on Homepage
|
|
3371
|
+
* *Favorites* module.
|
|
3372
|
+
*
|
|
3295
3373
|
* @example
|
|
3296
3374
|
* ```js
|
|
3297
3375
|
* disabledActions: [Action.OrganiseFavourites]
|
|
3298
3376
|
* ```
|
|
3299
|
-
* @version SDK : 1.32.0 |
|
|
3377
|
+
* @version SDK : 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
3300
3378
|
*/
|
|
3301
3379
|
Action["OrganiseFavourites"] = "organiseFavourites";
|
|
3302
3380
|
/**
|
|
3303
|
-
*
|
|
3381
|
+
* The **AI Highlights** action on a Liveboard.
|
|
3382
|
+
*
|
|
3304
3383
|
* @example
|
|
3305
3384
|
* ```js
|
|
3306
3385
|
* hiddenAction: [Action.AIHighlights]
|
|
3307
3386
|
* ```
|
|
3308
|
-
* @version SDK: 1.27.10 |
|
|
3387
|
+
* @version SDK: 1.27.10 | ThoughtSpot Cloud: 9.12.5.cl
|
|
3309
3388
|
*/
|
|
3310
3389
|
Action["AIHighlights"] = "AIHighlights";
|
|
3311
3390
|
/**
|
|
3312
|
-
*
|
|
3391
|
+
* The *Edit* action on the *Liveboard Schedules* page
|
|
3392
|
+
* (new Homepage experience).
|
|
3393
|
+
* Allows editing Liveboard schedules.
|
|
3394
|
+
*
|
|
3313
3395
|
* @example
|
|
3314
3396
|
* ```js
|
|
3315
3397
|
* disabledActions: [Action.EditScheduleHomepage]
|
|
3316
3398
|
* ```
|
|
3317
|
-
* @version SDK: 1.34.0 |
|
|
3399
|
+
* @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
3318
3400
|
*/
|
|
3319
3401
|
Action["EditScheduleHomepage"] = "editScheduleHomepage";
|
|
3320
3402
|
/**
|
|
3321
|
-
*
|
|
3403
|
+
* The *Pause* action on the *Liveboard Schedules* page
|
|
3404
|
+
* Pauses a scheduled Liveboard job.
|
|
3322
3405
|
* @example
|
|
3323
3406
|
* ```js
|
|
3324
3407
|
* disabledActions: [Action.PauseScheduleHomepage]
|
|
3325
3408
|
* ```
|
|
3326
|
-
* @version SDK: 1.34.0 |
|
|
3409
|
+
* @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
3327
3410
|
*/
|
|
3328
3411
|
Action["PauseScheduleHomepage"] = "pauseScheduleHomepage";
|
|
3329
3412
|
/**
|
|
3330
|
-
*
|
|
3413
|
+
* The **View run history** action **Liveboard Schedules** page.
|
|
3414
|
+
* Allows viewing schedule run history.
|
|
3331
3415
|
* @example
|
|
3332
3416
|
* ```js
|
|
3333
3417
|
* disabledActions: [Action.ViewScheduleRunHomepage]
|
|
3334
3418
|
* ```
|
|
3335
|
-
* @version SDK: 1.34.0 |
|
|
3419
|
+
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
3336
3420
|
*/
|
|
3337
3421
|
Action["ViewScheduleRunHomepage"] = "viewScheduleRunHomepage";
|
|
3338
3422
|
/**
|
|
3339
|
-
* Action ID
|
|
3423
|
+
* Action ID to hide or disable the
|
|
3424
|
+
* unsubscribe option for Liveboard schedules.
|
|
3340
3425
|
* @example
|
|
3341
3426
|
* ```js
|
|
3342
3427
|
* disabledActions: [Action.UnsubscribeScheduleHomepage]
|
|
3343
3428
|
* ```
|
|
3344
|
-
* @version SDK: 1.34.0 |
|
|
3429
|
+
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
3345
3430
|
*/
|
|
3346
3431
|
Action["UnsubscribeScheduleHomepage"] = "unsubscribeScheduleHomepage";
|
|
3347
3432
|
/**
|
|
@@ -3350,16 +3435,17 @@ export var Action;
|
|
|
3350
3435
|
* ```js
|
|
3351
3436
|
* disabledActions: [Action.ManageTags]
|
|
3352
3437
|
* ```
|
|
3353
|
-
* @version SDK : 1.34.0 |
|
|
3438
|
+
* @version SDK : 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
3354
3439
|
*/
|
|
3355
3440
|
Action["ManageTags"] = "manageTags";
|
|
3356
3441
|
/**
|
|
3357
|
-
*
|
|
3442
|
+
* The **Delete** action on the **Liveboard Schedules* page.
|
|
3443
|
+
* Deletes a Liveboard schedule.
|
|
3358
3444
|
* @example
|
|
3359
3445
|
* ```js
|
|
3360
3446
|
* disabledActions: [Action.DeleteScheduleHomepage]
|
|
3361
3447
|
* ```
|
|
3362
|
-
* @version SDK: 1.34.0 |
|
|
3448
|
+
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
3363
3449
|
*/
|
|
3364
3450
|
Action["DeleteScheduleHomepage"] = "deleteScheduleHomepage";
|
|
3365
3451
|
/**
|
|
@@ -3368,7 +3454,7 @@ export var Action;
|
|
|
3368
3454
|
* ```js
|
|
3369
3455
|
* disabledActions: [Action.KPIAnalysisCTA]
|
|
3370
3456
|
* ```
|
|
3371
|
-
* @version SDK: 1.34.0 |
|
|
3457
|
+
* @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
3372
3458
|
*/
|
|
3373
3459
|
Action["KPIAnalysisCTA"] = "kpiAnalysisCTA";
|
|
3374
3460
|
/**
|
|
@@ -3377,61 +3463,73 @@ export var Action;
|
|
|
3377
3463
|
* ```js
|
|
3378
3464
|
* const disabledActions = [Action.DisableChipReorder]
|
|
3379
3465
|
* ```
|
|
3380
|
-
* @version SDK: 1.36.0 |
|
|
3466
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3381
3467
|
*/
|
|
3382
3468
|
Action["DisableChipReorder"] = "disableChipReorder";
|
|
3383
3469
|
/**
|
|
3384
|
-
* Action ID
|
|
3470
|
+
* Action ID to show, hide, or disable filters
|
|
3471
|
+
* in a Liveboard tab.
|
|
3472
|
+
*
|
|
3385
3473
|
* @example
|
|
3386
3474
|
* ```js
|
|
3387
3475
|
* hiddenAction: [Action.ChangeFilterVisibilityInTab]
|
|
3388
3476
|
* ```
|
|
3389
|
-
* @version SDK: 1.36.0 |
|
|
3477
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3390
3478
|
*/
|
|
3391
3479
|
Action["ChangeFilterVisibilityInTab"] = "changeFilterVisibilityInTab";
|
|
3392
3480
|
/**
|
|
3393
|
-
*
|
|
3481
|
+
* The **Preview data** button on the Spotter interface.
|
|
3482
|
+
* Allows previewing the data used for Spotter queries.
|
|
3483
|
+
*
|
|
3394
3484
|
* @example
|
|
3395
3485
|
* ```js
|
|
3396
3486
|
* hiddenAction: [Action.PreviewDataSpotter]
|
|
3397
3487
|
* ```
|
|
3398
|
-
* @version SDK: 1.36.0 |
|
|
3488
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3399
3489
|
*/
|
|
3400
3490
|
Action["PreviewDataSpotter"] = "previewDataSpotter";
|
|
3401
3491
|
/**
|
|
3402
|
-
*
|
|
3492
|
+
* The **Reset** link on the Spotter interface.
|
|
3493
|
+
* Resets the conversation with Spotter.
|
|
3494
|
+
*
|
|
3403
3495
|
* @example
|
|
3404
3496
|
* ```js
|
|
3405
3497
|
* hiddenAction: [Action.ResetSpotterChat]
|
|
3406
3498
|
* ```
|
|
3407
|
-
* @version SDK: 1.36.0 |
|
|
3499
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3408
3500
|
*/
|
|
3409
3501
|
Action["ResetSpotterChat"] = "resetSpotterChat";
|
|
3410
3502
|
/**
|
|
3411
|
-
* Action ID for hide
|
|
3503
|
+
* Action ID for hide or disable the
|
|
3504
|
+
* Spotter feedback widget.
|
|
3505
|
+
*
|
|
3412
3506
|
* @example
|
|
3413
3507
|
* ```js
|
|
3414
3508
|
* hiddenAction: [Action.SpotterFeedback]
|
|
3415
3509
|
* ```
|
|
3416
|
-
* @version SDK: 1.36.0 |
|
|
3510
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3417
3511
|
*/
|
|
3418
3512
|
Action["SpotterFeedback"] = "spotterFeedback";
|
|
3419
3513
|
/**
|
|
3420
|
-
* Action ID for hide
|
|
3514
|
+
* Action ID for hide or disable
|
|
3515
|
+
* the previous prompt edit option in Spotter.
|
|
3516
|
+
*
|
|
3421
3517
|
* @example
|
|
3422
3518
|
* ```js
|
|
3423
3519
|
* hiddenAction: [Action.EditPreviousPrompt]
|
|
3424
3520
|
* ```
|
|
3425
|
-
* @version SDK: 1.36.0 |
|
|
3521
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3426
3522
|
*/
|
|
3427
3523
|
Action["EditPreviousPrompt"] = "editPreviousPrompt";
|
|
3428
3524
|
/**
|
|
3429
|
-
* Action ID for hide
|
|
3525
|
+
* Action ID for hide or disable
|
|
3526
|
+
* the previous prompt deletion option in Spotter.
|
|
3527
|
+
*
|
|
3430
3528
|
* @example
|
|
3431
3529
|
* ```js
|
|
3432
3530
|
* hiddenAction: [Action.DeletePreviousPrompt]
|
|
3433
3531
|
* ```
|
|
3434
|
-
* @version SDK: 1.36.0 |
|
|
3532
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3435
3533
|
*/
|
|
3436
3534
|
Action["DeletePreviousPrompt"] = "deletePreviousPrompt";
|
|
3437
3535
|
/**
|
|
@@ -3440,7 +3538,7 @@ export var Action;
|
|
|
3440
3538
|
* ```js
|
|
3441
3539
|
* hiddenAction: [Action.EditTokens]
|
|
3442
3540
|
* ```
|
|
3443
|
-
* @version SDK: 1.36.0 |
|
|
3541
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
3444
3542
|
*/
|
|
3445
3543
|
Action["EditTokens"] = "editTokens";
|
|
3446
3544
|
})(Action || (Action = {}));
|
|
@@ -3470,7 +3568,7 @@ export var LogLevel;
|
|
|
3470
3568
|
* logLevel: LogLevel.SILENT,
|
|
3471
3569
|
* })
|
|
3472
3570
|
* ```
|
|
3473
|
-
* @version SDK: 1.26.7 |
|
|
3571
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
3474
3572
|
*/
|
|
3475
3573
|
LogLevel["SILENT"] = "SILENT";
|
|
3476
3574
|
/**
|
|
@@ -3482,7 +3580,7 @@ export var LogLevel;
|
|
|
3482
3580
|
* logLevel: LogLevel.ERROR,
|
|
3483
3581
|
* })
|
|
3484
3582
|
* ```
|
|
3485
|
-
* @version SDK: 1.26.7 |
|
|
3583
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
3486
3584
|
*/
|
|
3487
3585
|
LogLevel["ERROR"] = "ERROR";
|
|
3488
3586
|
/**
|
|
@@ -3494,7 +3592,7 @@ export var LogLevel;
|
|
|
3494
3592
|
* logLevel: LogLevel.WARN,
|
|
3495
3593
|
* })
|
|
3496
3594
|
* ```
|
|
3497
|
-
* @version SDK: 1.26.7 |
|
|
3595
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
3498
3596
|
*/
|
|
3499
3597
|
LogLevel["WARN"] = "WARN";
|
|
3500
3598
|
/**
|
|
@@ -3506,7 +3604,7 @@ export var LogLevel;
|
|
|
3506
3604
|
* logLevel: LogLevel.INFO,
|
|
3507
3605
|
* })
|
|
3508
3606
|
* ```
|
|
3509
|
-
* @version SDK: 1.26.7 |
|
|
3607
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
3510
3608
|
*/
|
|
3511
3609
|
LogLevel["INFO"] = "INFO";
|
|
3512
3610
|
/**
|
|
@@ -3518,7 +3616,7 @@ export var LogLevel;
|
|
|
3518
3616
|
* logLevel: LogLevel.DEBUG,
|
|
3519
3617
|
* })
|
|
3520
3618
|
* ```
|
|
3521
|
-
* @version SDK: 1.26.7 |
|
|
3619
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
3522
3620
|
*/
|
|
3523
3621
|
LogLevel["DEBUG"] = "DEBUG";
|
|
3524
3622
|
/**
|
|
@@ -3530,7 +3628,7 @@ export var LogLevel;
|
|
|
3530
3628
|
* logLevel: LogLevel.TRACE,
|
|
3531
3629
|
* })
|
|
3532
3630
|
* ```
|
|
3533
|
-
* @version SDK: 1.26.7 |
|
|
3631
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
3534
3632
|
*/
|
|
3535
3633
|
LogLevel["TRACE"] = "TRACE";
|
|
3536
3634
|
})(LogLevel || (LogLevel = {}));
|