diff --git a/src/GamCommands.txt b/src/GamCommands.txt index 44b19dd9..0c0abb7e 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -266,7 +266,7 @@ If an item contains spaces, it should be surrounded by ". cloudidentity | identity | 1010010001 | cloudidentitypremium | identitypremium | 1010050001 | cloudsearch | 1010350001 | - duetai | 101047001 | + duetai | 1010470001 | gsuitebasic | gafb | gafw | basic | Google-Apps-For-Business | gsuitebusiness | gau | gsb | unlimited | Google-Apps-Unlimited | gsuitebusinessarchived | gsbau | businessarchived | 1010340002 | @@ -282,6 +282,7 @@ If an item contains spaces, it should be surrounded by ". gwesstaff | workspaceeducationstandardstaff | 1010310006 | gwesstudent | workspaceeducationstandardstudent | 1010310007 | gwetlu | workspaceeducationupgrade | 1010370001 | + gwlabs | workspacelabs | 1010470002 meetdialing | googlemeetglobaldialing | 1010360001 | postini | gams | gsuitegams | gsuitepostini | gsuitemessagesecurity | Google-Apps-For-Postini | standard | free | Google-Apps | diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 66ba5248..798d0baa 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,9 @@ +6.64.11 + +Added support for Google Workspace Labs license. +* ProductID - 101047 +* SKUID - 1010470002 | gwlabs | workspacelabs + 6.64.10 Fixed bug introduced in 6.64.09 that caused a trap when `gam redirect csv multiprocess` was used. @@ -86,7 +92,7 @@ Updated `gam print|show ownership` to show the correct file owner when the most Added support for Duet AI license. * ProductID - 101047 -* SKUID - 101047001 | duetai +* SKUID - 1010470001 | duetai Added `api_call_tries_limit` variable to `gam.cfg` that limits the number of tries for Google API calls that return an error that indicates a retry should be performed. diff --git a/src/gam/gamlib/glskus.py b/src/gam/gamlib/glskus.py index 769e809c..48667f62 100644 --- a/src/gam/gamlib/glskus.py +++ b/src/gam/gamlib/glskus.py @@ -84,6 +84,8 @@ _SKUS = { 'product': '101040', 'aliases': ['beyondcorp', 'beyondcorpenterprise', 'bce'], 'displayName': 'Beyond Corp Enterprise'}, '1010470001': { 'product': '101047', 'aliases': ['duetai'], 'displayName': 'Duet AI for Enterprise'}, + '1010470002': { + 'product': '101047', 'aliases': ['gwlabs', 'workspacelabs'], 'displayName': 'Google Workspace Labs'}, 'Google-Apps': { 'product': 'Google-Apps', 'aliases': ['standard', 'free'], 'displayName': 'G Suite Legacy'}, 'Google-Apps-For-Business': {