File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ # TerminusDB Client v10.0.32
2
+ ## Fixes 🛠
3
+ * Make AccessControl manageCapability scopeType param optional
1
4
# TerminusDB Client v10.0.30
2
5
## Fixes 🛠
3
6
* Fix schema endpoint for system database
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ AccessControl.prototype.createOrganization = function (orgName) {
203
203
* @param {string } orgName - The organization name to delete
204
204
* @return {Promise } A promise that returns the call response object, or an Error if rejected.
205
205
* @example
206
- * accessControl.createOrganization ("my_org_name").then(result=>{
206
+ * accessControl.deleteOrganization ("my_org_name").then(result=>{
207
207
* console.log(result)
208
208
* })
209
209
*/
@@ -304,7 +304,7 @@ AccessControl.prototype.deleteUser = function (userId) {
304
304
* @param {string } resourceName - the name of a (database or team)
305
305
* @param {array } rolesArr - the roles name list
306
306
* @param {typedef.CapabilityCommand } operation - grant/revoke operation
307
- * @param {typedef.ScopeType } scopeType - the resource type (database or organization)
307
+ * @param {typedef.ScopeType } [ scopeType] - the resource type (database or organization)
308
308
* @return {Promise } A promise that returns the call response object, or an Error if rejected.
309
309
* @example
310
310
* //we add an user to an organization and manage users' access
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @terminusdb/terminusdb-client" ,
3
- "version" : " 10.0.31 " ,
3
+ "version" : " 10.0.32 " ,
4
4
"description" : " TerminusDB client library" ,
5
5
"main" : " index.js" ,
6
6
"types" : " ./dist/typescript/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments