@maxim_mazurok/gapi.client.classroom-v1 0.2.20260608 → 0.2.20260610
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: 20260610
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -43,7 +43,7 @@ declare namespace gapi.client {
|
|
|
43
43
|
postId?: string;
|
|
44
44
|
/** Required. URI to show the student view of the attachment. The URI will be opened in an iframe with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set. */
|
|
45
45
|
studentViewUri?: EmbedUri;
|
|
46
|
-
/** URI for the teacher to see student work on the attachment, if applicable. The URI will be opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnContext.studentContext`](
|
|
46
|
+
/** URI for the teacher to see student work on the attachment, if applicable. The URI will be opened in an iframe with the `courseId`, `itemId`, `itemType`, `attachmentId`, and `submissionId` query parameters set. This is the same `submissionId` returned in the [`AddOnContext.studentContext`](/workspace/classroom/reference/rest/v1/AddOnContext#StudentContext) field when a student views the attachment. If the URI is omitted or removed, `max_points` will also be discarded. */
|
|
47
47
|
studentWorkReviewUri?: EmbedUri;
|
|
48
48
|
/** Required. URI to show the teacher view of the attachment. The URI will be opened in an iframe with the `courseId`, `itemId`, `itemType`, and `attachmentId` query parameters set. */
|
|
49
49
|
teacherViewUri?: EmbedUri;
|
|
@@ -65,7 +65,7 @@ declare namespace gapi.client {
|
|
|
65
65
|
| 'TURNED_IN'
|
|
66
66
|
| 'RETURNED'
|
|
67
67
|
| 'RECLAIMED_BY_STUDENT';
|
|
68
|
-
/** Identifier for the student that owns this submission. Requires the user to be a teacher in the course and have permission to read student submissions. Read-only. */
|
|
68
|
+
/** Identifier for the student that owns this submission. Requires the user to be a teacher in the course and have permission to read student submissions. See [`courseWork.studentSubmissions.get`](/workspace/classroom/reference/rest/v1/courses.courseWork.studentSubmissions/get#authorization-scopes) for the list of acceptable OAuth scopes for this field. Read-only. */
|
|
69
69
|
userId?: string;
|
|
70
70
|
}
|
|
71
71
|
interface AddOnContext {
|