hevy-shared 1.0.968 → 1.0.969

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
@@ -326,6 +326,7 @@ export type BackofficeShadowBannedUser = Pick<BackofficeExistingUserResponse, 'i
326
326
  backoffice_notes?: string;
327
327
  };
328
328
  export interface BackofficeUserComment {
329
+ comment_id: number;
329
330
  workout_username: string;
330
331
  workout_short_id: string;
331
332
  comment_date: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.968",
3
+ "version": "1.0.969",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",