@hedia/types 2.3.19 → 2.3.21

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.
@@ -130,15 +130,10 @@ export declare namespace Logbook {
130
130
  * to determine what time those timestamps represented in the users local time.
131
131
  */
132
132
  utc_timezone_offset: string | null;
133
+ activity_reduction: number | null;
134
+ active_insulin: number | null;
135
+ reading_id: string | null;
133
136
  smart_pen_sync_timestamp?: string;
134
- forecast_glucose?: {
135
- forecastGlucoseMmoll: number;
136
- forecastTimestamp: Date | string;
137
- };
138
- cgm_reading?: {
139
- cgmTimestamp: Date | string;
140
- latestCGMReadingMmoll: number;
141
- };
142
137
  }
143
138
  }
144
139
  }
@@ -1 +1 @@
1
- {"version":3,"file":"logbook.js","sourceRoot":"","sources":["../../../v1/logbook/logbook.ts"],"names":[],"mappings":";;;AAAA,IAAiB,OAAO,CAkJvB;AAlJD,WAAiB,OAAO;IACvB,IAAiB,KAAK,CASrB;IATD,WAAiB,KAAK;QACrB,uEAAuE;QACvE,IAAY,QAMX;QAND,WAAY,QAAQ;YACnB,qCAAO,CAAA;YACP,6CAAW,CAAA;YACX,6CAAW,CAAA;YACX,iDAAa,CAAA;YACb,yCAAS,CAAA;QACV,CAAC,EANW,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAMnB;IACF,CAAC,EATgB,KAAK,GAAL,aAAK,KAAL,aAAK,QASrB;AAwIF,CAAC,EAlJgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAkJvB"}
1
+ {"version":3,"file":"logbook.js","sourceRoot":"","sources":["../../../v1/logbook/logbook.ts"],"names":[],"mappings":";;;AAAA,IAAiB,OAAO,CAiJvB;AAjJD,WAAiB,OAAO;IACvB,IAAiB,KAAK,CASrB;IATD,WAAiB,KAAK;QACrB,uEAAuE;QACvE,IAAY,QAMX;QAND,WAAY,QAAQ;YACnB,qCAAO,CAAA;YACP,6CAAW,CAAA;YACX,6CAAW,CAAA;YACX,iDAAa,CAAA;YACb,yCAAS,CAAA;QACV,CAAC,EANW,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAMnB;IACF,CAAC,EATgB,KAAK,GAAL,aAAK,KAAL,aAAK,QASrB;AAuIF,CAAC,EAjJgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAiJvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/types",
3
- "version": "2.3.19",
3
+ "version": "2.3.21",
4
4
  "description": "Enums, interfaces, and other common types for use in Hedia's software.",
5
5
  "main": "./dist/index.js",
6
6
  "repository": {