@wix/auto_sdk_media_files 1.0.79 → 1.0.81
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 +8 -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 +8 -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 +8 -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 +8 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1955,6 +1955,8 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1955
1955
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1956
1956
|
* @permissionScope Manage Bookings Services and Settings
|
|
1957
1957
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1958
|
+
* @permissionScope View settlement reports and payouts
|
|
1959
|
+
* @permissionScopeId SCOPE.PAYMENTS.PAYOUTS-VIEW-FOR-SITE
|
|
1958
1960
|
* @permissionScope Manage Events
|
|
1959
1961
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1960
1962
|
* @permissionScope Manage Challenges
|
|
@@ -1973,6 +1975,8 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1973
1975
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1974
1976
|
* @permissionScope Manage Restaurants - all permissions
|
|
1975
1977
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1978
|
+
* @permissionScope View Site Analytics
|
|
1979
|
+
* @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
|
|
1976
1980
|
* @permissionScope Set Up Automations
|
|
1977
1981
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1978
1982
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
@@ -1991,6 +1995,8 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
1991
1995
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1992
1996
|
* @permissionScope Manage Bookings Services and Settings
|
|
1993
1997
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1998
|
+
* @permissionScope View settlement reports and payouts
|
|
1999
|
+
* @permissionScopeId SCOPE.PAYMENTS.PAYOUTS-VIEW-FOR-SITE
|
|
1994
2000
|
* @permissionScope Manage Events
|
|
1995
2001
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1996
2002
|
* @permissionScope Manage Challenges
|
|
@@ -2009,6 +2015,8 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
2009
2015
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
2010
2016
|
* @permissionScope Manage Restaurants - all permissions
|
|
2011
2017
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2018
|
+
* @permissionScope View Site Analytics
|
|
2019
|
+
* @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
|
|
2012
2020
|
* @permissionScope Set Up Automations
|
|
2013
2021
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
2014
2022
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|