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.Gender.properties.addressMeAs.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Sep 2, 2021
1 parent 0ba0c22 commit 2e6d193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/people-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@
}
}
},
"revision": "20210826",
"revision": "20210830",
"rootUrl": "https://people.googleapis.com/",
"schemas": {
"Address": {
Expand Down Expand Up @@ -1872,7 +1872,7 @@
"id": "Gender",
"properties": {
"addressMeAs": {
"description": "The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`",
"description": "Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`",
"type": "string"
},
"formattedValue": {
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 @@ -639,7 +639,7 @@ export namespace people_v1 {
*/
export interface Schema$Gender {
/**
* The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
* Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
*/
addressMeAs?: string | null;
/**
Expand Down

0 comments on commit 2e6d193

Please sign in to comment.