Skip to content

Commit 8a6dc23

Browse files
feat(people): update the api
#### people:v1 The following keys were added: - schemas.Organization.properties.costCenter.type (Total Keys: 1) - schemas.Organization.properties.fullTimeEquivalentMillipercent (Total Keys: 2)
1 parent 2489e4e commit 8a6dc23

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed

docs/dyn/people_v1.otherContacts.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ <h3>Method Details</h3>
698698
],
699699
&quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
700700
{ # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
701+
&quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
701702
&quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
702703
&quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
703704
&quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
@@ -707,6 +708,7 @@ <h3>Method Details</h3>
707708
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
708709
},
709710
&quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
711+
&quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
710712
&quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
711713
&quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
712714
&quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
@@ -1604,6 +1606,7 @@ <h3>Method Details</h3>
16041606
],
16051607
&quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
16061608
{ # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1609+
&quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
16071610
&quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
16081611
&quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
16091612
&quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
@@ -1613,6 +1616,7 @@ <h3>Method Details</h3>
16131616
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
16141617
},
16151618
&quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1619+
&quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
16161620
&quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
16171621
&quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
16181622
&quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
@@ -2518,6 +2522,7 @@ <h3>Method Details</h3>
25182522
],
25192523
&quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
25202524
{ # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2525+
&quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
25212526
&quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
25222527
&quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
25232528
&quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
@@ -2527,6 +2532,7 @@ <h3>Method Details</h3>
25272532
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
25282533
},
25292534
&quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2535+
&quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
25302536
&quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
25312537
&quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
25322538
&quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.

docs/dyn/people_v1.people.connections.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ <h3>Method Details</h3>
701701
],
702702
&quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
703703
{ # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
704+
&quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
704705
&quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
705706
&quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
706707
&quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
@@ -710,6 +711,7 @@ <h3>Method Details</h3>
710711
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
711712
},
712713
&quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
714+
&quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
713715
&quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
714716
&quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
715717
&quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.

0 commit comments

Comments
 (0)