@maxim_mazurok/gapi.client.classroom-v1 0.0.20240617 → 0.0.20240626
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +1 -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: 20240626
|
13
13
|
|
14
14
|
/// <reference types="gapi.client" />
|
15
15
|
|
@@ -55,8 +55,6 @@ declare namespace gapi.client {
|
|
55
55
|
pointsEarned?: number;
|
56
56
|
/** Submission state of add-on attachment's parent post (i.e. assignment). */
|
57
57
|
postSubmissionState?: string;
|
58
|
-
/** Identifier for the student that owns this submission. This field is part of an experimental API change and is populated only if sufficient scopes are granted. */
|
59
|
-
userId?: string;
|
60
58
|
}
|
61
59
|
interface AddOnContext {
|
62
60
|
/** Immutable. Identifier of the course. */
|