@hedia/types 2.3.22 → 2.3.24
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.
|
@@ -15,7 +15,8 @@ export declare namespace BolusCalculator {
|
|
|
15
15
|
enum ActivityErrors {
|
|
16
16
|
OutOfRange = "Out of range",
|
|
17
17
|
InvalidInterval = "Invalid activity settings interval",
|
|
18
|
-
InvalidReduction = "Invalid activity Reduction"
|
|
18
|
+
InvalidReduction = "Invalid activity Reduction",
|
|
19
|
+
MissingIntensity = "Missing activity intensity"
|
|
19
20
|
}
|
|
20
21
|
}
|
|
21
22
|
namespace Types {
|
|
@@ -22,6 +22,7 @@ var BolusCalculator;
|
|
|
22
22
|
ActivityErrors["OutOfRange"] = "Out of range";
|
|
23
23
|
ActivityErrors["InvalidInterval"] = "Invalid activity settings interval";
|
|
24
24
|
ActivityErrors["InvalidReduction"] = "Invalid activity Reduction";
|
|
25
|
+
ActivityErrors["MissingIntensity"] = "Missing activity intensity";
|
|
25
26
|
})(ActivityErrors = Enums.ActivityErrors || (Enums.ActivityErrors = {}));
|
|
26
27
|
})(Enums = BolusCalculator.Enums || (BolusCalculator.Enums = {}));
|
|
27
28
|
})(BolusCalculator = exports.BolusCalculator || (exports.BolusCalculator = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boluscalculator.js","sourceRoot":"","sources":["../../../v1/boluscalculator/boluscalculator.ts"],"names":[],"mappings":";;;AAEA,IAAiB,eAAe,
|
|
1
|
+
{"version":3,"file":"boluscalculator.js","sourceRoot":"","sources":["../../../v1/boluscalculator/boluscalculator.ts"],"names":[],"mappings":";;;AAEA,IAAiB,eAAe,CAoF/B;AApFD,WAAiB,eAAe;IAC/B,IAAiB,SAAS,CASzB;IATD,WAAiB,SAAS;QACzB,yEAAyE;QAC5D,8BAAoB,GAAG,EAAE,CAAC;QACvC,8DAA8D;QACjD,+BAAqB,GAAG,EAAE,CAAC;QACxC,2DAA2D;QAC9C,uBAAa,GAAG,CAAC,CAAC;QAC/B,2DAA2D;QAC9C,uBAAa,GAAG,CAAC,CAAC;IAChC,CAAC,EATgB,SAAS,GAAT,yBAAS,KAAT,yBAAS,QASzB;IAED,IAAiB,KAAK,CAQrB;IARD,WAAiB,KAAK;QACrB,wDAAwD;QACxD,IAAY,cAKX;QALD,WAAY,cAAc;YACzB,6CAA2B,CAAA;YAC3B,wEAAsD,CAAA;YACtD,iEAA+C,CAAA;YAC/C,iEAA+C,CAAA;QAChD,CAAC,EALW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QAKzB;IACF,CAAC,EARgB,KAAK,GAAL,qBAAK,KAAL,qBAAK,QAQrB;AAgEF,CAAC,EApFgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAoF/B"}
|
|
@@ -130,6 +130,7 @@ 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
|
+
timezone: string;
|
|
133
134
|
activity_reduction: number | null;
|
|
134
135
|
active_insulin: number | null;
|
|
135
136
|
blood_glucose_millimolar_sample_id: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logbook.js","sourceRoot":"","sources":["../../../v1/logbook/logbook.ts"],"names":[],"mappings":";;;AAAA,IAAiB,OAAO,
|
|
1
|
+
{"version":3,"file":"logbook.js","sourceRoot":"","sources":["../../../v1/logbook/logbook.ts"],"names":[],"mappings":";;;AAAA,IAAiB,OAAO,CAmJvB;AAnJD,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;AAyIF,CAAC,EAnJgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAmJvB"}
|