Add max contacts and usermanager

This commit is contained in:
Christopher Cookman 2023-03-20 23:46:57 -06:00
parent 6ae024348f
commit de9f5071dc
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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}}) {