gam7 7.9.6__py3-none-any.whl → 7.9.7__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.
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.09.06'
28
+ __version__ = '7.09.07'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -57618,9 +57618,10 @@ FILETREE_FIELDS_CHOICE_MAP = {
57618
57618
  'parents': 'parents',
57619
57619
  'size': 'size',
57620
57620
  'trashed': 'trashed',
57621
+ 'webviewlink': 'webViewLink',
57621
57622
  }
57622
57623
 
57623
- FILETREE_FIELDS_PRINT_ORDER = ['id', 'parents', 'owners', 'mimeType', 'size', 'explicitlyTrashed', 'trashed']
57624
+ FILETREE_FIELDS_PRINT_ORDER = ['id', 'parents', 'owners', 'mimeType', 'size', 'explicitlyTrashed', 'trashed', 'webViewLink']
57624
57625
 
57625
57626
  # gam <UserTypeEntity> print filetree [todrive <ToDriveAttribute>*]
57626
57627
  # [select <DriveFileEntity> [selectsubquery <QueryDriveFile>] [depth <Number>]]
@@ -57785,7 +57786,7 @@ def printShowFileTree(users):
57785
57786
  else:
57786
57787
  unknownArgumentExit()
57787
57788
  fieldsList = ['driveId', 'id', 'name', 'parents', 'mimeType', 'ownedByMe', 'owners(emailAddress)',
57788
- 'shared', sizeField, 'explicitlyTrashed', 'trashed']
57789
+ 'shared', sizeField, 'explicitlyTrashed', 'trashed', 'webViewLink']
57789
57790
  if csvPF:
57790
57791
  if not GC.Values[GC.DRIVE_V3_NATIVE_NAMES]:
57791
57792
  fileNameTitle = 'title'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.9.6
3
+ Version: 7.9.7
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=9flFZ9sSu5HlaGowOrLIu1Gf0LVUmvJWmesuSq9Oj1Y,3522070
1
+ gam/__init__.py,sha256=Ec4etcYlgkwMJv3djhU5qJw9FWHf6rE5QKXwgUCwabY,3522132
2
2
  gam/__main__.py,sha256=amz0-959ph6zkZKqjaar4n60yho-T37w6qWI36qx0CA,1049
3
3
  gam/cacerts.pem,sha256=82Ak7btW_2XvocLUvAwPmpx8Chi0oqtZUG1gseLK_t4,50235
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.9.6.dist-info/METADATA,sha256=bFM0_xrXgaSAFpW9SvrCqwZnlbdUT-VQeIPxR8tdPiw,2977
69
- gam7-7.9.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
- gam7-7.9.6.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
- gam7-7.9.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
- gam7-7.9.6.dist-info/RECORD,,
68
+ gam7-7.9.7.dist-info/METADATA,sha256=q07WWyeqfpMb0LITUcUkRKATrFDMP9kkLUwWlccFO6o,2977
69
+ gam7-7.9.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
+ gam7-7.9.7.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
+ gam7-7.9.7.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
+ gam7-7.9.7.dist-info/RECORD,,
File without changes