@hapaul/api 0.1.54 → 0.1.55
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1257,7 +1257,7 @@ interface components {
|
|
|
1257
1257
|
FilterTagParams: {
|
|
1258
1258
|
/** Format: uuid */
|
|
1259
1259
|
babyId?: string | null;
|
|
1260
|
-
tagType?:
|
|
1260
|
+
tagType?: null | components["schemas"]["CacheTagType"];
|
|
1261
1261
|
};
|
|
1262
1262
|
FilterUrinationDefecationParams: {
|
|
1263
1263
|
/** Format: uuid */
|
|
@@ -1432,7 +1432,7 @@ interface components {
|
|
|
1432
1432
|
filters?: {
|
|
1433
1433
|
/** Format: uuid */
|
|
1434
1434
|
babyId?: string | null;
|
|
1435
|
-
tagType?:
|
|
1435
|
+
tagType?: null | components["schemas"]["CacheTagType"];
|
|
1436
1436
|
};
|
|
1437
1437
|
sorts?: components["schemas"]["QuerySortDto_SortTagParams"][] | null;
|
|
1438
1438
|
};
|