You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Thirdparty cookie access is blocked on this browser, please allow thirdparty cookies for this to work properly. \nYou can use `suppressNoCookieAccessAlert` to suppress this message.',
59
+
'Third-party cookie access is blocked on this browser. Please allow third-party cookies for this to work properly. \nYou can use `suppressNoCookieAccessAlert` to suppress this message.',
INVALID_THOUGHTSPOT_HOST: 'Error parsing ThoughtSpot host. Please provide a valid URL.',
3
-
LIVEBOARD_VIZ_ID_VALIDATION: 'Please select a liveboard to embed.',
4
-
TRIGGER_TIMED_OUT: 'Trigger timedout in getting response',
5
-
SEARCHEMBED_BETA_WRANING_MESSAGE: 'Search Embed is in Beta in this release.',
6
-
SAGE_EMBED_BETA_WARNING_MESSAGE: 'Sage Embed is in Beta in this release.',
7
-
THIRD_PARTY_COOKIE_BLOCKED_ALERT: 'Thirdparty cookie access is blocked on this browser, please allow thirdparty cookies for this to work properly. \nYou can use `suppressNoCookieAccessAlert` to suppress this message.',
8
-
DUPLICATE_TOKEN_ERR: 'Duplicate token, please issue a new token every time getAuthToken callback is called. See https://developers.thoughtspot.com/docs/?pageid=embed-auth#trusted-auth-embed for more details.',
3
+
LIVEBOARD_VIZ_ID_VALIDATION: 'Please select a Liveboard to embed.',
4
+
TRIGGER_TIMED_OUT: 'Trigger timed-out in getting a response',
5
+
SEARCHEMBED_BETA_WRANING_MESSAGE: 'SearchEmbed is in Beta in this release.',
6
+
SAGE_EMBED_BETA_WARNING_MESSAGE: 'SageEmbed is in Beta in this release.',
7
+
THIRD_PARTY_COOKIE_BLOCKED_ALERT: 'Third-party cookie access is blocked on this browser. Please allow third-party cookies for this to work properly. \nYou can use `suppressNoCookieAccessAlert` to suppress this message.',
8
+
DUPLICATE_TOKEN_ERR: 'Duplicate token. Please issue a new token every time getAuthToken callback is called. See https://developers.thoughtspot.com/docs/?pageid=embed-auth#trusted-auth-embed for more details.',
9
9
SDK_NOT_INITIALIZED: 'SDK not initialized',
10
-
SESSION_INFO_FAILED: 'Failed to get session info',
10
+
SESSION_INFO_FAILED: 'Failed to get session information',
11
11
INVALID_TOKEN_ERROR: 'Received invalid token from getAuthToken callback or authToken endpoint.',
12
12
MIXPANEL_TOKEN_NOT_FOUND: 'Mixpanel token not found in session info',
13
-
PRERENDER_ID_MISSING: 'PreRender id is required for preRender',
13
+
PRERENDER_ID_MISSING: 'PreRender ID is required for preRender',
14
14
SYNC_STYLE_CALLED_BEFORE_RENDER: 'PreRender should be called before using syncPreRenderStyle',
15
15
CSP_VIOLATION_ALERT: 'CSP violation detected. Please check the console errors for more details.',
16
-
CSP_FRAME_HOST_VIOLATION_LOG_MESSAGE: 'Please setup CSP Correctly for the Application to start working. You can know more about setting CSP Correctly here: https://developers.thoughtspot.com/docs/security-settings#csp-viz-embed-hosts. \n In case you are still facing error, please read: https://developers.thoughtspot.com/docs/security-settings#csp-viz-embed-hosts',
16
+
CSP_FRAME_HOST_VIOLATION_LOG_MESSAGE: 'Please set up CSP correctly for the application to start working. For more information, see https://developers.thoughtspot.com/docs/security-settings#csp-viz-embed-hosts. \n If the issue persists, refer to https://developers.thoughtspot.com/docs/security-settings#csp-viz-embed-hosts',
17
17
MISSING_REPORTING_OBSERVER: 'ReportingObserver not supported',
0 commit comments