@wix/auto_sdk_members_members 1.0.72 → 1.0.74

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. */
@@ -2213,6 +2215,7 @@ interface UpdateMember {
2213
2215
  /**
2214
2216
  * Email used by a member to log in to the site.
2215
2217
  * @format EMAIL
2218
+ * @immutable
2216
2219
  */
2217
2220
  loginEmail?: string | null;
2218
2221
  /**