gam7 7.5.12__py3-none-any.whl → 7.5.13__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.12'
28
+ __version__ = '7.05.13'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
gam/atom/mock_http.py CHANGED
@@ -108,7 +108,7 @@ class MockHttpClient(atom.http_interface.GenericHttpClient):
108
108
  for recording in self.recordings:
109
109
  if recording[0].operation == operation and recording[0].url == url:
110
110
  return recording[1]
111
- raise NoRecordingFound('No recodings found for %s %s' % (
111
+ raise NoRecordingFound('No recordings found for %s %s' % (
112
112
  operation, url))
113
113
  else:
114
114
  # There is a real HTTP client, so make the request, and record the
gam/gamlib/glmsgs.py CHANGED
@@ -118,7 +118,7 @@ Your workspace is configured to disable service account private key uploads.
118
118
 
119
119
  Please go to:
120
120
 
121
- https://github.com/taers232c/GAMADV-XTD3/wiki/Authorization#authorize-service-account-key-uploads
121
+ https://github.com/GAM-team/GAM/wiki/Authorization#authorize-service-account-key-uploads
122
122
 
123
123
  Follow the steps to allow a service account private key upload for the project ({0}) just created.
124
124
  Once those steps are completed, you can continue with your project authentication.
@@ -322,7 +322,7 @@ INVALID_NUMBER_OF_CHAT_SPACE_MEMBERS = '{0} type {1} number of members, {2}, mus
322
322
  INVALID_ORGUNIT = 'Invalid Organizational Unit'
323
323
  INVALID_PATH = 'Invalid Path'
324
324
  INVALID_PERMISSION_ATTRIBUTE_TYPE = 'permission attribute {0} not allowed with type {1}'
325
- INVALID_REGION = 'See: https://github.com/taers232c/GAMADV-XTD3/wiki/Context-Aware-Access-Levels#caa-region-codes'
325
+ INVALID_REGION = 'See: https://github.com/GAM-team/GAM/wiki/Context-Aware-Access-Levels#caa-region-codes'
326
326
  INVALID_QUERY = 'Invalid Query'
327
327
  INVALID_RE = 'Invalid RE'
328
328
  INVALID_REQUEST = 'Invalid Request'
gam/gamlib/glskus.py CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # Products/SKUs
24
24
  _PRODUCTS = {
25
- '101001': 'Cloud Identity Free',
25
+ '101001': 'Cloud Identity',
26
26
  '101005': 'Cloud Identity Premium',
27
27
  '101031': 'Google Workspace for Education',
28
28
  '101033': 'Google Voice',
@@ -127,7 +127,7 @@ _SKUS = {
127
127
  'product': 'Google-Apps', 'aliases': ['gau', 'gsb', 'unlimited', 'gsuitebusiness'], 'displayName': 'G Suite Business'},
128
128
  '1010020020': {
129
129
  'product': 'Google-Apps', 'aliases': ['gae', 'gse', 'enterprise', 'gsuiteenterprise',
130
- 'wsentplus', 'workspaceenterpriseplus'], 'displayName': 'Google Workspace Enterprise Plus'},
130
+ 'wsentplus', 'workspaceenterpriseplus'], 'displayName': 'Google Workspace Enterprise Plus (formerly G Suite Enterprise)'},
131
131
  '1010020025': {
132
132
  'product': 'Google-Apps', 'aliases': ['wsbizplus', 'workspacebusinessplus'], 'displayName': 'Google Workspace Business Plus'},
133
133
  '1010020026': {
@@ -159,11 +159,11 @@ _SKUS = {
159
159
  '1010060001': {
160
160
  'product': '101006', 'aliases': ['gsuiteessentials', 'essentials',
161
161
  'd4e', 'driveenterprise', 'drive4enterprise',
162
- 'wsess', 'workspaceesentials'], 'displayName': 'Google Workspace Essentials'},
162
+ 'wsess', 'workspaceesentials'], 'displayName': 'Google Workspace Essentials (formerly G Suite Essentials)'},
163
163
  '1010060003': {
164
164
  'product': 'Google-Apps', 'aliases': ['wsentess', 'workspaceenterpriseessentials'], 'displayName': 'Google Workspace Enterprise Essentials'},
165
165
  '1010060005': {
166
- 'product': 'Google-Apps', 'aliases': ['wsessplus', 'workspaceessentialsplus'], 'displayName': 'Google Workspace Essentials Plus'},
166
+ 'product': 'Google-Apps', 'aliases': ['wsessplus', 'workspaceessentialsplus'], 'displayName': 'Google Workspace Enterprise Essentials Plus'},
167
167
  'Google-Drive-storage-20GB': {
168
168
  'product': 'Google-Drive-storage', 'aliases': ['drive20gb', '20gb', 'googledrivestorage20gb'], 'displayName': 'Google Drive Storage 20GB'},
169
169
  'Google-Drive-storage-50GB': {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.5.12
3
+ Version: 7.5.13
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=_cRAiwvxNCX3XEMBfvhoqoGgDW_rQAtNEzzhu9GLe7Q,3481865
1
+ gam/__init__.py,sha256=WyiotxnCk3vx3blQExDd4BTa18nacFaLgyXKN1raggI,3481865
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
@@ -15,7 +15,7 @@ gam/atom/data.py,sha256=_is4rCh3qBudtBaZvCD2hwChckv7TmOGHNLh1Gcc25M,8120
15
15
  gam/atom/http.py,sha256=1kY9bqhg1dPn2nGZVSJ_sPNuhiIL8r9Fje27CZsAT3I,13863
16
16
  gam/atom/http_core.py,sha256=mXBTxlQfyiADpY5Fxxk5HHiHZtycq9XwTcpd3QWBcZo,22435
17
17
  gam/atom/http_interface.py,sha256=zxyVYtgaNrep0VabgeWf-QCOVBn8RoXAB_iLLiM4V8s,4975
18
- gam/atom/mock_http.py,sha256=x_Az5s1wXx07JQ8Ooosc7q147iE4ghDNNPZjD3VBAtg,4353
18
+ gam/atom/mock_http.py,sha256=r-fqbGgxNpcYsGVPdPW2bYst-VdaZW_7-36StZ-xrlc,4354
19
19
  gam/atom/mock_http_core.py,sha256=FmaB3pXPc_jnBJ7vd-kbXz0p6VE08RcnBDe0z0aRmc4,12473
20
20
  gam/atom/mock_service.py,sha256=KA96qug2Es5_csm0lOhfzov-EtArP1hU7ApMcMlP1YM,10525
21
21
  gam/atom/service.py,sha256=KPTcHgBaJN-7lvkPAogqCNUvii34uojrNfCexMHzEZE,30392
@@ -31,8 +31,8 @@ gam/gamlib/glgapi.py,sha256=TYPc91Ab-tNr-_nRArhPdRaB_6FbCZjBBNpEmRJuXrw,38295
31
31
  gam/gamlib/glgdata.py,sha256=weRppttWm6uRyqtBoGPKoHiNZ2h28nhfUV4J_mbCszY,2707
32
32
  gam/gamlib/glglobals.py,sha256=B0kCz4K6PO1-n3eZI_lvdRG99Ane1-dH4zS4J4aymlI,9566
33
33
  gam/gamlib/glindent.py,sha256=RfBa2LDfLIqPLL5vMfC689TCVmqn8xf-qulSzkiatrc,1228
34
- gam/gamlib/glmsgs.py,sha256=HSMxHRLbafIv7qByS1XJYbshu-B_xMrNzWXVakEmrME,33278
35
- gam/gamlib/glskus.py,sha256=43JykBXQsB54sm8GZMbSLaOBTXqIOfNYIoGPvwvJeUE,14872
34
+ gam/gamlib/glmsgs.py,sha256=fUEwnzJsyThJDgrqslhXFLp7Ah_5e3VuyGNWAJKRi5o,33260
35
+ gam/gamlib/glskus.py,sha256=ei4_avXHruNZBTS8asHtEJVnAY8fgjGXQSxiqxrYMnc,14938
36
36
  gam/gamlib/gluprop.py,sha256=IyPLCyvn7-NHTUenM71YPQPXRZXx6CB5q-GtJ-FYd1c,11461
37
37
  gam/gamlib/glverlibs.py,sha256=XXYhmjOVti78JTy7NNr4ShIwiOX7LrfrmFSlqSWixrE,1077
38
38
  gam/gamlib/yubikey.py,sha256=-UC-3oue9qarYK3LT7YL6Gmqs7TMK8oz9_AoxdaG2FA,7925
@@ -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.12.dist-info/METADATA,sha256=DVAK1UDfxM6yp1YXBpFWiiNISvTSfdc4lm28UJDYxVA,2889
69
- gam7-7.5.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
- gam7-7.5.12.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
- gam7-7.5.12.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
- gam7-7.5.12.dist-info/RECORD,,
68
+ gam7-7.5.13.dist-info/METADATA,sha256=X96I_IZkH9sGK-qvM90K_6NjRvM56lwadcVgsK0GQzQ,2889
69
+ gam7-7.5.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
70
+ gam7-7.5.13.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
71
+ gam7-7.5.13.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
72
+ gam7-7.5.13.dist-info/RECORD,,
File without changes