@tripian/model 9.1.90 → 9.1.92

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.
@@ -124,6 +124,7 @@ export type ConfigList = {
124
124
  widgetTheme2: boolean;
125
125
  widgetTheme3: boolean;
126
126
  showLandingPage: boolean;
127
+ landingPage: "LandingPage";
127
128
  };
128
129
  sbt: {
129
130
  campaignDefaultCurrency: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripian/model",
3
- "version": "9.1.90",
3
+ "version": "9.1.92",
4
4
  "description": "Tripian Inc web model",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",