gam7 7.5.1__py3-none-any.whl → 7.5.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gam7 might be problematic. Click here for more details.

gam/__init__.py CHANGED
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
25
25
  """
26
26
 
27
27
  __author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28
- __version__ = '7.05.01'
28
+ __version__ = '7.05.03'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -13109,6 +13109,7 @@ CUSTOMER_REPORT_SERVICES = {
13109
13109
  'app_maker',
13110
13110
  'apps_scripts',
13111
13111
  'calendar',
13112
+ 'chat',
13112
13113
  'classroom',
13113
13114
  'cros',
13114
13115
  'device_management',
@@ -13122,6 +13123,7 @@ CUSTOMER_REPORT_SERVICES = {
13122
13123
 
13123
13124
  USER_REPORT_SERVICES = {
13124
13125
  'accounts',
13126
+ 'chat',
13125
13127
  'classroom',
13126
13128
  'docs',
13127
13129
  'drive',
@@ -44790,7 +44792,7 @@ def doPrintUsers(entityList=None):
44790
44792
  return
44791
44793
  sortRows = True
44792
44794
  # If no individual fields were specified (allfields, basic, full) or individual fields other than primaryEmail were specified, look up each user
44793
- if isSuspended is not None:
44795
+ if isSuspended is not None and fieldsList:
44794
44796
  fieldsList.append('suspended')
44795
44797
  if projectionSet or len(set(fieldsList)) > 1 or showValidColumn:
44796
44798
  jcount = len(entityList)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.5.1
3
+ Version: 7.5.3
4
4
  Summary: CLI tool to manage Google Workspace
5
5
  Project-URL: Homepage, https://github.com/GAM-team/GAM
6
6
  Project-URL: Issues, https://github.com/GAM-team/GAM/issues
@@ -1,4 +1,4 @@
1
- gam/__init__.py,sha256=-LXlJNB35ehuZ4ll_tIrsWjL2zVhDDFECILbbER2q4g,3477024
1
+ gam/__init__.py,sha256=5UwsBJU0VvJ7oHgKCnBOawu-dZC7K8y0Vj6fE9Ys8Vg,3477059
2
2
  gam/__main__.py,sha256=amz0-959ph6zkZKqjaar4n60yho-T37w6qWI36qx0CA,1049
3
3
  gam/cacerts.pem,sha256=nJuWha0xm5dHw_5ptGphwRoO-r36Ccpqiww9pCEDbSc,67484
4
4
  gam/cbcm-v1.1beta1.json,sha256=xO5XloCQQULmPbFBx5bckdqmbLFQ7sJ2TImhE1ysDIY,19439
@@ -65,8 +65,8 @@ gam/googleapiclient/discovery_cache/base.py,sha256=yCDPtxnbNN-p5_9fzBacC6P3wcUPl
65
65
  gam/googleapiclient/discovery_cache/file_cache.py,sha256=sim3Mg4HgRYo3vX75jvcKy_aV568EvIrtBfvfbw-044,4774
66
66
  gam/iso8601/__init__.py,sha256=Z2PsYbXgAH5a5xzUvgczCboPzqWpm65kRcIngCnhViU,1218
67
67
  gam/iso8601/iso8601.py,sha256=Li2FHZ4sBTWuthuQhyCvmvj0j6At8JbGzkSv2fc2RHU,4384
68
- gam7-7.5.1.dist-info/METADATA,sha256=wGxZVWEXLLYdLNaBpm-KHDQNUphznsxlgiq6b9DlOMM,2888
69
- gam7-7.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
- gam7-7.5.1.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
- gam7-7.5.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
- gam7-7.5.1.dist-info/RECORD,,
68
+ gam7-7.5.3.dist-info/METADATA,sha256=F8Xqm-nync5vzUXZVy3FXbBTTpXzQFQCgEOJ08fk3bQ,2888
69
+ gam7-7.5.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
+ gam7-7.5.3.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
+ gam7-7.5.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
+ gam7-7.5.3.dist-info/RECORD,,
File without changes