@jealous-robot-dev/shared-types-responses 1.31.21 → 1.31.24

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.
@@ -102,6 +102,7 @@ export interface ViewEventHostData {
102
102
  about?: string;
103
103
  ppu?: string;
104
104
  UID?: string;
105
+ website?: string;
105
106
  reviews?: number;
106
107
  raiting?: number;
107
108
  firstname?: string;
@@ -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;
@@ -34,7 +34,6 @@ export interface MainUserData {
34
34
  export interface API {
35
35
  googleOAuthClient: string;
36
36
  fbAuthClient: string;
37
- stripePK: string;
38
37
  }
39
38
  export interface CommonData {
40
39
  currentUser: MainUserData | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.31.21",
3
+ "version": "1.31.24",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",