@hedia/types 2.3.24 → 2.3.25

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.
@@ -32,7 +32,7 @@ export declare namespace BolusCalculator {
32
32
  /** The duration of the physical activity in minutes. */
33
33
  activityDuration: number;
34
34
  /** The intensity of the activity */
35
- activityIntensity: Activity.Enums.ActivityIntensity;
35
+ activityIntensity: Activity.Enums.ActivityIntensity | null;
36
36
  /** The user’s current settings for physical activity */
37
37
  activitySettings: Activity.Types.ActivitySettings;
38
38
  /** Start date and time for the activity */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/types",
3
- "version": "2.3.24",
3
+ "version": "2.3.25",
4
4
  "description": "Enums, interfaces, and other common types for use in Hedia's software.",
5
5
  "main": "./dist/index.js",
6
6
  "repository": {