From c91703364da358184f03dc70f2112ce4e5ff16e3 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 9 Oct 2020 14:31:30 -0400 Subject: [PATCH] Workspace SKU updates --- src/gam/var.py | 51 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/src/gam/var.py b/src/gam/var.py index f9f12c8e..1b3a9901 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -114,10 +114,44 @@ SKUS = { 'aliases': ['gau', 'gsb', 'unlimited', 'gsuitebusiness'], 'displayName': 'G Suite Business' }, + '1010020027': { + 'product': 'Google-Apps', + 'aliases': ['wsbizstart', 'workspacebusinessstarter'], + 'displayName': 'Workspace Business Starter' + }, + '1010020028': { + 'product': 'Google-Apps', + 'aliases': ['wsbizstan', 'workspacebusinessstandard'], + 'displayName': 'Workspace Business Standard' + }, + '1010020025': { + 'product': 'Google-Apps', + 'aliases': ['wsbizplus', 'workspacebusinessplus'], + 'displayName': 'Workspace Business Plus' + }, + '1010060001': { + 'product': 'Google-Apps', + 'aliases': [ + 'gsuiteessentials', 'essentials', 'd4e', 'driveenterprise', + 'drive4enterprise', 'wsess', 'workspaceesentials' + ], + 'displayName': 'Google Workspace Essentials' + }, + '1010060003': { + 'product': 'Google-Apps', + 'aliases': ['wsentess', 'workspaceenterpriseessentials'], + 'displayName': 'Workspace Enterprise Essentials' + }, + '1010020026': { + 'product': 'Google-Apps', + 'aliases': ['wsentstan', 'workspaceenterprisestandard'], + 'displayName': 'Workspace Enterprise Standard' + }, '1010020020': { 'product': 'Google-Apps', - 'aliases': ['gae', 'gse', 'enterprise', 'gsuiteenterprise'], - 'displayName': 'G Suite Enterprise' + 'aliases': ['gae', 'gse', 'enterprise', 'gsuiteenterprise', + 'wsentplus', 'workspaceenterpriseplus'], + 'displayName': 'Workspace Enterprise Plus' }, '1010340002': { 'product': '101034', @@ -129,14 +163,6 @@ SKUS = { 'aliases': ['gseau', 'enterprisearchived', 'gsuiteenterprisearchived'], 'displayName': 'G Suite Enterprise Archived' }, - '1010060001': { - 'product': '101006', - 'aliases': [ - 'gsuiteessentials', 'essentials', 'd4e', 'driveenterprise', - 'drive4enterprise' - ], - 'displayName': 'G Suite Essentials' - }, 'Google-Drive-storage-20GB': { 'product': 'Google-Drive-storage', 'aliases': ['drive20gb', '20gb', 'googledrivestorage20gb'], @@ -192,11 +218,6 @@ SKUS = { 'aliases': ['vfe', 'googlevaultformeremployee'], 'displayName': 'Google Vault Former Employee' }, - 'Google-Coordinate': { - 'product': 'Google-Coordinate', - 'aliases': ['coordinate', 'googlecoordinate'], - 'displayName': 'Google Coordinate' - }, 'Google-Chrome-Device-Management': { 'product': 'Google-Chrome-Device-Management', 'aliases': ['chrome', 'cdm', 'googlechromedevicemanagement'],