@hedia/types 2.3.19-alpha.0 → 2.3.20

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,9 @@ 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;
133
135
  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
136
  }
143
137
  }
144
138
  }
@@ -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,CA+IvB;AA/ID,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;AAqIF,CAAC,EA/IgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA+IvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/types",
3
- "version": "2.3.19-alpha.0",
3
+ "version": "2.3.20",
4
4
  "description": "Enums, interfaces, and other common types for use in Hedia's software.",
5
5
  "main": "./dist/index.js",
6
6
  "repository": {