@jealous-robot-dev/shared-types-responses 1.17.24 → 1.17.26

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.
@@ -40,3 +40,7 @@ export interface LandingPageData {
40
40
  static_content_path: string;
41
41
  sections: LangdingPageSections[];
42
42
  }
43
+ export interface LPVitalData {
44
+ data: LandingPageData;
45
+ bg: LPBg;
46
+ }
@@ -40,10 +40,11 @@ exports.HOST_EXPERIENCE_PAGES = [
40
40
  ];
41
41
  exports.SHARED_EXPERIENCE_PAGES = [
42
42
  Pages.PAYMENT_HISTORY, Pages.NOTIFICATIONS,
43
- Pages.MESSENGER
43
+ Pages.MESSENGER, Pages.SCHEDULE
44
44
  ];
45
45
  exports.AUTH_EXPERIENCE_PAGES = [
46
- Pages.FORGOT_PASSWORD, Pages.LOGIN_OR_SIGNUP, Pages.RESET_PASSWORD
46
+ Pages.FORGOT_PASSWORD, Pages.LOGIN_OR_SIGNUP,
47
+ Pages.RESET_PASSWORD
47
48
  ];
48
49
  var UITHEME;
49
50
  (function (UITHEME) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.17.24",
3
+ "version": "1.17.26",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",