@wix/media 1.0.116 → 1.0.117
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.117",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/media_enterprise-media-categories": "1.0.31",
|
|
22
|
-
"@wix/media_enterprise-media-items": "1.0.
|
|
22
|
+
"@wix/media_enterprise-media-items": "1.0.35",
|
|
23
23
|
"@wix/media_files": "1.0.50",
|
|
24
24
|
"@wix/media_folders": "1.0.35"
|
|
25
25
|
},
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "3b77b0cd9ac91d59836127c9236f080c84b3de744314d28c59fe64df"
|
|
50
50
|
}
|
|
@@ -683,6 +683,8 @@ interface ItemUploadCallbackRequest {
|
|
|
683
683
|
callbackToken?: string;
|
|
684
684
|
}
|
|
685
685
|
interface ItemUploadCallbackResponse {
|
|
686
|
+
/** A message describing what happened on the endpoint */
|
|
687
|
+
message?: string | null;
|
|
686
688
|
}
|
|
687
689
|
interface GenerateFileUploadUrlRequest$1 {
|
|
688
690
|
/** The uploaded original file name including the extension */
|
|
@@ -1335,7 +1337,7 @@ interface ItemUploadCallbackSignature {
|
|
|
1335
1337
|
/**
|
|
1336
1338
|
* Internal API called by the public media backend, notify about a file that was created enterprise public media server
|
|
1337
1339
|
*/
|
|
1338
|
-
(options?: ItemUploadCallbackOptions | undefined): Promise<
|
|
1340
|
+
(options?: ItemUploadCallbackOptions | undefined): Promise<ItemUploadCallbackResponse>;
|
|
1339
1341
|
}
|
|
1340
1342
|
declare function generateFileUploadUrl$3(httpClient: HttpClient): GenerateFileUploadUrlSignature$1;
|
|
1341
1343
|
interface GenerateFileUploadUrlSignature$1 {
|
|
@@ -683,6 +683,8 @@ interface ItemUploadCallbackRequest {
|
|
|
683
683
|
callbackToken?: string;
|
|
684
684
|
}
|
|
685
685
|
interface ItemUploadCallbackResponse {
|
|
686
|
+
/** A message describing what happened on the endpoint */
|
|
687
|
+
message?: string | null;
|
|
686
688
|
}
|
|
687
689
|
interface GenerateFileUploadUrlRequest$1 {
|
|
688
690
|
/** The uploaded original file name including the extension */
|
|
@@ -1335,7 +1337,7 @@ interface ItemUploadCallbackSignature {
|
|
|
1335
1337
|
/**
|
|
1336
1338
|
* Internal API called by the public media backend, notify about a file that was created enterprise public media server
|
|
1337
1339
|
*/
|
|
1338
|
-
(options?: ItemUploadCallbackOptions | undefined): Promise<
|
|
1340
|
+
(options?: ItemUploadCallbackOptions | undefined): Promise<ItemUploadCallbackResponse>;
|
|
1339
1341
|
}
|
|
1340
1342
|
declare function generateFileUploadUrl$3(httpClient: HttpClient): GenerateFileUploadUrlSignature$1;
|
|
1341
1343
|
interface GenerateFileUploadUrlSignature$1 {
|
|
@@ -501,6 +501,8 @@ interface ItemUploadCallbackRequest$1 {
|
|
|
501
501
|
callbackToken?: string;
|
|
502
502
|
}
|
|
503
503
|
interface ItemUploadCallbackResponse$1 {
|
|
504
|
+
/** A message describing what happened on the endpoint */
|
|
505
|
+
message?: string | null;
|
|
504
506
|
}
|
|
505
507
|
interface GenerateFileUploadUrlRequest$3 {
|
|
506
508
|
/** The uploaded original file name including the extension */
|
|
@@ -987,6 +989,8 @@ interface ItemUploadCallbackRequest {
|
|
|
987
989
|
callbackToken?: string;
|
|
988
990
|
}
|
|
989
991
|
interface ItemUploadCallbackResponse {
|
|
992
|
+
/** A message describing what happened on the endpoint */
|
|
993
|
+
message?: string | null;
|
|
990
994
|
}
|
|
991
995
|
interface GenerateFileUploadUrlRequest$2 {
|
|
992
996
|
/** The uploaded original file name including the extension */
|