@maxim_mazurok/gapi.client.customsearch-v1 0.0.20240820 → 0.0.20240821
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 +5 -1
- 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: 20240821
|
13
13
|
|
14
14
|
/// <reference types="gapi.client" />
|
15
15
|
|
@@ -390,6 +390,8 @@ declare namespace gapi.client {
|
|
390
390
|
cx?: string;
|
391
391
|
/** Restricts results to URLs based on date. Supported values include: * `d[number]`: requests results from the specified number of past days. * `w[number]`: requests results from the specified number of past weeks. * `m[number]`: requests results from the specified number of past months. * `y[number]`: requests results from the specified number of past years. */
|
392
392
|
dateRestrict?: string;
|
393
|
+
/** Optional. Enables routing of Programmable Search Engine requests to an alternate search handler. */
|
394
|
+
enableAlternateSearchHandler?: boolean;
|
393
395
|
/** Identifies a phrase that all documents in the search results must contain. */
|
394
396
|
exactTerms?: string;
|
395
397
|
/** Identifies a word or phrase that should not appear in any documents in the search results. */
|
@@ -481,6 +483,8 @@ declare namespace gapi.client {
|
|
481
483
|
cx?: string;
|
482
484
|
/** Restricts results to URLs based on date. Supported values include: * `d[number]`: requests results from the specified number of past days. * `w[number]`: requests results from the specified number of past weeks. * `m[number]`: requests results from the specified number of past months. * `y[number]`: requests results from the specified number of past years. */
|
483
485
|
dateRestrict?: string;
|
486
|
+
/** Optional. Enables routing of Programmable Search Engine requests to an alternate search handler. */
|
487
|
+
enableAlternateSearchHandler?: boolean;
|
484
488
|
/** Identifies a phrase that all documents in the search results must contain. */
|
485
489
|
exactTerms?: string;
|
486
490
|
/** Identifies a word or phrase that should not appear in any documents in the search results. */
|