@mivis/petmart-api 1.2.196 → 1.2.198
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/package.json +1 -1
- package/type.d.ts +2 -2
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -1672,7 +1672,7 @@ declare namespace Components {
|
|
|
1672
1672
|
breed: string;
|
|
1673
1673
|
suit: string;
|
|
1674
1674
|
category: string;
|
|
1675
|
-
birthDate:
|
|
1675
|
+
birthDate: string;
|
|
1676
1676
|
withersHeight: number;
|
|
1677
1677
|
price: number;
|
|
1678
1678
|
location: IHorseLocation;
|
|
@@ -1701,7 +1701,7 @@ declare namespace Components {
|
|
|
1701
1701
|
sex: ESex;
|
|
1702
1702
|
breed: string;
|
|
1703
1703
|
suit: string;
|
|
1704
|
-
|
|
1704
|
+
birthDate: Date;
|
|
1705
1705
|
category: string;
|
|
1706
1706
|
withersHeight: number;
|
|
1707
1707
|
price: number;
|