Skip to content

Commit

Permalink
feat(driveactivity): update the api
Browse files Browse the repository at this point in the history
#### driveactivity:v2

The following keys were added:
- schemas.ActionDetail.properties.appliedLabelChange.$ref (Total Keys: 1)
- schemas.AppliedLabelChange (Total Keys: 11)
- schemas.Date (Total Keys: 4)
- schemas.FieldValue (Total Keys: 16)
- schemas.Integer (Total Keys: 4)
- schemas.Selection (Total Keys: 8)
- schemas.SingleUser (Total Keys: 3)
- schemas.Text (Total Keys: 7)
- schemas.UserList (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Oct 4, 2022
1 parent 3c5cb82 commit 8be6614
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 1 deletion.
194 changes: 194 additions & 0 deletions docs/dyn/driveactivity_v2.activity.html
Expand Up @@ -156,6 +156,103 @@ <h3>Method Details</h3>
},
},
&quot;detail&quot;: { # Data describing the type and additional information of an action. # The type and detailed information about the action.
&quot;appliedLabelChange&quot;: { # Label changes that were made on the Target. # Label was changed.
&quot;changes&quot;: [ # Changes that were made to the Label on the Target.
{ # A change made to a Label on the Target.
&quot;fieldChanges&quot;: [ # Field Changes. Only present if `types` contains `LABEL_FIELD_VALUE_CHANGED`.
{ # Change to a Field value.
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable display name for this field.
&quot;fieldId&quot;: &quot;A String&quot;, # The ID of this field. Field IDs are unique within a Label.
&quot;newValue&quot;: { # Contains a value of a Field. # The value that is now set on the field. If not present, the field was cleared. At least one of {old_value|new_value} is always set.
&quot;date&quot;: { # Wrapper for Date Field value. # Date Field value.
&quot;value&quot;: &quot;A String&quot;, # Date value.
},
&quot;integer&quot;: { # Wrapper for Integer Field value. # Integer Field value.
&quot;value&quot;: &quot;A String&quot;, # Integer value.
},
&quot;selection&quot;: { # Wrapper for Selection Field value as combined value/display_name pair for selected choice. # Selection Field value.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
&quot;selectionList&quot;: { # Wrapper for SelectionList Field value. # Selection List Field value.
&quot;values&quot;: [ # Selection values.
{ # Wrapper for Selection Field value as combined value/display_name pair for selected choice.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
],
},
&quot;text&quot;: { # Wrapper for Text Field value. # Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
&quot;textList&quot;: { # Wrapper for Text List Field value. # Text List Field value.
&quot;values&quot;: [ # Text values.
{ # Wrapper for Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
],
},
&quot;user&quot;: { # Wrapper for User Field value. # User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
&quot;userList&quot;: { # Wrapper for UserList Field value. # User List Field value.
&quot;values&quot;: [ # User values.
{ # Wrapper for User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
],
},
},
&quot;oldValue&quot;: { # Contains a value of a Field. # The value that was previously set on the field. If not present, the field was newly set. At least one of {old_value|new_value} is always set.
&quot;date&quot;: { # Wrapper for Date Field value. # Date Field value.
&quot;value&quot;: &quot;A String&quot;, # Date value.
},
&quot;integer&quot;: { # Wrapper for Integer Field value. # Integer Field value.
&quot;value&quot;: &quot;A String&quot;, # Integer value.
},
&quot;selection&quot;: { # Wrapper for Selection Field value as combined value/display_name pair for selected choice. # Selection Field value.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
&quot;selectionList&quot;: { # Wrapper for SelectionList Field value. # Selection List Field value.
&quot;values&quot;: [ # Selection values.
{ # Wrapper for Selection Field value as combined value/display_name pair for selected choice.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
],
},
&quot;text&quot;: { # Wrapper for Text Field value. # Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
&quot;textList&quot;: { # Wrapper for Text List Field value. # Text List Field value.
&quot;values&quot;: [ # Text values.
{ # Wrapper for Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
],
},
&quot;user&quot;: { # Wrapper for User Field value. # User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
&quot;userList&quot;: { # Wrapper for UserList Field value. # User List Field value.
&quot;values&quot;: [ # User values.
{ # Wrapper for User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
],
},
},
},
],
&quot;label&quot;: &quot;A String&quot;, # The Label name representing the Label that changed. This name always contains the revision of the Label that was used when this Action occurred. The format is `labels/id@revision`.
&quot;title&quot;: &quot;A String&quot;, # The human-readable title of the label that changed.
&quot;types&quot;: [ # The types of changes made to the Label on the Target.
&quot;A String&quot;,
],
},
],
},
&quot;comment&quot;: { # A change about comments on an object. # A change about comments was made.
&quot;assignment&quot;: { # A comment with an assignment. # A change on an assignment.
&quot;assignedUser&quot;: { # Information about an end user. # The user to whom the comment was assigned.
Expand Down Expand Up @@ -568,6 +665,103 @@ <h3>Method Details</h3>
},
],
&quot;primaryActionDetail&quot;: { # Data describing the type and additional information of an action. # Key information about the primary action for this activity. This is either representative, or the most important, of all actions in the activity, according to the ConsolidationStrategy in the request.
&quot;appliedLabelChange&quot;: { # Label changes that were made on the Target. # Label was changed.
&quot;changes&quot;: [ # Changes that were made to the Label on the Target.
{ # A change made to a Label on the Target.
&quot;fieldChanges&quot;: [ # Field Changes. Only present if `types` contains `LABEL_FIELD_VALUE_CHANGED`.
{ # Change to a Field value.
&quot;displayName&quot;: &quot;A String&quot;, # The human-readable display name for this field.
&quot;fieldId&quot;: &quot;A String&quot;, # The ID of this field. Field IDs are unique within a Label.
&quot;newValue&quot;: { # Contains a value of a Field. # The value that is now set on the field. If not present, the field was cleared. At least one of {old_value|new_value} is always set.
&quot;date&quot;: { # Wrapper for Date Field value. # Date Field value.
&quot;value&quot;: &quot;A String&quot;, # Date value.
},
&quot;integer&quot;: { # Wrapper for Integer Field value. # Integer Field value.
&quot;value&quot;: &quot;A String&quot;, # Integer value.
},
&quot;selection&quot;: { # Wrapper for Selection Field value as combined value/display_name pair for selected choice. # Selection Field value.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
&quot;selectionList&quot;: { # Wrapper for SelectionList Field value. # Selection List Field value.
&quot;values&quot;: [ # Selection values.
{ # Wrapper for Selection Field value as combined value/display_name pair for selected choice.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
],
},
&quot;text&quot;: { # Wrapper for Text Field value. # Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
&quot;textList&quot;: { # Wrapper for Text List Field value. # Text List Field value.
&quot;values&quot;: [ # Text values.
{ # Wrapper for Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
],
},
&quot;user&quot;: { # Wrapper for User Field value. # User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
&quot;userList&quot;: { # Wrapper for UserList Field value. # User List Field value.
&quot;values&quot;: [ # User values.
{ # Wrapper for User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
],
},
},
&quot;oldValue&quot;: { # Contains a value of a Field. # The value that was previously set on the field. If not present, the field was newly set. At least one of {old_value|new_value} is always set.
&quot;date&quot;: { # Wrapper for Date Field value. # Date Field value.
&quot;value&quot;: &quot;A String&quot;, # Date value.
},
&quot;integer&quot;: { # Wrapper for Integer Field value. # Integer Field value.
&quot;value&quot;: &quot;A String&quot;, # Integer value.
},
&quot;selection&quot;: { # Wrapper for Selection Field value as combined value/display_name pair for selected choice. # Selection Field value.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
&quot;selectionList&quot;: { # Wrapper for SelectionList Field value. # Selection List Field value.
&quot;values&quot;: [ # Selection values.
{ # Wrapper for Selection Field value as combined value/display_name pair for selected choice.
&quot;displayName&quot;: &quot;A String&quot;, # Selection value as human-readable display string.
&quot;value&quot;: &quot;A String&quot;, # Selection value as Field Choice ID.
},
],
},
&quot;text&quot;: { # Wrapper for Text Field value. # Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
&quot;textList&quot;: { # Wrapper for Text List Field value. # Text List Field value.
&quot;values&quot;: [ # Text values.
{ # Wrapper for Text Field value.
&quot;value&quot;: &quot;A String&quot;, # Value of Text Field.
},
],
},
&quot;user&quot;: { # Wrapper for User Field value. # User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
&quot;userList&quot;: { # Wrapper for UserList Field value. # User List Field value.
&quot;values&quot;: [ # User values.
{ # Wrapper for User Field value.
&quot;value&quot;: &quot;A String&quot;, # User value as email.
},
],
},
},
},
],
&quot;label&quot;: &quot;A String&quot;, # The Label name representing the Label that changed. This name always contains the revision of the Label that was used when this Action occurred. The format is `labels/id@revision`.
&quot;title&quot;: &quot;A String&quot;, # The human-readable title of the label that changed.
&quot;types&quot;: [ # The types of changes made to the Label on the Target.
&quot;A String&quot;,
],
},
],
},
&quot;comment&quot;: { # A change about comments on an object. # A change about comments was made.
&quot;assignment&quot;: { # A comment with an assignment. # A change on an assignment.
&quot;assignedUser&quot;: { # Information about an end user. # The user to whom the comment was assigned.
Expand Down

0 comments on commit 8be6614

Please sign in to comment.