@wix/identity 1.0.87 → 1.0.88
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/identity",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.88",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@wix/identity_account": "1.0.0",
|
|
25
25
|
"@wix/identity_account-invite": "1.0.1",
|
|
26
26
|
"@wix/identity_authentication": "1.0.16",
|
|
27
|
-
"@wix/identity_contributor": "1.0.
|
|
27
|
+
"@wix/identity_contributor": "1.0.1",
|
|
28
28
|
"@wix/identity_oauth": "1.0.13",
|
|
29
29
|
"@wix/identity_recovery": "1.0.14",
|
|
30
30
|
"@wix/identity_site-invite": "1.0.1",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"fqdn": ""
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"falconPackageHash": "
|
|
56
|
+
"falconPackageHash": "8b2cd5222ecbfefc6c9fce58695ca0317238623ebf2108f77322fb67"
|
|
57
57
|
}
|
|
@@ -4518,6 +4518,7 @@ interface ChangeRoleSignature {
|
|
|
4518
4518
|
/**
|
|
4519
4519
|
* Overrides all the roles of a contributor for the specified site.
|
|
4520
4520
|
* @param - Contributor's account ID.
|
|
4521
|
+
* @param - Filter options. The `newRoles` field **must** be passed.
|
|
4521
4522
|
*/
|
|
4522
4523
|
(accountId: string, options: ChangeRoleOptions): Promise<ChangeContributorRoleResponse & ChangeContributorRoleResponseNonNullableFields>;
|
|
4523
4524
|
}
|
|
@@ -4525,6 +4526,7 @@ declare function querySiteContributors$1(httpClient: HttpClient): QuerySiteContr
|
|
|
4525
4526
|
interface QuerySiteContributorsSignature {
|
|
4526
4527
|
/**
|
|
4527
4528
|
* Retrieves a list of contributors for the specified site, given the provided filters.
|
|
4529
|
+
* @param - Filter options.
|
|
4528
4530
|
*/
|
|
4529
4531
|
(options?: QuerySiteContributorsOptions | undefined): Promise<QuerySiteContributorsResponse>;
|
|
4530
4532
|
}
|
|
@@ -4518,6 +4518,7 @@ interface ChangeRoleSignature {
|
|
|
4518
4518
|
/**
|
|
4519
4519
|
* Overrides all the roles of a contributor for the specified site.
|
|
4520
4520
|
* @param - Contributor's account ID.
|
|
4521
|
+
* @param - Filter options. The `newRoles` field **must** be passed.
|
|
4521
4522
|
*/
|
|
4522
4523
|
(accountId: string, options: ChangeRoleOptions): Promise<ChangeContributorRoleResponse & ChangeContributorRoleResponseNonNullableFields>;
|
|
4523
4524
|
}
|
|
@@ -4525,6 +4526,7 @@ declare function querySiteContributors$1(httpClient: HttpClient): QuerySiteContr
|
|
|
4525
4526
|
interface QuerySiteContributorsSignature {
|
|
4526
4527
|
/**
|
|
4527
4528
|
* Retrieves a list of contributors for the specified site, given the provided filters.
|
|
4529
|
+
* @param - Filter options.
|
|
4528
4530
|
*/
|
|
4529
4531
|
(options?: QuerySiteContributorsOptions | undefined): Promise<QuerySiteContributorsResponse>;
|
|
4530
4532
|
}
|