mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
Add new Google Workspace for Education SKUs (#1326)
This commit is contained in:
@ -59,12 +59,42 @@ SKUS = {
|
||||
'1010310002': {
|
||||
'product': '101031',
|
||||
'aliases': ['gsefe', 'e4e', 'gsuiteenterpriseeducation'],
|
||||
'displayName': 'G Suite Enterprise for Education'
|
||||
'displayName': 'Google Workspace for Education Plus - Legacy'
|
||||
},
|
||||
'1010310003': {
|
||||
'product': '101031',
|
||||
'aliases': ['gsefes', 'e4es', 'gsuiteenterpriseeducationstudent'],
|
||||
'displayName': 'G Suite Enterprise for Education (Student)'
|
||||
'displayName': 'Google Workspace for Education Plus - Legacy (Student)'
|
||||
},
|
||||
'1010310005': {
|
||||
'product': '101031',
|
||||
'aliases': ['gwes', 'workspaceeducationstandard'],
|
||||
'displayName': 'Google Workspace for Education Standard'
|
||||
},
|
||||
'1010310006': {
|
||||
'product': '101031',
|
||||
'aliases': ['gwesstaff', 'workspaceeducationstandardstaff'],
|
||||
'displayName': 'Google Workspace for Education Standard (Staff)'
|
||||
},
|
||||
'1010310007': {
|
||||
'product': '101031',
|
||||
'aliases': ['gwesstudent', 'workspaceeducationstandardstudent'],
|
||||
'displayName': 'Google Workspace for Education Standard (Extra Student)'
|
||||
},
|
||||
'1010310008': {
|
||||
'product': '101031',
|
||||
'aliases': ['gwep', 'workspaceeducationplus'],
|
||||
'displayName': 'Google Workspace for Education Plus'
|
||||
},
|
||||
'1010310009': {
|
||||
'product': '101031',
|
||||
'aliases': ['gwepstaff', 'workspaceeducationplusstaff'],
|
||||
'displayName': 'Google Workspace for Education Plus (Staff)'
|
||||
},
|
||||
'1010310010': {
|
||||
'product': '101031',
|
||||
'aliases': ['gwepstudent', 'workspaceeducationplusstudent'],
|
||||
'displayName': 'Google Workspace for Education Plus (Extra Student)'
|
||||
},
|
||||
'1010330003': {
|
||||
'product': '101033',
|
||||
@ -81,6 +111,11 @@ SKUS = {
|
||||
'aliases': ['gvpremier', 'voicepremier', 'googlevoicepremier'],
|
||||
'displayName': 'Google Voice Premier'
|
||||
},
|
||||
'1010370001': {
|
||||
'product': '101037',
|
||||
'aliases': ['gwetlu', 'workspaceeducationupgrade'],
|
||||
'displayName': 'Google Workspace for Education: Teaching and Learning Upgrade'
|
||||
},
|
||||
'Google-Apps': {
|
||||
'product': 'Google-Apps',
|
||||
'aliases': ['standard', 'free'],
|
||||
@ -228,9 +263,10 @@ SKUS = {
|
||||
PRODUCTID_NAME_MAPPINGS = {
|
||||
'101001': 'Cloud Identity Free',
|
||||
'101005': 'Cloud Identity Premium',
|
||||
'101031': 'G Suite Enterprise for Education',
|
||||
'101031': 'G Suite Workspace for Education',
|
||||
'101033': 'Google Voice',
|
||||
'101034': 'G Suite Archived',
|
||||
'101037': 'G Suite Workspace for Education',
|
||||
'Google-Apps': 'Google Workspace',
|
||||
'Google-Chrome-Device-Management': 'Google Chrome Device Management',
|
||||
'Google-Drive-storage': 'Google Drive Storage',
|
||||
|
Reference in New Issue
Block a user