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