Skip to content

Commit

Permalink
fix(people): update the API
Browse files Browse the repository at this point in the history
#### people:v1
The following keys were changed:
- schemas.PersonMetadata.properties.objectType.enumDescriptions
- schemas.ProfileMetadata.properties.objectType.enumDescriptions
- schemas.ProfileMetadata.properties.userTypes.items.enumDescriptions
- schemas.Url.properties.type.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 9, 2020
1 parent c1213b7 commit 6f32921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions discovery/people-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
}
}
},
"revision": "20201004",
"revision": "20201006",
"rootUrl": "https://people.googleapis.com/",
"schemas": {
"Address": {
Expand Down Expand Up @@ -2391,7 +2391,7 @@
"enumDescriptions": [
"Unspecified.",
"Person.",
"[Google+ Page.](http://www.google.com/+/brands/)"
"[Currents Page.](https://gsuite.google.com/products/currents/)"
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -2500,7 +2500,7 @@
"enumDescriptions": [
"Unspecified.",
"Person.",
"[Google+ Page.](http://www.google.com/+/brands/)"
"[Currents Page.](https://gsuite.google.com/products/currents/)"
],
"readOnly": true,
"type": "string"
Expand All @@ -2517,7 +2517,7 @@
"enumDescriptions": [
"The user type is not known.",
"The user is a Google user.",
"The user is a Google+ user.",
"The user is a Currents user.",
"The user is a G Suite user."
],
"type": "string"
Expand Down Expand Up @@ -2835,7 +2835,7 @@
"description": "Metadata about the URL."
},
"type": {
"description": "The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`",
"description": "The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`",
"type": "string"
},
"value": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/people/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ export namespace people_v1 {
*/
metadata?: Schema$FieldMetadata;
/**
* The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
* The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
*/
type?: string | null;
/**
Expand Down

0 comments on commit 6f32921

Please sign in to comment.