Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"dependencies": {
"google-auth-library": "^6.0.0",
"googleapis-common": "^4.2.1"
"googleapis-common": "^4.3.0"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/abusiveexperiencereport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"webpack": "webpack"
},
"dependencies": {
"googleapis-common": "^4.2.1"
"googleapis-common": "^4.3.0"
},
"devDependencies": {
"gts": "^2.0.0",
Expand Down
24 changes: 13 additions & 11 deletions src/apis/abusiveexperiencereport/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
MethodOptions,
StreamMethodOptions,
GlobalOptions,
GoogleAuth,
BodyResponseCallback,
APIRequestContext,
} from 'googleapis-common';
Expand All @@ -40,6 +41,17 @@ export namespace abusiveexperiencereport_v1 {
}

interface StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, but still: the keys were sorted here, maybe auth can go below alt? :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of those standard parameters are actually generated from the discovery file. This would be silly hard :/

| string
| OAuth2Client
| JWT
| Compute
| UserRefreshClient
| GoogleAuth;

/**
* V1 error format.
*/
Expand Down Expand Up @@ -308,11 +320,6 @@ export namespace abusiveexperiencereport_v1 {
}

export interface Params$Resource$Sites$Get extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;

/**
* Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}`
*/
Expand Down Expand Up @@ -457,10 +464,5 @@ export namespace abusiveexperiencereport_v1 {
}

export interface Params$Resource$Violatingsites$List
extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;
}
extends StandardParameters {}
}
2 changes: 1 addition & 1 deletion src/apis/acceleratedmobilepageurl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"webpack": "webpack"
},
"dependencies": {
"googleapis-common": "^4.2.1"
"googleapis-common": "^4.3.0"
},
"devDependencies": {
"gts": "^2.0.0",
Expand Down
17 changes: 12 additions & 5 deletions src/apis/acceleratedmobilepageurl/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
MethodOptions,
StreamMethodOptions,
GlobalOptions,
GoogleAuth,
BodyResponseCallback,
APIRequestContext,
} from 'googleapis-common';
Expand All @@ -40,6 +41,17 @@ export namespace acceleratedmobilepageurl_v1 {
}

interface StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?:
| string
| OAuth2Client
| JWT
| Compute
| UserRefreshClient
| GoogleAuth;

/**
* V1 error format.
*/
Expand Down Expand Up @@ -329,11 +341,6 @@ export namespace acceleratedmobilepageurl_v1 {
}

export interface Params$Resource$Ampurls$Batchget extends StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;

/**
* Request body metadata
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/accessapproval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"webpack": "webpack"
},
"dependencies": {
"googleapis-common": "^4.2.1"
"googleapis-common": "^4.3.0"
},
"devDependencies": {
"gts": "^2.0.0",
Expand Down
Loading