@jealous-robot-dev/shared-types-responses 1.20.18 → 1.20.22

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.
@@ -22,7 +22,7 @@ export interface UserProfileData {
22
22
  firstname: string;
23
23
  lastname: string;
24
24
  email?: string;
25
- ppu?: string;
25
+ has_ppu?: boolean;
26
26
  UID: string;
27
27
  about?: string;
28
28
  location?: string;
@@ -32,7 +32,7 @@ export interface UserProfileData {
32
32
  birthday?: PersonalInfoBirthday;
33
33
  review_count?: number;
34
34
  languagesSpoken: string[];
35
- joinedIn: number;
35
+ joinedIn: string;
36
36
  isCurrentUser: boolean;
37
37
  isHost: boolean;
38
38
  }
@@ -63,6 +63,11 @@ export interface UserProfileCurrentUserPhrases {
63
63
  location: string;
64
64
  twitterUsername: string;
65
65
  websiteUrl: string;
66
+ addMoreInfo: {
67
+ title: string;
68
+ description: string;
69
+ add_more: string;
70
+ };
66
71
  update_avatar: {
67
72
  title: string;
68
73
  description: string;
@@ -72,16 +77,12 @@ export interface UserProfileCurrentUserPhrases {
72
77
  }
73
78
  export interface ViewerProfilePhrases {
74
79
  block: string;
80
+ contact: string;
75
81
  are_you_sure: string;
76
82
  block_description: string;
77
83
  }
78
84
  export interface UserProfilePhrases {
79
85
  common: {
80
- following: string;
81
- followers: string;
82
- unfollow: string;
83
- follow: string;
84
- following_user: string;
85
86
  languages_spoken: string;
86
87
  joinedIn: string;
87
88
  about: string;
@@ -91,8 +92,7 @@ export interface UserProfilePhrases {
91
92
  showMore: string;
92
93
  showLess: string;
93
94
  load_more: string;
94
- haveNoFollowers?: string;
95
- haveNoFollowing?: string;
95
+ alternative_about: string;
96
96
  };
97
97
  is_host: {
98
98
  hosted_events: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.20.18",
3
+ "version": "1.20.22",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",