@maxim_mazurok/gapi.client.forms-v1 0.0.20250401 → 0.0.20250415
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 +2 -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:
|
|
12
|
+
// Revision: 20250415
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -144,7 +144,7 @@ declare namespace gapi.client {
|
|
|
144
144
|
linkedSheetId?: string;
|
|
145
145
|
/** Output only. The publishing settings for a form. This field isn't set for legacy forms because they don't have the `publish_settings` field. All newly created forms support publish settings. Forms with `publish_settings` value set can call SetPublishSettings API to publish or unpublish the form. */
|
|
146
146
|
publishSettings?: PublishSettings;
|
|
147
|
-
/** Output only. The form URI to share with responders. This opens a page that allows the user to submit responses but not edit the questions. For forms that have `publish_settings` value set, this
|
|
147
|
+
/** Output only. The form URI to share with responders. This opens a page that allows the user to submit responses but not edit the questions. For forms that have `publish_settings` value set, this is the published form URI. */
|
|
148
148
|
responderUri?: string;
|
|
149
149
|
/** Output only. The revision ID of the form. Used in the WriteControl in update requests to identify the revision on which the changes are based. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the form *content* has not changed. Conversely, a changed ID (for the same form and user) usually means the form *content* has been updated; however, a changed ID can also be due to internal factors such as ID format changes. Form content excludes form metadata, including: * sharing settings (who has access to the form) * `publish_settings` (if the form supports publishing and if it is published) */
|
|
150
150
|
revisionId?: string;
|