@demind-inc/core 1.6.56 → 1.6.57

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.
@@ -143,6 +143,7 @@ export interface SleepDetail {
143
143
  source?: string;
144
144
  stages?: SleepStage;
145
145
  heartRateSummary?: MetricHRSummary;
146
+ temperatureDelta?: number;
146
147
  }
147
148
  export type SleepStageType = "deep" | "light" | "rem" | "awake";
148
149
  export type SleepStage = Record<SleepStageType, number>;
@@ -163,6 +163,7 @@ export interface SleepDetail {
163
163
  source?: string;
164
164
  stages?: SleepStage;
165
165
  heartRateSummary?: MetricHRSummary;
166
+ temperatureDelta?: number;
166
167
  }
167
168
 
168
169
  export type SleepStageType = "deep" | "light" | "rem" | "awake";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.6.56",
3
+ "version": "1.6.57",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {