@tripian/model 9.3.3 → 9.3.5

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.
@@ -135,6 +135,7 @@ export type ConfigList = {
135
135
  landingPage: 'LandingPage';
136
136
  featuredItineraries: string[];
137
137
  keyFlags: string[];
138
+ showTimeline: boolean;
138
139
  };
139
140
  sbt: {
140
141
  campaignDefaultCurrency: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripian/model",
3
- "version": "9.3.3",
3
+ "version": "9.3.5",
4
4
  "description": "Tripian Inc web model",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",