@wix/members 1.0.48 → 1.0.49
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/src/members-v1-member.http.d.ts +9 -9
- package/build/cjs/src/members-v1-member.http.js +9 -9
- package/build/cjs/src/members-v1-member.universal.d.ts +9 -9
- package/build/cjs/src/members-v1-member.universal.js +9 -9
- package/build/es/src/members-v1-member.http.d.ts +9 -9
- package/build/es/src/members-v1-member.http.js +9 -9
- package/build/es/src/members-v1-member.universal.d.ts +9 -9
- package/build/es/src/members-v1-member.universal.js +9 -9
- package/package.json +2 -2
|
@@ -3,8 +3,8 @@ import { CreateMemberRequest, CreateMemberResponse, DeleteMemberAddressesRequest
|
|
|
3
3
|
/**
|
|
4
4
|
* Updates the currently logged in member's slug.
|
|
5
5
|
*
|
|
6
|
-
*
|
|
7
|
-
* >
|
|
6
|
+
* >**Note:**
|
|
7
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
8
8
|
*/
|
|
9
9
|
export declare function updateMySlug(payload: UpdateMySlugRequest): RequestOptionsFactory<UpdateMySlugResponse & UpdateMySlugResponseNonNullableFields>;
|
|
10
10
|
/**
|
|
@@ -15,8 +15,8 @@ export declare function updateMySlug(payload: UpdateMySlugRequest): RequestOptio
|
|
|
15
15
|
* features — such as chat, forum, and followers —
|
|
16
16
|
* and their profile is visible to other members and site visitors.
|
|
17
17
|
*
|
|
18
|
-
*
|
|
19
|
-
* >
|
|
18
|
+
* >**Note:**
|
|
19
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
20
20
|
*/
|
|
21
21
|
export declare function joinCommunity(payload: JoinCommunityRequest): RequestOptionsFactory<JoinCommunityResponse & JoinCommunityResponseNonNullableFields>;
|
|
22
22
|
/**
|
|
@@ -28,18 +28,18 @@ export declare function joinCommunity(payload: JoinCommunityRequest): RequestOpt
|
|
|
28
28
|
* features — such as chat, forum, and followers —
|
|
29
29
|
* and their profile is hidden from other members and site visitors.
|
|
30
30
|
*
|
|
31
|
-
* > **Note**
|
|
32
|
-
* > This endpoint is relevant only for headless projects.
|
|
33
|
-
*
|
|
34
31
|
* > **Note:**
|
|
35
32
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
33
|
+
*
|
|
34
|
+
* >**Note:**
|
|
35
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
36
36
|
*/
|
|
37
37
|
export declare function leaveCommunity(payload: LeaveCommunityRequest): RequestOptionsFactory<LeaveCommunityResponse & LeaveCommunityResponseNonNullableFields>;
|
|
38
38
|
/**
|
|
39
39
|
* Retrieves the currently logged-in member.
|
|
40
40
|
*
|
|
41
|
-
*
|
|
42
|
-
* >
|
|
41
|
+
* >**Note:**
|
|
42
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
43
43
|
*
|
|
44
44
|
* <!--ONLY:VELO
|
|
45
45
|
* This function returns a Promise that resolves to a member object.
|
|
@@ -115,8 +115,8 @@ function resolveComWixpressMembersApiMembersUrl(opts) {
|
|
|
115
115
|
/**
|
|
116
116
|
* Updates the currently logged in member's slug.
|
|
117
117
|
*
|
|
118
|
-
*
|
|
119
|
-
* >
|
|
118
|
+
* >**Note:**
|
|
119
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
120
120
|
*/
|
|
121
121
|
function updateMySlug(payload) {
|
|
122
122
|
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_updateMySlugRequest, {});
|
|
@@ -149,8 +149,8 @@ exports.updateMySlug = updateMySlug;
|
|
|
149
149
|
* features — such as chat, forum, and followers —
|
|
150
150
|
* and their profile is visible to other members and site visitors.
|
|
151
151
|
*
|
|
152
|
-
*
|
|
153
|
-
* >
|
|
152
|
+
* >**Note:**
|
|
153
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
154
154
|
*/
|
|
155
155
|
function joinCommunity(payload) {
|
|
156
156
|
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_joinCommunityRequest, {});
|
|
@@ -184,11 +184,11 @@ exports.joinCommunity = joinCommunity;
|
|
|
184
184
|
* features — such as chat, forum, and followers —
|
|
185
185
|
* and their profile is hidden from other members and site visitors.
|
|
186
186
|
*
|
|
187
|
-
* > **Note**
|
|
188
|
-
* > This endpoint is relevant only for headless projects.
|
|
189
|
-
*
|
|
190
187
|
* > **Note:**
|
|
191
188
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
189
|
+
*
|
|
190
|
+
* >**Note:**
|
|
191
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
192
192
|
*/
|
|
193
193
|
function leaveCommunity(payload) {
|
|
194
194
|
const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_leaveCommunityRequest, {});
|
|
@@ -218,8 +218,8 @@ exports.leaveCommunity = leaveCommunity;
|
|
|
218
218
|
/**
|
|
219
219
|
* Retrieves the currently logged-in member.
|
|
220
220
|
*
|
|
221
|
-
*
|
|
222
|
-
* >
|
|
221
|
+
* >**Note:**
|
|
222
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
223
223
|
*
|
|
224
224
|
* <!--ONLY:VELO
|
|
225
225
|
* This function returns a Promise that resolves to a member object.
|
|
@@ -1317,8 +1317,8 @@ export interface DeleteMemberAddressesResponseNonNullableFields {
|
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Updates the currently logged in member's slug.
|
|
1319
1319
|
*
|
|
1320
|
-
*
|
|
1321
|
-
* >
|
|
1320
|
+
* >**Note:**
|
|
1321
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1322
1322
|
* @param slug - New slug.
|
|
1323
1323
|
* @public
|
|
1324
1324
|
* @documentationMaturity preview
|
|
@@ -1337,8 +1337,8 @@ export declare function updateCurrentMemberSlug(slug: string): Promise<UpdateMyS
|
|
|
1337
1337
|
* features — such as chat, forum, and followers —
|
|
1338
1338
|
* and their profile is visible to other members and site visitors.
|
|
1339
1339
|
*
|
|
1340
|
-
*
|
|
1341
|
-
* >
|
|
1340
|
+
* >**Note:**
|
|
1341
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1342
1342
|
* @public
|
|
1343
1343
|
* @permissionScope Manage Bookings Services and Settings
|
|
1344
1344
|
* @applicableIdentity APP
|
|
@@ -1355,11 +1355,11 @@ export declare function joinCommunity(): Promise<JoinCommunityResponse & JoinCom
|
|
|
1355
1355
|
* features — such as chat, forum, and followers —
|
|
1356
1356
|
* and their profile is hidden from other members and site visitors.
|
|
1357
1357
|
*
|
|
1358
|
-
* > **Note**
|
|
1359
|
-
* > This endpoint is relevant only for headless projects.
|
|
1360
|
-
*
|
|
1361
1358
|
* > **Note:**
|
|
1362
1359
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
1360
|
+
*
|
|
1361
|
+
* >**Note:**
|
|
1362
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1363
1363
|
* @public
|
|
1364
1364
|
* @permissionScope Manage Bookings Services and Settings
|
|
1365
1365
|
* @applicableIdentity APP
|
|
@@ -1370,8 +1370,8 @@ export declare function leaveCommunity(): Promise<LeaveCommunityResponse & Leave
|
|
|
1370
1370
|
/**
|
|
1371
1371
|
* Retrieves the currently logged-in member.
|
|
1372
1372
|
*
|
|
1373
|
-
*
|
|
1374
|
-
* >
|
|
1373
|
+
* >**Note:**
|
|
1374
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1375
1375
|
*
|
|
1376
1376
|
* <!--ONLY:VELO
|
|
1377
1377
|
* This function returns a Promise that resolves to a member object.
|
|
@@ -202,8 +202,8 @@ const _updateMySlugResponse = {};
|
|
|
202
202
|
/**
|
|
203
203
|
* Updates the currently logged in member's slug.
|
|
204
204
|
*
|
|
205
|
-
*
|
|
206
|
-
* >
|
|
205
|
+
* >**Note:**
|
|
206
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
207
207
|
* @param slug - New slug.
|
|
208
208
|
* @public
|
|
209
209
|
* @documentationMaturity preview
|
|
@@ -265,8 +265,8 @@ exports.updateCurrentMemberSlug = updateCurrentMemberSlug;
|
|
|
265
265
|
* features — such as chat, forum, and followers —
|
|
266
266
|
* and their profile is visible to other members and site visitors.
|
|
267
267
|
*
|
|
268
|
-
*
|
|
269
|
-
* >
|
|
268
|
+
* >**Note:**
|
|
269
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
270
270
|
* @public
|
|
271
271
|
* @permissionScope Manage Bookings Services and Settings
|
|
272
272
|
* @applicableIdentity APP
|
|
@@ -324,11 +324,11 @@ exports.joinCommunity = joinCommunity;
|
|
|
324
324
|
* features — such as chat, forum, and followers —
|
|
325
325
|
* and their profile is hidden from other members and site visitors.
|
|
326
326
|
*
|
|
327
|
-
* > **Note**
|
|
328
|
-
* > This endpoint is relevant only for headless projects.
|
|
329
|
-
*
|
|
330
327
|
* > **Note:**
|
|
331
328
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
329
|
+
*
|
|
330
|
+
* >**Note:**
|
|
331
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
332
332
|
* @public
|
|
333
333
|
* @permissionScope Manage Bookings Services and Settings
|
|
334
334
|
* @applicableIdentity APP
|
|
@@ -380,8 +380,8 @@ exports.leaveCommunity = leaveCommunity;
|
|
|
380
380
|
/**
|
|
381
381
|
* Retrieves the currently logged-in member.
|
|
382
382
|
*
|
|
383
|
-
*
|
|
384
|
-
* >
|
|
383
|
+
* >**Note:**
|
|
384
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
385
385
|
*
|
|
386
386
|
* <!--ONLY:VELO
|
|
387
387
|
* This function returns a Promise that resolves to a member object.
|
|
@@ -3,8 +3,8 @@ import { CreateMemberRequest, CreateMemberResponse, DeleteMemberAddressesRequest
|
|
|
3
3
|
/**
|
|
4
4
|
* Updates the currently logged in member's slug.
|
|
5
5
|
*
|
|
6
|
-
*
|
|
7
|
-
* >
|
|
6
|
+
* >**Note:**
|
|
7
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
8
8
|
*/
|
|
9
9
|
export declare function updateMySlug(payload: UpdateMySlugRequest): RequestOptionsFactory<UpdateMySlugResponse & UpdateMySlugResponseNonNullableFields>;
|
|
10
10
|
/**
|
|
@@ -15,8 +15,8 @@ export declare function updateMySlug(payload: UpdateMySlugRequest): RequestOptio
|
|
|
15
15
|
* features — such as chat, forum, and followers —
|
|
16
16
|
* and their profile is visible to other members and site visitors.
|
|
17
17
|
*
|
|
18
|
-
*
|
|
19
|
-
* >
|
|
18
|
+
* >**Note:**
|
|
19
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
20
20
|
*/
|
|
21
21
|
export declare function joinCommunity(payload: JoinCommunityRequest): RequestOptionsFactory<JoinCommunityResponse & JoinCommunityResponseNonNullableFields>;
|
|
22
22
|
/**
|
|
@@ -28,18 +28,18 @@ export declare function joinCommunity(payload: JoinCommunityRequest): RequestOpt
|
|
|
28
28
|
* features — such as chat, forum, and followers —
|
|
29
29
|
* and their profile is hidden from other members and site visitors.
|
|
30
30
|
*
|
|
31
|
-
* > **Note**
|
|
32
|
-
* > This endpoint is relevant only for headless projects.
|
|
33
|
-
*
|
|
34
31
|
* > **Note:**
|
|
35
32
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
33
|
+
*
|
|
34
|
+
* >**Note:**
|
|
35
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
36
36
|
*/
|
|
37
37
|
export declare function leaveCommunity(payload: LeaveCommunityRequest): RequestOptionsFactory<LeaveCommunityResponse & LeaveCommunityResponseNonNullableFields>;
|
|
38
38
|
/**
|
|
39
39
|
* Retrieves the currently logged-in member.
|
|
40
40
|
*
|
|
41
|
-
*
|
|
42
|
-
* >
|
|
41
|
+
* >**Note:**
|
|
42
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
43
43
|
*
|
|
44
44
|
* <!--ONLY:VELO
|
|
45
45
|
* This function returns a Promise that resolves to a member object.
|
|
@@ -112,8 +112,8 @@ function resolveComWixpressMembersApiMembersUrl(opts) {
|
|
|
112
112
|
/**
|
|
113
113
|
* Updates the currently logged in member's slug.
|
|
114
114
|
*
|
|
115
|
-
*
|
|
116
|
-
* >
|
|
115
|
+
* >**Note:**
|
|
116
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
117
117
|
*/
|
|
118
118
|
export function updateMySlug(payload) {
|
|
119
119
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_updateMySlugRequest, {});
|
|
@@ -145,8 +145,8 @@ export function updateMySlug(payload) {
|
|
|
145
145
|
* features — such as chat, forum, and followers —
|
|
146
146
|
* and their profile is visible to other members and site visitors.
|
|
147
147
|
*
|
|
148
|
-
*
|
|
149
|
-
* >
|
|
148
|
+
* >**Note:**
|
|
149
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
150
150
|
*/
|
|
151
151
|
export function joinCommunity(payload) {
|
|
152
152
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_joinCommunityRequest, {});
|
|
@@ -179,11 +179,11 @@ export function joinCommunity(payload) {
|
|
|
179
179
|
* features — such as chat, forum, and followers —
|
|
180
180
|
* and their profile is hidden from other members and site visitors.
|
|
181
181
|
*
|
|
182
|
-
* > **Note**
|
|
183
|
-
* > This endpoint is relevant only for headless projects.
|
|
184
|
-
*
|
|
185
182
|
* > **Note:**
|
|
186
183
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
184
|
+
*
|
|
185
|
+
* >**Note:**
|
|
186
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
187
187
|
*/
|
|
188
188
|
export function leaveCommunity(payload) {
|
|
189
189
|
const { toJSON: toReq, fromJSON: fromReq } = serializer(_leaveCommunityRequest, {});
|
|
@@ -212,8 +212,8 @@ export function leaveCommunity(payload) {
|
|
|
212
212
|
/**
|
|
213
213
|
* Retrieves the currently logged-in member.
|
|
214
214
|
*
|
|
215
|
-
*
|
|
216
|
-
* >
|
|
215
|
+
* >**Note:**
|
|
216
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
217
217
|
*
|
|
218
218
|
* <!--ONLY:VELO
|
|
219
219
|
* This function returns a Promise that resolves to a member object.
|
|
@@ -1317,8 +1317,8 @@ export interface DeleteMemberAddressesResponseNonNullableFields {
|
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Updates the currently logged in member's slug.
|
|
1319
1319
|
*
|
|
1320
|
-
*
|
|
1321
|
-
* >
|
|
1320
|
+
* >**Note:**
|
|
1321
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1322
1322
|
* @param slug - New slug.
|
|
1323
1323
|
* @public
|
|
1324
1324
|
* @documentationMaturity preview
|
|
@@ -1337,8 +1337,8 @@ export declare function updateCurrentMemberSlug(slug: string): Promise<UpdateMyS
|
|
|
1337
1337
|
* features — such as chat, forum, and followers —
|
|
1338
1338
|
* and their profile is visible to other members and site visitors.
|
|
1339
1339
|
*
|
|
1340
|
-
*
|
|
1341
|
-
* >
|
|
1340
|
+
* >**Note:**
|
|
1341
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1342
1342
|
* @public
|
|
1343
1343
|
* @permissionScope Manage Bookings Services and Settings
|
|
1344
1344
|
* @applicableIdentity APP
|
|
@@ -1355,11 +1355,11 @@ export declare function joinCommunity(): Promise<JoinCommunityResponse & JoinCom
|
|
|
1355
1355
|
* features — such as chat, forum, and followers —
|
|
1356
1356
|
* and their profile is hidden from other members and site visitors.
|
|
1357
1357
|
*
|
|
1358
|
-
* > **Note**
|
|
1359
|
-
* > This endpoint is relevant only for headless projects.
|
|
1360
|
-
*
|
|
1361
1358
|
* > **Note:**
|
|
1362
1359
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
1360
|
+
*
|
|
1361
|
+
* >**Note:**
|
|
1362
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1363
1363
|
* @public
|
|
1364
1364
|
* @permissionScope Manage Bookings Services and Settings
|
|
1365
1365
|
* @applicableIdentity APP
|
|
@@ -1370,8 +1370,8 @@ export declare function leaveCommunity(): Promise<LeaveCommunityResponse & Leave
|
|
|
1370
1370
|
/**
|
|
1371
1371
|
* Retrieves the currently logged-in member.
|
|
1372
1372
|
*
|
|
1373
|
-
*
|
|
1374
|
-
* >
|
|
1373
|
+
* >**Note:**
|
|
1374
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
1375
1375
|
*
|
|
1376
1376
|
* <!--ONLY:VELO
|
|
1377
1377
|
* This function returns a Promise that resolves to a member object.
|
|
@@ -180,8 +180,8 @@ const _updateMySlugResponse = {};
|
|
|
180
180
|
/**
|
|
181
181
|
* Updates the currently logged in member's slug.
|
|
182
182
|
*
|
|
183
|
-
*
|
|
184
|
-
* >
|
|
183
|
+
* >**Note:**
|
|
184
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
185
185
|
* @param slug - New slug.
|
|
186
186
|
* @public
|
|
187
187
|
* @documentationMaturity preview
|
|
@@ -242,8 +242,8 @@ export function updateCurrentMemberSlug(slug) {
|
|
|
242
242
|
* features — such as chat, forum, and followers —
|
|
243
243
|
* and their profile is visible to other members and site visitors.
|
|
244
244
|
*
|
|
245
|
-
*
|
|
246
|
-
* >
|
|
245
|
+
* >**Note:**
|
|
246
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
247
247
|
* @public
|
|
248
248
|
* @permissionScope Manage Bookings Services and Settings
|
|
249
249
|
* @applicableIdentity APP
|
|
@@ -300,11 +300,11 @@ export function joinCommunity() {
|
|
|
300
300
|
* features — such as chat, forum, and followers —
|
|
301
301
|
* and their profile is hidden from other members and site visitors.
|
|
302
302
|
*
|
|
303
|
-
* > **Note**
|
|
304
|
-
* > This endpoint is relevant only for headless projects.
|
|
305
|
-
*
|
|
306
303
|
* > **Note:**
|
|
307
304
|
* > If a member leaves the site's community, their content (such as forum posts and blog comments) remain publicly visible.
|
|
305
|
+
*
|
|
306
|
+
* >**Note:**
|
|
307
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
308
308
|
* @public
|
|
309
309
|
* @permissionScope Manage Bookings Services and Settings
|
|
310
310
|
* @applicableIdentity APP
|
|
@@ -355,8 +355,8 @@ export function leaveCommunity() {
|
|
|
355
355
|
/**
|
|
356
356
|
* Retrieves the currently logged-in member.
|
|
357
357
|
*
|
|
358
|
-
*
|
|
359
|
-
* >
|
|
358
|
+
* >**Note:**
|
|
359
|
+
* >This endpoint is relevant only for [Headless](https://dev.wix.com/docs/go-headless/getting-started/about-headless/about-wix-headless) projects.
|
|
360
360
|
*
|
|
361
361
|
* <!--ONLY:VELO
|
|
362
362
|
* This function returns a Promise that resolves to a member object.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/members",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.49",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
-
"falconPackageHash": "
|
|
32
|
+
"falconPackageHash": "f4fe26636df09c32db0133b19e92a2895cb8524e01311c92feb278e2"
|
|
33
33
|
}
|