chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/script_v1.projects.versions.html b/docs/dyn/script_v1.projects.versions.html
index e4f860d..0afce12 100644
--- a/docs/dyn/script_v1.projects.versions.html
+++ b/docs/dyn/script_v1.projects.versions.html
@@ -105,10 +105,10 @@
     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.
-  "createTime": "A String", # When the version was created.
-  "description": "A String", # The description for this version.
   "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.
+  "createTime": "A String", # When the version was created.
+  "scriptId": "A String", # The script project's Drive ID.
+  "description": "A String", # The description for this version.
 }
 
   x__xgafv: string, V1 error format.
@@ -120,10 +120,10 @@
   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.
-    "createTime": "A String", # When the version was created.
-    "description": "A String", # The description for this version.
     "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.
+    "createTime": "A String", # When the version was created.
+    "scriptId": "A String", # The script project's Drive ID.
+    "description": "A String", # The description for this version.
   }</pre>
 </div>
 
@@ -143,10 +143,10 @@
   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;createTime&quot;: &quot;A String&quot;, # When the version was created.
-    &quot;description&quot;: &quot;A String&quot;, # The description for this version.
     &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;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;description&quot;: &quot;A String&quot;, # The description for this version.
   }</pre>
 </div>
 
@@ -169,10 +169,10 @@
     { # Response with the list of the versions for the specified script project.
     &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;createTime&quot;: &quot;A String&quot;, # When the version was created.
-        &quot;description&quot;: &quot;A String&quot;, # The description for this version.
         &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;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;description&quot;: &quot;A String&quot;, # The description for this version.
       },
     ],
     &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.