@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/dist/src/types.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import type { SessionInterface } from './utils/graphql/answerService/answerServi
|
|
|
14
14
|
*/
|
|
15
15
|
export declare enum 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
|
|
@@ -211,8 +211,8 @@ export interface customCssInterface {
|
|
|
211
211
|
/**
|
|
212
212
|
* The custom css variables, which can be set.
|
|
213
213
|
* The allowed list is in the CustomCssVariables
|
|
214
|
-
* interface.
|
|
215
|
-
*
|
|
214
|
+
* interface. For more information, see
|
|
215
|
+
* link:https://developers.thoughtspot.com/docs/css-variables-reference
|
|
216
216
|
*/
|
|
217
217
|
variables?: CustomCssVariables;
|
|
218
218
|
/**
|
|
@@ -254,7 +254,7 @@ export interface CustomStyles {
|
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
256
|
* Configuration to define the customization on the Embedded
|
|
257
|
-
*
|
|
257
|
+
* ThoughtSpot components.
|
|
258
258
|
* You can customize styles, text strings, and icons.
|
|
259
259
|
* For more information, see https://developers.thoughtspot.com/docs/custom-css.
|
|
260
260
|
* @example
|
|
@@ -374,7 +374,7 @@ export interface EmbedConfig {
|
|
|
374
374
|
/**
|
|
375
375
|
* Boolean to define if the query parameters in the ThoughtSpot URL
|
|
376
376
|
* should be encoded in base64. This provides additional security to
|
|
377
|
-
*
|
|
377
|
+
* ThoughtSpot clusters against cross-site scripting attacks.
|
|
378
378
|
* @default false
|
|
379
379
|
*/
|
|
380
380
|
shouldEncodeUrlQueryParams?: boolean;
|
|
@@ -527,18 +527,18 @@ export interface EmbedConfig {
|
|
|
527
527
|
*/
|
|
528
528
|
disableSDKTracking?: boolean;
|
|
529
529
|
/**
|
|
530
|
-
* Overrides default/user
|
|
531
|
-
* @version SDK: 1.28.4 |
|
|
530
|
+
* Overrides default/user preferred locale for date formatting
|
|
531
|
+
* @version SDK: 1.28.4 | ThoughtSpot: 10.0.0.cl, 9.5.0.sw
|
|
532
532
|
*/
|
|
533
533
|
dateFormatLocale?: string;
|
|
534
534
|
/**
|
|
535
|
-
* Overrides default/user
|
|
536
|
-
* @version SDK: 1.28.4 |
|
|
535
|
+
* Overrides default/user preferred locale for number formatting
|
|
536
|
+
* @version SDK: 1.28.4 | ThoughtSpot: 10.0.0.cl, 9.5.0.sw
|
|
537
537
|
*/
|
|
538
538
|
numberFormatLocale?: string;
|
|
539
539
|
/**
|
|
540
540
|
* Format to be used for currency when currency format is set to infer from browser
|
|
541
|
-
* @version SDK: 1.28.4 |
|
|
541
|
+
* @version SDK: 1.28.4 | ThoughtSpot: 10.0.0.cl, 9.5.0.sw
|
|
542
542
|
*/
|
|
543
543
|
currencyFormat?: string;
|
|
544
544
|
/**
|
|
@@ -552,12 +552,12 @@ export interface EmbedConfig {
|
|
|
552
552
|
* disableTokenVerification : true
|
|
553
553
|
* })
|
|
554
554
|
* ```
|
|
555
|
-
* @version SDK: 1.28.5 |
|
|
555
|
+
* @version SDK: 1.28.5 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
|
|
556
556
|
*/
|
|
557
557
|
disableTokenVerification?: boolean;
|
|
558
558
|
/**
|
|
559
559
|
* This flag is used to disable showing the login failure page in the embedded app.
|
|
560
|
-
* @version SDK 1.32.3 |
|
|
560
|
+
* @version SDK 1.32.3 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
|
|
561
561
|
*/
|
|
562
562
|
disableLoginFailurePage?: boolean;
|
|
563
563
|
/**
|
|
@@ -595,7 +595,7 @@ export interface EmbedConfig {
|
|
|
595
595
|
* }
|
|
596
596
|
* });
|
|
597
597
|
* ```
|
|
598
|
-
* @version SDK 1.37.0 |
|
|
598
|
+
* @version SDK 1.37.0 | ThoughtSpot: 10.7.0.cl
|
|
599
599
|
*/
|
|
600
600
|
customVariablesForThirdPartyTools?: Record<string, any>;
|
|
601
601
|
}
|
|
@@ -754,7 +754,7 @@ export interface ViewConfig {
|
|
|
754
754
|
/**
|
|
755
755
|
* The list of parameter override to apply to a search answer,
|
|
756
756
|
* visualization, or Liveboard.
|
|
757
|
-
* @version SDK : 1.25.0 |
|
|
757
|
+
* @version SDK : 1.25.0 | ThoughtSpot: 9.2.0.cl, 9.5.0.sw
|
|
758
758
|
* @example
|
|
759
759
|
* ```js
|
|
760
760
|
* const embed = new LiveboardEmbed('#embed-container', {
|
|
@@ -814,7 +814,7 @@ export interface ViewConfig {
|
|
|
814
814
|
/**
|
|
815
815
|
* Insert as a sibling of the target container, instead of appending to a
|
|
816
816
|
* child inside it.
|
|
817
|
-
* @version SDK: 1.2.0 |
|
|
817
|
+
* @version SDK: 1.2.0 | ThoughtSpot: 9.0.0.cl, 9.0.0.sw
|
|
818
818
|
* @example
|
|
819
819
|
* ```js
|
|
820
820
|
* const embed = new LiveboardEmbed('#embed-container', {
|
|
@@ -887,7 +887,7 @@ export interface ViewConfig {
|
|
|
887
887
|
* 'f547ec54-2a37-4516-a222-2b06719af726']
|
|
888
888
|
* });
|
|
889
889
|
* ```
|
|
890
|
-
* @version SDK: 1.26.0 |
|
|
890
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
|
|
891
891
|
*/
|
|
892
892
|
hiddenTabs?: string[];
|
|
893
893
|
/**
|
|
@@ -897,7 +897,7 @@ export interface ViewConfig {
|
|
|
897
897
|
* **Note**: This option does not apply to the classic homepage.
|
|
898
898
|
* To access the updated modular homepage, set
|
|
899
899
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
900
|
-
* @version SDK: 1.28.0 |
|
|
900
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
|
|
901
901
|
* @example
|
|
902
902
|
* ```js
|
|
903
903
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -914,7 +914,7 @@ export interface ViewConfig {
|
|
|
914
914
|
* **Note**: This option does not apply to the classic homepage.
|
|
915
915
|
* To access the updated modular homepage, set
|
|
916
916
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
917
|
-
* @version SDK: 1.28.0|
|
|
917
|
+
* @version SDK: 1.28.0| ThoughtSpot: 9.12.5.cl, 10.1.0.sw
|
|
918
918
|
* @example
|
|
919
919
|
* ```js
|
|
920
920
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -929,7 +929,7 @@ export interface ViewConfig {
|
|
|
929
929
|
* Only the tabs specified in the array will be shown in the Liveboard.
|
|
930
930
|
*
|
|
931
931
|
* Use either `visibleTabs` or `hiddenTabs`.
|
|
932
|
-
* @version SDK: 1.26.0 |
|
|
932
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
|
|
933
933
|
* @example
|
|
934
934
|
* ```js
|
|
935
935
|
* const embed = new LiveboardEmbed('#embed-container', {
|
|
@@ -957,7 +957,7 @@ export interface ViewConfig {
|
|
|
957
957
|
* **Note**: This option does not apply to the classic homepage.
|
|
958
958
|
* To access the updated modular homepage, set
|
|
959
959
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
960
|
-
* @version SDK: 1.28.0 |
|
|
960
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
|
|
961
961
|
*/
|
|
962
962
|
hiddenHomeLeftNavItems?: HomeLeftNavItem[];
|
|
963
963
|
/**
|
|
@@ -972,7 +972,7 @@ export interface ViewConfig {
|
|
|
972
972
|
* });
|
|
973
973
|
* embed.showPreRender();
|
|
974
974
|
* ```
|
|
975
|
-
* @version SDK: 1.25.0 |
|
|
975
|
+
* @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 9.8.0.sw
|
|
976
976
|
*/
|
|
977
977
|
preRenderId?: string;
|
|
978
978
|
/**
|
|
@@ -1026,7 +1026,7 @@ export interface ViewConfig {
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* To set the initial state of the search bar in case of saved Answers.
|
|
1028
1028
|
* @default true
|
|
1029
|
-
* @version SDK: 1.34.0 |
|
|
1029
|
+
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
1030
1030
|
* @example
|
|
1031
1031
|
* ```js
|
|
1032
1032
|
* const embed = new LiveboardEmbed('#embed', {
|
|
@@ -1050,7 +1050,7 @@ export interface ViewConfig {
|
|
|
1050
1050
|
/**
|
|
1051
1051
|
* Flag to control Data panel experience
|
|
1052
1052
|
* @default false
|
|
1053
|
-
* @version SDK: 1.34.0 |
|
|
1053
|
+
* @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
1054
1054
|
* @example
|
|
1055
1055
|
* ```js
|
|
1056
1056
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -1062,7 +1062,7 @@ export interface ViewConfig {
|
|
|
1062
1062
|
dataPanelV2?: boolean;
|
|
1063
1063
|
/**
|
|
1064
1064
|
* To enable custom column groups in data panel v2
|
|
1065
|
-
* @version SDK: 1.32.0 |
|
|
1065
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
1066
1066
|
* @default false
|
|
1067
1067
|
* @example
|
|
1068
1068
|
* ```js
|
|
@@ -1092,7 +1092,7 @@ export interface ViewConfig {
|
|
|
1092
1092
|
/**
|
|
1093
1093
|
* Flag to control new flip tooltip context menu experience
|
|
1094
1094
|
* @default false
|
|
1095
|
-
* @version SDK: 1.36.0 |
|
|
1095
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
1096
1096
|
*/
|
|
1097
1097
|
enableFlipTooltipToContextMenu?: boolean;
|
|
1098
1098
|
}
|
|
@@ -1212,7 +1212,7 @@ export declare enum RuntimeFilterOp {
|
|
|
1212
1212
|
* **Note**: This option does not apply to the classic homepage.
|
|
1213
1213
|
* To access the updated modular homepage, set
|
|
1214
1214
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
1215
|
-
* @version SDK: 1.28.0 |
|
|
1215
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
|
|
1216
1216
|
*/
|
|
1217
1217
|
export declare enum HomepageModule {
|
|
1218
1218
|
/**
|
|
@@ -2055,7 +2055,7 @@ export declare enum EmbedEvent {
|
|
|
2055
2055
|
*/
|
|
2056
2056
|
Explore = "explore",
|
|
2057
2057
|
/**
|
|
2058
|
-
* Emitted when a user clicks **Copy link** action on a visualization
|
|
2058
|
+
* Emitted when a user clicks **Copy link** action on a visualization.
|
|
2059
2059
|
* @version SDK: 1.15.0 | ThoughtSpot: 8.7.0.cl, 8.8.1.sw
|
|
2060
2060
|
* @example
|
|
2061
2061
|
*```js
|
|
@@ -2105,23 +2105,26 @@ export declare enum EmbedEvent {
|
|
|
2105
2105
|
*/
|
|
2106
2106
|
FilterChanged = "filterChanged",
|
|
2107
2107
|
/**
|
|
2108
|
-
* Emitted when a user clicks the **Go** button
|
|
2109
|
-
*
|
|
2108
|
+
* Emitted when a user clicks the **Go** button to initiate
|
|
2109
|
+
* a Natural Language Search query
|
|
2110
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2110
2111
|
*/
|
|
2111
2112
|
SageEmbedQuery = "sageEmbedQuery",
|
|
2112
2113
|
/**
|
|
2113
|
-
* Emitted when a user selects a data source on the
|
|
2114
|
-
*
|
|
2114
|
+
* Emitted when a user selects a data source on the embedded
|
|
2115
|
+
* Natural Language Search interface.
|
|
2116
|
+
*
|
|
2117
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2115
2118
|
*/
|
|
2116
2119
|
SageWorksheetUpdated = "sageWorksheetUpdated",
|
|
2117
2120
|
/**
|
|
2118
2121
|
* Emitted when a user updates a connection on the **Data** page
|
|
2119
|
-
* @version SDK : 1.27.0 |
|
|
2122
|
+
* @version SDK : 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
2120
2123
|
*/
|
|
2121
2124
|
UpdateConnection = "updateConnection",
|
|
2122
2125
|
/**
|
|
2123
2126
|
* Emitted when a user updates a connection on the **Data** page
|
|
2124
|
-
* @version SDK : 1.27.0 |
|
|
2127
|
+
* @version SDK : 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
2125
2128
|
*/
|
|
2126
2129
|
CreateConnection = "createConnection",
|
|
2127
2130
|
/**
|
|
@@ -2131,7 +2134,7 @@ export declare enum EmbedEvent {
|
|
|
2131
2134
|
* @returns viewId: string
|
|
2132
2135
|
* @returns liveboardId: string
|
|
2133
2136
|
* @returns isPublic: boolean
|
|
2134
|
-
* @version SDK : 1.26.0 |
|
|
2137
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2135
2138
|
*/
|
|
2136
2139
|
UpdatePersonalisedView = "updatePersonalisedView",
|
|
2137
2140
|
/**
|
|
@@ -2140,7 +2143,7 @@ export declare enum EmbedEvent {
|
|
|
2140
2143
|
* @returns viewId: string
|
|
2141
2144
|
* @returns liveboardId: string
|
|
2142
2145
|
* @returns isPublic: boolean
|
|
2143
|
-
* @version SDK : 1.26.0 |
|
|
2146
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2144
2147
|
*/
|
|
2145
2148
|
SavePersonalisedView = "savePersonalisedView",
|
|
2146
2149
|
/**
|
|
@@ -2149,28 +2152,28 @@ export declare enum EmbedEvent {
|
|
|
2149
2152
|
* @returns viewId: string
|
|
2150
2153
|
* @returns liveboardId: string
|
|
2151
2154
|
* @returns isPublic: boolean
|
|
2152
|
-
* @version SDK : 1.26.0 |
|
|
2155
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2153
2156
|
*/
|
|
2154
2157
|
ResetLiveboard = "resetLiveboard",
|
|
2155
2158
|
/**
|
|
2156
2159
|
* Emitted when a PersonalisedView is deleted.
|
|
2157
2160
|
* @returns views: string[]
|
|
2158
2161
|
* @returns liveboardId: string
|
|
2159
|
-
* @version SDK : 1.26.0 |
|
|
2162
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
2160
2163
|
*/
|
|
2161
2164
|
DeletePersonalisedView = "deletePersonalisedView",
|
|
2162
2165
|
/**
|
|
2163
2166
|
* Emitted when a user creates a new worksheet
|
|
2164
|
-
* @version SDK : 1.27.0 |
|
|
2167
|
+
* @version SDK : 1.27.0 | ThoughtSpot Cloud: 9.8.0.cl
|
|
2165
2168
|
*/
|
|
2166
2169
|
CreateWorksheet = "createWorksheet",
|
|
2167
2170
|
/**
|
|
2168
|
-
* Emitted when Ask Sage is initialized.
|
|
2171
|
+
* Emitted when the *Ask Sage* is initialized.
|
|
2169
2172
|
* @returns viewName: string
|
|
2170
2173
|
* @returns viewId: string
|
|
2171
2174
|
* @returns liveboardId: string
|
|
2172
2175
|
* @returns isPublic: boolean
|
|
2173
|
-
* @version SDK : 1.29.0 |
|
|
2176
|
+
* @version SDK : 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
|
|
2174
2177
|
*/
|
|
2175
2178
|
AskSageInit = "AskSageInit",
|
|
2176
2179
|
/**
|
|
@@ -2198,7 +2201,7 @@ export declare enum EmbedEvent {
|
|
|
2198
2201
|
*
|
|
2199
2202
|
* error: Developers can customize the error message text when `execute`
|
|
2200
2203
|
* returns `false` using the error parameter in responder.
|
|
2201
|
-
* @version SDK : 1.29.0 |
|
|
2204
|
+
* @version SDK : 1.29.0 | ThoughtSpot : 10.3.0.cl
|
|
2202
2205
|
* @example
|
|
2203
2206
|
*```js
|
|
2204
2207
|
* .on(EmbedEvent.OnBeforeGetVizDataIntercept,
|
|
@@ -2246,7 +2249,7 @@ export declare enum EmbedEvent {
|
|
|
2246
2249
|
* console.log('payload', payload);
|
|
2247
2250
|
* })
|
|
2248
2251
|
*```
|
|
2249
|
-
* @version SDK : 1.29.0 |
|
|
2252
|
+
* @version SDK : 1.29.0 | ThoughtSpot : 10.3.0.cl
|
|
2250
2253
|
*/
|
|
2251
2254
|
ParameterChanged = "parameterChanged"
|
|
2252
2255
|
}
|
|
@@ -2393,7 +2396,7 @@ export declare enum HostEvent {
|
|
|
2393
2396
|
* const url = embed.trigger(HostEvent.GetIframeUrl);
|
|
2394
2397
|
* console.log("iFrameURL",url);
|
|
2395
2398
|
* ```
|
|
2396
|
-
* @version SDK: 1.35.0 |
|
|
2399
|
+
* @version SDK: 1.35.0 | ThoughtSpot: 10.4.0.cl
|
|
2397
2400
|
*/
|
|
2398
2401
|
GetIframeUrl = "GetIframeUrl",
|
|
2399
2402
|
/**
|
|
@@ -2426,6 +2429,11 @@ export declare enum HostEvent {
|
|
|
2426
2429
|
* attributes passed with this event are appended to the existing runtime
|
|
2427
2430
|
* filters applied on a Liveboard.
|
|
2428
2431
|
*
|
|
2432
|
+
* **Note**: `HostEvent.UpdateRuntimeFilters` is supported in `LiveboardEmbed`
|
|
2433
|
+
* and `AppEmbed` only. In full application embedding, this event updates
|
|
2434
|
+
* the runtime filters applied on the Liveboard and saved Answer objects.
|
|
2435
|
+
*
|
|
2436
|
+
*
|
|
2429
2437
|
* Pass an array of runtime filters with the following attributes:
|
|
2430
2438
|
*
|
|
2431
2439
|
* `columnName` - _String_. The name of the column to filter on.
|
|
@@ -2436,9 +2444,12 @@ export declare enum HostEvent {
|
|
|
2436
2444
|
* `values` - List of operands. Some operators such as EQ and LE allow a
|
|
2437
2445
|
* single value, whereas BW and IN accept multiple values.
|
|
2438
2446
|
*
|
|
2439
|
-
* **Note**:
|
|
2440
|
-
*
|
|
2441
|
-
*
|
|
2447
|
+
* **Note**: Updating runtime filters resets the ThoughtSpot
|
|
2448
|
+
* object to its original state and applies new filter conditions.
|
|
2449
|
+
* Any user changes (like drilling into a visualization)
|
|
2450
|
+
* will be cleared, restoring the original visualization
|
|
2451
|
+
* with the updated filters.
|
|
2452
|
+
*
|
|
2442
2453
|
* @param - {@link RuntimeFilter}[] an array of {@link RuntimeFilter} Types.
|
|
2443
2454
|
* @example
|
|
2444
2455
|
* ```js
|
|
@@ -2453,7 +2464,7 @@ export declare enum HostEvent {
|
|
|
2453
2464
|
UpdateRuntimeFilters = "UpdateRuntimeFilters",
|
|
2454
2465
|
/**
|
|
2455
2466
|
* Navigate to a specific page in the embedded ThoughtSpot application.
|
|
2456
|
-
* This is the same as calling `appEmbed.navigateToPage(path, true)
|
|
2467
|
+
* This is the same as calling `appEmbed.navigateToPage(path, true)`.
|
|
2457
2468
|
* @param - `path` - the path to navigate to to go forward or back. The path value can
|
|
2458
2469
|
* be a number; for example, `1`, `-1`.
|
|
2459
2470
|
* @example
|
|
@@ -2748,7 +2759,9 @@ export declare enum HostEvent {
|
|
|
2748
2759
|
*/
|
|
2749
2760
|
GetTML = "getTML",
|
|
2750
2761
|
/**
|
|
2751
|
-
* Trigger the **Show underlying data** action on
|
|
2762
|
+
* Trigger the **Show underlying data** action on a
|
|
2763
|
+
* chart or table.
|
|
2764
|
+
*
|
|
2752
2765
|
* @param - an object with vizId as a key
|
|
2753
2766
|
* @example
|
|
2754
2767
|
* ```js
|
|
@@ -2782,8 +2795,8 @@ export declare enum HostEvent {
|
|
|
2782
2795
|
*/
|
|
2783
2796
|
Delete = "onDeleteAnswer",
|
|
2784
2797
|
/**
|
|
2785
|
-
* Trigger the **SpotIQ analyze** action on
|
|
2786
|
-
* or
|
|
2798
|
+
* Trigger the **SpotIQ analyze** action on a
|
|
2799
|
+
* chart or table.
|
|
2787
2800
|
* @param - Liveboard embed takes `vizId` as a
|
|
2788
2801
|
* key. Can be left undefined when embedding Search or
|
|
2789
2802
|
* visualization.
|
|
@@ -3056,7 +3069,7 @@ export declare enum HostEvent {
|
|
|
3056
3069
|
* '430496d6-6903-4601-937e-2c691821af3c',
|
|
3057
3070
|
* 'f547ec54-2a37-4516-a222-2b06719af726'])
|
|
3058
3071
|
* ```
|
|
3059
|
-
* @version SDK: 1.26.0 |
|
|
3072
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
3060
3073
|
*/
|
|
3061
3074
|
SetVisibleTabs = "SetPinboardVisibleTabs",
|
|
3062
3075
|
/**
|
|
@@ -3069,7 +3082,7 @@ export declare enum HostEvent {
|
|
|
3069
3082
|
* '630496d6-6903-4601-937e-2c691821af3c',
|
|
3070
3083
|
* 'i547ec54-2a37-4516-a222-2b06719af726'])
|
|
3071
3084
|
* ```
|
|
3072
|
-
* @version SDK: 1.26.0 |
|
|
3085
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
3073
3086
|
*/
|
|
3074
3087
|
SetHiddenTabs = "SetPinboardHiddenTabs",
|
|
3075
3088
|
/**
|
|
@@ -3083,7 +3096,7 @@ export declare enum HostEvent {
|
|
|
3083
3096
|
* executeSearch: true,
|
|
3084
3097
|
* })
|
|
3085
3098
|
* ```
|
|
3086
|
-
* @version SDK: 1.26.0 |
|
|
3099
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
3087
3100
|
*/
|
|
3088
3101
|
UpdateSageQuery = "updateSageQuery",
|
|
3089
3102
|
/**
|
|
@@ -3100,21 +3113,22 @@ export declare enum HostEvent {
|
|
|
3100
3113
|
* ```js
|
|
3101
3114
|
* const {session} = await embed.trigger( HostEvent.GetAnswerSession )
|
|
3102
3115
|
* ```
|
|
3103
|
-
* @version SDK: 1.26.0 |
|
|
3116
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
|
|
3104
3117
|
*/
|
|
3105
3118
|
GetAnswerSession = "getAnswerSession",
|
|
3106
3119
|
/**
|
|
3107
|
-
* Trigger Ask Sage for
|
|
3120
|
+
* Trigger the *Ask Sage* action for visualizations
|
|
3108
3121
|
* @example
|
|
3109
3122
|
* ```js
|
|
3110
3123
|
* liveboardEmbed.trigger(HostEvent.AskSage,
|
|
3111
3124
|
* {vizId:'730496d6-6903-4601-937e-2c691821af3c'})
|
|
3112
3125
|
* ```
|
|
3113
|
-
* @version SDK: 1.29.0 |
|
|
3126
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
|
|
3114
3127
|
*/
|
|
3115
3128
|
AskSage = "AskSage",
|
|
3116
3129
|
/**
|
|
3117
|
-
* Trigger cross filter update action on a Liveboard
|
|
3130
|
+
* Trigger cross filter update action on a Liveboard.
|
|
3131
|
+
*
|
|
3118
3132
|
* @example
|
|
3119
3133
|
* ```js
|
|
3120
3134
|
* liveboardEmbed.trigger(HostEvent.UpdateCrossFilter, {
|
|
@@ -3125,7 +3139,7 @@ export declare enum HostEvent {
|
|
|
3125
3139
|
* ],
|
|
3126
3140
|
* });
|
|
3127
3141
|
* ```
|
|
3128
|
-
* @version SDK: 1.29.0 |
|
|
3142
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.0.0.cl, 10.1.0.sw
|
|
3129
3143
|
*/
|
|
3130
3144
|
UpdateCrossFilter = "UpdateCrossFilter",
|
|
3131
3145
|
/**
|
|
@@ -3134,11 +3148,13 @@ export declare enum HostEvent {
|
|
|
3134
3148
|
* ```js
|
|
3135
3149
|
* liveboardEmbed.trigger(HostEvent.ResetLiveboardPersonalisedView);
|
|
3136
3150
|
* ```
|
|
3137
|
-
* @version SDK: 1.29.0 |
|
|
3151
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 10.1.0.cl, 10.1.0.sw
|
|
3138
3152
|
*/
|
|
3139
3153
|
ResetLiveboardPersonalisedView = "ResetLiveboardPersonalisedView",
|
|
3140
3154
|
/**
|
|
3141
|
-
* Triggers an
|
|
3155
|
+
* Triggers an action to update Parameter values on embedded
|
|
3156
|
+
* Answers and Liveboard.
|
|
3157
|
+
*
|
|
3142
3158
|
* @example
|
|
3143
3159
|
* ```js
|
|
3144
3160
|
* liveboardEmbed.trigger(HostEvent.UpdateParameters, [{
|
|
@@ -3146,30 +3162,30 @@ export declare enum HostEvent {
|
|
|
3146
3162
|
* value: "almond"
|
|
3147
3163
|
* }])
|
|
3148
3164
|
*
|
|
3149
|
-
* @version SDK: 1.29.0 |
|
|
3165
|
+
* @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
|
|
3150
3166
|
*/
|
|
3151
3167
|
UpdateParameters = "UpdateParameters",
|
|
3152
3168
|
/**
|
|
3153
|
-
* Triggers GetParameters to fetch the runtime
|
|
3169
|
+
* Triggers GetParameters to fetch the runtime Parameters.
|
|
3154
3170
|
* ```js
|
|
3155
3171
|
* liveboardEmbed.trigger(HostEvent.GetParameters).then((parameter) => {
|
|
3156
3172
|
* console.log('parameters', parameter);
|
|
3157
3173
|
* });
|
|
3158
3174
|
*```
|
|
3159
|
-
* @version SDK: 1.29.0 |
|
|
3175
|
+
* @version SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
|
|
3160
3176
|
*/
|
|
3161
3177
|
GetParameters = "GetParameters",
|
|
3162
3178
|
/**
|
|
3163
|
-
* Triggers an event to update a
|
|
3179
|
+
* Triggers an event to update a personalized view of a Liveboard.
|
|
3164
3180
|
* ```js
|
|
3165
3181
|
* liveboardEmbed.trigger(HostEvent.UpdatePersonalisedView, {viewId: '1234'})
|
|
3166
3182
|
* ```
|
|
3167
|
-
* @version SDK: 1.36.0 |
|
|
3183
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
3168
3184
|
*/
|
|
3169
3185
|
UpdatePersonalisedView = "UpdatePersonalisedView",
|
|
3170
3186
|
/**
|
|
3171
|
-
* Triggers the action to get the current view of the
|
|
3172
|
-
* @version SDK: 1.36.0 |
|
|
3187
|
+
* Triggers the action to get the current view of the Liveboard.
|
|
3188
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
3173
3189
|
*/
|
|
3174
3190
|
SaveAnswer = "saveAnswer",
|
|
3175
3191
|
/**
|
|
@@ -3389,7 +3405,8 @@ export declare enum Action {
|
|
|
3389
3405
|
ResetLayout = "resetLayout",
|
|
3390
3406
|
/**
|
|
3391
3407
|
* The **Schedule** menu action on a Liveboard.
|
|
3392
|
-
* Allows scheduling a Liveboard
|
|
3408
|
+
* Allows scheduling a Liveboard job, for example,
|
|
3409
|
+
* sending periodic notifications.
|
|
3393
3410
|
* @example
|
|
3394
3411
|
* ```js
|
|
3395
3412
|
* disabledActions: [Action.Schedule]
|
|
@@ -3431,7 +3448,7 @@ export declare enum Action {
|
|
|
3431
3448
|
* ```js
|
|
3432
3449
|
* disabledActions: [Action.AddDataPanelObjects]
|
|
3433
3450
|
* ```
|
|
3434
|
-
* @version SDK: 1.32.0 |
|
|
3451
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
3435
3452
|
*/
|
|
3436
3453
|
AddDataPanelObjects = "addDataPanelObjects",
|
|
3437
3454
|
/**
|
|
@@ -3444,7 +3461,28 @@ export declare enum Action {
|
|
|
3444
3461
|
* ```
|
|
3445
3462
|
*/
|
|
3446
3463
|
ConfigureFilter = "configureFilter",
|
|
3464
|
+
/**
|
|
3465
|
+
* The **Collapse data sources** icon on the Search page.
|
|
3466
|
+
* Collapses the panel showing data sources.
|
|
3467
|
+
*
|
|
3468
|
+
* @example
|
|
3469
|
+
* ```js
|
|
3470
|
+
* disabledActions: [Action.CollapseDataPanel]
|
|
3471
|
+
* ```
|
|
3472
|
+
* @version: SDK: 1.1.0 | ThoughtSpot Cloud: ts7.may.cl, 8.4.1.sw
|
|
3473
|
+
*/
|
|
3447
3474
|
CollapseDataSources = "collapseDataSources",
|
|
3475
|
+
/**
|
|
3476
|
+
* The **Collapse data panel** icon on the Search page.
|
|
3477
|
+
* Collapses the data panel view.
|
|
3478
|
+
*
|
|
3479
|
+
* @version: SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl, 10.7.0.sw
|
|
3480
|
+
*
|
|
3481
|
+
* @example
|
|
3482
|
+
* ```js
|
|
3483
|
+
* disabledActions: [Action.CollapseDataPanel]
|
|
3484
|
+
* ```
|
|
3485
|
+
*/
|
|
3448
3486
|
CollapseDataPanel = "collapseDataPanel",
|
|
3449
3487
|
/**
|
|
3450
3488
|
* The **Choose sources** button on Search page.
|
|
@@ -3480,7 +3518,7 @@ export declare enum Action {
|
|
|
3480
3518
|
* ```js
|
|
3481
3519
|
* disabledActions: [Action.AddColumnSet]
|
|
3482
3520
|
* ```
|
|
3483
|
-
* @version SDK: 1.32.0 |
|
|
3521
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
3484
3522
|
*/
|
|
3485
3523
|
AddColumnSet = "addSimpleCohort",
|
|
3486
3524
|
/**
|
|
@@ -3490,7 +3528,7 @@ export declare enum Action {
|
|
|
3490
3528
|
* ```js
|
|
3491
3529
|
* disabledActions: [Action.AddQuerySet]
|
|
3492
3530
|
* ```
|
|
3493
|
-
* @version SDK: 1.32.0 |
|
|
3531
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
3494
3532
|
*/
|
|
3495
3533
|
AddQuerySet = "addAdvancedCohort",
|
|
3496
3534
|
/**
|
|
@@ -3522,6 +3560,8 @@ export declare enum Action {
|
|
|
3522
3560
|
/**
|
|
3523
3561
|
* The **Show underlying data** menu action on a visualization or
|
|
3524
3562
|
* Answer page.
|
|
3563
|
+
* Displays detailed information and raw data
|
|
3564
|
+
* for a given visualization.
|
|
3525
3565
|
* @example
|
|
3526
3566
|
* ```js
|
|
3527
3567
|
* disabledActions: [Action.ShowUnderlyingData]
|
|
@@ -3723,6 +3763,7 @@ export declare enum Action {
|
|
|
3723
3763
|
AnalysisInfo = "analysisInfo",
|
|
3724
3764
|
/**
|
|
3725
3765
|
* The **Schedule** menu action on a Liveboard.
|
|
3766
|
+
* Allows scheduling a Liveboard job.
|
|
3726
3767
|
* @example
|
|
3727
3768
|
* ```js
|
|
3728
3769
|
* disabledActions: [Action.Subscription]
|
|
@@ -3792,8 +3833,13 @@ export declare enum Action {
|
|
|
3792
3833
|
*/
|
|
3793
3834
|
RequestAccess = "requestAccess",
|
|
3794
3835
|
/**
|
|
3795
|
-
* The **Query visualizer** and **Query SQL** buttons in
|
|
3796
|
-
* of the Answer page
|
|
3836
|
+
* The **Query visualizer** and **Query SQL** buttons in
|
|
3837
|
+
* Query details panel of the Answer page.
|
|
3838
|
+
*
|
|
3839
|
+
* **Query visualizer** - Displays the tables
|
|
3840
|
+
* and filters used in a search query.
|
|
3841
|
+
* **Query SQL** - Displays the SQL statements used
|
|
3842
|
+
* in a search query to fetch data.
|
|
3797
3843
|
* @example
|
|
3798
3844
|
* ```js
|
|
3799
3845
|
* disabledActions: [Action.QueryDetailsButtons]
|
|
@@ -3811,7 +3857,10 @@ export declare enum Action {
|
|
|
3811
3857
|
*/
|
|
3812
3858
|
AnswerDelete = "onDeleteAnswer",
|
|
3813
3859
|
/**
|
|
3814
|
-
* The
|
|
3860
|
+
* The chart switcher icon on Answer page and
|
|
3861
|
+
* visualizations in edit mode.
|
|
3862
|
+
* Allows switching to the table or chart mode
|
|
3863
|
+
* when editing a visualization.
|
|
3815
3864
|
* @example
|
|
3816
3865
|
* ```js
|
|
3817
3866
|
* disabledActions: [Action.AnswerChartSwitcher]
|
|
@@ -3820,7 +3869,10 @@ export declare enum Action {
|
|
|
3820
3869
|
*/
|
|
3821
3870
|
AnswerChartSwitcher = "answerChartSwitcher",
|
|
3822
3871
|
/**
|
|
3823
|
-
* Favorites icon (*)
|
|
3872
|
+
* The Favorites icon (*) for Answers,
|
|
3873
|
+
* Liveboard, and data objects like Worksheet, Model,
|
|
3874
|
+
* Tables and Views.
|
|
3875
|
+
* Allows adding an object to the user’s favorites list.
|
|
3824
3876
|
* @example
|
|
3825
3877
|
* ```js
|
|
3826
3878
|
* disabledActions: [Action.AddToFavorites]
|
|
@@ -3838,7 +3890,9 @@ export declare enum Action {
|
|
|
3838
3890
|
*/
|
|
3839
3891
|
EditDetails = "editDetails",
|
|
3840
3892
|
/**
|
|
3841
|
-
* The Create alert action
|
|
3893
|
+
* The *Create alert* action for KPI charts.
|
|
3894
|
+
* Allows users to schedule threshold-based alerts
|
|
3895
|
+
* for KPI charts.
|
|
3842
3896
|
* @example
|
|
3843
3897
|
* ```js
|
|
3844
3898
|
* disabledActions: [Action.CreateMonitor]
|
|
@@ -3894,7 +3948,7 @@ export declare enum Action {
|
|
|
3894
3948
|
* ```js
|
|
3895
3949
|
* disabledActions: [Action.CrossFilter]
|
|
3896
3950
|
* ```
|
|
3897
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3951
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.8.0.sw
|
|
3898
3952
|
*/
|
|
3899
3953
|
CrossFilter = "context-menu-item-cross-filter",
|
|
3900
3954
|
/**
|
|
@@ -3904,7 +3958,7 @@ export declare enum Action {
|
|
|
3904
3958
|
* ```js
|
|
3905
3959
|
* disabledActions: [Action.SyncToSlack]
|
|
3906
3960
|
* ```
|
|
3907
|
-
* @version @version SDK : 1.32.0 |
|
|
3961
|
+
* @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
|
|
3908
3962
|
*/
|
|
3909
3963
|
SyncToSlack = "syncToSlack",
|
|
3910
3964
|
/**
|
|
@@ -3914,7 +3968,7 @@ export declare enum Action {
|
|
|
3914
3968
|
* ```js
|
|
3915
3969
|
* disabledActions: [Action.SyncToTeams]
|
|
3916
3970
|
* ```
|
|
3917
|
-
* @version @version SDK : 1.32.0 |
|
|
3971
|
+
* @version @version SDK : 1.32.0 | ThoughtSpot Cloud: 10.1.0.cl
|
|
3918
3972
|
*/
|
|
3919
3973
|
SyncToTeams = "syncToTeams",
|
|
3920
3974
|
/**
|
|
@@ -3925,7 +3979,7 @@ export declare enum Action {
|
|
|
3925
3979
|
* ```js
|
|
3926
3980
|
* disabledActions: [Action.RemoveCrossFilter]
|
|
3927
3981
|
* ```
|
|
3928
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3982
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3929
3983
|
*/
|
|
3930
3984
|
RemoveCrossFilter = "context-menu-item-remove-cross-filter",
|
|
3931
3985
|
/**
|
|
@@ -3936,7 +3990,7 @@ export declare enum Action {
|
|
|
3936
3990
|
* ```js
|
|
3937
3991
|
* disabledActions: [Action.AxisMenuAggregate]
|
|
3938
3992
|
* ```
|
|
3939
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
3993
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3940
3994
|
*/
|
|
3941
3995
|
AxisMenuAggregate = "axisMenuAggregate",
|
|
3942
3996
|
/**
|
|
@@ -3947,17 +4001,19 @@ export declare enum Action {
|
|
|
3947
4001
|
* ```js
|
|
3948
4002
|
* disabledActions: [Action.AxisMenuTimeBucket]
|
|
3949
4003
|
* ```
|
|
3950
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4004
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3951
4005
|
*/
|
|
3952
4006
|
AxisMenuTimeBucket = "axisMenuTimeBucket",
|
|
3953
4007
|
/**
|
|
3954
4008
|
* The **Filter** action in the chart axis or table column
|
|
3955
4009
|
* customization menu.
|
|
4010
|
+
* Allows adding, editing, or removing filters.
|
|
4011
|
+
*
|
|
3956
4012
|
* @example
|
|
3957
4013
|
* ```js
|
|
3958
4014
|
* disabledActions: [Action.AxisMenuFilter]
|
|
3959
4015
|
* ```
|
|
3960
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4016
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3961
4017
|
*/
|
|
3962
4018
|
AxisMenuFilter = "axisMenuFilter",
|
|
3963
4019
|
/**
|
|
@@ -3968,7 +4024,7 @@ export declare enum Action {
|
|
|
3968
4024
|
* ```js
|
|
3969
4025
|
* disabledActions: [Action.AxisMenuConditionalFormat]
|
|
3970
4026
|
* ```
|
|
3971
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4027
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3972
4028
|
*/
|
|
3973
4029
|
AxisMenuConditionalFormat = "axisMenuConditionalFormat",
|
|
3974
4030
|
/**
|
|
@@ -3979,7 +4035,7 @@ export declare enum Action {
|
|
|
3979
4035
|
* ```js
|
|
3980
4036
|
* disabledActions: [Action.AxisMenuConditionalFormat]
|
|
3981
4037
|
* ```
|
|
3982
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4038
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3983
4039
|
*/
|
|
3984
4040
|
AxisMenuSort = "axisMenuSort",
|
|
3985
4041
|
/**
|
|
@@ -3991,7 +4047,7 @@ export declare enum Action {
|
|
|
3991
4047
|
* ```js
|
|
3992
4048
|
* disabledActions: [Action.AxisMenuGroup]
|
|
3993
4049
|
* ```
|
|
3994
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4050
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
3995
4051
|
*/
|
|
3996
4052
|
AxisMenuGroup = "axisMenuGroup",
|
|
3997
4053
|
/**
|
|
@@ -4002,7 +4058,7 @@ export declare enum Action {
|
|
|
4002
4058
|
* ```js
|
|
4003
4059
|
* disabledActions: [Action.AxisMenuPosition]
|
|
4004
4060
|
* ```
|
|
4005
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4061
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
4006
4062
|
*/
|
|
4007
4063
|
AxisMenuPosition = "axisMenuPosition",
|
|
4008
4064
|
/**
|
|
@@ -4012,7 +4068,7 @@ export declare enum Action {
|
|
|
4012
4068
|
* ```js
|
|
4013
4069
|
* disabledActions: [Action.AxisMenuRename]
|
|
4014
4070
|
* ```
|
|
4015
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4071
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
4016
4072
|
*/
|
|
4017
4073
|
AxisMenuRename = "axisMenuRename",
|
|
4018
4074
|
/**
|
|
@@ -4023,7 +4079,7 @@ export declare enum Action {
|
|
|
4023
4079
|
* ```js
|
|
4024
4080
|
* disabledActions: [Action.AxisMenuEdit]
|
|
4025
4081
|
* ```
|
|
4026
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4082
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
4027
4083
|
*/
|
|
4028
4084
|
AxisMenuEdit = "axisMenuEdit",
|
|
4029
4085
|
/**
|
|
@@ -4033,7 +4089,7 @@ export declare enum Action {
|
|
|
4033
4089
|
* ```js
|
|
4034
4090
|
* disabledActions: [Action.AxisMenuNumberFormat]
|
|
4035
4091
|
* ```
|
|
4036
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4092
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
4037
4093
|
*/
|
|
4038
4094
|
AxisMenuNumberFormat = "axisMenuNumberFormat",
|
|
4039
4095
|
/**
|
|
@@ -4043,7 +4099,7 @@ export declare enum Action {
|
|
|
4043
4099
|
* ```js
|
|
4044
4100
|
* disabledActions: [Action.AxisMenuTextWrapping]
|
|
4045
4101
|
* ```
|
|
4046
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4102
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
4047
4103
|
*/
|
|
4048
4104
|
AxisMenuTextWrapping = "axisMenuTextWrapping",
|
|
4049
4105
|
/**
|
|
@@ -4055,7 +4111,7 @@ export declare enum Action {
|
|
|
4055
4111
|
* ```js
|
|
4056
4112
|
* disabledActions: [Action.AxisMenuRemove]
|
|
4057
4113
|
* ```
|
|
4058
|
-
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
4114
|
+
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
4059
4115
|
*/
|
|
4060
4116
|
AxisMenuRemove = "axisMenuRemove",
|
|
4061
4117
|
/**
|
|
@@ -4069,26 +4125,27 @@ export declare enum Action {
|
|
|
4069
4125
|
* ```js
|
|
4070
4126
|
* disabledActions: [Action.RenameModalTitleDescription]
|
|
4071
4127
|
* ```
|
|
4072
|
-
* @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
|
|
4128
|
+
* @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl, 9.8.0.sw
|
|
4073
4129
|
*/
|
|
4074
4130
|
RenameModalTitleDescription = "renameModalTitleDescription",
|
|
4075
4131
|
/**
|
|
4076
|
-
*
|
|
4132
|
+
* The *Request verification* action on a Liveboard.
|
|
4133
|
+
* Initiates a request for Liveboard verification.
|
|
4077
4134
|
* @example
|
|
4078
4135
|
* ```js
|
|
4079
4136
|
* disabledActions: [Action.RequestVerification]
|
|
4080
4137
|
* ```
|
|
4081
|
-
* @version SDK: 1.25.0 |
|
|
4138
|
+
* @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
|
|
4082
4139
|
*/
|
|
4083
4140
|
RequestVerification = "requestVerification",
|
|
4084
4141
|
/**
|
|
4085
4142
|
*
|
|
4086
|
-
*Allows users to mark a Liveboard as verified.
|
|
4143
|
+
* Allows users to mark a Liveboard as verified.
|
|
4087
4144
|
* @example
|
|
4088
4145
|
* ```js
|
|
4089
4146
|
* disabledActions: [Action.MarkAsVerified]
|
|
4090
4147
|
* ```
|
|
4091
|
-
* @version SDK: 1.25.0 |
|
|
4148
|
+
* @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 10.1.0.sw
|
|
4092
4149
|
*/
|
|
4093
4150
|
MarkAsVerified = "markAsVerified",
|
|
4094
4151
|
/**
|
|
@@ -4098,7 +4155,7 @@ export declare enum Action {
|
|
|
4098
4155
|
* ```js
|
|
4099
4156
|
* disabledActions: [Action.AddTab]
|
|
4100
4157
|
* ```
|
|
4101
|
-
* @version SDK: 1.26.0 |
|
|
4158
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
4102
4159
|
*/
|
|
4103
4160
|
AddTab = "addTab",
|
|
4104
4161
|
/**
|
|
@@ -4108,35 +4165,42 @@ export declare enum Action {
|
|
|
4108
4165
|
* ```js
|
|
4109
4166
|
* disabledActions: [Action.EnableContextualChangeAnalysis]
|
|
4110
4167
|
* ```
|
|
4111
|
-
* @version SDK: 1.25.0 |
|
|
4168
|
+
* @version SDK: 1.25.0 | ThoughtSpot Cloud: 9.6.0.cl
|
|
4112
4169
|
*/
|
|
4113
4170
|
EnableContextualChangeAnalysis = "enableContextualChangeAnalysis",
|
|
4114
4171
|
/**
|
|
4172
|
+
* Action ID to hide or disable Natural Language Search query.
|
|
4115
4173
|
*
|
|
4116
4174
|
* @example
|
|
4117
4175
|
* ```js
|
|
4118
4176
|
* disabledActions: [Action.ShowSageQuery]
|
|
4119
4177
|
* ```
|
|
4120
|
-
* @version SDK: 1.26.0 |
|
|
4178
|
+
* @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
|
|
4121
4179
|
*/
|
|
4122
4180
|
ShowSageQuery = "showSageQuery",
|
|
4123
4181
|
/**
|
|
4182
|
+
*
|
|
4183
|
+
* Action ID to hide or disable the edit option for the
|
|
4184
|
+
* results generated from the
|
|
4185
|
+
* Natural Language Search query.
|
|
4124
4186
|
*
|
|
4125
4187
|
* @example
|
|
4126
4188
|
* ```js
|
|
4127
4189
|
* disabledActions: [Action.EditSageAnswer]
|
|
4128
4190
|
* ```
|
|
4129
|
-
* @version SDK: 1.26.0 |
|
|
4191
|
+
* @version SDK: 1.26.0 | ThoughtSpot Cloud: 9.7.0.cl
|
|
4130
4192
|
*/
|
|
4131
4193
|
EditSageAnswer = "editSageAnswer",
|
|
4132
4194
|
/**
|
|
4195
|
+
* The feedback widget for AI-generated Answers.
|
|
4196
|
+
* Allows users to send feedback on the Answers generated
|
|
4197
|
+
* from a Natural Language Search query.
|
|
4133
4198
|
*
|
|
4134
|
-
*This action allows users to send feedback on AI-generated Answers.
|
|
4135
4199
|
* @example
|
|
4136
4200
|
* ```js
|
|
4137
4201
|
* disabledActions: [Action.SageAnswerFeedback]
|
|
4138
4202
|
* ```
|
|
4139
|
-
* @version SDK: 1.26.0 |
|
|
4203
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
|
|
4140
4204
|
*/
|
|
4141
4205
|
SageAnswerFeedback = "sageAnswerFeedback",
|
|
4142
4206
|
/**
|
|
@@ -4145,7 +4209,7 @@ export declare enum Action {
|
|
|
4145
4209
|
* ```js
|
|
4146
4210
|
* disabledActions: [Action.ModifySageAnswer]
|
|
4147
4211
|
* ```
|
|
4148
|
-
* @version SDK: 1.26.0 |
|
|
4212
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl
|
|
4149
4213
|
*/
|
|
4150
4214
|
ModifySageAnswer = "modifySageAnswer",
|
|
4151
4215
|
/**
|
|
@@ -4158,7 +4222,10 @@ export declare enum Action {
|
|
|
4158
4222
|
*/
|
|
4159
4223
|
MoveToTab = "onContainerMove",
|
|
4160
4224
|
/**
|
|
4161
|
-
* The **Manage
|
|
4225
|
+
* The **Manage Alerts** menu action on KPI visualizations.
|
|
4226
|
+
* Allows creating, viewing, and editing monitor
|
|
4227
|
+
* alerts for a KPI chart.
|
|
4228
|
+
*
|
|
4162
4229
|
* @example
|
|
4163
4230
|
* ```js
|
|
4164
4231
|
* disabledActions: [Action.ManageMonitor]
|
|
@@ -4166,21 +4233,23 @@ export declare enum Action {
|
|
|
4166
4233
|
*/
|
|
4167
4234
|
ManageMonitor = "manageMonitor",
|
|
4168
4235
|
/**
|
|
4169
|
-
*
|
|
4236
|
+
* The Liveboard Personalised Views dropdown.
|
|
4237
|
+
* Allows navigating to a personalized Liveboard View.
|
|
4170
4238
|
* @example
|
|
4171
4239
|
* ```js
|
|
4172
4240
|
* disabledActions: [Action.PersonalisedViewsDropdown]
|
|
4173
4241
|
* ```
|
|
4174
|
-
* @version SDK : 1.26.0 |
|
|
4242
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
|
|
4175
4243
|
*/
|
|
4176
4244
|
PersonalisedViewsDropdown = "personalisedViewsDropdown",
|
|
4177
4245
|
/**
|
|
4178
|
-
* Action ID for
|
|
4246
|
+
* Action ID for show or hide the user details on a
|
|
4247
|
+
* Liveboard (Recently visited / social proof)
|
|
4179
4248
|
* @example
|
|
4180
4249
|
* ```js
|
|
4181
4250
|
* disabledActions: [Action.LiveboardUsers]
|
|
4182
4251
|
* ```
|
|
4183
|
-
* @version SDK : 1.26.0 |
|
|
4252
|
+
* @version SDK : 1.26.0 | ThoughtSpot: 9.7.0.cl, 10.1.0.sw
|
|
4184
4253
|
*/
|
|
4185
4254
|
LiveboardUsers = "liveboardUsers",
|
|
4186
4255
|
/**
|
|
@@ -4198,108 +4267,124 @@ export declare enum Action {
|
|
|
4198
4267
|
* hiddenAction: [Action.TML] // hide all TML actions
|
|
4199
4268
|
* disabledActions: [Action.TML] // to disable all TML actions
|
|
4200
4269
|
* ```
|
|
4201
|
-
* @version SDK : 1.28.3 |
|
|
4270
|
+
* @version SDK : 1.28.3 | ThoughtSpot: 9.12.0.cl, 10.1.0.sw
|
|
4202
4271
|
*/
|
|
4203
4272
|
TML = "tml",
|
|
4204
4273
|
/**
|
|
4205
|
-
*
|
|
4206
|
-
* and Pin modal
|
|
4274
|
+
* The **Create Liveboard* action on
|
|
4275
|
+
* the Liveboards page and the Pin modal.
|
|
4276
|
+
* Allows users to create a Liveboard.
|
|
4277
|
+
*
|
|
4207
4278
|
* @example
|
|
4208
4279
|
* ```js
|
|
4209
4280
|
* hiddenAction: [Action.CreateLiveboard]
|
|
4210
4281
|
* disabledActions: [Action.CreateLiveboard]
|
|
4211
4282
|
* ```
|
|
4212
|
-
* @version SDK: 1.32.0 |
|
|
4283
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.1.0.cl, 10.1.0.sw
|
|
4213
4284
|
*/
|
|
4214
4285
|
CreateLiveboard = "createLiveboard",
|
|
4215
4286
|
/**
|
|
4216
|
-
* Action ID for to hide
|
|
4287
|
+
* Action ID for to hide or disable the
|
|
4288
|
+
* Verified Liveboard banner.
|
|
4217
4289
|
* @example
|
|
4218
4290
|
* ```js
|
|
4219
4291
|
* hiddenAction: [Action.VerifiedLiveboard]
|
|
4220
4292
|
* ```
|
|
4221
|
-
* @version SDK: 1.29.0 |
|
|
4293
|
+
* @version SDK: 1.29.0 | ThoughtSpot: 9.10.0.cl, 10.1.0.sw
|
|
4222
4294
|
*/
|
|
4223
4295
|
VerifiedLiveboard = "verifiedLiveboard",
|
|
4224
4296
|
/**
|
|
4225
|
-
*
|
|
4297
|
+
* The *Ask Sage* action for Answers and visualizations.
|
|
4298
|
+
* Allows initiating a Natural Language Search query.
|
|
4299
|
+
*
|
|
4226
4300
|
* @example
|
|
4227
4301
|
* ```js
|
|
4228
4302
|
* hiddenAction: [Action.AskAi]
|
|
4229
4303
|
* ```
|
|
4230
|
-
* @version SDK: 1.29.0 |
|
|
4304
|
+
* @version SDK: 1.29.0 | ThoughtSpot Cloud: 9.12.0.cl
|
|
4231
4305
|
*/
|
|
4232
4306
|
AskAi = "AskAi",
|
|
4233
4307
|
/**
|
|
4234
4308
|
* The **Add KPI to Watchlist** action on Home page watchlist.
|
|
4309
|
+
* Adds a KPI chart to the watchlist on the Home page.
|
|
4235
4310
|
* @example
|
|
4236
4311
|
* ```js
|
|
4237
4312
|
* disabledActions: [Action.AddToWatchlist]
|
|
4238
4313
|
* ```
|
|
4239
|
-
* @version SDK : 1.27.9 |
|
|
4314
|
+
* @version SDK : 1.27.9 | ThoughtSpot Cloud: 9.12.5.cl
|
|
4240
4315
|
*/
|
|
4241
4316
|
AddToWatchlist = "addToWatchlist",
|
|
4242
4317
|
/**
|
|
4243
4318
|
* The **Remove from watchlist** menu action on KPI watchlist.
|
|
4319
|
+
* Removes a KPI chart from the watchlist on the Home page.
|
|
4244
4320
|
* @example
|
|
4245
4321
|
* ```js
|
|
4246
4322
|
* disabledActions: [Action.RemoveFromWatchlist]
|
|
4247
4323
|
* ```
|
|
4248
|
-
* @version SDK : 1.27.9 |
|
|
4324
|
+
* @version SDK : 1.27.9 | ThoughtSpot: 9.12.5.cl
|
|
4249
4325
|
*/
|
|
4250
4326
|
RemoveFromWatchlist = "removeFromWatchlist",
|
|
4251
4327
|
/**
|
|
4252
|
-
* The **
|
|
4328
|
+
* The **Organize Favourites** action on Homepage
|
|
4329
|
+
* *Favorites* module.
|
|
4330
|
+
*
|
|
4253
4331
|
* @example
|
|
4254
4332
|
* ```js
|
|
4255
4333
|
* disabledActions: [Action.OrganiseFavourites]
|
|
4256
4334
|
* ```
|
|
4257
|
-
* @version SDK : 1.32.0 |
|
|
4335
|
+
* @version SDK : 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
4258
4336
|
*/
|
|
4259
4337
|
OrganiseFavourites = "organiseFavourites",
|
|
4260
4338
|
/**
|
|
4261
|
-
*
|
|
4339
|
+
* The **AI Highlights** action on a Liveboard.
|
|
4340
|
+
*
|
|
4262
4341
|
* @example
|
|
4263
4342
|
* ```js
|
|
4264
4343
|
* hiddenAction: [Action.AIHighlights]
|
|
4265
4344
|
* ```
|
|
4266
|
-
* @version SDK: 1.27.10 |
|
|
4345
|
+
* @version SDK: 1.27.10 | ThoughtSpot Cloud: 9.12.5.cl
|
|
4267
4346
|
*/
|
|
4268
4347
|
AIHighlights = "AIHighlights",
|
|
4269
4348
|
/**
|
|
4270
|
-
*
|
|
4349
|
+
* The *Edit* action on the *Liveboard Schedules* page
|
|
4350
|
+
* (new Homepage experience).
|
|
4351
|
+
* Allows editing Liveboard schedules.
|
|
4352
|
+
*
|
|
4271
4353
|
* @example
|
|
4272
4354
|
* ```js
|
|
4273
4355
|
* disabledActions: [Action.EditScheduleHomepage]
|
|
4274
4356
|
* ```
|
|
4275
|
-
* @version SDK: 1.34.0 |
|
|
4357
|
+
* @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
4276
4358
|
*/
|
|
4277
4359
|
EditScheduleHomepage = "editScheduleHomepage",
|
|
4278
4360
|
/**
|
|
4279
|
-
*
|
|
4361
|
+
* The *Pause* action on the *Liveboard Schedules* page
|
|
4362
|
+
* Pauses a scheduled Liveboard job.
|
|
4280
4363
|
* @example
|
|
4281
4364
|
* ```js
|
|
4282
4365
|
* disabledActions: [Action.PauseScheduleHomepage]
|
|
4283
4366
|
* ```
|
|
4284
|
-
* @version SDK: 1.34.0 |
|
|
4367
|
+
* @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
4285
4368
|
*/
|
|
4286
4369
|
PauseScheduleHomepage = "pauseScheduleHomepage",
|
|
4287
4370
|
/**
|
|
4288
|
-
*
|
|
4371
|
+
* The **View run history** action **Liveboard Schedules** page.
|
|
4372
|
+
* Allows viewing schedule run history.
|
|
4289
4373
|
* @example
|
|
4290
4374
|
* ```js
|
|
4291
4375
|
* disabledActions: [Action.ViewScheduleRunHomepage]
|
|
4292
4376
|
* ```
|
|
4293
|
-
* @version SDK: 1.34.0 |
|
|
4377
|
+
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
4294
4378
|
*/
|
|
4295
4379
|
ViewScheduleRunHomepage = "viewScheduleRunHomepage",
|
|
4296
4380
|
/**
|
|
4297
|
-
* Action ID
|
|
4381
|
+
* Action ID to hide or disable the
|
|
4382
|
+
* unsubscribe option for Liveboard schedules.
|
|
4298
4383
|
* @example
|
|
4299
4384
|
* ```js
|
|
4300
4385
|
* disabledActions: [Action.UnsubscribeScheduleHomepage]
|
|
4301
4386
|
* ```
|
|
4302
|
-
* @version SDK: 1.34.0 |
|
|
4387
|
+
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
4303
4388
|
*/
|
|
4304
4389
|
UnsubscribeScheduleHomepage = "unsubscribeScheduleHomepage",
|
|
4305
4390
|
/**
|
|
@@ -4308,16 +4393,17 @@ export declare enum Action {
|
|
|
4308
4393
|
* ```js
|
|
4309
4394
|
* disabledActions: [Action.ManageTags]
|
|
4310
4395
|
* ```
|
|
4311
|
-
* @version SDK : 1.34.0 |
|
|
4396
|
+
* @version SDK : 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
4312
4397
|
*/
|
|
4313
4398
|
ManageTags = "manageTags",
|
|
4314
4399
|
/**
|
|
4315
|
-
*
|
|
4400
|
+
* The **Delete** action on the **Liveboard Schedules* page.
|
|
4401
|
+
* Deletes a Liveboard schedule.
|
|
4316
4402
|
* @example
|
|
4317
4403
|
* ```js
|
|
4318
4404
|
* disabledActions: [Action.DeleteScheduleHomepage]
|
|
4319
4405
|
* ```
|
|
4320
|
-
* @version SDK: 1.34.0 |
|
|
4406
|
+
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
4321
4407
|
*/
|
|
4322
4408
|
DeleteScheduleHomepage = "deleteScheduleHomepage",
|
|
4323
4409
|
/**
|
|
@@ -4326,7 +4412,7 @@ export declare enum Action {
|
|
|
4326
4412
|
* ```js
|
|
4327
4413
|
* disabledActions: [Action.KPIAnalysisCTA]
|
|
4328
4414
|
* ```
|
|
4329
|
-
* @version SDK: 1.34.0 |
|
|
4415
|
+
* @version SDK: 1.34.0 | ThoughtSpot Cloud: 10.3.0.cl
|
|
4330
4416
|
*/
|
|
4331
4417
|
KPIAnalysisCTA = "kpiAnalysisCTA",
|
|
4332
4418
|
/**
|
|
@@ -4335,61 +4421,73 @@ export declare enum Action {
|
|
|
4335
4421
|
* ```js
|
|
4336
4422
|
* const disabledActions = [Action.DisableChipReorder]
|
|
4337
4423
|
* ```
|
|
4338
|
-
* @version SDK: 1.36.0 |
|
|
4424
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4339
4425
|
*/
|
|
4340
4426
|
DisableChipReorder = "disableChipReorder",
|
|
4341
4427
|
/**
|
|
4342
|
-
* Action ID
|
|
4428
|
+
* Action ID to show, hide, or disable filters
|
|
4429
|
+
* in a Liveboard tab.
|
|
4430
|
+
*
|
|
4343
4431
|
* @example
|
|
4344
4432
|
* ```js
|
|
4345
4433
|
* hiddenAction: [Action.ChangeFilterVisibilityInTab]
|
|
4346
4434
|
* ```
|
|
4347
|
-
* @version SDK: 1.36.0 |
|
|
4435
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4348
4436
|
*/
|
|
4349
4437
|
ChangeFilterVisibilityInTab = "changeFilterVisibilityInTab",
|
|
4350
4438
|
/**
|
|
4351
|
-
*
|
|
4439
|
+
* The **Preview data** button on the Spotter interface.
|
|
4440
|
+
* Allows previewing the data used for Spotter queries.
|
|
4441
|
+
*
|
|
4352
4442
|
* @example
|
|
4353
4443
|
* ```js
|
|
4354
4444
|
* hiddenAction: [Action.PreviewDataSpotter]
|
|
4355
4445
|
* ```
|
|
4356
|
-
* @version SDK: 1.36.0 |
|
|
4446
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4357
4447
|
*/
|
|
4358
4448
|
PreviewDataSpotter = "previewDataSpotter",
|
|
4359
4449
|
/**
|
|
4360
|
-
*
|
|
4450
|
+
* The **Reset** link on the Spotter interface.
|
|
4451
|
+
* Resets the conversation with Spotter.
|
|
4452
|
+
*
|
|
4361
4453
|
* @example
|
|
4362
4454
|
* ```js
|
|
4363
4455
|
* hiddenAction: [Action.ResetSpotterChat]
|
|
4364
4456
|
* ```
|
|
4365
|
-
* @version SDK: 1.36.0 |
|
|
4457
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4366
4458
|
*/
|
|
4367
4459
|
ResetSpotterChat = "resetSpotterChat",
|
|
4368
4460
|
/**
|
|
4369
|
-
* Action ID for hide
|
|
4461
|
+
* Action ID for hide or disable the
|
|
4462
|
+
* Spotter feedback widget.
|
|
4463
|
+
*
|
|
4370
4464
|
* @example
|
|
4371
4465
|
* ```js
|
|
4372
4466
|
* hiddenAction: [Action.SpotterFeedback]
|
|
4373
4467
|
* ```
|
|
4374
|
-
* @version SDK: 1.36.0 |
|
|
4468
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4375
4469
|
*/
|
|
4376
4470
|
SpotterFeedback = "spotterFeedback",
|
|
4377
4471
|
/**
|
|
4378
|
-
* Action ID for hide
|
|
4472
|
+
* Action ID for hide or disable
|
|
4473
|
+
* the previous prompt edit option in Spotter.
|
|
4474
|
+
*
|
|
4379
4475
|
* @example
|
|
4380
4476
|
* ```js
|
|
4381
4477
|
* hiddenAction: [Action.EditPreviousPrompt]
|
|
4382
4478
|
* ```
|
|
4383
|
-
* @version SDK: 1.36.0 |
|
|
4479
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4384
4480
|
*/
|
|
4385
4481
|
EditPreviousPrompt = "editPreviousPrompt",
|
|
4386
4482
|
/**
|
|
4387
|
-
* Action ID for hide
|
|
4483
|
+
* Action ID for hide or disable
|
|
4484
|
+
* the previous prompt deletion option in Spotter.
|
|
4485
|
+
*
|
|
4388
4486
|
* @example
|
|
4389
4487
|
* ```js
|
|
4390
4488
|
* hiddenAction: [Action.DeletePreviousPrompt]
|
|
4391
4489
|
* ```
|
|
4392
|
-
* @version SDK: 1.36.0 |
|
|
4490
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4393
4491
|
*/
|
|
4394
4492
|
DeletePreviousPrompt = "deletePreviousPrompt",
|
|
4395
4493
|
/**
|
|
@@ -4398,7 +4496,7 @@ export declare enum Action {
|
|
|
4398
4496
|
* ```js
|
|
4399
4497
|
* hiddenAction: [Action.EditTokens]
|
|
4400
4498
|
* ```
|
|
4401
|
-
* @version SDK: 1.36.0 |
|
|
4499
|
+
* @version SDK: 1.36.0 | ThoughtSpot Cloud: 10.6.0.cl
|
|
4402
4500
|
*/
|
|
4403
4501
|
EditTokens = "editTokens"
|
|
4404
4502
|
}
|
|
@@ -4469,7 +4567,7 @@ export declare enum LogLevel {
|
|
|
4469
4567
|
* logLevel: LogLevel.SILENT,
|
|
4470
4568
|
* })
|
|
4471
4569
|
* ```
|
|
4472
|
-
* @version SDK: 1.26.7 |
|
|
4570
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
4473
4571
|
*/
|
|
4474
4572
|
SILENT = "SILENT",
|
|
4475
4573
|
/**
|
|
@@ -4481,7 +4579,7 @@ export declare enum LogLevel {
|
|
|
4481
4579
|
* logLevel: LogLevel.ERROR,
|
|
4482
4580
|
* })
|
|
4483
4581
|
* ```
|
|
4484
|
-
* @version SDK: 1.26.7 |
|
|
4582
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
4485
4583
|
*/
|
|
4486
4584
|
ERROR = "ERROR",
|
|
4487
4585
|
/**
|
|
@@ -4493,7 +4591,7 @@ export declare enum LogLevel {
|
|
|
4493
4591
|
* logLevel: LogLevel.WARN,
|
|
4494
4592
|
* })
|
|
4495
4593
|
* ```
|
|
4496
|
-
* @version SDK: 1.26.7 |
|
|
4594
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
4497
4595
|
*/
|
|
4498
4596
|
WARN = "WARN",
|
|
4499
4597
|
/**
|
|
@@ -4505,7 +4603,7 @@ export declare enum LogLevel {
|
|
|
4505
4603
|
* logLevel: LogLevel.INFO,
|
|
4506
4604
|
* })
|
|
4507
4605
|
* ```
|
|
4508
|
-
* @version SDK: 1.26.7 |
|
|
4606
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
4509
4607
|
*/
|
|
4510
4608
|
INFO = "INFO",
|
|
4511
4609
|
/**
|
|
@@ -4517,7 +4615,7 @@ export declare enum LogLevel {
|
|
|
4517
4615
|
* logLevel: LogLevel.DEBUG,
|
|
4518
4616
|
* })
|
|
4519
4617
|
* ```
|
|
4520
|
-
* @version SDK: 1.26.7 |
|
|
4618
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
4521
4619
|
*/
|
|
4522
4620
|
DEBUG = "DEBUG",
|
|
4523
4621
|
/**
|
|
@@ -4529,7 +4627,7 @@ export declare enum LogLevel {
|
|
|
4529
4627
|
* logLevel: LogLevel.TRACE,
|
|
4530
4628
|
* })
|
|
4531
4629
|
* ```
|
|
4532
|
-
* @version SDK: 1.26.7 |
|
|
4630
|
+
* @version SDK: 1.26.7 | ThoughtSpot Cloud: 9.10.0.cl
|
|
4533
4631
|
*/
|
|
4534
4632
|
TRACE = "TRACE"
|
|
4535
4633
|
}
|