hevy-shared 1.0.696 → 1.0.697

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
@@ -912,6 +912,7 @@ export declare const isWorkoutBiometrics: (x: any) => x is WorkoutBiometrics;
912
912
  export interface WorkoutBiometrics {
913
913
  total_calories?: number;
914
914
  heart_rate_samples?: HeartRateSample[];
915
+ average_heart_rate?: number;
915
916
  }
916
917
  export interface HeartRateSample {
917
918
  timestamp_ms: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.696",
3
+ "version": "1.0.697",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",