@wix/auto_sdk_media_files 1.0.49 → 1.0.51

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.
@@ -53,9 +53,6 @@ interface FileDescriptor {
53
53
  media?: FileMedia;
54
54
  /**
55
55
  * Status of the file that was uploaded.
56
- * * `FAILED`: The file failed to upload, for example, during media post processing.
57
- * * `READY`: The file uploaded, finished all processing, and is ready for use.
58
- * * `PENDING`: The file is processing and the URLs are not yet available. This response is returned when importing a file.
59
56
  * @readonly
60
57
  */
61
58
  operationStatus?: OperationStatusWithLiterals;
@@ -410,11 +407,11 @@ interface FontAsset {
410
407
  format?: string | null;
411
408
  }
412
409
  declare enum OperationStatus {
413
- /** File upload or processing failed */
410
+ /** The file failed to upload, for example, during media post processing. */
414
411
  FAILED = "FAILED",
415
- /** File is ready for consumption */
412
+ /** The file uploaded, finished all processing, and is ready for use. */
416
413
  READY = "READY",
417
- /** File is waiting for processing or currently being processed */
414
+ /** The file is processing and the URLs are not yet available. This response is returned when importing a file. */
418
415
  PENDING = "PENDING"
419
416
  }
420
417
  /** @enumType */
@@ -2130,7 +2127,7 @@ interface ListFilesOptions {
2130
2127
  *
2131
2128
  * To learn about working with *Search* methods, see
2132
2129
  * [API Query Language](https://dev.wix.com/docs/rest/articles/get-started/api-query-language)
2133
- * and [*Sorting and Paging*](https://dev.wix.com/docs/rest/articles/get-started/sorting-and-paging).
2130
+ * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/get-started/sorting-and-paging).
2134
2131
  * @public
2135
2132
  * @param options - Options to specify which folders to search.
2136
2133
  * @permissionId MEDIA.SITE_MEDIA_FILES_LIST