@wix/auto_sdk_media_files 1.0.79 → 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 +4 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|