@jealous-robot-dev/shared-types-responses 1.17.28 → 1.17.29

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.
@@ -33,7 +33,9 @@ exports.GUEST_EXPERIENCE_PAGES = [
33
33
  Pages.COLLECTIONS, Pages.EXPLORER,
34
34
  Pages.PROFILE, Pages.SEARCH_USERS,
35
35
  Pages.USER_SETTINGS, Pages.VISITING_EVENTS,
36
- Pages.SEARCH_EVENTS, Pages.INVITE
36
+ Pages.SEARCH_EVENTS, Pages.INVITE,
37
+ Pages.LOGIN_OR_SIGNUP, Pages.FORGOT_PASSWORD,
38
+ Pages.RESET_PASSWORD
37
39
  ];
38
40
  exports.HOST_EXPERIENCE_PAGES = [
39
41
  Pages.EVENT_MANAGER, Pages.HOST, Pages.PERFORMANCE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.17.28",
3
+ "version": "1.17.29",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",