@wix/media 1.0.101 → 1.0.102
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/media",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.102",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/media_enterprise-media-categories": "1.0.24",
|
|
22
22
|
"@wix/media_enterprise-media-items": "1.0.27",
|
|
23
|
-
"@wix/media_files": "1.0.
|
|
23
|
+
"@wix/media_files": "1.0.38",
|
|
24
24
|
"@wix/media_folders": "1.0.27"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "4bdba50cf058ff4245bbd51a0c55a6958ccadfff828bb18086cf5ad6"
|
|
49
49
|
}
|
|
@@ -1134,6 +1134,11 @@ interface ImageMedia {
|
|
|
1134
1134
|
* @readonly
|
|
1135
1135
|
*/
|
|
1136
1136
|
caption?: string | null;
|
|
1137
|
+
/**
|
|
1138
|
+
* Optional, return true or false if the image has text, or empty for unknown
|
|
1139
|
+
* @readonly
|
|
1140
|
+
*/
|
|
1141
|
+
containsText?: boolean | null;
|
|
1137
1142
|
}
|
|
1138
1143
|
interface Colors {
|
|
1139
1144
|
/** Main color of the image. */
|
|
@@ -1637,6 +1637,11 @@ interface ImageMedia {
|
|
|
1637
1637
|
* @readonly
|
|
1638
1638
|
*/
|
|
1639
1639
|
caption?: string | null;
|
|
1640
|
+
/**
|
|
1641
|
+
* Optional, return true or false if the image has text, or empty for unknown
|
|
1642
|
+
* @readonly
|
|
1643
|
+
*/
|
|
1644
|
+
containsText?: boolean | null;
|
|
1640
1645
|
}
|
|
1641
1646
|
interface Colors {
|
|
1642
1647
|
/** Main color of the image. */
|
|
@@ -1905,6 +1905,11 @@ interface ImageMedia$1 {
|
|
|
1905
1905
|
* @readonly
|
|
1906
1906
|
*/
|
|
1907
1907
|
caption?: string | null;
|
|
1908
|
+
/**
|
|
1909
|
+
* Optional, return true or false if the image has text, or empty for unknown
|
|
1910
|
+
* @readonly
|
|
1911
|
+
*/
|
|
1912
|
+
containsText?: boolean | null;
|
|
1908
1913
|
}
|
|
1909
1914
|
interface Image {
|
|
1910
1915
|
/** WixMedia image ID. */
|
|
@@ -3862,6 +3867,11 @@ interface ImageMedia {
|
|
|
3862
3867
|
* @readonly
|
|
3863
3868
|
*/
|
|
3864
3869
|
caption?: string | null;
|
|
3870
|
+
/**
|
|
3871
|
+
* Optional, return true or false if the image has text, or empty for unknown
|
|
3872
|
+
* @readonly
|
|
3873
|
+
*/
|
|
3874
|
+
containsText?: boolean | null;
|
|
3865
3875
|
}
|
|
3866
3876
|
interface Colors {
|
|
3867
3877
|
/** Main color of the image. */
|