docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/jobs_v3.projects.clientEvents.html b/docs/dyn/jobs_v3.projects.clientEvents.html
index 7e7785a..6bfb6f2 100644
--- a/docs/dyn/jobs_v3.projects.clientEvents.html
+++ b/docs/dyn/jobs_v3.projects.clientEvents.html
@@ -100,13 +100,6 @@
         # quality of search and recommendation for the API clients, enabling the
         # service to perform optimally. The number of events sent must be consistent
         # with other calls, such as job searches, issued to the service by the client.
-      "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a
-          # Job view event usually follows a parent
-          # impression event: A job seeker first does a
-          # search where a list of jobs appears
-          # (impression). The job seeker then selects a
-          # result and views the description of a particular job (Job
-          # view).
       "eventId": "A String", # Required. A unique identifier, generated by the client application. This `event_id`
           # is used to establish the relationship between different events
           # (see parent_event_id).
@@ -121,7 +114,6 @@
       "jobEvent": { # An event issued when a job seeker interacts with the application that # A event issued when a job seeker interacts with the application that
           # implements Cloud Talent Solution.
           # implements Cloud Talent Solution.
-        "type": "A String", # Required. The type of the event (see JobEventType).
         "jobs": [ # Required. The job name(s) associated with this event.
             # For example, if this is an impression event,
             # this field contains the identifiers of all jobs shown to the job seeker.
@@ -129,10 +121,18 @@
             # identifier of the viewed job.
           "A String",
         ],
+        "type": "A String", # Required. The type of the event (see JobEventType).
       },
       "requestId": "A String", # Required. A unique ID generated in the API responses. It can be found in
           # ResponseMetadata.request_id.
       "createTime": "A String", # Required. The timestamp of the event.
+      "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a
+          # Job view event usually follows a parent
+          # impression event: A job seeker first does a
+          # search where a list of jobs appears
+          # (impression). The job seeker then selects a
+          # result and views the description of a particular job (Job
+          # view).
     },
   }
 
@@ -149,13 +149,6 @@
       # quality of search and recommendation for the API clients, enabling the
       # service to perform optimally. The number of events sent must be consistent
       # with other calls, such as job searches, issued to the service by the client.
-    "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a
-        # Job view event usually follows a parent
-        # impression event: A job seeker first does a
-        # search where a list of jobs appears
-        # (impression). The job seeker then selects a
-        # result and views the description of a particular job (Job
-        # view).
     "eventId": "A String", # Required. A unique identifier, generated by the client application. This `event_id`
         # is used to establish the relationship between different events
         # (see parent_event_id).
@@ -170,7 +163,6 @@
     "jobEvent": { # An event issued when a job seeker interacts with the application that # A event issued when a job seeker interacts with the application that
         # implements Cloud Talent Solution.
         # implements Cloud Talent Solution.
-      "type": "A String", # Required. The type of the event (see JobEventType).
       "jobs": [ # Required. The job name(s) associated with this event.
           # For example, if this is an impression event,
           # this field contains the identifiers of all jobs shown to the job seeker.
@@ -178,10 +170,18 @@
           # identifier of the viewed job.
         "A String",
       ],
+      "type": "A String", # Required. The type of the event (see JobEventType).
     },
     "requestId": "A String", # Required. A unique ID generated in the API responses. It can be found in
         # ResponseMetadata.request_id.
     "createTime": "A String", # Required. The timestamp of the event.
+    "parentEventId": "A String", # Optional. The event_id of an event that resulted in the current event. For example, a
+        # Job view event usually follows a parent
+        # impression event: A job seeker first does a
+        # search where a list of jobs appears
+        # (impression). The job seeker then selects a
+        # result and views the description of a particular job (Job
+        # view).
   }</pre>
 </div>