@wix/auto_sdk_media_files 1.0.78 → 1.0.80
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -546,7 +546,7 @@ interface AudioAssetAdditionalProperties {
|
|
|
546
546
|
interface VideoAdditionalProperties {
|
|
547
547
|
/**
|
|
548
548
|
* From PmVideoInfo.file_input.fps (e.g. "25/1").
|
|
549
|
-
* @maxLength
|
|
549
|
+
* @maxLength 50
|
|
550
550
|
*/
|
|
551
551
|
fps?: string | null;
|
|
552
552
|
/** From PmVideoInfo.file_input.video_bitrate, in bits per second. */
|
|
@@ -586,7 +586,7 @@ interface VideoResolutionAdditionalProperties {
|
|
|
586
586
|
displayAspectRatio?: string | null;
|
|
587
587
|
/**
|
|
588
588
|
* From PmVideoInfo.file_output.video[].fps or storyboard[].fps (e.g. "25/1").
|
|
589
|
-
* @maxLength
|
|
589
|
+
* @maxLength 50
|
|
590
590
|
*/
|
|
591
591
|
fps?: string | null;
|
|
592
592
|
/**
|
|
@@ -1973,6 +1973,8 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1973
1973
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1974
1974
|
* @permissionScope Manage Restaurants - all permissions
|
|
1975
1975
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1976
|
+
* @permissionScope View Site Analytics
|
|
1977
|
+
* @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
|
|
1976
1978
|
* @permissionScope Set Up Automations
|
|
1977
1979
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1978
1980
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
@@ -2009,6 +2011,8 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
2009
2011
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
2010
2012
|
* @permissionScope Manage Restaurants - all permissions
|
|
2011
2013
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2014
|
+
* @permissionScope View Site Analytics
|
|
2015
|
+
* @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
|
|
2012
2016
|
* @permissionScope Set Up Automations
|
|
2013
2017
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
2014
2018
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|