@hapaul/api 0.1.19 → 0.1.21

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +48 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -843,6 +843,21 @@ interface components {
843
843
  FilterUrinationDefecationParams: Record<string, never>;
844
844
  /** @enum {string} */
845
845
  Gender: "unknown" | "male" | "female";
846
+ HealthRecord: {
847
+ /** Format: uuid */
848
+ id: string;
849
+ /** Format: uuid */
850
+ babyId: string;
851
+ kind: components["schemas"]["HealthRecordKind"];
852
+ /** Format: int32 */
853
+ quantity: number;
854
+ /** Format: date-time */
855
+ datetime: string;
856
+ /** Format: date-time */
857
+ createdAt: string;
858
+ /** Format: date-time */
859
+ updatedAt: string;
860
+ };
846
861
  /** @enum {string} */
847
862
  HealthRecordKind: "height" | "weight";
848
863
  LoginMethod: {
@@ -1039,6 +1054,25 @@ interface components {
1039
1054
  /** Format: int64 */
1040
1055
  total: number;
1041
1056
  };
1057
+ ResponseJson_PaginatedData_HealthRecord: {
1058
+ records: {
1059
+ /** Format: uuid */
1060
+ id: string;
1061
+ /** Format: uuid */
1062
+ babyId: string;
1063
+ kind: components["schemas"]["HealthRecordKind"];
1064
+ /** Format: int32 */
1065
+ quantity: number;
1066
+ /** Format: date-time */
1067
+ datetime: string;
1068
+ /** Format: date-time */
1069
+ createdAt: string;
1070
+ /** Format: date-time */
1071
+ updatedAt: string;
1072
+ }[];
1073
+ /** Format: int64 */
1074
+ total: number;
1075
+ };
1042
1076
  ResponseJson_PaginatedData_Permission: {
1043
1077
  records: {
1044
1078
  /** Format: uuid */
@@ -1129,6 +1163,18 @@ interface components {
1129
1163
  /** Format: date-time */
1130
1164
  updatedAt: string;
1131
1165
  };
1166
+ ResponseJson_Vec_Baby: {
1167
+ /** Format: uuid */
1168
+ id: string;
1169
+ name: string;
1170
+ gender?: null | components["schemas"]["Gender"];
1171
+ /** Format: uuid */
1172
+ createdBy: string;
1173
+ /** Format: date-time */
1174
+ createdAt: string;
1175
+ /** Format: date-time */
1176
+ updatedAt: string;
1177
+ }[];
1132
1178
  ResponseJson_Vec_SessionDto: {
1133
1179
  /** Format: uuid */
1134
1180
  id: string;
@@ -1974,7 +2020,7 @@ interface operations {
1974
2020
  [name: string]: unknown;
1975
2021
  };
1976
2022
  content: {
1977
- "application/json": components["schemas"]["ResponseJson_PaginatedData_Baby"];
2023
+ "application/json": components["schemas"]["ResponseJson_Vec_Baby"];
1978
2024
  };
1979
2025
  };
1980
2026
  };
@@ -2162,7 +2208,7 @@ interface operations {
2162
2208
  [name: string]: unknown;
2163
2209
  };
2164
2210
  content: {
2165
- "application/json": components["schemas"]["ResponseJson_PaginatedData_Permission"];
2211
+ "application/json": components["schemas"]["ResponseJson_PaginatedData_HealthRecord"];
2166
2212
  };
2167
2213
  };
2168
2214
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hapaul/api",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [