@wix/bookings 1.0.337 → 1.0.338
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.
|
@@ -109,7 +109,7 @@ export interface MediaItemItemOneOf {
|
|
|
109
109
|
export interface Image {
|
|
110
110
|
/** WixMedia image ID. (e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
111
111
|
id?: string;
|
|
112
|
-
/** Image URL. (similar to
|
|
112
|
+
/** Image URL. (similar to image.id e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
113
113
|
url?: string;
|
|
114
114
|
/** Original image height. */
|
|
115
115
|
height?: number;
|
|
@@ -109,7 +109,7 @@ export interface MediaItemItemOneOf {
|
|
|
109
109
|
export interface Image {
|
|
110
110
|
/** WixMedia image ID. (e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
111
111
|
id?: string;
|
|
112
|
-
/** Image URL. (similar to
|
|
112
|
+
/** Image URL. (similar to image.id e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
113
113
|
url?: string;
|
|
114
114
|
/** Original image height. */
|
|
115
115
|
height?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.338",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"falconPackageHash": "
|
|
38
|
+
"falconPackageHash": "e6c0ae60b9bee213fe420b3e9ef4a8d8778c9d9337455631c0bfc6e3"
|
|
39
39
|
}
|