@hedia/types 3.11.0-alpha.342 → 3.12.0-alpha.343

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.
@@ -88,7 +88,7 @@ export interface ILogbookEntry {
88
88
  */
89
89
  insulin_entered_units: number | null;
90
90
  /**
91
- * The amount of carbohydrates that is used as input for calculation (user entered this carbohydrates amount in calculation flow).
91
+ * The amount of carbohydrates used as input for a calculation (the user entered this carbohydrate amount in the calculation flow).
92
92
  */
93
93
  carbohydrates_input_grams: number | null;
94
94
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/types",
3
- "version": "3.11.0-alpha.342",
3
+ "version": "3.12.0-alpha.343",
4
4
  "description": "Enums, interfaces, and other common types for use in Hedia's software.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "types": "lib/typescript/index.d.ts",