@wix/auto_sdk_members_members 1.0.74 → 1.0.75
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 -6
- 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 -6
- 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 -6
- 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 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1642,8 +1642,6 @@ interface MemberCreatedEnvelope {
|
|
|
1642
1642
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1643
1643
|
* @permissionScope View SEO Settings
|
|
1644
1644
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
1645
|
-
* @permissionScope Manage Blog
|
|
1646
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
1647
1645
|
* @permissionScope Access Verticals by Automations
|
|
1648
1646
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1649
1647
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
@@ -1682,8 +1680,6 @@ interface MemberDeletedEnvelope {
|
|
|
1682
1680
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1683
1681
|
* @permissionScope View SEO Settings
|
|
1684
1682
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
1685
|
-
* @permissionScope Manage Blog
|
|
1686
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
1687
1683
|
* @permissionScope Access Verticals by Automations
|
|
1688
1684
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1689
1685
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
@@ -1721,8 +1717,6 @@ interface MemberUpdatedEnvelope {
|
|
|
1721
1717
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1722
1718
|
* @permissionScope View SEO Settings
|
|
1723
1719
|
* @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
|
|
1724
|
-
* @permissionScope Manage Blog
|
|
1725
|
-
* @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
|
|
1726
1720
|
* @permissionScope Access Verticals by Automations
|
|
1727
1721
|
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1728
1722
|
* @permissionScope Read Members and Contacts - all read permissions
|