@hapaul/api 0.1.52 → 0.1.53
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/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1010,6 +1010,7 @@ interface components {
|
|
|
1010
1010
|
/** Format: uuid */
|
|
1011
1011
|
babyId: string;
|
|
1012
1012
|
medicationType: components["schemas"]["MedicationType"];
|
|
1013
|
+
name: string;
|
|
1013
1014
|
description?: string | null;
|
|
1014
1015
|
/** Format: int32 */
|
|
1015
1016
|
quantity: number;
|
|
@@ -1220,6 +1221,7 @@ interface components {
|
|
|
1220
1221
|
/** Format: uuid */
|
|
1221
1222
|
babyId: string;
|
|
1222
1223
|
medicationType: components["schemas"]["MedicationType"];
|
|
1224
|
+
name: string;
|
|
1223
1225
|
description?: string | null;
|
|
1224
1226
|
/** Format: int32 */
|
|
1225
1227
|
quantity: number;
|
|
@@ -1519,6 +1521,7 @@ interface components {
|
|
|
1519
1521
|
/** Format: uuid */
|
|
1520
1522
|
babyId: string;
|
|
1521
1523
|
medicationType: components["schemas"]["MedicationType"];
|
|
1524
|
+
name: string;
|
|
1522
1525
|
description?: string | null;
|
|
1523
1526
|
/** Format: int32 */
|
|
1524
1527
|
quantity: number;
|
|
@@ -1734,6 +1737,7 @@ interface components {
|
|
|
1734
1737
|
/** Format: uuid */
|
|
1735
1738
|
id: string;
|
|
1736
1739
|
medicationType?: null | components["schemas"]["MedicationType"];
|
|
1740
|
+
name?: string | null;
|
|
1737
1741
|
description?: string | null;
|
|
1738
1742
|
/** Format: int32 */
|
|
1739
1743
|
quantity?: number | null;
|