@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.
- package/build/cjs/index.d.ts +41 -26
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -26
- package/build/es/index.d.mts +41 -26
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -26
- package/build/internal/cjs/index.d.ts +41 -26
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -26
- package/build/internal/es/index.d.mts +41 -26
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -26
- package/package.json +3 -2
|
@@ -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.
|
|
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": "
|
|
53
|
+
"falconPackageHash": "dab8d437f25d5fd33958e1dc21a25230e8618e94753e523508bac851"
|
|
53
54
|
}
|