@hapaul/api 0.1.21 → 0.1.23

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -752,7 +752,7 @@ interface components {
752
752
  };
753
753
  CreateFeedingParams: {
754
754
  /** Format: uuid */
755
- baby_id: string;
755
+ babyId: string;
756
756
  kind: components["schemas"]["FeedingKind"];
757
757
  /** Format: int32 */
758
758
  quantity: number;
@@ -786,7 +786,7 @@ interface components {
786
786
  };
787
787
  CreateUrinationDefecationParams: {
788
788
  /** Format: uuid */
789
- baby_id: string;
789
+ babyId: string;
790
790
  kind: components["schemas"]["UrinationDefecationKind"];
791
791
  color?: null | components["schemas"]["UrinationDefecationColor"];
792
792
  quantity?: null | components["schemas"]["UrinationDefecationQuantity"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hapaul/api",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [