Add max contacts and usermanager
This commit is contained in:
parent
6ae024348f
commit
de9f5071dc
3
funcs.js
3
funcs.js
|
@ -55,11 +55,14 @@ module.exports = {
|
||||||
email: "${args.uid}"
|
email: "${args.uid}"
|
||||||
vmEnable: true
|
vmEnable: true
|
||||||
vmPassword: "${args.ext}"
|
vmPassword: "${args.ext}"
|
||||||
|
maxContacts: 5
|
||||||
|
umEnable: false
|
||||||
}) {
|
}) {
|
||||||
status
|
status
|
||||||
}
|
}
|
||||||
}`;
|
}`;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'delete':
|
case 'delete':
|
||||||
return `mutation {
|
return `mutation {
|
||||||
deleteExtension(input: {extensionId: ${args.ext}}) {
|
deleteExtension(input: {extensionId: ${args.ext}}) {
|
||||||
|
|
Loading…
Reference in a new issue