@maxim_mazurok/gapi.client.searchconsole-v1
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Google Search Console API v1 0.0 */ | ||
// Generated from: https://searchconsole.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20250125 | ||
// Revision: 20250127 | ||
@@ -20,3 +20,3 @@ /// <reference types="gapi.client" /> | ||
function load( | ||
urlOrObject: 'https://searchconsole.googleapis.com/$discovery/rest?version=v1' | ||
urlOrObject: 'https://searchconsole.googleapis.com/$discovery/rest?version=v1', | ||
): Promise<void>; | ||
@@ -29,3 +29,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
version: 'v1', | ||
callback: () => any | ||
callback: () => any, | ||
): void; | ||
@@ -325,3 +325,3 @@ | ||
}, | ||
body: InspectUrlIndexRequest | ||
body: InspectUrlIndexRequest, | ||
): Request<InspectUrlIndexResponse>; | ||
@@ -385,3 +385,3 @@ } | ||
}, | ||
body: RunMobileFriendlyTestRequest | ||
body: RunMobileFriendlyTestRequest, | ||
): Request<RunMobileFriendlyTestResponse>; | ||
@@ -693,3 +693,3 @@ } | ||
}, | ||
body: SearchAnalyticsQueryRequest | ||
body: SearchAnalyticsQueryRequest, | ||
): Request<SearchAnalyticsQueryResponse>; | ||
@@ -696,0 +696,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.searchconsole-v1", | ||
"version": "0.0.20250125", | ||
"version": "0.0.20250127", | ||
"description": "TypeScript typings for Google Search Console API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -34,3 +34,3 @@ # TypeScript typings for Google Search Console API v1 | ||
// gapi.client.webmasters | ||
} | ||
}, | ||
); | ||
@@ -71,3 +71,3 @@ ``` | ||
} | ||
} | ||
}, | ||
); | ||
@@ -74,0 +74,0 @@ ``` |
51603
0.01%