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

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.
@@ -76,7 +76,6 @@ export interface SignupPhrases {
76
76
  password: AuthFormInputField;
77
77
  };
78
78
  password_characteristics: PasswordCharacteristics;
79
- successfully_created: LND;
80
79
  checkboxes: {
81
80
  emailer_enabled: string;
82
81
  };
@@ -86,6 +85,11 @@ export interface SignupPhrases {
86
85
  agreement: string;
87
86
  };
88
87
  }
88
+ export interface VerifyEmailPhrases {
89
+ title: string;
90
+ description: string;
91
+ input: AuthFormInputField;
92
+ }
89
93
  export interface WelcomeBackPhrases {
90
94
  title: string;
91
95
  password: AuthFormInputField;
@@ -1,5 +1,4 @@
1
1
  export * from './sharer';
2
- export * from './verify-email';
3
2
  export * from './authentication';
4
3
  export * from './forgot-password';
5
4
  export * from './device-verification';
@@ -11,7 +11,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  __exportStar(require("./sharer"), exports);
14
- __exportStar(require("./verify-email"), exports);
15
14
  __exportStar(require("./authentication"), exports);
16
15
  __exportStar(require("./forgot-password"), exports);
17
16
  __exportStar(require("./device-verification"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.19.2",
3
+ "version": "1.19.6",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1,8 +0,0 @@
1
- export interface VerifyEmailPhrases {
2
- title: string;
3
- loading_title: string;
4
- please_wait: string;
5
- success: string;
6
- error: string;
7
- go_to_main: string;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });