@wix/auto_sdk_media_files 1.0.20 → 1.0.21

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.
@@ -169,32 +169,7 @@ interface ImageMedia {
169
169
  caption?: string | null;
170
170
  }
171
171
  interface Image {
172
- /**
173
- * enum TextDetection{
174
- * // No detection was made
175
- * UNKNOWN_TEXT_DETECTION = 0;
176
- * // The image contains text
177
- * CONTAINS_TEXT = 1;
178
- * // The image does not contain text
179
- * NO_TEXT = 2;
180
- * }
181
- * enum AnimationDetection{
182
- * // No detection was made
183
- * UNKNOWN_ANIMATION_DETECTION = 0;
184
- * // The image contains animation
185
- * CONTAINS_ANIMATION = 1;
186
- * // The image does not contain animation
187
- * NO_ANIMATION = 2;
188
- * }
189
- * message ImageContent{
190
- * option (.wix.api.decomposite_of) = "wix.common.ImageContent";
191
- * // Text detection
192
- * TextDetection text = 1;
193
- * // Animation detection
194
- * AnimationDetection animation = 2;
195
- * }
196
- * WixMedia image ID.
197
- */
172
+ /** WixMedia image ID. */
198
173
  id?: string;
199
174
  /** Image URL. */
200
175
  url?: string;
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_media_files",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
+ "license": "MIT",
4
5
  "publishConfig": {
5
6
  "registry": "https://registry.npmjs.org/",
6
7
  "access": "public"
@@ -49,5 +50,5 @@
49
50
  "fqdn": "wix.media.site_media.v1.file_descriptor"
50
51
  }
51
52
  },
52
- "falconPackageHash": "3bc2d86fc565e27fb9d1b83847ff95d7325a6414d4c9f153c2eb52d7"
53
+ "falconPackageHash": "dab8d437f25d5fd33958e1dc21a25230e8618e94753e523508bac851"
53
54
  }