hevy-shared 1.0.783 → 1.0.784

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 CHANGED
@@ -1230,7 +1230,7 @@ export interface PostHevyTrainerProgramRequestBody {
1230
1230
  next_workout_index?: number;
1231
1231
  };
1232
1232
  }
1233
- export declare const measurementsList: readonly ["weight_kg", "fat_percent", "neck_cm", "shoulder_cm", "chest_cm", "left_bicep_cm", "right_bicep_cm", "left_forearm_cm", "right_forearm_cm", "abdomen", "waist", "hips", "left_thigh", "right_thigh", "left_calf", "right_calf"];
1233
+ export declare const measurementsList: readonly ["weight_kg", "lean_mass_kg", "fat_percent", "neck_cm", "shoulder_cm", "chest_cm", "left_bicep_cm", "right_bicep_cm", "left_forearm_cm", "right_forearm_cm", "abdomen", "waist", "hips", "left_thigh", "right_thigh", "left_calf", "right_calf"];
1234
1234
  type MeasurementProperties = {
1235
1235
  [key in typeof measurementsList[number]]?: number;
1236
1236
  };
package/built/index.js CHANGED
@@ -291,6 +291,7 @@ const isHevyTrainerRoutine = (routine) => routine.hevy_trainer_program_id !== nu
291
291
  exports.isHevyTrainerRoutine = isHevyTrainerRoutine;
292
292
  exports.measurementsList = [
293
293
  'weight_kg',
294
+ 'lean_mass_kg',
294
295
  'fat_percent',
295
296
  'neck_cm',
296
297
  'shoulder_cm',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.783",
3
+ "version": "1.0.784",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",