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.
Files changed (2) hide show
  1. package/built/index.d.ts +1 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.871",
3
+ "version": "1.0.872",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",