@wix/auto_sdk_media_files 1.0.87 → 1.0.88

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.
@@ -10,7 +10,7 @@ interface FileDescriptor {
10
10
  id?: string;
11
11
  /**
12
12
  * File name as it appears in the Media Manager.
13
- * @maxLength 200
13
+ * @maxLength 255
14
14
  */
15
15
  displayName?: string;
16
16
  /**
@@ -830,7 +830,7 @@ interface GenerateAnimatedVectorRequest {
830
830
  endVectorId?: string;
831
831
  /**
832
832
  * Result file name as it appears in the Media Manager.
833
- * @maxLength 256
833
+ * @maxLength 255
834
834
  */
835
835
  displayName?: string;
836
836
  }
@@ -1217,7 +1217,7 @@ interface ImportFileRequest {
1217
1217
  mediaType?: MediaTypeWithLiterals;
1218
1218
  /**
1219
1219
  * File name that appears in the Media Manager.
1220
- * @maxLength 200
1220
+ * @maxLength 255
1221
1221
  */
1222
1222
  displayName?: string | null;
1223
1223
  /**
@@ -1634,7 +1634,7 @@ interface UpdateFileRequest {
1634
1634
  fileId?: string;
1635
1635
  /**
1636
1636
  * File name that appears in the Media Manager.
1637
- * @maxLength 200
1637
+ * @maxLength 255
1638
1638
  */
1639
1639
  displayName?: string | null;
1640
1640
  /**