@wix/bookings 1.0.335 → 1.0.337
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/build/cjs/src/bookings-services-v2-service.types.d.ts +2 -2
- package/build/cjs/src/bookings-services-v2-service.universal.d.ts +2 -2
- package/build/es/src/bookings-services-v2-service.types.d.ts +2 -2
- package/build/es/src/bookings-services-v2-service.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -107,9 +107,9 @@ export interface MediaItemItemOneOf {
|
|
|
107
107
|
image?: Image;
|
|
108
108
|
}
|
|
109
109
|
export interface Image {
|
|
110
|
-
/** WixMedia image ID. */
|
|
110
|
+
/** WixMedia image ID. (e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
111
111
|
id?: string;
|
|
112
|
-
/** Image URL. */
|
|
112
|
+
/** Image URL. (similar to imageID e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
113
113
|
url?: string;
|
|
114
114
|
/** Original image height. */
|
|
115
115
|
height?: number;
|
|
@@ -107,12 +107,12 @@ export interface Media {
|
|
|
107
107
|
coverMedia?: MediaItem;
|
|
108
108
|
}
|
|
109
109
|
export interface MediaItem extends MediaItemItemOneOf {
|
|
110
|
-
/**
|
|
110
|
+
/** The image's Wix media URL in the following format: `'wix:image://v1/<uri>/<filename>#originWidth=<width>&originHeight=<height>[&watermark=<watermark_manifest_string>]'`. */
|
|
111
111
|
image?: string;
|
|
112
112
|
}
|
|
113
113
|
/** @oneof */
|
|
114
114
|
export interface MediaItemItemOneOf {
|
|
115
|
-
/**
|
|
115
|
+
/** The image's Wix media URL in the following format: `'wix:image://v1/<uri>/<filename>#originWidth=<width>&originHeight=<height>[&watermark=<watermark_manifest_string>]'`. */
|
|
116
116
|
image?: string;
|
|
117
117
|
}
|
|
118
118
|
export interface V2Category {
|
|
@@ -107,9 +107,9 @@ export interface MediaItemItemOneOf {
|
|
|
107
107
|
image?: Image;
|
|
108
108
|
}
|
|
109
109
|
export interface Image {
|
|
110
|
-
/** WixMedia image ID. */
|
|
110
|
+
/** WixMedia image ID. (e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
111
111
|
id?: string;
|
|
112
|
-
/** Image URL. */
|
|
112
|
+
/** Image URL. (similar to imageID e.g. "4b3901ffcb8d7ad81a613779d92c9702.jpg") */
|
|
113
113
|
url?: string;
|
|
114
114
|
/** Original image height. */
|
|
115
115
|
height?: number;
|
|
@@ -107,12 +107,12 @@ export interface Media {
|
|
|
107
107
|
coverMedia?: MediaItem;
|
|
108
108
|
}
|
|
109
109
|
export interface MediaItem extends MediaItemItemOneOf {
|
|
110
|
-
/**
|
|
110
|
+
/** The image's Wix media URL in the following format: `'wix:image://v1/<uri>/<filename>#originWidth=<width>&originHeight=<height>[&watermark=<watermark_manifest_string>]'`. */
|
|
111
111
|
image?: string;
|
|
112
112
|
}
|
|
113
113
|
/** @oneof */
|
|
114
114
|
export interface MediaItemItemOneOf {
|
|
115
|
-
/**
|
|
115
|
+
/** The image's Wix media URL in the following format: `'wix:image://v1/<uri>/<filename>#originWidth=<width>&originHeight=<height>[&watermark=<watermark_manifest_string>]'`. */
|
|
116
116
|
image?: string;
|
|
117
117
|
}
|
|
118
118
|
export interface V2Category {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.337",
|
|
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": "1cd4aa0b495880b3c83ec28df27734d7ee427e4e34be5bd4eb883c6f"
|
|
39
39
|
}
|