build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/script_v1.projects.versions.html b/docs/dyn/script_v1.projects.versions.html
index 7bb9dc3..d6a8078 100644
--- a/docs/dyn/script_v1.projects.versions.html
+++ b/docs/dyn/script_v1.projects.versions.html
@@ -105,9 +105,9 @@
     The object takes the form of:
 
 { # A resource representing a script project version. A version is a "snapshot" of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
+  "scriptId": "A String", # The script project's Drive ID.
   "description": "A String", # The description for this version.
   "createTime": "A String", # When the version was created.
-  "scriptId": "A String", # The script project's Drive ID.
   "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
 }
 
@@ -120,9 +120,9 @@
   An object of the form:
 
     { # A resource representing a script project version. A version is a "snapshot" of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
+    "scriptId": "A String", # The script project's Drive ID.
     "description": "A String", # The description for this version.
     "createTime": "A String", # When the version was created.
-    "scriptId": "A String", # The script project's Drive ID.
     "versionNumber": 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
   }</pre>
 </div>
@@ -143,9 +143,9 @@
   An object of the form:
 
     { # A resource representing a script project version. A version is a &quot;snapshot&quot; of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
+    &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
     &quot;description&quot;: &quot;A String&quot;, # The description for this version.
     &quot;createTime&quot;: &quot;A String&quot;, # When the version was created.
-    &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
     &quot;versionNumber&quot;: 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
   }</pre>
 </div>
@@ -167,15 +167,15 @@
   An object of the form:
 
     { # Response with the list of the versions for the specified script project.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token use to fetch the next page of records. if not exist in the response, that means no more versions to list.
     &quot;versions&quot;: [ # The list of versions.
       { # A resource representing a script project version. A version is a &quot;snapshot&quot; of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
+        &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
         &quot;description&quot;: &quot;A String&quot;, # The description for this version.
         &quot;createTime&quot;: &quot;A String&quot;, # When the version was created.
-        &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
         &quot;versionNumber&quot;: 42, # The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token use to fetch the next page of records. if not exist in the response, that means no more versions to list.
   }</pre>
 </div>