@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
  /**
@@ -773,7 +773,7 @@ interface GenerateAnimatedVectorRequest {
773
773
  endVectorId?: string;
774
774
  /**
775
775
  * Result file name as it appears in the Media Manager.
776
- * @maxLength 256
776
+ * @maxLength 255
777
777
  */
778
778
  displayName?: string;
779
779
  }
@@ -1160,7 +1160,7 @@ interface ImportFileRequest {
1160
1160
  mediaType?: MediaTypeWithLiterals;
1161
1161
  /**
1162
1162
  * File name that appears in the Media Manager.
1163
- * @maxLength 200
1163
+ * @maxLength 255
1164
1164
  */
1165
1165
  displayName?: string | null;
1166
1166
  /**
@@ -1577,7 +1577,7 @@ interface UpdateFileRequest {
1577
1577
  fileId?: string;
1578
1578
  /**
1579
1579
  * File name that appears in the Media Manager.
1580
- * @maxLength 200
1580
+ * @maxLength 255
1581
1581
  */
1582
1582
  displayName?: string | null;
1583
1583
  /**
@@ -2313,7 +2313,7 @@ interface ImportFileOptions {
2313
2313
  mediaType?: MediaTypeWithLiterals;
2314
2314
  /**
2315
2315
  * File name that appears in the Media Manager.
2316
- * @maxLength 200
2316
+ * @maxLength 255
2317
2317
  */
2318
2318
  displayName?: string | null;
2319
2319
  /**