@hedia/types 2.2.9-alpha.0 → 2.2.9-alpha.1
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.
- package/dist/v3/index.d.ts +1 -1
- package/dist/v3/index.js +1 -1
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/services/{projectLucasTrial.d.ts → forecasting.d.ts} +3 -3
- package/dist/v3/services/{projectLucasTrial.js → forecasting.js} +1 -1
- package/dist/v3/services/forecasting.js.map +1 -0
- package/package.json +1 -1
- package/dist/v3/services/projectLucasTrial.js.map +0 -1
package/dist/v3/index.d.ts
CHANGED
|
@@ -5,6 +5,6 @@ export * from "./services/auth";
|
|
|
5
5
|
export * from "./services/email";
|
|
6
6
|
export * from "./services/logbook";
|
|
7
7
|
export * from "./services/notification";
|
|
8
|
-
export * from "./services/
|
|
8
|
+
export * from "./services/forecasting";
|
|
9
9
|
export * from "./services/report";
|
|
10
10
|
export * from "./services/user";
|
package/dist/v3/index.js
CHANGED
|
@@ -17,7 +17,7 @@ __exportStar(require("./services/auth"), exports);
|
|
|
17
17
|
__exportStar(require("./services/email"), exports);
|
|
18
18
|
__exportStar(require("./services/logbook"), exports);
|
|
19
19
|
__exportStar(require("./services/notification"), exports);
|
|
20
|
-
__exportStar(require("./services/
|
|
20
|
+
__exportStar(require("./services/forecasting"), exports);
|
|
21
21
|
__exportStar(require("./services/report"), exports);
|
|
22
22
|
__exportStar(require("./services/user"), exports);
|
|
23
23
|
//# sourceMappingURL=index.js.map
|
package/dist/v3/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../v3/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,oDAAkC;AAClC,kDAAgC;AAChC,kDAAgC;AAChC,mDAAiC;AACjC,qDAAmC;AACnC,0DAAwC;AACxC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../v3/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,oDAAkC;AAClC,kDAAgC;AAChC,kDAAgC;AAChC,mDAAiC;AACjC,qDAAmC;AACnC,0DAAwC;AACxC,yDAAuC;AACvC,oDAAkC;AAClC,kDAAgC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare namespace
|
|
1
|
+
export declare namespace ForecastingService {
|
|
2
2
|
namespace Types {
|
|
3
3
|
interface IForecastPacket {
|
|
4
4
|
inputDataTimestamp: string;
|
|
5
5
|
calculationTimestamp: string;
|
|
6
|
-
|
|
6
|
+
validPredictionTimestamp: string;
|
|
7
7
|
glucoseForecastMmol: number;
|
|
8
8
|
glucoseForecastMmolDelta: number;
|
|
9
9
|
glucoseForecastStdDev: number;
|
|
@@ -12,7 +12,7 @@ export declare namespace ProjectLucas {
|
|
|
12
12
|
interface IForecast {
|
|
13
13
|
inputDataTimestamp: Date;
|
|
14
14
|
calculationTimestamp: Date;
|
|
15
|
-
|
|
15
|
+
validPredictionTimestamp: Date;
|
|
16
16
|
glucoseForecastMmol: number;
|
|
17
17
|
glucoseForecastMmolDelta: number;
|
|
18
18
|
glucoseForecastStdDev: number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forecasting.js","sourceRoot":"","sources":["../../../v3/services/forecasting.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projectLucasTrial.js","sourceRoot":"","sources":["../../../v3/services/projectLucasTrial.ts"],"names":[],"mappings":""}
|