@hapaul/api 0.1.51 → 0.1.52
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 +8 -8
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1218,8 +1218,8 @@ interface components {
|
|
|
1218
1218
|
/** Format: uuid */
|
|
1219
1219
|
id: string;
|
|
1220
1220
|
/** Format: uuid */
|
|
1221
|
-
|
|
1222
|
-
|
|
1221
|
+
babyId: string;
|
|
1222
|
+
medicationType: components["schemas"]["MedicationType"];
|
|
1223
1223
|
description?: string | null;
|
|
1224
1224
|
/** Format: int32 */
|
|
1225
1225
|
quantity: number;
|
|
@@ -1227,9 +1227,9 @@ interface components {
|
|
|
1227
1227
|
/** Format: date-time */
|
|
1228
1228
|
datetime: string;
|
|
1229
1229
|
/** Format: date-time */
|
|
1230
|
-
|
|
1230
|
+
createdAt: string;
|
|
1231
1231
|
/** Format: date-time */
|
|
1232
|
-
|
|
1232
|
+
updatedAt: string;
|
|
1233
1233
|
};
|
|
1234
1234
|
/** @enum {string} */
|
|
1235
1235
|
MedicationType: "health" | "prescription";
|
|
@@ -1517,8 +1517,8 @@ interface components {
|
|
|
1517
1517
|
/** Format: uuid */
|
|
1518
1518
|
id: string;
|
|
1519
1519
|
/** Format: uuid */
|
|
1520
|
-
|
|
1521
|
-
|
|
1520
|
+
babyId: string;
|
|
1521
|
+
medicationType: components["schemas"]["MedicationType"];
|
|
1522
1522
|
description?: string | null;
|
|
1523
1523
|
/** Format: int32 */
|
|
1524
1524
|
quantity: number;
|
|
@@ -1526,9 +1526,9 @@ interface components {
|
|
|
1526
1526
|
/** Format: date-time */
|
|
1527
1527
|
datetime: string;
|
|
1528
1528
|
/** Format: date-time */
|
|
1529
|
-
|
|
1529
|
+
createdAt: string;
|
|
1530
1530
|
/** Format: date-time */
|
|
1531
|
-
|
|
1531
|
+
updatedAt: string;
|
|
1532
1532
|
}[];
|
|
1533
1533
|
/** Format: int64 */
|
|
1534
1534
|
total: number;
|