hevy-shared 1.0.908 → 1.0.909

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
@@ -647,7 +647,7 @@ export type TrainingLevel = Lookup<typeof trainingLevels>;
647
647
  export type ExerciseCategory = Lookup<typeof exerciseCategories>;
648
648
  export type HevyTrainerProgramEquipment = Extract<Equipment, 'barbell' | 'dumbbell' | 'machine'>;
649
649
  export declare const hevyTrainerProgramEquipments: readonly ["barbell", "dumbbell", "machine"];
650
- export declare const granularEquipments: readonly ["barbell", "dumbbell", "kettlebell", "plate", "medicine_ball", "ez_bar", "landmine", "trap_bar", "pullup_bar", "dip_bar", "squat_rack", "flat_bench", "adjustable_bench", "dual_cable_machine", "single_cable_machine", "lat_pulldown_cable", "leg_press_machine", "smith_machine", "t_bar", "plate_machines", "stack_machines", "treadmill", "elliptical_trainer", "rowing_machine", "spinning", "stair_machine", "air_bike", "suspension_band", "battle_rope", "rings", "rope"];
650
+ export declare const granularEquipments: readonly ["barbell", "dumbbell", "kettlebell", "plate", "medicine_ball", "ez_bar", "landmine", "trap_bar", "pullup_bar", "dip_bar", "squat_rack", "flat_bench", "adjustable_bench", "dual_cable_machine", "single_cable_machine", "lat_pulldown_cable", "leg_press_machine", "smith_machine", "t_bar", "plate_machines", "stack_machines", "treadmill", "elliptical_trainer", "rowing_machine", "spinning", "stair_machine", "air_bike", "suspension_band", "resistance_band", "battle_rope", "rings", "rope"];
651
651
  export type GranularEquipment = Lookup<typeof granularEquipments>;
652
652
  export declare const isGranularEquipment: (x: string) => x is GranularEquipment;
653
653
  export declare const weeklyTrainingFrequencies: readonly [1, 2, 3, 4, 5, 6];
package/built/index.js CHANGED
@@ -261,6 +261,7 @@ exports.granularEquipments = [
261
261
  'stair_machine',
262
262
  'air_bike',
263
263
  'suspension_band',
264
+ 'resistance_band',
264
265
  'battle_rope',
265
266
  'rings',
266
267
  'rope',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.908",
3
+ "version": "1.0.909",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",