@wix/media 1.0.93 → 1.0.94
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.94",
|
|
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.23",
|
|
22
22
|
"@wix/media_enterprise-media-items": "1.0.26",
|
|
23
|
-
"@wix/media_files": "1.0.
|
|
23
|
+
"@wix/media_files": "1.0.31",
|
|
24
24
|
"@wix/media_folders": "1.0.26"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "f5abdeb5fe119f889c6e535ea6caa6cbff90122e8aec79fe1499d1e1"
|
|
50
50
|
}
|
|
@@ -1337,7 +1337,7 @@ interface ImportFileRequest {
|
|
|
1337
1337
|
labels?: string[] | null;
|
|
1338
1338
|
/** File mime type. */
|
|
1339
1339
|
mimeType?: string;
|
|
1340
|
-
/**
|
|
1340
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
1341
1341
|
externalInfo?: ExternalInfo;
|
|
1342
1342
|
/** Optional parameters that should be sent with the external URL. */
|
|
1343
1343
|
urlParams?: Record<string, any> | null;
|
|
@@ -2059,7 +2059,7 @@ interface GenerateFileUploadUrlOptions {
|
|
|
2059
2059
|
private?: boolean | null;
|
|
2060
2060
|
/** Labels assigned to media files that describe and categorize them. Provided by the user, or generated by [Google Vision API](https://cloud.google.com/vision/docs/drag-and-drop) for images. */
|
|
2061
2061
|
labels?: string[] | null;
|
|
2062
|
-
/**
|
|
2062
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
2063
2063
|
externalInfo?: ExternalInfo;
|
|
2064
2064
|
/**
|
|
2065
2065
|
* The path by folder names to create the file under.
|
|
@@ -2121,7 +2121,7 @@ interface ImportFileOptions {
|
|
|
2121
2121
|
labels?: string[] | null;
|
|
2122
2122
|
/** File mime type. */
|
|
2123
2123
|
mimeType?: string;
|
|
2124
|
-
/**
|
|
2124
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
2125
2125
|
externalInfo?: ExternalInfo;
|
|
2126
2126
|
/** Optional parameters that should be sent with the external URL. */
|
|
2127
2127
|
urlParams?: Record<string, any> | null;
|
|
@@ -1950,7 +1950,7 @@ interface GenerateFileUploadUrlRequest {
|
|
|
1950
1950
|
private?: boolean | null;
|
|
1951
1951
|
/** Labels assigned to media files that describe and categorize them. Provided by the user, or generated by [Google Vision API](https://cloud.google.com/vision/docs/drag-and-drop) for images. */
|
|
1952
1952
|
labels?: string[] | null;
|
|
1953
|
-
/**
|
|
1953
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
1954
1954
|
externalInfo?: ExternalInfo;
|
|
1955
1955
|
/**
|
|
1956
1956
|
* The path by folder names to create the file under.
|
|
@@ -2032,7 +2032,7 @@ interface ImportFileRequest {
|
|
|
2032
2032
|
labels?: string[] | null;
|
|
2033
2033
|
/** File mime type. */
|
|
2034
2034
|
mimeType?: string;
|
|
2035
|
-
/**
|
|
2035
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
2036
2036
|
externalInfo?: ExternalInfo;
|
|
2037
2037
|
/** Optional parameters that should be sent with the external URL. */
|
|
2038
2038
|
urlParams?: Record<string, any> | null;
|
|
@@ -3093,7 +3093,7 @@ interface GenerateFileUploadUrlOptions {
|
|
|
3093
3093
|
private?: boolean | null;
|
|
3094
3094
|
/** Labels assigned to media files that describe and categorize them. Provided by the user, or generated by [Google Vision API](https://cloud.google.com/vision/docs/drag-and-drop) for images. */
|
|
3095
3095
|
labels?: string[] | null;
|
|
3096
|
-
/**
|
|
3096
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
3097
3097
|
externalInfo?: ExternalInfo;
|
|
3098
3098
|
/**
|
|
3099
3099
|
* The path by folder names to create the file under.
|
|
@@ -3155,7 +3155,7 @@ interface ImportFileOptions {
|
|
|
3155
3155
|
labels?: string[] | null;
|
|
3156
3156
|
/** File mime type. */
|
|
3157
3157
|
mimeType?: string;
|
|
3158
|
-
/**
|
|
3158
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
3159
3159
|
externalInfo?: ExternalInfo;
|
|
3160
3160
|
/** Optional parameters that should be sent with the external URL. */
|
|
3161
3161
|
urlParams?: Record<string, any> | null;
|
|
@@ -4067,7 +4067,7 @@ interface GenerateFileUploadUrlRequest {
|
|
|
4067
4067
|
private?: boolean | null;
|
|
4068
4068
|
/** Labels assigned to media files that describe and categorize them. Provided by the user, or generated by [Google Vision API](https://cloud.google.com/vision/docs/drag-and-drop) for images. */
|
|
4069
4069
|
labels?: string[] | null;
|
|
4070
|
-
/**
|
|
4070
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
4071
4071
|
externalInfo?: ExternalInfo;
|
|
4072
4072
|
/**
|
|
4073
4073
|
* The path by folder names to create the file under.
|
|
@@ -4149,7 +4149,7 @@ interface ImportFileRequest {
|
|
|
4149
4149
|
labels?: string[] | null;
|
|
4150
4150
|
/** File mime type. */
|
|
4151
4151
|
mimeType?: string;
|
|
4152
|
-
/**
|
|
4152
|
+
/** Information sent to the `onFileDescriptorFileReady( )` and `onFileDescriptorFileFailed( )` events. See the Importing Files article to learn more. */
|
|
4153
4153
|
externalInfo?: ExternalInfo;
|
|
4154
4154
|
/** Optional parameters that should be sent with the external URL. */
|
|
4155
4155
|
urlParams?: Record<string, any> | null;
|