@wix/auto_sdk_members_members 1.0.73 → 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.
@@ -10,6 +10,7 @@ interface Member {
10
10
  /**
11
11
  * Email used by a member to log in to the site.
12
12
  * @format EMAIL
13
+ * @immutable
13
14
  */
14
15
  loginEmail?: string | null;
15
16
  /**
@@ -86,6 +87,7 @@ interface Contact {
86
87
  /**
87
88
  * List of email addresses.
88
89
  * @format EMAIL
90
+ * @immutable
89
91
  */
90
92
  emails?: string[] | null;
91
93
  /** List of street addresses. */
@@ -1640,8 +1642,6 @@ interface MemberCreatedEnvelope {
1640
1642
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
1641
1643
  * @permissionScope View SEO Settings
1642
1644
  * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
1643
- * @permissionScope Manage Blog
1644
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
1645
1645
  * @permissionScope Access Verticals by Automations
1646
1646
  * @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
1647
1647
  * @permissionScope Read Members and Contacts - all read permissions
@@ -1680,8 +1680,6 @@ interface MemberDeletedEnvelope {
1680
1680
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
1681
1681
  * @permissionScope View SEO Settings
1682
1682
  * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
1683
- * @permissionScope Manage Blog
1684
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
1685
1683
  * @permissionScope Access Verticals by Automations
1686
1684
  * @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
1687
1685
  * @permissionScope Read Members and Contacts - all read permissions
@@ -1719,8 +1717,6 @@ interface MemberUpdatedEnvelope {
1719
1717
  * @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
1720
1718
  * @permissionScope View SEO Settings
1721
1719
  * @permissionScopeId SCOPE.PROMOTE.VIEW-SEO
1722
- * @permissionScope Manage Blog
1723
- * @permissionScopeId SCOPE.BLOG.MANAGE-BLOG
1724
1720
  * @permissionScope Access Verticals by Automations
1725
1721
  * @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
1726
1722
  * @permissionScope Read Members and Contacts - all read permissions
@@ -2213,6 +2209,7 @@ interface UpdateMember {
2213
2209
  /**
2214
2210
  * Email used by a member to log in to the site.
2215
2211
  * @format EMAIL
2212
+ * @immutable
2216
2213
  */
2217
2214
  loginEmail?: string | null;
2218
2215
  /**