From bb5030b18b01528b5eb7f212084825942dd7f5dd Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 8 Jun 2021 10:32:48 -0700 Subject: [PATCH] Added `chrome`, 'contextawareaccess` and `datastudio` to `` so you can do `gam report xxx`. --- src/GamCommands.txt | 15 +++++++++------ src/GamUpdate.txt | 4 ++++ src/gam/__init__.py | 5 ++++- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/GamCommands.txt b/src/GamCommands.txt index 5a0e3349..0b1bc37d 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -3237,19 +3237,22 @@ gam report usage customer [todrive *] admin| calendar|calendars| chat| + chrome| + contextawareaccess| + currents|gplus|google+| + datastudio| drive|doc|docs| - enterprisegroups|groupsenterprise| gcp| - google+|gplus| - group|groups| - hangoutsmeet|meet| - keep| + groups|group| + groupsenterprise|enterprisegroups| jamboard| + keep| login|logins| + meet|hangoutsmeet| mobile| - oauthtoken|token|tokens| rules| saml| + token|tokens|oauthtoken| useraccounts gam report [todrive *] diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index d2ee4aba..7d1a28e1 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,7 @@ +6.04.02 + +Added `chrome`, 'contextawareaccess` and `datastudio` to `` so you can do `gam report xxx`. + 6.04.01 Added `keep` to `` so you can do `gam report keep`. diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 15b0825f..2e2360d8 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -23,7 +23,7 @@ """ __author__ = 'Ross Scroggs ' -__version__ = '6.04.01' +__version__ = '6.04.02' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' import base64 @@ -10430,8 +10430,11 @@ def validateYYYYMMDD(argstr): 'calendar': 'calendar', 'calendars': 'calendar', 'chat': 'chat', + 'chrome': 'chrome', + 'contextawareaccess': 'context_aware_access', 'customer': 'customer', 'customers': 'customer', + 'datastudio': 'data_studio', 'doc': 'drive', 'docs': 'drive', 'domain': 'customer',