@demind-inc/core 1.10.24 → 1.10.25

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.
@@ -124,6 +124,9 @@ export interface MetricActivity {
124
124
  activityId: string;
125
125
  hide?: boolean;
126
126
  source?: string;
127
+ steps?: number;
128
+ calories?: number;
129
+ distanceMeters?: number;
127
130
  }
128
131
  export type MealType = "breakfast" | "lunch" | "dinner";
129
132
  export interface MealFoodAmount {
@@ -139,6 +139,9 @@ export interface MetricActivity {
139
139
  activityId: string;
140
140
  hide?: boolean;
141
141
  source?: string;
142
+ steps?: number;
143
+ calories?: number;
144
+ distanceMeters?: number;
142
145
  }
143
146
 
144
147
  export type MealType = "breakfast" | "lunch" | "dinner";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.10.24",
3
+ "version": "1.10.25",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {