gam7 7.4.4__tar.gz → 7.5.1__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.4.4 → gam7-7.5.1}/.github/workflows/build.yml +2 -2
  2. {gam7-7.4.4 → gam7-7.5.1}/PKG-INFO +1 -1
  3. {gam7-7.4.4 → gam7-7.5.1}/src/GamCommands.txt +22 -3
  4. {gam7-7.4.4 → gam7-7.5.1}/src/GamUpdate.txt +55 -0
  5. {gam7-7.4.4 → gam7-7.5.1}/src/gam/__init__.py +122 -51
  6. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glapi.py +3 -1
  7. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glcfg.py +4 -0
  8. gam7-7.5.1/src/gam/meet-v2beta.json +1152 -0
  9. {gam7-7.4.4 → gam7-7.5.1}/src/gam.spec +1 -0
  10. {gam7-7.4.4 → gam7-7.5.1}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
  11. {gam7-7.4.4 → gam7-7.5.1}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
  12. {gam7-7.4.4 → gam7-7.5.1}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
  13. {gam7-7.4.4 → gam7-7.5.1}/.github/ISSUE_TEMPLATE.txt +0 -0
  14. {gam7-7.4.4 → gam7-7.5.1}/.github/actions/creds.tar.xz.gpg +0 -0
  15. {gam7-7.4.4 → gam7-7.5.1}/.github/actions/decrypt.sh +0 -0
  16. {gam7-7.4.4 → gam7-7.5.1}/.github/actions/entitlements.plist +0 -0
  17. {gam7-7.4.4 → gam7-7.5.1}/.github/actions/package_exclusions.txt +0 -0
  18. {gam7-7.4.4 → gam7-7.5.1}/.github/stale.yml +0 -0
  19. {gam7-7.4.4 → gam7-7.5.1}/.github/workflows/codeql-analysis.yml +0 -0
  20. {gam7-7.4.4 → gam7-7.5.1}/.github/workflows/get-cacerts.yml +0 -0
  21. {gam7-7.4.4 → gam7-7.5.1}/.github/workflows/pypi.yml +0 -0
  22. {gam7-7.4.4 → gam7-7.5.1}/.pre-commit-config.yaml +0 -0
  23. {gam7-7.4.4 → gam7-7.5.1}/LICENSE +0 -0
  24. {gam7-7.4.4 → gam7-7.5.1}/README.md +0 -0
  25. {gam7-7.4.4 → gam7-7.5.1}/pyproject.toml +0 -0
  26. {gam7-7.4.4 → gam7-7.5.1}/src/.gitignore +0 -0
  27. {gam7-7.4.4 → gam7-7.5.1}/src/LICENSE +0 -0
  28. {gam7-7.4.4 → gam7-7.5.1}/src/cacerts.pem +0 -0
  29. {gam7-7.4.4 → gam7-7.5.1}/src/callgam.py +0 -0
  30. {gam7-7.4.4 → gam7-7.5.1}/src/gam/__main__.py +0 -0
  31. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/__init__.py +0 -0
  32. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/auth.py +0 -0
  33. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/client.py +0 -0
  34. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/core.py +0 -0
  35. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/data.py +0 -0
  36. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/http.py +0 -0
  37. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/http_core.py +0 -0
  38. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/http_interface.py +0 -0
  39. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/mock_http.py +0 -0
  40. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/mock_http_core.py +0 -0
  41. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/mock_service.py +0 -0
  42. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/service.py +0 -0
  43. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/token_store.py +0 -0
  44. {gam7-7.4.4 → gam7-7.5.1}/src/gam/atom/url.py +0 -0
  45. {gam7-7.4.4 → gam7-7.5.1}/src/gam/cacerts.pem +0 -0
  46. {gam7-7.4.4 → gam7-7.5.1}/src/gam/cbcm-v1.1beta1.json +0 -0
  47. {gam7-7.4.4 → gam7-7.5.1}/src/gam/contactdelegation-v1.json +0 -0
  48. {gam7-7.4.4 → gam7-7.5.1}/src/gam/datastudio-v1.json +0 -0
  49. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/__init__.py +0 -0
  50. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glaction.py +0 -0
  51. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glclargs.py +0 -0
  52. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glentity.py +0 -0
  53. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glgapi.py +0 -0
  54. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glgdata.py +0 -0
  55. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glglobals.py +0 -0
  56. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glindent.py +0 -0
  57. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glmsgs.py +0 -0
  58. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glskus.py +0 -0
  59. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/gluprop.py +0 -0
  60. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/glverlibs.py +0 -0
  61. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gamlib/yubikey.py +0 -0
  62. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/__init__.py +0 -0
  63. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/alt/__init__.py +0 -0
  64. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/alt/app_engine.py +0 -0
  65. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/alt/appengine.py +0 -0
  66. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/apps/__init__.py +0 -0
  67. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/apps/audit/__init__.py +0 -0
  68. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/apps/audit/service.py +0 -0
  69. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/apps/contacts/__init__.py +0 -0
  70. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/apps/contacts/service.py +0 -0
  71. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/apps/service.py +0 -0
  72. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/service.py +0 -0
  73. {gam7-7.4.4 → gam7-7.5.1}/src/gam/gdata/urlfetch.py +0 -0
  74. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/__init__.py +0 -0
  75. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/_auth.py +0 -0
  76. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/_helpers.py +0 -0
  77. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/channel.py +0 -0
  78. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/discovery.py +0 -0
  79. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
  80. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
  81. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
  82. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
  83. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/errors.py +0 -0
  84. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/http.py +0 -0
  85. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/mimeparse.py +0 -0
  86. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/model.py +0 -0
  87. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/schema.py +0 -0
  88. {gam7-7.4.4 → gam7-7.5.1}/src/gam/googleapiclient/version.py +0 -0
  89. {gam7-7.4.4 → gam7-7.5.1}/src/gam/iso8601/__init__.py +0 -0
  90. {gam7-7.4.4 → gam7-7.5.1}/src/gam/iso8601/iso8601.py +0 -0
  91. {gam7-7.4.4 → gam7-7.5.1}/src/gam/serviceaccountlookup-v1.json +0 -0
  92. {gam7-7.4.4 → gam7-7.5.1}/src/gam/six.py +0 -0
  93. {gam7-7.4.4 → gam7-7.5.1}/src/gam-install.sh +0 -0
  94. {gam7-7.4.4 → gam7-7.5.1}/src/gam-setup.bat +0 -0
  95. {gam7-7.4.4 → gam7-7.5.1}/src/gam.exe.manifest +0 -0
  96. {gam7-7.4.4 → gam7-7.5.1}/src/gam.py +0 -0
  97. {gam7-7.4.4 → gam7-7.5.1}/src/gam.wxs +0 -0
  98. {gam7-7.4.4 → gam7-7.5.1}/src/license.rtf +0 -0
  99. {gam7-7.4.4 → gam7-7.5.1}/src/project-apis.txt +0 -0
  100. {gam7-7.4.4 → gam7-7.5.1}/src/requirements-dev.txt +0 -0
  101. {gam7-7.4.4 → gam7-7.5.1}/src/requirements.txt +0 -0
  102. {gam7-7.4.4 → gam7-7.5.1}/src/setup.cfg +0 -0
  103. {gam7-7.4.4 → gam7-7.5.1}/src/setup.py +0 -0
  104. {gam7-7.4.4 → gam7-7.5.1}/src/tools/a_atleast_b.py +0 -0
  105. {gam7-7.4.4 → gam7-7.5.1}/src/tools/gen-wix-xml-filelist.py +0 -0
  106. {gam7-7.4.4 → gam7-7.5.1}/src/tools/mkGamRef.py +0 -0
  107. {gam7-7.4.4 → gam7-7.5.1}/src/tools/openssl.props +0 -0
  108. {gam7-7.4.4 → gam7-7.5.1}/src/version_info.txt.in +0 -0
@@ -18,7 +18,7 @@ defaults:
18
18
  working-directory: src
19
19
 
20
20
  env:
21
- SCRATCH_COUNTER: 9
21
+ SCRATCH_COUNTER: 11
22
22
  OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0
23
23
  OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl
24
24
  OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl
@@ -917,7 +917,7 @@ jobs:
917
917
  $gam calendar $gam_user addevent summary "GHA test event" start +1h end +2h attendee $newgroup hangoutsmeet guestscanmodify true sendupdates all
918
918
  $gam calendar $gam_user printevents after -0d
919
919
  $gam config enable_dasa false save
920
- matterid=uid:$($gam create vaultmatter name "GHA matter $newbase" description "test matter" collaborators $newuser returnidonly)
920
+ matterid=uid:$($gam create vaultmatter name "GHA matter $newbase" description "test matter" returnidonly)
921
921
  $gam create vaulthold matter $matterid name "GHA hold $newbase" corpus mail accounts $newuser
922
922
  $gam print vaultmatters matterstate open
923
923
  $gam print vaultholds matter $matterid
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.4.4
3
+ Version: 7.5.1
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
@@ -3846,6 +3846,7 @@ gam info group|groups <GroupEntity>
3846
3846
  [formatjson]
3847
3847
  gam print groups [todrive <ToDriveAttribute>*]
3848
3848
  [([domain|domains <DomainNameEntity>] ([member|showownedby <EmailItem>]|[(query <QueryGroup>)|(queries <QueryGroupList>)]))|
3849
+ (group|group_ns|group_susp <GroupItem>)|
3849
3850
  (select <GroupEntity>)]
3850
3851
  [emailmatchpattern [not] <RegularExpression>] [namematchpattern [not] <RegularExpression>]
3851
3852
  [descriptionmatchpattern [not] <RegularExpression>] (matchsetting [not] <GroupAttribute>)*
@@ -4072,6 +4073,7 @@ gam show cigroup-members
4072
4073
  releaseversion|
4073
4074
  securitypatchtime|
4074
4075
  serialnumber|
4076
+ unifieddeviceid|
4075
4077
  wifimacaddresses
4076
4078
  <DeviceFieldNameList> ::= "<DeviceFieldName>(,<DeviceFieldName>)*"
4077
4079
 
@@ -4963,6 +4965,7 @@ gam create|add permissions <SharedDriveEntityAdmin> <DriveFilePermissionEntity>
4963
4965
  <PermissionMatch>* [<PermissionMatchAction>]
4964
4966
  gam delete permissions <SharedDriveEntityAdmin> <DriveFilePermissionIDEntity>
4965
4967
  <PermissionMatch>* [<PermissionMatchAction>]
4968
+ [enforceexpansiveaccess [<Boolean>]]
4966
4969
 
4967
4970
  In these commands, you specify an administrator and then indicate that you want domain administrator access with the adminaccess option.
4968
4971
 
@@ -4976,9 +4979,11 @@ gam <UserTypeEntity> create|add drivefileacl <SharedDriveEntityAdmin>
4976
4979
  adminaccess
4977
4980
  gam <UserTypeEntity> update drivefileacl <SharedDriveEntityAdmin> <DriveFilePermissionIDorEmail>
4978
4981
  (role <DriveFileACLRole>) [expires|expiration <Time>] [removeexpiration [<Boolean>]]
4982
+ [enforceexpansiveaccess [<Boolean>]]
4979
4983
  [showtitles] [nodetails|(csv [todrive <ToDriveAttribute>*] [formatjson [quotechar <Character>]])]
4980
4984
  adminaccess
4981
4985
  gam <UserTypeEntity> delete drivefileacl <SharedDriveEntityAdmin> <DriveFilePermissionIDorEmail>
4986
+ [enforceexpansiveaccess [<Boolean>]]
4982
4987
  [showtitles] adminaccess
4983
4988
  gam <UserTypeEntity> info drivefileacl <SharedDriveEntityAdmin> <DriveFilePermissionIDorEmail> adminaccess
4984
4989
  [showtitles]
@@ -5004,6 +5009,7 @@ gam <UserTypeEntity> create|add permissions <SharedDriveEntityAdmin> <DriveFileP
5004
5009
  <PermissionMatch>* [<PermissionMatchAction>]
5005
5010
  gam <UserTypeEntity> delete permissions <SharedDriveEntityAdmin> <DriveFilePermissionIDEntity> adminaccess
5006
5011
  <PermissionMatch>* [<PermissionMatchAction>]
5012
+ [enforceexpansiveaccess [<Boolean>]]
5007
5013
 
5008
5014
  In these commands, the Google administrator named in oauth2.txt is used.
5009
5015
 
@@ -6566,6 +6572,7 @@ gam <UserTypeEntity> copy drivefile <DriveFileEntity>
6566
6572
  [sendemailifrequired [<Boolean>]]
6567
6573
  [suppressnotselectedmessages [<Boolean>]]
6568
6574
  [verifyorganizer [<Boolean>]]
6575
+ [enforceexpansiveaccess [<Boolean>]]
6569
6576
 
6570
6577
  gam <UserTypeEntity> move drivefile <DriveFileEntity> [newfilename <DriveFileName>]
6571
6578
  [summary [<Boolean>]] [showpermissionmessages [<Boolean>]]
@@ -6589,6 +6596,7 @@ gam <UserTypeEntity> move drivefile <DriveFileEntity> [newfilename <DriveFileNam
6589
6596
  [retainsourcefolders [<Boolean>]]
6590
6597
  [sendemailifrequired [<Boolean>]]
6591
6598
  [verifyorganizer [<Boolean>]]
6599
+ [enforceexpansiveaccess [<Boolean>]]
6592
6600
 
6593
6601
  gam <UserTypeEntity> get document <DriveFileEntity>
6594
6602
  [viewmode default|suggestions_inline|preview_suggestions_accepted|preview_without_suggestions]
@@ -6694,10 +6702,10 @@ gam <UserTypeEntity> create|add drivefileacl <DriveFileEntity> [adminaccess|asad
6694
6702
  [showtitles] [nodetails|(csv [todrive <ToDriveAttribute>*] [formatjson [quotechar <Character>]])]
6695
6703
  gam <UserTypeEntity> update drivefileacl <DriveFileEntity> <DriveFilePermissionIDorEmail>
6696
6704
  (role <DriveFileACLRole>) [expires|expiration <Time>] [removeexpiration [<Boolean>]]
6697
- [updatesheetprotectedranges [<Boolean>]]
6705
+ [updatesheetprotectedranges [<Boolean>]] [enforceexpansiveaccess [<Boolean>]]
6698
6706
  [showtitles] [nodetails|(csv [todrive <ToDriveAttribute>*] [formatjson [quotechar <Character>]])]
6699
6707
  gam <UserTypeEntity> delete drivefileacl <DriveFileEntity> <DriveFilePermissionIDorEmail>
6700
- [updatesheetprotectedranges [<Boolean>]]
6708
+ [updatesheetprotectedranges [<Boolean>]] [enforceexpansiveaccess [<Boolean>]]
6701
6709
  [showtitles]
6702
6710
  gam <UserTypeEntity> info drivefileacl <DriveFileEntity> <DriveFilePermissionIDorEmail>
6703
6711
  [showtitles]
@@ -6821,6 +6829,7 @@ gam <UserTypeEntity> print filerevisions <DriveFileEntity> [todrive <ToDriveAttr
6821
6829
 
6822
6830
  gam <UserTypeEntity> transfer ownership <DriveFileEntity> <UserItem>
6823
6831
  [<DriveFileParentAttribute>] [includetrashed] [norecursion [<Boolean>]]
6832
+ [enforceexpansiveaccess [<Boolean>]]
6824
6833
  (orderby <DriveFileOrderByFieldName> [ascending|descending])*
6825
6834
  [preview] [filepath] [pathdelimiter <Character>] [buildtree]
6826
6835
  [todrive <ToDriveAttribute>*]
@@ -6829,6 +6838,7 @@ gam <UserTypeEntity> claim ownership <DriveFileEntity>
6829
6838
  [skipids <DriveFileEntity>] [onlyusers|skipusers <UserTypeEntity>] [subdomains <DomainNameEntity>]
6830
6839
  [restricted [<Boolean>]] [writerscanshare|writerscantshare [<Boolean>]]
6831
6840
  [keepuser | (retainrole commenter|reader|writer|editor|fileorganizer|none)] [noretentionmessages]
6841
+ [enforceexpansiveaccess [<Boolean>]]
6832
6842
  (orderby <DriveFileOrderByFieldName> [ascending|descending])*
6833
6843
  [preview] [filepath] [pathdelimiter <Character>] [buildtree]
6834
6844
  [todrive <ToDriveAttribute>*]
@@ -6836,6 +6846,7 @@ gam <UserTypeEntity> claim ownership <DriveFileEntity>
6836
6846
  gam <UserTypeEntity> transfer drive <UserItem> [select <DriveFileEntity>]
6837
6847
  [(targetfolderid <DriveFolderID>)|(targetfoldername <DriveFolderName>)]
6838
6848
  [targetuserfoldername <DriveFolderName>] [targetuserorphansfoldername <DriveFolderName>]
6849
+ [enforceexpansiveaccess [<Boolean>]]
6839
6850
  [mergewithtarget [<Boolean>]]
6840
6851
  [skipids <DriveFileEntity>]
6841
6852
  [keepuser | (retainrole reader|commenter|writer|editor|fileorganizer|none)] [noretentionmessages]
@@ -7882,7 +7893,15 @@ gam <UserTypeEntity> show lookerstudiopermissions
7882
7893
  <MeetSpaceName> ::= spaces/<String> | <String>
7883
7894
  <MeetSpaceOptions> ::=
7884
7895
  accesstype open|trusted|restricted |
7885
- entrypointaccess all|creatorapponly
7896
+ entrypointaccess all|creatorapponly |
7897
+ moderation <Boolean> |
7898
+ chatrestriction hostsonly|norestriction |
7899
+ reactionrestriction hostsonly|norestriction |
7900
+ presentrestriction hostsonly|norestriction |
7901
+ defaultjoinasviewer <Boolean> |
7902
+ recording <Boolean> |
7903
+ transcription <Boolean> |
7904
+ smartnotes <Boolean>
7886
7905
 
7887
7906
  gam <UserTypeEntity> create meetspace
7888
7907
  <MeetSpaceOptions>*
@@ -1,3 +1,58 @@
1
+ 7.05.01
2
+
3
+ Updated from `v1beta1` to `v1` for `Cloud Identity - Policy`.
4
+
5
+ * See: https://workspaceupdates.googleblog.com/2025/02/policy-api-general-availability.html
6
+
7
+ 7.05.00
8
+
9
+ Enabled support for Limited Access as described here:
10
+ * https://workspaceupdates.googleblog.com/2025/02/updating-access-experience-in-google-drive.html
11
+
12
+ Note that the rollout may take 15 days.
13
+
14
+ Added option `inheritedpermissionsdisabled [<Boolean>]` to `<DriveFileAttribute>`; this
15
+ attribute can be set on folders.
16
+
17
+ Added `inheritedpermissionsdisabled` to `<DriveFieldName>`.
18
+
19
+ Added `capabilities.candisableinheritedpermissions` and `capabilities.canenableinheritedpermissions`
20
+ to `<DriveCapabilitiesSubfieldName>`.
21
+
22
+ Added option `enforceexpansiveaccess [<Boolean>]` to all commands that delete or update
23
+ drive file ACLs/permissions.
24
+ ```
25
+ gam <UserTypeEntity> delete permissions
26
+ gam <UserTypeEntity> delete drivefileacl
27
+ gam <UserTypeEntity> update drivefileacl
28
+ gam <UserTypeEntity> copy drivefile
29
+ gam <UserTypeEntity> move drivefile
30
+ gam <UserTypeEntity> transfer ownership
31
+ gam <UserTypeEntity> claim ownership
32
+ gam <UserTypeEntity> transfer drive
33
+ ```
34
+
35
+ 7.04.05
36
+
37
+ Added initial support for Meet API v2beta; you must be in the Developer Preview program
38
+ for this to be effective.
39
+ * https://developers.google.com/meet/api/guides/beta/configuration-beta#auto-artifacts
40
+
41
+ Added `meet_v2_beta` Boolean variable to `gam.cfg`. When this variable is true,
42
+ the following options are added to `<MeetSpaceOptions>` used in `gam <UserTypeEntity> create|update meetspace`.
43
+ ```
44
+ moderation <Boolean> |
45
+ chatrestriction hostsonly|norestriction |
46
+ reactionrestriction hostsonly|norestriction |
47
+ presentrestriction hostsonly|norestriction |
48
+ defaultjoinasviewer <Boolean> |
49
+ recording <Boolean> |
50
+ transcription <Boolean> |
51
+ smartnotes <Boolean>
52
+ ```
53
+
54
+ This isn't called beta for nothing, I have found problems and reported them.
55
+
1
56
  7.04.04
2
57
 
3
58
  Updated `gam print group-members|cigroup-members` to include the `email` column