@hapaul/api 0.1.23 → 0.1.25

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 +32 -14
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -819,11 +819,11 @@ interface components {
819
819
  };
820
820
  FeedingFilterParams: {
821
821
  /** Format: uuid */
822
- babyId: string;
822
+ babyId?: string | null;
823
823
  /** Format: date-time */
824
- rangeFrom?: string | null;
824
+ from?: string | null;
825
825
  /** Format: date-time */
826
- rangeTo?: string | null;
826
+ to?: string | null;
827
827
  };
828
828
  /** @enum {string} */
829
829
  FeedingKind: "milkPowder" | "breastMilk" | "leftBreastMilk" | "rightBreastMilk";
@@ -840,7 +840,14 @@ interface components {
840
840
  /** Format: date-time */
841
841
  to?: string | null;
842
842
  };
843
- FilterUrinationDefecationParams: Record<string, never>;
843
+ FilterUrinationDefecationParams: {
844
+ /** Format: uuid */
845
+ babyId?: string | null;
846
+ /** Format: date-time */
847
+ from?: string | null;
848
+ /** Format: date-time */
849
+ to?: string | null;
850
+ };
844
851
  /** @enum {string} */
845
852
  Gender: "unknown" | "male" | "female";
846
853
  HealthRecord: {
@@ -891,11 +898,11 @@ interface components {
891
898
  pageSize?: number | null;
892
899
  filters?: {
893
900
  /** Format: uuid */
894
- babyId: string;
901
+ babyId?: string | null;
895
902
  /** Format: date-time */
896
- rangeFrom?: string | null;
903
+ from?: string | null;
897
904
  /** Format: date-time */
898
- rangeTo?: string | null;
905
+ to?: string | null;
899
906
  };
900
907
  sorts?: components["schemas"]["QuerySortDto_String"][] | null;
901
908
  };
@@ -931,7 +938,14 @@ interface components {
931
938
  page?: number | null;
932
939
  /** Format: int64 */
933
940
  pageSize?: number | null;
934
- filters?: Record<string, never>;
941
+ filters?: {
942
+ /** Format: uuid */
943
+ babyId?: string | null;
944
+ /** Format: date-time */
945
+ from?: string | null;
946
+ /** Format: date-time */
947
+ to?: string | null;
948
+ };
935
949
  sorts?: components["schemas"]["QuerySortDto_String"][] | null;
936
950
  };
937
951
  PageableQueryDto_PermissionFilters_PermissionOrders: {
@@ -1106,15 +1120,17 @@ interface components {
1106
1120
  /** Format: uuid */
1107
1121
  id: string;
1108
1122
  /** Format: uuid */
1109
- baby_id: string;
1123
+ babyId: string;
1110
1124
  kind: components["schemas"]["UrinationDefecationKind"];
1111
1125
  color?: null | components["schemas"]["UrinationDefecationColor"];
1112
1126
  quantity?: null | components["schemas"]["UrinationDefecationQuantity"];
1113
1127
  viscosity?: null | components["schemas"]["UrinationDefecationViscosity"];
1114
1128
  /** Format: date-time */
1115
- created_at: string;
1129
+ datetime: string;
1116
1130
  /** Format: date-time */
1117
- updated_at: string;
1131
+ createdAt: string;
1132
+ /** Format: date-time */
1133
+ updatedAt: string;
1118
1134
  }[];
1119
1135
  /** Format: int64 */
1120
1136
  total: number;
@@ -1298,15 +1314,17 @@ interface components {
1298
1314
  /** Format: uuid */
1299
1315
  id: string;
1300
1316
  /** Format: uuid */
1301
- baby_id: string;
1317
+ babyId: string;
1302
1318
  kind: components["schemas"]["UrinationDefecationKind"];
1303
1319
  color?: null | components["schemas"]["UrinationDefecationColor"];
1304
1320
  quantity?: null | components["schemas"]["UrinationDefecationQuantity"];
1305
1321
  viscosity?: null | components["schemas"]["UrinationDefecationViscosity"];
1306
1322
  /** Format: date-time */
1307
- created_at: string;
1323
+ datetime: string;
1308
1324
  /** Format: date-time */
1309
- updated_at: string;
1325
+ createdAt: string;
1326
+ /** Format: date-time */
1327
+ updatedAt: string;
1310
1328
  };
1311
1329
  /** @enum {string} */
1312
1330
  UrinationDefecationColor: "darkGreen" | "goldenYellow" | "yellow" | "brown" | "black" | "red";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hapaul/api",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [