@appwrite.io/console
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -5,3 +5,3 @@ { | ||
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"license": "BSD-3-Clause", | ||
@@ -8,0 +8,0 @@ "main": "dist/cjs/sdk.js", |
@@ -36,3 +36,3 @@ # Appwrite Console SDK | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@appwrite.io/console@1.4.2"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@appwrite.io/console@1.4.3"></script> | ||
``` | ||
@@ -39,0 +39,0 @@ |
@@ -307,3 +307,3 @@ import { Models } from './models'; | ||
'x-sdk-language': 'web', | ||
'x-sdk-version': '1.4.2', | ||
'x-sdk-version': '1.4.3', | ||
'X-Appwrite-Response-Format': '1.6.0', | ||
@@ -310,0 +310,0 @@ }; |
@@ -218,3 +218,3 @@ import { Service } from '../service'; | ||
* | ||
* Use this endpoint to list a team's members using the team's ID. All team members have read access to this endpoint. Hide sensitive attributes (userName, userEmail and mfa) from the response by disabling teams sensitive data in the Console. | ||
* Use this endpoint to list a team's members using the team's ID. All team members have read access to this endpoint. Hide sensitive attributes from the response by toggling membership privacy in the Console. | ||
* | ||
@@ -319,3 +319,3 @@ * @param {string} teamId | ||
* | ||
* Get a team member by the membership unique id. All team members have read access for this resource. Hide sensitive attributes (userName, userEmail and mfa) from the response by disabling teams sensitive data in the Console. | ||
* Get a team member by the membership unique id. All team members have read access for this resource. Hide sensitive attributes from the response by toggling membership privacy in the Console. | ||
* | ||
@@ -322,0 +322,0 @@ * @param {string} teamId |
@@ -137,2 +137,14 @@ import { Client } from '../client'; | ||
/** | ||
* Update project team memberships privacy attributes | ||
* | ||
* | ||
* @param {string} projectId | ||
* @param {boolean} userName | ||
* @param {boolean} userEmail | ||
* @param {boolean} mfa | ||
* @throws {AppwriteException} | ||
* @returns {Promise<Models.Project>} | ||
*/ | ||
updateMembershipsPrivacy(projectId: string, userName: boolean, userEmail: boolean, mfa: boolean): Promise<Models.Project>; | ||
/** | ||
* Update the mock numbers for the project | ||
@@ -188,12 +200,2 @@ * | ||
/** | ||
* Update project team sensitive attributes | ||
* | ||
* | ||
* @param {string} projectId | ||
* @param {boolean} enabled | ||
* @throws {AppwriteException} | ||
* @returns {Promise<Models.Project>} | ||
*/ | ||
updateTeamsSensitiveAttributes(projectId: string, enabled: boolean): Promise<Models.Project>; | ||
/** | ||
* Update project auth method status. Use this endpoint to enable or disable a given auth method for this project. | ||
@@ -200,0 +202,0 @@ * |
@@ -74,3 +74,3 @@ import { Client } from '../client'; | ||
* | ||
* Use this endpoint to list a team's members using the team's ID. All team members have read access to this endpoint. Hide sensitive attributes (userName, userEmail and mfa) from the response by disabling teams sensitive data in the Console. | ||
* Use this endpoint to list a team's members using the team's ID. All team members have read access to this endpoint. Hide sensitive attributes from the response by toggling membership privacy in the Console. | ||
* | ||
@@ -110,3 +110,3 @@ * @param {string} teamId | ||
* | ||
* Get a team member by the membership unique id. All team members have read access for this resource. Hide sensitive attributes (userName, userEmail and mfa) from the response by disabling teams sensitive data in the Console. | ||
* Get a team member by the membership unique id. All team members have read access for this resource. Hide sensitive attributes from the response by toggling membership privacy in the Console. | ||
* | ||
@@ -113,0 +113,0 @@ * @param {string} teamId |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5460254
82629
568