hevy-shared 1.0.992 → 1.0.993
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 -4
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1619,14 +1619,11 @@ export interface NetworkInfoRequest {
|
|
|
1619
1619
|
networkType: NetworkType;
|
|
1620
1620
|
}
|
|
1621
1621
|
export type Gym = {
|
|
1622
|
+
id: string;
|
|
1622
1623
|
name: string;
|
|
1623
1624
|
address: string;
|
|
1624
1625
|
distanceM: number;
|
|
1625
1626
|
};
|
|
1626
|
-
export interface GymRequest {
|
|
1627
|
-
latitude: number;
|
|
1628
|
-
longitude: number;
|
|
1629
|
-
}
|
|
1630
1627
|
export interface StripePrice {
|
|
1631
1628
|
product_id: string;
|
|
1632
1629
|
billing_period: 'month' | 'year' | 'pay-once';
|