@demind-inc/core 1.3.7 → 1.3.8

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.
@@ -31,7 +31,7 @@ export interface MetricActivity {
31
31
  startTime: string;
32
32
  endTime: string;
33
33
  rawJson?: string;
34
- summaryId: string;
34
+ terraActivityId: string;
35
35
  activityId: string;
36
36
  }
37
37
  export interface SleepDetail {
@@ -36,7 +36,7 @@ export interface MetricActivity {
36
36
  startTime: string;
37
37
  endTime: string;
38
38
  rawJson?: string;
39
- summaryId: string; // Terra API summary ID
39
+ terraActivityId: string; // Terra API summary ID
40
40
  activityId: string;
41
41
  }
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {