@hapaul/api 0.1.20 → 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 +35 -1
  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 */
@@ -2174,7 +2208,7 @@ interface operations {
2174
2208
  [name: string]: unknown;
2175
2209
  };
2176
2210
  content: {
2177
- "application/json": components["schemas"]["ResponseJson_PaginatedData_Permission"];
2211
+ "application/json": components["schemas"]["ResponseJson_PaginatedData_HealthRecord"];
2178
2212
  };
2179
2213
  };
2180
2214
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hapaul/api",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [