@maxim_mazurok/gapi.client.classroom-v1 0.0.20240708 → 0.0.20240711

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  2. 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: 20240708
12
+ // Revision: 20240711
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1161,7 +1161,7 @@ declare namespace gapi.client {
1161
1161
  addOnToken?: string;
1162
1162
  /** Data format for response. */
1163
1163
  alt?: string;
1164
- /** Optional. The identifier of the attachment. This field is required for student users and optional for teacher users. If not provided in the student case, an error is returned. */
1164
+ /** Optional. The identifier of the attachment. This field is required for all requests except when the user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-discovery-iframe). */
1165
1165
  attachmentId?: string;
1166
1166
  /** JSONP */
1167
1167
  callback?: string;
@@ -2247,7 +2247,7 @@ declare namespace gapi.client {
2247
2247
  addOnToken?: string;
2248
2248
  /** Data format for response. */
2249
2249
  alt?: string;
2250
- /** Optional. The identifier of the attachment. This field is required for student users and optional for teacher users. If not provided in the student case, an error is returned. */
2250
+ /** Optional. The identifier of the attachment. This field is required for all requests except when the user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-discovery-iframe). */
2251
2251
  attachmentId?: string;
2252
2252
  /** JSONP */
2253
2253
  callback?: string;
@@ -2812,7 +2812,7 @@ declare namespace gapi.client {
2812
2812
  addOnToken?: string;
2813
2813
  /** Data format for response. */
2814
2814
  alt?: string;
2815
- /** Optional. The identifier of the attachment. This field is required for student users and optional for teacher users. If not provided in the student case, an error is returned. */
2815
+ /** Optional. The identifier of the attachment. This field is required for all requests except when the user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-discovery-iframe). */
2816
2816
  attachmentId?: string;
2817
2817
  /** JSONP */
2818
2818
  callback?: string;
@@ -3318,7 +3318,7 @@ declare namespace gapi.client {
3318
3318
  addOnToken?: string;
3319
3319
  /** Data format for response. */
3320
3320
  alt?: string;
3321
- /** Optional. The identifier of the attachment. This field is required for student users and optional for teacher users. If not provided in the student case, an error is returned. */
3321
+ /** Optional. The identifier of the attachment. This field is required for all requests except when the user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-discovery-iframe). */
3322
3322
  attachmentId?: string;
3323
3323
  /** JSONP */
3324
3324
  callback?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.classroom-v1",
3
- "version": "0.0.20240708",
3
+ "version": "0.0.20240711",
4
4
  "description": "TypeScript typings for Google Classroom API v1",
5
5
  "repository": {
6
6
  "type": "git",