Skip to content

Commit

Permalink
feat(gmail)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.

#### gmail:v1

The following keys were deleted:
- resources.users.methods.getProfile.parameters.temporaryEeccBypass.default
- resources.users.methods.getProfile.parameters.temporaryEeccBypass.location
- resources.users.methods.getProfile.parameters.temporaryEeccBypass.type
- resources.users.resources.messages.methods.get.parameters.temporaryEeccBypass.default
- resources.users.resources.messages.methods.get.parameters.temporaryEeccBypass.location
- resources.users.resources.messages.methods.get.parameters.temporaryEeccBypass.type
- resources.users.resources.messages.methods.list.parameters.temporaryEeccBypass.default
- resources.users.resources.messages.methods.list.parameters.temporaryEeccBypass.location
- resources.users.resources.messages.methods.list.parameters.temporaryEeccBypass.type
- resources.users.resources.messages.resources.attachments.methods.get.parameters.temporaryEeccBypass.default
- resources.users.resources.messages.resources.attachments.methods.get.parameters.temporaryEeccBypass.location
- resources.users.resources.messages.resources.attachments.methods.get.parameters.temporaryEeccBypass.type
- resources.users.resources.threads.methods.get.parameters.temporaryEeccBypass.default
- resources.users.resources.threads.methods.get.parameters.temporaryEeccBypass.location
- resources.users.resources.threads.methods.get.parameters.temporaryEeccBypass.type
- resources.users.resources.threads.methods.list.parameters.temporaryEeccBypass.default
- resources.users.resources.threads.methods.list.parameters.temporaryEeccBypass.location
- resources.users.resources.threads.methods.list.parameters.temporaryEeccBypass.type
  • Loading branch information
yoshi-automation authored and sofisl committed Jun 3, 2024
1 parent ca13d15 commit 68cef12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
32 changes: 1 addition & 31 deletions discovery/gmail-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@
"userId"
],
"parameters": {
"temporaryEeccBypass": {
"default": "false",
"location": "query",
"type": "boolean"
},
"userId": {
"default": "me",
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
Expand Down Expand Up @@ -927,11 +922,6 @@
"repeated": true,
"type": "string"
},
"temporaryEeccBypass": {
"default": "false",
"location": "query",
"type": "boolean"
},
"userId": {
"default": "me",
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
Expand Down Expand Up @@ -1138,11 +1128,6 @@
"location": "query",
"type": "string"
},
"temporaryEeccBypass": {
"default": "false",
"location": "query",
"type": "boolean"
},
"userId": {
"default": "me",
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
Expand Down Expand Up @@ -1340,11 +1325,6 @@
"required": true,
"type": "string"
},
"temporaryEeccBypass": {
"default": "false",
"location": "query",
"type": "boolean"
},
"userId": {
"default": "me",
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
Expand Down Expand Up @@ -2911,11 +2891,6 @@
"repeated": true,
"type": "string"
},
"temporaryEeccBypass": {
"default": "false",
"location": "query",
"type": "boolean"
},
"userId": {
"default": "me",
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
Expand Down Expand Up @@ -2976,11 +2951,6 @@
"location": "query",
"type": "string"
},
"temporaryEeccBypass": {
"default": "false",
"location": "query",
"type": "boolean"
},
"userId": {
"default": "me",
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
Expand Down Expand Up @@ -3107,7 +3077,7 @@
}
}
},
"revision": "20240429",
"revision": "20240527",
"rootUrl": "https://gmail.googleapis.com/",
"schemas": {
"AutoForwarding": {
Expand Down
24 changes: 0 additions & 24 deletions src/apis/gmail/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1269,10 +1269,6 @@ export namespace gmail_v1 {
}

export interface Params$Resource$Users$Getprofile extends StandardParameters {
/**
*
*/
temporaryEeccBypass?: boolean;
/**
* The user's email address. The special value `me` can be used to indicate the authenticated user.
*/
Expand Down Expand Up @@ -3738,10 +3734,6 @@ export namespace gmail_v1 {
* When given and format is `METADATA`, only include headers specified.
*/
metadataHeaders?: string[];
/**
*
*/
temporaryEeccBypass?: boolean;
/**
* The user's email address. The special value `me` can be used to indicate the authenticated user.
*/
Expand Down Expand Up @@ -3847,10 +3839,6 @@ export namespace gmail_v1 {
* Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, `"from:someuser@example.com rfc822msgid: is:unread"`. Parameter cannot be used when accessing the api using the gmail.metadata scope.
*/
q?: string;
/**
*
*/
temporaryEeccBypass?: boolean;
/**
* The user's email address. The special value `me` can be used to indicate the authenticated user.
*/
Expand Down Expand Up @@ -4027,10 +4015,6 @@ export namespace gmail_v1 {
* The ID of the message containing the attachment.
*/
messageId?: string;
/**
*
*/
temporaryEeccBypass?: boolean;
/**
* The user's email address. The special value `me` can be used to indicate the authenticated user.
*/
Expand Down Expand Up @@ -9186,10 +9170,6 @@ export namespace gmail_v1 {
* When given and format is METADATA, only include headers specified.
*/
metadataHeaders?: string[];
/**
*
*/
temporaryEeccBypass?: boolean;
/**
* The user's email address. The special value `me` can be used to indicate the authenticated user.
*/
Expand Down Expand Up @@ -9217,10 +9197,6 @@ export namespace gmail_v1 {
* Only return threads matching the specified query. Supports the same query format as the Gmail search box. For example, `"from:someuser@example.com rfc822msgid: is:unread"`. Parameter cannot be used when accessing the api using the gmail.metadata scope.
*/
q?: string;
/**
*
*/
temporaryEeccBypass?: boolean;
/**
* The user's email address. The special value `me` can be used to indicate the authenticated user.
*/
Expand Down

0 comments on commit 68cef12

Please sign in to comment.