@maxim_mazurok/gapi.client.customsearch-v1 0.0.20240102 → 0.0.20240104
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 +3 -3
- 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://customsearch.googleapis.com/$discovery/rest?version=v1
|
12
|
-
// Revision:
|
12
|
+
// Revision: 20240104
|
13
13
|
|
14
14
|
/// <reference types="gapi.client" />
|
15
15
|
|
@@ -438,7 +438,7 @@ declare namespace gapi.client {
|
|
438
438
|
q?: string;
|
439
439
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
440
440
|
quotaUser?: string;
|
441
|
-
/**
|
441
|
+
/** Deprecated. */
|
442
442
|
relatedSite?: string;
|
443
443
|
/** Filters based on licensing. Supported values include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`, `cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration). */
|
444
444
|
rights?: string;
|
@@ -527,7 +527,7 @@ declare namespace gapi.client {
|
|
527
527
|
q?: string;
|
528
528
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
529
529
|
quotaUser?: string;
|
530
|
-
/**
|
530
|
+
/** Deprecated. */
|
531
531
|
relatedSite?: string;
|
532
532
|
/** Filters based on licensing. Supported values include: `cc_publicdomain`, `cc_attribute`, `cc_sharealike`, `cc_noncommercial`, `cc_nonderived` and combinations of these. See [typical combinations](https://wiki.creativecommons.org/wiki/CC_Search_integration). */
|
533
533
|
rights?: string;
|