@maxim_mazurok/gapi.client.abusiveexperiencereport-v1
Advanced tools
Comparing version 0.0.20230403 to 0.0.20230502
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Abusive Experience Report API v1 0.0 */ | ||
// Generated from: https://abusiveexperiencereport.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20230403 | ||
// Revision: 20230502 | ||
@@ -28,9 +28,13 @@ /// <reference types="gapi.client" /> | ||
/** The site's Abusive Experience Report status. */ | ||
abusiveStatus?: string; | ||
abusiveStatus?: | ||
string; | ||
/** The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the site began or will begin. Not set when the filter_status is OFF. */ | ||
enforcementTime?: string; | ||
enforcementTime?: | ||
string; | ||
/** The site's [enforcement status](https://support.google.com/webtools/answer/7538608). */ | ||
filterStatus?: string; | ||
filterStatus?: | ||
string; | ||
/** The time at which the site's status last changed. */ | ||
lastChangeTime?: string; | ||
lastChangeTime?: | ||
string; | ||
/** | ||
@@ -40,11 +44,15 @@ * A link to the full Abusive Experience Report for the site. Not set in ViolatingSitesResponse. Note that you must complete the [Search Console verification | ||
*/ | ||
reportUrl?: string; | ||
reportUrl?: | ||
string; | ||
/** The name of the reviewed site, e.g. `google.com`. */ | ||
reviewedSite?: string; | ||
reviewedSite?: | ||
string; | ||
/** Whether the site is currently under review. */ | ||
underReview?: boolean; | ||
underReview?: | ||
boolean; | ||
} | ||
interface ViolatingSitesResponse { | ||
/** The list of violating sites. */ | ||
violatingSites?: SiteSummaryResponse[]; | ||
violatingSites?: | ||
SiteSummaryResponse[]; | ||
} | ||
@@ -55,25 +63,37 @@ interface SitesResource { | ||
/** V1 error format. */ | ||
"$.xgafv"?: string; | ||
"$.xgafv"?: | ||
string; | ||
/** OAuth access token. */ | ||
access_token?: string; | ||
access_token?: | ||
string; | ||
/** Data format for response. */ | ||
alt?: string; | ||
alt?: | ||
string; | ||
/** JSONP */ | ||
callback?: string; | ||
callback?: | ||
string; | ||
/** Selector specifying which fields to include in a partial response. */ | ||
fields?: string; | ||
fields?: | ||
string; | ||
/** 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. */ | ||
key?: string; | ||
key?: | ||
string; | ||
/** Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}` */ | ||
name: string; | ||
name: | ||
string; | ||
/** OAuth 2.0 token for the current user. */ | ||
oauth_token?: string; | ||
oauth_token?: | ||
string; | ||
/** Returns response with indentations and line breaks. */ | ||
prettyPrint?: boolean; | ||
prettyPrint?: | ||
boolean; | ||
/** 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. */ | ||
quotaUser?: string; | ||
quotaUser?: | ||
string; | ||
/** Upload protocol for media (e.g. "raw", "multipart"). */ | ||
upload_protocol?: string; | ||
upload_protocol?: | ||
string; | ||
/** Legacy upload protocol for media (e.g. "media", "multipart"). */ | ||
uploadType?: string; | ||
uploadType?: | ||
string; | ||
}): Request<SiteSummaryResponse>; | ||
@@ -85,23 +105,34 @@ } | ||
/** V1 error format. */ | ||
"$.xgafv"?: string; | ||
"$.xgafv"?: | ||
string; | ||
/** OAuth access token. */ | ||
access_token?: string; | ||
access_token?: | ||
string; | ||
/** Data format for response. */ | ||
alt?: string; | ||
alt?: | ||
string; | ||
/** JSONP */ | ||
callback?: string; | ||
callback?: | ||
string; | ||
/** Selector specifying which fields to include in a partial response. */ | ||
fields?: string; | ||
fields?: | ||
string; | ||
/** 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. */ | ||
key?: string; | ||
key?: | ||
string; | ||
/** OAuth 2.0 token for the current user. */ | ||
oauth_token?: string; | ||
oauth_token?: | ||
string; | ||
/** Returns response with indentations and line breaks. */ | ||
prettyPrint?: boolean; | ||
prettyPrint?: | ||
boolean; | ||
/** 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. */ | ||
quotaUser?: string; | ||
quotaUser?: | ||
string; | ||
/** Upload protocol for media (e.g. "raw", "multipart"). */ | ||
upload_protocol?: string; | ||
upload_protocol?: | ||
string; | ||
/** Legacy upload protocol for media (e.g. "media", "multipart"). */ | ||
uploadType?: string; | ||
uploadType?: | ||
string; | ||
}): Request<ViolatingSitesResponse>; | ||
@@ -108,0 +139,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.abusiveexperiencereport-v1", | ||
"version": "0.0.20230403", | ||
"version": "0.0.20230502", | ||
"description": "TypeScript typings for Abusive Experience Report API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.abusiveexperiencereport-v1 definition tests */ | ||
// Revision: 20230403 | ||
// Revision: 20230502 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
10160
178