diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 59aa3bbc..1c187ce1 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -7014,6 +7014,8 @@ def getUserAttributes(i, cd, updateCmd): if schemaValue['type'] == 'custom': schemaValue['customType'] = sys.argv[i] i += 1 + else: + schemaValue['type'] = 'work' schemaValue['value'] = sys.argv[i] if schemaValue['value'] or multivalue != 'multinonempty': body[up][schemaName][fieldName].append(schemaValue) diff --git a/src/gam/var.py b/src/gam/var.py index ba4e6b42..010e40c0 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -116,6 +116,11 @@ SKUS = { 'aliases': ['gvpremier', 'voicepremier', 'googlevoicepremier'], 'displayName': 'Google Voice Premier' }, + '1010360001': { + 'product': '101036', + 'aliases': ['meetdialing','googlemeetglobaldialing'], + 'displayName': 'Google Meet Global Dialing' + }, '1010370001': { 'product': '101037', 'aliases': ['gwetlu', 'workspaceeducationupgrade'], @@ -282,6 +287,7 @@ PRODUCTID_NAME_MAPPINGS = { '101033': 'Google Voice', '101034': 'G Suite Archived', '101035': 'Cloud Search', + '101036': 'Google Meet Global Dialing', '101037': 'G Suite Workspace for Education', 'Google-Apps': 'Google Workspace', 'Google-Chrome-Device-Management': 'Google Chrome Device Management',