@wix/auto_sdk_media_files 1.0.91 → 1.0.92
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
|
@@ -2020,6 +2020,10 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
2020
2020
|
* @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
|
|
2021
2021
|
* @permissionScope Set Up Automations
|
|
2022
2022
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
2023
|
+
* @permissionScope Manage google ads campaigns
|
|
2024
|
+
* @permissionScopeId SCOPE.PROMOTE.MANAGE-GOOGLE-ADS
|
|
2025
|
+
* @permissionScope View google ads campaigns
|
|
2026
|
+
* @permissionScopeId SCOPE.PROMOTE.VIEW-GOOGLE-ADS
|
|
2023
2027
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
2024
2028
|
* @webhook
|
|
2025
2029
|
* @eventType wix.media.site_media.v1.file_descriptor_file_failed
|
|
@@ -2064,6 +2068,10 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
2064
2068
|
* @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
|
|
2065
2069
|
* @permissionScope Set Up Automations
|
|
2066
2070
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
2071
|
+
* @permissionScope Manage google ads campaigns
|
|
2072
|
+
* @permissionScopeId SCOPE.PROMOTE.MANAGE-GOOGLE-ADS
|
|
2073
|
+
* @permissionScope View google ads campaigns
|
|
2074
|
+
* @permissionScopeId SCOPE.PROMOTE.VIEW-GOOGLE-ADS
|
|
2067
2075
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
2068
2076
|
* @webhook
|
|
2069
2077
|
* @eventType wix.media.site_media.v1.file_descriptor_file_ready
|