@jealous-robot-dev/shared-types-responses 1.19.6 → 1.19.7

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.
@@ -13,6 +13,7 @@ export declare enum AuthID {
13
13
  export declare enum AuthenticationWindows {
14
14
  WELCOME_BACK = "welcome back",
15
15
  FINISH_SIGNUP = "finish sign up",
16
+ VERIFY_EMAIL = "verify email",
16
17
  WELCOME = "welcome"
17
18
  }
18
19
  export interface AuthFormExternalLinks {
@@ -18,6 +18,7 @@ var AuthenticationWindows;
18
18
  (function (AuthenticationWindows) {
19
19
  AuthenticationWindows["WELCOME_BACK"] = "welcome back";
20
20
  AuthenticationWindows["FINISH_SIGNUP"] = "finish sign up";
21
+ AuthenticationWindows["VERIFY_EMAIL"] = "verify email";
21
22
  AuthenticationWindows["WELCOME"] = "welcome";
22
23
  })(AuthenticationWindows = exports.AuthenticationWindows || (exports.AuthenticationWindows = {}));
23
24
  var AUTH_ID_TYPE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.19.6",
3
+ "version": "1.19.7",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",