@wix/auto_sdk_media_files 1.0.25 → 1.0.26
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
|
@@ -1612,6 +1612,8 @@ interface FileDescriptorDeletedEnvelope {
|
|
|
1612
1612
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1613
1613
|
* @permissionScope Set Up Automations
|
|
1614
1614
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1615
|
+
* @permissionScope Picasso private app mega scope (site)
|
|
1616
|
+
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1615
1617
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1616
1618
|
* @webhook
|
|
1617
1619
|
* @eventType wix.media.site_media.v1.file_descriptor_deleted
|
|
@@ -1649,6 +1651,8 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1649
1651
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1650
1652
|
* @permissionScope Set Up Automations
|
|
1651
1653
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1654
|
+
* @permissionScope Picasso private app mega scope (site)
|
|
1655
|
+
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1652
1656
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1653
1657
|
* @webhook
|
|
1654
1658
|
* @eventType wix.media.site_media.v1.file_descriptor_file_failed
|
|
@@ -1688,6 +1692,8 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
1688
1692
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1689
1693
|
* @permissionScope Set Up Automations
|
|
1690
1694
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1695
|
+
* @permissionScope Picasso private app mega scope (site)
|
|
1696
|
+
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1691
1697
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1692
1698
|
* @webhook
|
|
1693
1699
|
* @eventType wix.media.site_media.v1.file_descriptor_file_ready
|
|
@@ -1725,6 +1731,8 @@ interface FileDescriptorUpdatedEnvelope {
|
|
|
1725
1731
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1726
1732
|
* @permissionScope Set Up Automations
|
|
1727
1733
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1734
|
+
* @permissionScope Picasso private app mega scope (site)
|
|
1735
|
+
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1728
1736
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1729
1737
|
* @webhook
|
|
1730
1738
|
* @eventType wix.media.site_media.v1.file_descriptor_updated
|