@wix/auto_sdk_user-management_contributors 1.0.0
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.d.ts +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/identity-v1-contributor-contributors.context.d.ts +7 -0
- package/build/cjs/src/identity-v1-contributor-contributors.context.js +21 -0
- package/build/cjs/src/identity-v1-contributor-contributors.context.js.map +1 -0
- package/build/cjs/src/identity-v1-contributor-contributors.http.d.ts +13 -0
- package/build/cjs/src/identity-v1-contributor-contributors.http.js +247 -0
- package/build/cjs/src/identity-v1-contributor-contributors.http.js.map +1 -0
- package/build/cjs/src/identity-v1-contributor-contributors.meta.d.ts +17 -0
- package/build/cjs/src/identity-v1-contributor-contributors.meta.js +123 -0
- package/build/cjs/src/identity-v1-contributor-contributors.meta.js.map +1 -0
- package/build/cjs/src/identity-v1-contributor-contributors.public.d.ts +28 -0
- package/build/cjs/src/identity-v1-contributor-contributors.public.js +46 -0
- package/build/cjs/src/identity-v1-contributor-contributors.public.js.map +1 -0
- package/build/cjs/src/identity-v1-contributor-contributors.types.d.ts +579 -0
- package/build/cjs/src/identity-v1-contributor-contributors.types.js +54 -0
- package/build/cjs/src/identity-v1-contributor-contributors.types.js.map +1 -0
- package/build/cjs/src/identity-v1-contributor-contributors.universal.d.ts +639 -0
- package/build/cjs/src/identity-v1-contributor-contributors.universal.js +287 -0
- package/build/cjs/src/identity-v1-contributor-contributors.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/identity-v1-contributor-contributors.context.d.ts +7 -0
- package/build/es/src/identity-v1-contributor-contributors.context.js +11 -0
- package/build/es/src/identity-v1-contributor-contributors.context.js.map +1 -0
- package/build/es/src/identity-v1-contributor-contributors.http.d.ts +13 -0
- package/build/es/src/identity-v1-contributor-contributors.http.js +239 -0
- package/build/es/src/identity-v1-contributor-contributors.http.js.map +1 -0
- package/build/es/src/identity-v1-contributor-contributors.meta.d.ts +17 -0
- package/build/es/src/identity-v1-contributor-contributors.meta.js +92 -0
- package/build/es/src/identity-v1-contributor-contributors.meta.js.map +1 -0
- package/build/es/src/identity-v1-contributor-contributors.public.d.ts +28 -0
- package/build/es/src/identity-v1-contributor-contributors.public.js +31 -0
- package/build/es/src/identity-v1-contributor-contributors.public.js.map +1 -0
- package/build/es/src/identity-v1-contributor-contributors.types.d.ts +579 -0
- package/build/es/src/identity-v1-contributor-contributors.types.js +51 -0
- package/build/es/src/identity-v1-contributor-contributors.types.js.map +1 -0
- package/build/es/src/identity-v1-contributor-contributors.universal.d.ts +639 -0
- package/build/es/src/identity-v1-contributor-contributors.universal.js +256 -0
- package/build/es/src/identity-v1-contributor-contributors.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.context.d.ts +11 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.context.js +21 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.context.js.map +1 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.http.d.ts +13 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.http.js +247 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.http.js.map +1 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.meta.d.ts +17 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.meta.js +123 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.meta.js.map +1 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.public.d.ts +45 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.public.js +46 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.public.js.map +1 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.types.d.ts +579 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.types.js +54 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.types.js.map +1 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.universal.d.ts +678 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.universal.js +287 -0
- package/build/internal/cjs/src/identity-v1-contributor-contributors.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.context.d.ts +11 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.context.js +11 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.context.js.map +1 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.http.d.ts +13 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.http.js +239 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.http.js.map +1 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.meta.d.ts +17 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.meta.js +92 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.meta.js.map +1 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.public.d.ts +45 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.public.js +31 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.public.js.map +1 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.types.d.ts +579 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.types.js +51 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.types.js.map +1 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.universal.d.ts +678 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.universal.js +256 -0
- package/build/internal/es/src/identity-v1-contributor-contributors.universal.js.map +1 -0
- package/meta/package.json +3 -0
- package/package.json +52 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as ambassadorWixIdentityV1Contributor from './identity-v1-contributor-contributors.http.js';
|
|
2
|
+
export function getSiteContributorsV2() {
|
|
3
|
+
const payload = {};
|
|
4
|
+
const getRequestOptions = ambassadorWixIdentityV1Contributor.getSiteContributorsV2(payload);
|
|
5
|
+
const getUrl = (context) => {
|
|
6
|
+
const { url } = getRequestOptions(context);
|
|
7
|
+
return url;
|
|
8
|
+
};
|
|
9
|
+
return {
|
|
10
|
+
getUrl,
|
|
11
|
+
httpMethod: 'GET',
|
|
12
|
+
path: '/v2/contributors',
|
|
13
|
+
pathParams: {},
|
|
14
|
+
__requestType: null,
|
|
15
|
+
__originalRequestType: null,
|
|
16
|
+
__responseType: null,
|
|
17
|
+
__originalResponseType: null,
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export function changeRole() {
|
|
21
|
+
const payload = {};
|
|
22
|
+
const getRequestOptions = ambassadorWixIdentityV1Contributor.changeRole(payload);
|
|
23
|
+
const getUrl = (context) => {
|
|
24
|
+
const { url } = getRequestOptions(context);
|
|
25
|
+
return url;
|
|
26
|
+
};
|
|
27
|
+
return {
|
|
28
|
+
getUrl,
|
|
29
|
+
httpMethod: 'PUT',
|
|
30
|
+
path: '/contributor/change/role',
|
|
31
|
+
pathParams: {},
|
|
32
|
+
__requestType: null,
|
|
33
|
+
__originalRequestType: null,
|
|
34
|
+
__responseType: null,
|
|
35
|
+
__originalResponseType: null,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export function changeContributorLocation() {
|
|
39
|
+
const payload = {};
|
|
40
|
+
const getRequestOptions = ambassadorWixIdentityV1Contributor.changeContributorLocation(payload);
|
|
41
|
+
const getUrl = (context) => {
|
|
42
|
+
const { url } = getRequestOptions(context);
|
|
43
|
+
return url;
|
|
44
|
+
};
|
|
45
|
+
return {
|
|
46
|
+
getUrl,
|
|
47
|
+
httpMethod: 'PUT',
|
|
48
|
+
path: '/contributor/change/locations',
|
|
49
|
+
pathParams: {},
|
|
50
|
+
__requestType: null,
|
|
51
|
+
__originalRequestType: null,
|
|
52
|
+
__responseType: null,
|
|
53
|
+
__originalResponseType: null,
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
export function querySiteContributors() {
|
|
57
|
+
const payload = {};
|
|
58
|
+
const getRequestOptions = ambassadorWixIdentityV1Contributor.querySiteContributors(payload);
|
|
59
|
+
const getUrl = (context) => {
|
|
60
|
+
const { url } = getRequestOptions(context);
|
|
61
|
+
return url;
|
|
62
|
+
};
|
|
63
|
+
return {
|
|
64
|
+
getUrl,
|
|
65
|
+
httpMethod: 'GET',
|
|
66
|
+
path: '/v2/contributors/query',
|
|
67
|
+
pathParams: {},
|
|
68
|
+
__requestType: null,
|
|
69
|
+
__originalRequestType: null,
|
|
70
|
+
__responseType: null,
|
|
71
|
+
__originalResponseType: null,
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
export function getContributorsQuota() {
|
|
75
|
+
const payload = {};
|
|
76
|
+
const getRequestOptions = ambassadorWixIdentityV1Contributor.getContributorsQuota(payload);
|
|
77
|
+
const getUrl = (context) => {
|
|
78
|
+
const { url } = getRequestOptions(context);
|
|
79
|
+
return url;
|
|
80
|
+
};
|
|
81
|
+
return {
|
|
82
|
+
getUrl,
|
|
83
|
+
httpMethod: 'GET',
|
|
84
|
+
path: '/v2/contributors/quota',
|
|
85
|
+
pathParams: {},
|
|
86
|
+
__requestType: null,
|
|
87
|
+
__originalRequestType: null,
|
|
88
|
+
__responseType: null,
|
|
89
|
+
__originalResponseType: null,
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=identity-v1-contributor-contributors.meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"identity-v1-contributor-contributors.meta.js","sourceRoot":"","sources":["../../../../src/identity-v1-contributor-contributors.meta.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { HttpClient } from '@wix/sdk-types';
|
|
2
|
+
import { ChangeContributorLocationOptions, ChangeContributorLocationResponse, ChangeContributorLocationResponseNonNullableFields, ChangeContributorRoleResponse, ChangeContributorRoleResponseNonNullableFields, ChangeRoleOptions, GetContributorsQuotaResponse, GetContributorsQuotaResponseNonNullableFields, GetSiteContributorsV2Options, GetSiteContributorsV2Response, GetSiteContributorsV2ResponseNonNullableFields, QuerySiteContributorsOptions, QuerySiteContributorsResponse } from './identity-v1-contributor-contributors.universal.js';
|
|
3
|
+
export declare const __metadata: {
|
|
4
|
+
PACKAGE_NAME: string;
|
|
5
|
+
};
|
|
6
|
+
/** @internal */
|
|
7
|
+
export declare function getSiteContributorsV2(httpClient: HttpClient): GetSiteContributorsV2Signature;
|
|
8
|
+
interface GetSiteContributorsV2Signature {
|
|
9
|
+
/**
|
|
10
|
+
* returns a list of all the contributors + invites to be contributors of a given meta site ID taken from the
|
|
11
|
+
* context.
|
|
12
|
+
*/
|
|
13
|
+
(options?: GetSiteContributorsV2Options | undefined): Promise<GetSiteContributorsV2Response & GetSiteContributorsV2ResponseNonNullableFields>;
|
|
14
|
+
}
|
|
15
|
+
export declare function changeRole(httpClient: HttpClient): ChangeRoleSignature;
|
|
16
|
+
interface ChangeRoleSignature {
|
|
17
|
+
/**
|
|
18
|
+
* Overrides all the roles of a contributor for the specified site.
|
|
19
|
+
* @param - Contributor's account ID.
|
|
20
|
+
* @param - Filter options. The `newRoles` field **must** be passed.
|
|
21
|
+
*/
|
|
22
|
+
(accountId: string, options: ChangeRoleOptions): Promise<ChangeContributorRoleResponse & ChangeContributorRoleResponseNonNullableFields>;
|
|
23
|
+
}
|
|
24
|
+
export declare function changeContributorLocation(httpClient: HttpClient): ChangeContributorLocationSignature;
|
|
25
|
+
interface ChangeContributorLocationSignature {
|
|
26
|
+
/** @param - Contributor's account ID. */
|
|
27
|
+
(accountId: string, options: ChangeContributorLocationOptions): Promise<ChangeContributorLocationResponse & ChangeContributorLocationResponseNonNullableFields>;
|
|
28
|
+
}
|
|
29
|
+
export declare function querySiteContributors(httpClient: HttpClient): QuerySiteContributorsSignature;
|
|
30
|
+
interface QuerySiteContributorsSignature {
|
|
31
|
+
/**
|
|
32
|
+
* Retrieves a list of contributors for the specified site, given the provided filters.
|
|
33
|
+
* @param - Filter options.
|
|
34
|
+
*/
|
|
35
|
+
(options?: QuerySiteContributorsOptions | undefined): Promise<QuerySiteContributorsResponse>;
|
|
36
|
+
}
|
|
37
|
+
/** @internal */
|
|
38
|
+
export declare function getContributorsQuota(httpClient: HttpClient): GetContributorsQuotaSignature;
|
|
39
|
+
interface GetContributorsQuotaSignature {
|
|
40
|
+
/**
|
|
41
|
+
* returns the quota information for contributors on the given site.
|
|
42
|
+
*/
|
|
43
|
+
(): Promise<GetContributorsQuotaResponse & GetContributorsQuotaResponseNonNullableFields>;
|
|
44
|
+
}
|
|
45
|
+
export { AccountInfo, AppInvite, AssignedPolicy, Assignment, BulkGetUserRolesOnSiteRequest, BulkGetUserRolesOnSiteResponse, BulkValidateEmailInviteEligibilityRequest, BulkValidateEmailInviteEligibilityResponse, ChangeContributorLocationOptions, ChangeContributorLocationRequest, ChangeContributorLocationResponse, ChangeContributorLocationResponseNonNullableFields, ChangeContributorRoleRequest, ChangeContributorRoleResponse, ChangeContributorRoleResponseNonNullableFields, ChangeRoleOptions, CompanionResource, Condition, ConditionAttributeType, Conditions, Contributor, ContributorLimit, ContributorV2, ContributorsQuota, ContributorsQuotaOptionsOneOf, EmailInviteEligibility, FieldSet, GetAppContributorsRequest, GetAppContributorsResponse, GetContributorsQuotaRequest, GetContributorsQuotaResponse, GetContributorsQuotaResponseNonNullableFields, GetCurrentUserRolesRequest, GetCurrentUserRolesResponse, GetSiteContributorsRequest, GetSiteContributorsResponse, GetSiteContributorsV2Options, GetSiteContributorsV2Request, GetSiteContributorsV2Response, GetSiteContributorsV2ResponseNonNullableFields, HandleSiteTransferRequest, HandleSiteTransferResponse, InviteStatus, LimitedOptions, LocalizedRole, LocationsRestriction, Name, PendingOwner, PersonMetaData, Policy, PredefinedRole, PredefinedRoles, QuerySiteContributorsFilter, QuerySiteContributorsOptions, QuerySiteContributorsRequest, QuerySiteContributorsResponse, Resource, ResourceType, Restriction, RestrictionRestrictionsOneOf, Role, SiteInvite, SiteLocationAssignment, SiteRestriction, SiteRoleAssignment, Subject, SubjectContext, SubjectContextType, SubjectType, Team, Type, User, UserLocalizedRoles, UserSubject, } from './identity-v1-contributor-contributors.universal.js';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { changeContributorLocation as universalChangeContributorLocation, changeRole as universalChangeRole, getContributorsQuota as universalGetContributorsQuota, getSiteContributorsV2 as universalGetSiteContributorsV2, querySiteContributors as universalQuerySiteContributors, } from './identity-v1-contributor-contributors.universal.js';
|
|
2
|
+
export const __metadata = { PACKAGE_NAME: '@wix/user-management' };
|
|
3
|
+
/** @internal */
|
|
4
|
+
export function getSiteContributorsV2(httpClient) {
|
|
5
|
+
return (options) => universalGetSiteContributorsV2(options,
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
{ httpClient });
|
|
8
|
+
}
|
|
9
|
+
export function changeRole(httpClient) {
|
|
10
|
+
return (accountId, options) => universalChangeRole(accountId, options,
|
|
11
|
+
// @ts-ignore
|
|
12
|
+
{ httpClient });
|
|
13
|
+
}
|
|
14
|
+
export function changeContributorLocation(httpClient) {
|
|
15
|
+
return (accountId, options) => universalChangeContributorLocation(accountId, options,
|
|
16
|
+
// @ts-ignore
|
|
17
|
+
{ httpClient });
|
|
18
|
+
}
|
|
19
|
+
export function querySiteContributors(httpClient) {
|
|
20
|
+
return (options) => universalQuerySiteContributors(options,
|
|
21
|
+
// @ts-ignore
|
|
22
|
+
{ httpClient });
|
|
23
|
+
}
|
|
24
|
+
/** @internal */
|
|
25
|
+
export function getContributorsQuota(httpClient) {
|
|
26
|
+
return () => universalGetContributorsQuota(
|
|
27
|
+
// @ts-ignore
|
|
28
|
+
{ httpClient });
|
|
29
|
+
}
|
|
30
|
+
export { ConditionAttributeType, FieldSet, InviteStatus, ResourceType, SubjectContextType, SubjectType, Type, } from './identity-v1-contributor-contributors.universal.js';
|
|
31
|
+
//# sourceMappingURL=identity-v1-contributor-contributors.public.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"identity-v1-contributor-contributors.public.js","sourceRoot":"","sources":["../../../../src/identity-v1-contributor-contributors.public.ts"],"names":[],"mappings":"AACA,OAAO,EAcL,yBAAyB,IAAI,kCAAkC,EAC/D,UAAU,IAAI,mBAAmB,EACjC,oBAAoB,IAAI,6BAA6B,EACrD,qBAAqB,IAAI,8BAA8B,EACvD,qBAAqB,IAAI,8BAA8B,GACxD,MAAM,qDAAqD,CAAC;AAE7D,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,sBAAsB,EAAE,CAAC;AAEnE,gBAAgB;AAChB,MAAM,UAAU,qBAAqB,CACnC,UAAsB;IAEtB,OAAO,CAAC,OAAsC,EAAE,EAAE,CAChD,8BAA8B,CAC5B,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAaD,MAAM,UAAU,UAAU,CAAC,UAAsB;IAC/C,OAAO,CAAC,SAAiB,EAAE,OAA0B,EAAE,EAAE,CACvD,mBAAmB,CACjB,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAcD,MAAM,UAAU,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,SAAiB,EAAE,OAAyC,EAAE,EAAE,CACtE,kCAAkC,CAChC,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAUD,MAAM,UAAU,qBAAqB,CACnC,UAAsB;IAEtB,OAAO,CAAC,OAAsC,EAAE,EAAE,CAChD,8BAA8B,CAC5B,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAYD,gBAAgB;AAChB,MAAM,UAAU,oBAAoB,CAClC,UAAsB;IAEtB,OAAO,GAAG,EAAE,CACV,6BAA6B;IAC3B,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAWD,OAAO,EAmBL,sBAAsB,EAQtB,QAAQ,EAgBR,YAAY,EAeZ,YAAY,EAUZ,kBAAkB,EAClB,WAAW,EAEX,IAAI,GAIL,MAAM,qDAAqD,CAAC"}
|