@maxim_mazurok/gapi.client.docs-v1 0.2.20251105 → 0.2.20251110
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 +4 -4
- 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:
|
|
12
|
+
// Revision: 20251110
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
1142
|
+
/** The URI to the RichLink. This is always present. */
|
|
1143
1143
|
uri?: string;
|
|
1144
1144
|
}
|
|
1145
1145
|
interface SectionBreak {
|