@hedia/types 2.3.11-alpha.4 → 2.3.12-alpha.0

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.
@@ -131,11 +131,11 @@ export declare namespace Logbook {
131
131
  */
132
132
  utc_timezone_offset: string | null;
133
133
  smart_pen_sync_timestamp?: string;
134
- forecast?: {
135
- forecastedGlucoseMmoll: number;
134
+ forecast_glucose?: {
135
+ forecastGlucoseMmoll: number;
136
136
  forecastTimestamp: Date | string;
137
137
  };
138
- cgm?: {
138
+ cgm_reading?: {
139
139
  cgmTimestamp: Date | string;
140
140
  latestCGMReadingMmoll: number;
141
141
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/types",
3
- "version": "2.3.11-alpha.4",
3
+ "version": "2.3.12-alpha.0",
4
4
  "description": "Enums, interfaces, and other common types for use in Hedia's software.",
5
5
  "main": "./dist/index.js",
6
6
  "repository": {