hevy-shared 1.0.997 → 1.0.998

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 +2 -1
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1623,7 +1623,8 @@ export interface NetworkInfoRequest {
1623
1623
  export type Gym = {
1624
1624
  id: string;
1625
1625
  name: string;
1626
- address: string;
1626
+ fullAddress: string;
1627
+ city: string;
1627
1628
  distanceM: number;
1628
1629
  };
1629
1630
  export interface StripePrice {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.997",
3
+ "version": "1.0.998",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",