File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,6 +110,25 @@ export enum HomePage {
110110}
111111
112112/**
113+ <<<<<<< HEAD
114+ =======
115+ * Define the version of the list page
116+ * @version SDK: 1.40.0 | ThoughtSpot: 10.12.0.cl
117+ */
118+ export enum ListPage {
119+ /**
120+ * List (v2) is the traditional List Experience.
121+ * It serves as the foundational version of the list page.
122+ */
123+ List = 'v2' ,
124+ /**
125+ * ListWithUXChanges (v3) introduces the new updated list page with UX changes.
126+ */
127+ ListWithUXChanges = 'v3' ,
128+ }
129+
130+ /**
131+ >>>>>>> 8c1327c1 (Updated comments to clarify v2 is traditional, v3 is new updated list page)
113132 * Define the discovery experience
114133 * @version SDK: 1.40.0 | ThoughtSpot: 10.11.0.cl
115134 */
Original file line number Diff line number Diff line change @@ -3876,6 +3876,7 @@ export enum Param {
38763876 Query = 'query' ,
38773877 HideHomepageLeftNav = 'hideHomepageLeftNav' ,
38783878 ModularHomeExperienceEnabled = 'modularHomeExperience' ,
3879+ ListPageVersion = 'listPageVersion' ,
38793880 PendoTrackingKey = 'additionalPendoKey' ,
38803881 LiveboardHeaderSticky = 'isLiveboardHeaderSticky' ,
38813882 IsProductTour = 'isProductTour' ,
You can’t perform that action at this time.
0 commit comments