@maxim_mazurok/gapi.client.meet-v2 0.0.20250412 → 0.0.20250415
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.
- package/index.d.ts +5 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://meet.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250415
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -181,15 +181,15 @@ declare namespace gapi.client {
|
|
|
181
181
|
interface SpaceConfig {
|
|
182
182
|
/** Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED. */
|
|
183
183
|
accessType?: string;
|
|
184
|
-
/**
|
|
184
|
+
/** Configuration pertaining to the auto-generated artifacts that the meeting supports. */
|
|
185
185
|
artifactConfig?: ArtifactConfig;
|
|
186
|
-
/**
|
|
186
|
+
/** Whether attendance report is enabled for the meeting space. */
|
|
187
187
|
attendanceReportGenerationType?: string;
|
|
188
188
|
/** Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL */
|
|
189
189
|
entryPointAccess?: string;
|
|
190
|
-
/**
|
|
190
|
+
/** The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies. */
|
|
191
191
|
moderation?: string;
|
|
192
|
-
/**
|
|
192
|
+
/** When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions. */
|
|
193
193
|
moderationRestrictions?: ModerationRestrictions;
|
|
194
194
|
}
|
|
195
195
|
interface Transcript {
|