@maxim_mazurok/gapi.client.docs-v1 0.2.20251105 → 0.2.20251112

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 +4 -4
  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://docs.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20251105
12
+ // Revision: 20251112
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1135,11 +1135,11 @@ declare namespace gapi.client {
1135
1135
  textStyle?: TextStyle;
1136
1136
  }
1137
1137
  interface RichLinkProperties {
1138
- /** Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if there's one (for example, when it's a file in Drive). */
1138
+ /** The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if there's one (for example, when it's a file in Drive). */
1139
1139
  mimeType?: string;
1140
- /** Output only. The title of the RichLink as displayed in the link. This title matches the title of the linked resource at the time of the insertion or last update of the link. This field is always present. */
1140
+ /** The title of the RichLink as displayed in the link. This title matches the title of the linked resource at the time of the insertion or last update of the link. This field is always present. */
1141
1141
  title?: string;
1142
- /** Output only. The URI to the RichLink. This is always present. */
1142
+ /** The URI to the RichLink. This is always present. */
1143
1143
  uri?: string;
1144
1144
  }
1145
1145
  interface SectionBreak {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.docs-v1",
3
- "version": "0.2.20251105",
3
+ "version": "0.2.20251112",
4
4
  "description": "TypeScript typings for Google Docs API v1",
5
5
  "repository": {
6
6
  "type": "git",