hevy-shared 1.0.991 → 1.0.992

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 +0 -3
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1627,9 +1627,6 @@ export interface GymRequest {
1627
1627
  latitude: number;
1628
1628
  longitude: number;
1629
1629
  }
1630
- export interface GymResponse {
1631
- gyms: Gym[];
1632
- }
1633
1630
  export interface StripePrice {
1634
1631
  product_id: string;
1635
1632
  billing_period: 'month' | 'year' | 'pay-once';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.991",
3
+ "version": "1.0.992",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",