Skip to content

Commit 461f0f3

Browse files
Merge pull request #308 from thoughtspot/mobile-sdk-new
mobile SDK updates
2 parents bda1533 + 4a783e7 commit 461f0f3

9 files changed

Lines changed: 1436 additions & 60 deletions

.snyk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.1
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
'snyk:lic:npm:vercel:analytics:MPL-2.0':
6+
- '*':
7+
reason: 'MPL-2.0 license is acceptable for our use case'
8+
expires: 2025-07-26T20:33:41.647Z
9+
created: 2024-03-27T20:33:41.649Z
10+
patch: {}

modules/ROOT/pages/abac-user-parameters.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ You must turn off indexing for any field that needs to be restricted by RLS when
3636
ABAC rules are not supported on Liveboards with AI Highlights and Change Analysis features, and on the Answers generated from Spotter.
3737
====
3838

39-
4039
Mandatory token filters::
4140
When setting filter rules within the token, you must place the `is_mandatory_token_filter: true` property on every column in a Worksheet or Model where a filter rule is expected. This will deny any access to data if a user has not been assigned values for the expected set of fields.
4241

modules/ROOT/pages/common/nav.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@
7373
**** link:{{navprefix}}/search-embed[Embed Search]
7474
**** link:{{navprefix}}/embed-searchbar[Embed search bar]
7575
*** link:{{navprefix}}/react-app-embed[Embed with React components]
76-
** Embed ThoughtSpot in a mobile app
77-
*** link:{{navprefix}}/embed-ts-mobile-react-native[Embed using React Native SDK ^Beta^]
76+
** link:{{navprefix}}/mobile-embed[Embed ThoughtSpot in a mobile app]
77+
*** link:{{navprefix}}/embed-ts-mobile-react-native[React Native SDK ^Beta^]
78+
*** link:{{navprefix}}/embed-ts-flutter[Flutter embed SDK ^Beta^]
79+
*** link:{{navprefix}}/embed-ts-swift[Swift Embed SDK ^Beta^]
80+
*** link:{{navprefix}}/embed-ts-android[Android Embed SDK ^Beta^]
81+
7882
** Customize and integrate
7983
*** link:{{navprefix}}/style-customization[Customize UX and styles]
8084
**** link:{{navprefix}}/customize-style[Customize basic styles]

0 commit comments

Comments
 (0)