@maxim_mazurok/gapi.client.classroom-v1 0.1.20251201 → 0.1.20251202
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 +3 -3
- 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://classroom.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251202
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -4447,7 +4447,7 @@ declare namespace gapi.client {
|
|
|
4447
4447
|
prettyPrint?: boolean;
|
|
4448
4448
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4449
4449
|
quotaUser?: string;
|
|
4450
|
-
/** Mask that identifies which fields on the course to update. This field is required to do an update. The update will fail if invalid fields are specified. The following fields are valid: * `
|
|
4450
|
+
/** Mask that identifies which fields on the course to update. This field is required to do an update. The update will fail if invalid fields are specified. The following fields are valid: * `courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room` * `section` * `subject` Note: patches to ownerId are treated as being effective immediately, but in practice it may take some time for the ownership transfer of all affected resources to complete. When set in a query parameter, this field should be specified as `updateMask=,,...` */
|
|
4451
4451
|
updateMask?: string;
|
|
4452
4452
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4453
4453
|
upload_protocol?: string;
|
|
@@ -4478,7 +4478,7 @@ declare namespace gapi.client {
|
|
|
4478
4478
|
prettyPrint?: boolean;
|
|
4479
4479
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4480
4480
|
quotaUser?: string;
|
|
4481
|
-
/** Mask that identifies which fields on the course to update. This field is required to do an update. The update will fail if invalid fields are specified. The following fields are valid: * `
|
|
4481
|
+
/** Mask that identifies which fields on the course to update. This field is required to do an update. The update will fail if invalid fields are specified. The following fields are valid: * `courseState` * `description` * `descriptionHeading` * `name` * `ownerId` * `room` * `section` * `subject` Note: patches to ownerId are treated as being effective immediately, but in practice it may take some time for the ownership transfer of all affected resources to complete. When set in a query parameter, this field should be specified as `updateMask=,,...` */
|
|
4482
4482
|
updateMask?: string;
|
|
4483
4483
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4484
4484
|
upload_protocol?: string;
|