From be4403331fdcb28a294711e497ee9559ce4aa558 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 11 Apr 2022 08:44:08 -0400 Subject: [PATCH] Update var.py --- src/gam/var.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gam/var.py b/src/gam/var.py index a8977943..8743f65c 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -193,6 +193,11 @@ SKUS = { 'wsentplus', 'workspaceenterpriseplus'], 'displayName': 'Workspace Enterprise Plus' }, + '1010020029': { + 'product': 'Google-Apps', + 'aliases': ['wes', 'workspaceenterprisestarter'], + 'displayName': 'Workspace Enterprise Starter' + }, '1010020030': { 'product': 'Google-Apps', 'aliases': ['workspacefrontline', 'workspacefrontlineworker'],