hevy-shared 1.0.871 → 1.0.872
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.
- package/built/index.d.ts +1 -0
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1785,6 +1785,7 @@ export type SuggestedUserLabel = 'contact' | 'mutual_friends' | 'follows_you' |
|
|
|
1785
1785
|
export interface SuggestedUser {
|
|
1786
1786
|
id: string;
|
|
1787
1787
|
profile_pic?: string;
|
|
1788
|
+
profile_pic_thumbnail?: string;
|
|
1788
1789
|
username: string;
|
|
1789
1790
|
full_name?: string;
|
|
1790
1791
|
following_status: FollowingStatus;
|