@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.
@@ -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
- /** Details of the image associated with the service, such as URL and size. */
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
- /** Details of the image associated with the service, such as URL and size. */
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
- /** Details of the image associated with the service, such as URL and size. */
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
- /** Details of the image associated with the service, such as URL and size. */
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.335",
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": "005f4812b58f84086c6c67147bf6e9b8525c17a3eba4a87897a25458"
38
+ "falconPackageHash": "1cd4aa0b495880b3c83ec28df27734d7ee427e4e34be5bd4eb883c6f"
39
39
  }