@jealous-robot-dev/shared-types-responses 1.31.22 → 1.31.23

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.
@@ -0,0 +1,6 @@
1
+ export interface ServiceNotFoundPage {
2
+ title: string;
3
+ page_title: string;
4
+ go_to_main: string;
5
+ description: string;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -88,6 +88,17 @@ export interface VerifyEmailPhrases {
88
88
  input: AuthFormInputField;
89
89
  resend: LND;
90
90
  }
91
+ export interface CommunityAgreement {
92
+ title: string;
93
+ description: string;
94
+ promise: string;
95
+ submit: string;
96
+ }
97
+ export interface SuccessfullyCreated {
98
+ title: string;
99
+ description: string;
100
+ letsgo: string;
101
+ }
91
102
  export interface VerifyDevicePhrases {
92
103
  title: string;
93
104
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.31.22",
3
+ "version": "1.31.23",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",