@wix/auto_sdk_media_files 1.0.80 → 1.0.82
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 +10 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +10 -2
- 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 +10 -2
- 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 +10 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1951,13 +1951,17 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1951
1951
|
}
|
|
1952
1952
|
/**
|
|
1953
1953
|
* Triggered when a file's import fails. Learn more about [knowing when a file is ready](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/importing-files#knowing-when-a-file-is-ready).
|
|
1954
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1955
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1954
1956
|
* @permissionScope Manage Stores
|
|
1955
1957
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1956
1958
|
* @permissionScope Manage Bookings Services and Settings
|
|
1957
1959
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1960
|
+
* @permissionScope View settlement reports and payouts
|
|
1961
|
+
* @permissionScopeId SCOPE.PAYMENTS.PAYOUTS-VIEW-FOR-SITE
|
|
1958
1962
|
* @permissionScope Manage Events
|
|
1959
1963
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1960
|
-
* @permissionScope Manage Challenges
|
|
1964
|
+
* @permissionScope Manage Online Programs (Challenges)
|
|
1961
1965
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
1962
1966
|
* @permissionScope Read Media Manager
|
|
1963
1967
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
@@ -1989,13 +1993,17 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
1989
1993
|
}
|
|
1990
1994
|
/**
|
|
1991
1995
|
* Triggered when a file finishes processing successfully. Learn more about [knowing when a file is ready](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/importing-files#knowing-when-a-file-is-ready).
|
|
1996
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1997
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1992
1998
|
* @permissionScope Manage Stores
|
|
1993
1999
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1994
2000
|
* @permissionScope Manage Bookings Services and Settings
|
|
1995
2001
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
2002
|
+
* @permissionScope View settlement reports and payouts
|
|
2003
|
+
* @permissionScopeId SCOPE.PAYMENTS.PAYOUTS-VIEW-FOR-SITE
|
|
1996
2004
|
* @permissionScope Manage Events
|
|
1997
2005
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1998
|
-
* @permissionScope Manage Challenges
|
|
2006
|
+
* @permissionScope Manage Online Programs (Challenges)
|
|
1999
2007
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
2000
2008
|
* @permissionScope Read Media Manager
|
|
2001
2009
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|