hevy-shared 1.0.594 → 1.0.595
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 +1 -1
- package/built/tests/testUtils.js +0 -1
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1523,7 +1523,7 @@ export interface UserWorkoutVideo extends UserWorkoutBaseMedia {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
export type UserWorkoutMedia = UserWorkoutImage | UserWorkoutVideo;
|
|
1525
1525
|
export type RepInputType = 'reps' | 'rep-range';
|
|
1526
|
-
export type ShareToPlatform = 'strava' | 'appleHealth' | '
|
|
1526
|
+
export type ShareToPlatform = 'strava' | 'appleHealth' | 'healthConnect';
|
|
1527
1527
|
export type WorkoutVisibility = 'public' | 'private' | 'default';
|
|
1528
1528
|
export interface CreateRoutineCopyRequest {
|
|
1529
1529
|
routineId: string;
|
package/built/tests/testUtils.js
CHANGED