gam7 7.5.12__tar.gz → 7.5.13__tar.gz

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.

Files changed (108) hide show
  1. {gam7-7.5.12 → gam7-7.5.13}/PKG-INFO +1 -1
  2. {gam7-7.5.12 → gam7-7.5.13}/src/GamUpdate.txt +5 -1
  3. {gam7-7.5.12 → gam7-7.5.13}/src/gam/__init__.py +1 -1
  4. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/mock_http.py +1 -1
  5. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glmsgs.py +2 -2
  6. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glskus.py +4 -4
  7. gam7-7.5.12/src/project-apis.txt +0 -23
  8. {gam7-7.5.12 → gam7-7.5.13}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
  9. {gam7-7.5.12 → gam7-7.5.13}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
  10. {gam7-7.5.12 → gam7-7.5.13}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
  11. {gam7-7.5.12 → gam7-7.5.13}/.github/ISSUE_TEMPLATE.txt +0 -0
  12. {gam7-7.5.12 → gam7-7.5.13}/.github/actions/creds.tar.xz.gpg +0 -0
  13. {gam7-7.5.12 → gam7-7.5.13}/.github/actions/decrypt.sh +0 -0
  14. {gam7-7.5.12 → gam7-7.5.13}/.github/actions/entitlements.plist +0 -0
  15. {gam7-7.5.12 → gam7-7.5.13}/.github/actions/package_exclusions.txt +0 -0
  16. {gam7-7.5.12 → gam7-7.5.13}/.github/stale.yml +0 -0
  17. {gam7-7.5.12 → gam7-7.5.13}/.github/workflows/build.yml +0 -0
  18. {gam7-7.5.12 → gam7-7.5.13}/.github/workflows/codeql-analysis.yml +0 -0
  19. {gam7-7.5.12 → gam7-7.5.13}/.github/workflows/get-cacerts.yml +0 -0
  20. {gam7-7.5.12 → gam7-7.5.13}/.github/workflows/pypi.yml +0 -0
  21. {gam7-7.5.12 → gam7-7.5.13}/.pre-commit-config.yaml +0 -0
  22. {gam7-7.5.12 → gam7-7.5.13}/LICENSE +0 -0
  23. {gam7-7.5.12 → gam7-7.5.13}/README.md +0 -0
  24. {gam7-7.5.12 → gam7-7.5.13}/pyproject.toml +0 -0
  25. {gam7-7.5.12 → gam7-7.5.13}/src/.gitignore +0 -0
  26. {gam7-7.5.12 → gam7-7.5.13}/src/GamCommands.txt +0 -0
  27. {gam7-7.5.12 → gam7-7.5.13}/src/LICENSE +0 -0
  28. {gam7-7.5.12 → gam7-7.5.13}/src/cacerts.pem +0 -0
  29. {gam7-7.5.12 → gam7-7.5.13}/src/callgam.py +0 -0
  30. {gam7-7.5.12 → gam7-7.5.13}/src/gam/__main__.py +0 -0
  31. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/__init__.py +0 -0
  32. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/auth.py +0 -0
  33. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/client.py +0 -0
  34. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/core.py +0 -0
  35. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/data.py +0 -0
  36. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/http.py +0 -0
  37. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/http_core.py +0 -0
  38. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/http_interface.py +0 -0
  39. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/mock_http_core.py +0 -0
  40. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/mock_service.py +0 -0
  41. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/service.py +0 -0
  42. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/token_store.py +0 -0
  43. {gam7-7.5.12 → gam7-7.5.13}/src/gam/atom/url.py +0 -0
  44. {gam7-7.5.12 → gam7-7.5.13}/src/gam/cacerts.pem +0 -0
  45. {gam7-7.5.12 → gam7-7.5.13}/src/gam/cbcm-v1.1beta1.json +0 -0
  46. {gam7-7.5.12 → gam7-7.5.13}/src/gam/contactdelegation-v1.json +0 -0
  47. {gam7-7.5.12 → gam7-7.5.13}/src/gam/datastudio-v1.json +0 -0
  48. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/__init__.py +0 -0
  49. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glaction.py +0 -0
  50. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glapi.py +0 -0
  51. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glcfg.py +0 -0
  52. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glclargs.py +0 -0
  53. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glentity.py +0 -0
  54. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glgapi.py +0 -0
  55. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glgdata.py +0 -0
  56. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glglobals.py +0 -0
  57. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glindent.py +0 -0
  58. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/gluprop.py +0 -0
  59. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/glverlibs.py +0 -0
  60. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gamlib/yubikey.py +0 -0
  61. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/__init__.py +0 -0
  62. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/alt/__init__.py +0 -0
  63. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/alt/app_engine.py +0 -0
  64. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/alt/appengine.py +0 -0
  65. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/apps/__init__.py +0 -0
  66. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/apps/audit/__init__.py +0 -0
  67. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/apps/audit/service.py +0 -0
  68. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/apps/contacts/__init__.py +0 -0
  69. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/apps/contacts/service.py +0 -0
  70. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/apps/service.py +0 -0
  71. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/service.py +0 -0
  72. {gam7-7.5.12 → gam7-7.5.13}/src/gam/gdata/urlfetch.py +0 -0
  73. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/__init__.py +0 -0
  74. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/_auth.py +0 -0
  75. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/_helpers.py +0 -0
  76. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/channel.py +0 -0
  77. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/discovery.py +0 -0
  78. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
  79. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
  80. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
  81. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
  82. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/errors.py +0 -0
  83. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/http.py +0 -0
  84. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/mimeparse.py +0 -0
  85. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/model.py +0 -0
  86. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/schema.py +0 -0
  87. {gam7-7.5.12 → gam7-7.5.13}/src/gam/googleapiclient/version.py +0 -0
  88. {gam7-7.5.12 → gam7-7.5.13}/src/gam/iso8601/__init__.py +0 -0
  89. {gam7-7.5.12 → gam7-7.5.13}/src/gam/iso8601/iso8601.py +0 -0
  90. {gam7-7.5.12 → gam7-7.5.13}/src/gam/meet-v2beta.json +0 -0
  91. {gam7-7.5.12 → gam7-7.5.13}/src/gam/serviceaccountlookup-v1.json +0 -0
  92. {gam7-7.5.12 → gam7-7.5.13}/src/gam/six.py +0 -0
  93. {gam7-7.5.12 → gam7-7.5.13}/src/gam-install.sh +0 -0
  94. {gam7-7.5.12 → gam7-7.5.13}/src/gam-setup.bat +0 -0
  95. {gam7-7.5.12 → gam7-7.5.13}/src/gam.exe.manifest +0 -0
  96. {gam7-7.5.12 → gam7-7.5.13}/src/gam.py +0 -0
  97. {gam7-7.5.12 → gam7-7.5.13}/src/gam.spec +0 -0
  98. {gam7-7.5.12 → gam7-7.5.13}/src/gam.wxs +0 -0
  99. {gam7-7.5.12 → gam7-7.5.13}/src/license.rtf +0 -0
  100. {gam7-7.5.12 → gam7-7.5.13}/src/requirements-dev.txt +0 -0
  101. {gam7-7.5.12 → gam7-7.5.13}/src/requirements.txt +0 -0
  102. {gam7-7.5.12 → gam7-7.5.13}/src/setup.cfg +0 -0
  103. {gam7-7.5.12 → gam7-7.5.13}/src/setup.py +0 -0
  104. {gam7-7.5.12 → gam7-7.5.13}/src/tools/a_atleast_b.py +0 -0
  105. {gam7-7.5.12 → gam7-7.5.13}/src/tools/gen-wix-xml-filelist.py +0 -0
  106. {gam7-7.5.12 → gam7-7.5.13}/src/tools/mkGamRef.py +0 -0
  107. {gam7-7.5.12 → gam7-7.5.13}/src/tools/openssl.props +0 -0
  108. {gam7-7.5.12 → gam7-7.5.13}/src/version_info.txt.in +0 -0
@@ -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,3 +1,7 @@
1
+ 7.05.13
2
+
3
+ Updated license product names to match Google.
4
+
1
5
  7.05.12
2
6
 
3
7
  Fixed bug in `gam update chromepolicy` where `appid` was misinterpreted for `chrome.devices.kiosk` policies
@@ -6,7 +10,7 @@ and an error was generated.
6
10
  ERROR: Chrome Policy Schema: customers/C123abc456/policySchemas/<Field>, Does not exist
7
11
  ```
8
12
 
9
- !7.05.11
13
+ 7.05.11
10
14
 
11
15
  Added the following License SKUs:
12
16
  ```
@@ -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
@@ -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
@@ -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'
@@ -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,23 +0,0 @@
1
- accesscontextmanager.googleapis.com
2
- admin.googleapis.com
3
- alertcenter.googleapis.com
4
- calendar-json.googleapis.com
5
- chat.googleapis.com
6
- chromemanagement.googleapis.com
7
- chromepolicy.googleapis.com
8
- classroom.googleapis.com
9
- cloudidentity.googleapis.com
10
- cloudresourcemanager.googleapis.com
11
- contacts.googleapis.com
12
- drive.googleapis.com
13
- driveactivity.googleapis.com
14
- iap.googleapis.com
15
- gmail.googleapis.com
16
- groupssettings.googleapis.com
17
- iam.googleapis.com
18
- licensing.googleapis.com
19
- reseller.googleapis.com
20
- sheets.googleapis.com
21
- siteverification.googleapis.com
22
- storage-api.googleapis.com
23
- vault.googleapis.com
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes