@maxim_mazurok/gapi.client.youtube-v3 0.1.20251218 → 0.1.20260105
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://youtube.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260105
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -6181,7 +6181,7 @@ declare namespace gapi.client {
|
|
|
6181
6181
|
callback?: string;
|
|
6182
6182
|
/** Selector specifying which fields to include in a partial response. */
|
|
6183
6183
|
fields?: string;
|
|
6184
|
-
/** Required. Return videos with the given ids. */
|
|
6184
|
+
/** Required. Return videos with the given ids. The number of IDs specified cannot exceed 50. */
|
|
6185
6185
|
id?: string | string[];
|
|
6186
6186
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
6187
6187
|
key?: string;
|