@wix/auto_sdk_media_files 1.0.86 → 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
  /**
@@ -1971,6 +1971,8 @@ interface FileDescriptorFileFailedEnvelope {
1971
1971
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
1972
1972
  * @permissionScope View SEO Settings
1973
1973
  * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
1974
+ * @permissionScope Manage Social Posts
1975
+ * @permissionScopeId SCOPE.PROMOTE.MANAGE-SOCIAL-POSTS
1974
1976
  * @permissionScope Manage SEO Settings
1975
1977
  * @permissionScopeId SCOPE.PROMOTE.MANAGE-SEO
1976
1978
  * @permissionScope Access Verticals by Automations
@@ -2013,6 +2015,8 @@ interface FileDescriptorFileReadyEnvelope {
2013
2015
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
2014
2016
  * @permissionScope View SEO Settings
2015
2017
  * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
2018
+ * @permissionScope Manage Social Posts
2019
+ * @permissionScopeId SCOPE.PROMOTE.MANAGE-SOCIAL-POSTS
2016
2020
  * @permissionScope Manage SEO Settings
2017
2021
  * @permissionScopeId SCOPE.PROMOTE.MANAGE-SEO
2018
2022
  * @permissionScope Access Verticals by Automations
@@ -2309,7 +2313,7 @@ interface ImportFileOptions {
2309
2313
  mediaType?: MediaTypeWithLiterals;
2310
2314
  /**
2311
2315
  * File name that appears in the Media Manager.
2312
- * @maxLength 200
2316
+ * @maxLength 255
2313
2317
  */
2314
2318
  displayName?: string | null;
2315
2319
  /**