gam7 7.5.1__tar.gz → 7.5.2__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.
- {gam7-7.5.1 → gam7-7.5.2}/PKG-INFO +1 -1
- {gam7-7.5.1 → gam7-7.5.2}/src/GamCommands.txt +2 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/GamUpdate.txt +7 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/__init__.py +3 -1
- {gam7-7.5.1 → gam7-7.5.2}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/actions/creds.tar.xz.gpg +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/actions/decrypt.sh +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/actions/entitlements.plist +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/stale.yml +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/workflows/build.yml +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.github/workflows/pypi.yml +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/.pre-commit-config.yaml +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/LICENSE +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/README.md +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/pyproject.toml +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/.gitignore +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/LICENSE +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/cacerts.pem +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/callgam.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/__main__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/auth.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/client.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/core.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/data.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/http.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/http_core.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/service.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/token_store.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/atom/url.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/cacerts.pem +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/service.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam/six.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam-install.sh +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam-setup.bat +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam.exe.manifest +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam.spec +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/gam.wxs +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/license.rtf +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/project-apis.txt +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/requirements-dev.txt +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/requirements.txt +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/setup.cfg +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/setup.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/tools/mkGamRef.py +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/tools/openssl.props +0 -0
- {gam7-7.5.1 → gam7-7.5.2}/src/version_info.txt.in +0 -0
|
@@ -4475,6 +4475,7 @@ gam report <ActivityApplicationName> [todrive <ToDriveAttribute>*]
|
|
|
4475
4475
|
app_maker|
|
|
4476
4476
|
apps_scripts|
|
|
4477
4477
|
calendar|
|
|
4478
|
+
chat|
|
|
4478
4479
|
classroom|
|
|
4479
4480
|
cros|
|
|
4480
4481
|
device_management|
|
|
@@ -4495,6 +4496,7 @@ gam report customers|customer|domain [todrive <ToDriveAttribute>*]
|
|
|
4495
4496
|
|
|
4496
4497
|
<UserServiceName> ::=
|
|
4497
4498
|
accounts|
|
|
4499
|
+
chat|
|
|
4498
4500
|
classroom|
|
|
4499
4501
|
docs|
|
|
4500
4502
|
drive|
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
7.05.02
|
|
2
|
+
|
|
3
|
+
Chat usage reports are now available. Added `chat` to `<CustomerServiceName>` and `<UserServiceName>`
|
|
4
|
+
for use in `gam report customer|user`.
|
|
5
|
+
|
|
6
|
+
* https://workspaceupdates.googleblog.com/2025/02/chat-usage-analytics-updates.html
|
|
7
|
+
|
|
1
8
|
7.05.01
|
|
2
9
|
|
|
3
10
|
Updated from `v1beta1` to `v1` for `Cloud Identity - Policy`.
|
|
@@ -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.
|
|
28
|
+
__version__ = '7.05.02'
|
|
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',
|
|
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
|
|
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
|