@maxim_mazurok/gapi.client.forms-v1 0.0.20241029 → 0.0.20241119

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 +9 -1
  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://forms.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20241029
12
+ // Revision: 20241119
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -287,6 +287,8 @@ declare namespace gapi.client {
287
287
  grading?: Grading;
288
288
  /** Read only. The question ID. On creation, it can be provided but the ID must not be already used in the form. If not provided, a new ID is assigned. */
289
289
  questionId?: string;
290
+ /** A respondent can choose a rating from a pre-defined set of icons. */
291
+ ratingQuestion?: RatingQuestion;
290
292
  /** Whether the question must be answered in order for a respondent to submit their response. */
291
293
  required?: boolean;
292
294
  /** A row of a QuestionGroupItem. */
@@ -316,6 +318,12 @@ declare namespace gapi.client {
316
318
  /** Whether this form is a quiz or not. When true, responses are graded based on question Grading. Upon setting to false, all question Grading is deleted. */
317
319
  isQuiz?: boolean;
318
320
  }
321
+ interface RatingQuestion {
322
+ /** Required. The icon type to use for the rating. */
323
+ iconType?: string;
324
+ /** Required. The rating scale level of the rating question. */
325
+ ratingScaleLevel?: number;
326
+ }
319
327
  interface RenewWatchRequest {}
320
328
  interface Request {
321
329
  /** Create a new item. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.forms-v1",
3
- "version": "0.0.20241029",
3
+ "version": "0.0.20241119",
4
4
  "description": "TypeScript typings for Google Forms API v1",
5
5
  "repository": {
6
6
  "type": "git",