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.deployments.html b/docs/dyn/script_v1.projects.deployments.html
index bd47ad5..036024b 100644
--- a/docs/dyn/script_v1.projects.deployments.html
+++ b/docs/dyn/script_v1.projects.deployments.html
@@ -111,10 +111,10 @@
     The object takes the form of:
 
 { # Metadata the defines how a deployment is configured.
-  "scriptId": "A String", # The script project's Drive ID.
-  "versionNumber": 42, # The version number on which this deployment is based.
-  "manifestFileName": "A String", # The manifest file name for this deployment.
   "description": "A String", # The description for this deployment.
+  "manifestFileName": "A String", # The manifest file name for this deployment.
+  "versionNumber": 42, # The version number on which this deployment is based.
+  "scriptId": "A String", # The script project's Drive ID.
 }
 
   x__xgafv: string, V1 error format.
@@ -126,17 +126,21 @@
   An object of the form:
 
     { # Representation of a single script deployment.
-    "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
-      "scriptId": "A String", # The script project's Drive ID.
-      "versionNumber": 42, # The version number on which this deployment is based.
-      "manifestFileName": "A String", # The manifest file name for this deployment.
-      "description": "A String", # The description for this deployment.
-    },
-    "updateTime": "A String", # Last modified date time stamp.
-    "deploymentId": "A String", # The deployment ID for this deployment.
     "entryPoints": [ # The deployment's entry points.
       { # A configuration that defines how a deployment is accessed externally.
-        "entryPointType": "A String", # The type of the entry point.
+        "addOn": { # An add-on entry point. # Add-on properties.
+          "title": "A String", # The add-on's required title.
+          "addOnType": "A String", # The add-on's required list of supported container types.
+          "postInstallTipUrl": "A String", # The add-on's required post install tip URL.
+          "reportIssueUrl": "A String", # The add-on's optional report issue URL.
+          "description": "A String", # The add-on's optional description.
+          "helpUrl": "A String", # The add-on's optional help URL.
+        },
+        "executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
+          "entryPointConfig": { # API executable entry point configuration. # The entry point's configuration.
+            "access": "A String", # Who has permission to run the API executable.
+          },
+        },
         "webApp": { # A web application entry point. # An entry point specification for web apps.
           "entryPointConfig": { # Web app entry point configuration. # The entry point's configuration.
             "executeAs": "A String", # Who to execute the web app as.
@@ -144,21 +148,17 @@
           },
           "url": "A String", # The URL for the web application.
         },
-        "executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
-          "entryPointConfig": { # API executable entry point configuration. # The entry point's configuration.
-            "access": "A String", # Who has permission to run the API executable.
-          },
-        },
-        "addOn": { # An add-on entry point. # Add-on properties.
-          "helpUrl": "A String", # The add-on's optional help URL.
-          "postInstallTipUrl": "A String", # The add-on's required post install tip URL.
-          "description": "A String", # The add-on's optional description.
-          "reportIssueUrl": "A String", # The add-on's optional report issue URL.
-          "title": "A String", # The add-on's required title.
-          "addOnType": "A String", # The add-on's required list of supported container types.
-        },
+        "entryPointType": "A String", # The type of the entry point.
       },
     ],
+    "updateTime": "A String", # Last modified date time stamp.
+    "deploymentId": "A String", # The deployment ID for this deployment.
+    "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
+      "description": "A String", # The description for this deployment.
+      "manifestFileName": "A String", # The manifest file name for this deployment.
+      "versionNumber": 42, # The version number on which this deployment is based.
+      "scriptId": "A String", # The script project's Drive ID.
+    },
   }</pre>
 </div>
 
@@ -197,17 +197,21 @@
   An object of the form:
 
     { # Representation of a single script deployment.
-    &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
-      &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
-      &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
-      &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
-      &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
-    },
-    &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
-    &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
     &quot;entryPoints&quot;: [ # The deployment&#x27;s entry points.
       { # A configuration that defines how a deployment is accessed externally.
-        &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the entry point.
+        &quot;addOn&quot;: { # An add-on entry point. # Add-on properties.
+          &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
+          &quot;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
+          &quot;postInstallTipUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s required post install tip URL.
+          &quot;reportIssueUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional report issue URL.
+          &quot;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
+          &quot;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help URL.
+        },
+        &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
+          &quot;entryPointConfig&quot;: { # API executable entry point configuration. # The entry point&#x27;s configuration.
+            &quot;access&quot;: &quot;A String&quot;, # Who has permission to run the API executable.
+          },
+        },
         &quot;webApp&quot;: { # A web application entry point. # An entry point specification for web apps.
           &quot;entryPointConfig&quot;: { # Web app entry point configuration. # The entry point&#x27;s configuration.
             &quot;executeAs&quot;: &quot;A String&quot;, # Who to execute the web app as.
@@ -215,21 +219,17 @@
           },
           &quot;url&quot;: &quot;A String&quot;, # The URL for the web application.
         },
-        &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
-          &quot;entryPointConfig&quot;: { # API executable entry point configuration. # The entry point&#x27;s configuration.
-            &quot;access&quot;: &quot;A String&quot;, # Who has permission to run the API executable.
-          },
-        },
-        &quot;addOn&quot;: { # An add-on entry point. # Add-on properties.
-          &quot;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help URL.
-          &quot;postInstallTipUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s required post install tip URL.
-          &quot;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
-          &quot;reportIssueUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional report issue URL.
-          &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
-          &quot;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
-        },
+        &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the entry point.
       },
     ],
+    &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
+    &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
+    &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
+      &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
+      &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
+      &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
+      &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
+    },
   }</pre>
 </div>
 
@@ -253,17 +253,21 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used in the next call to get the next page of results.
     &quot;deployments&quot;: [ # The list of deployments.
       { # Representation of a single script deployment.
-        &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
-          &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
-          &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
-          &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
-          &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
-        },
-        &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
-        &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
         &quot;entryPoints&quot;: [ # The deployment&#x27;s entry points.
           { # A configuration that defines how a deployment is accessed externally.
-            &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the entry point.
+            &quot;addOn&quot;: { # An add-on entry point. # Add-on properties.
+              &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
+              &quot;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
+              &quot;postInstallTipUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s required post install tip URL.
+              &quot;reportIssueUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional report issue URL.
+              &quot;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
+              &quot;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help URL.
+            },
+            &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
+              &quot;entryPointConfig&quot;: { # API executable entry point configuration. # The entry point&#x27;s configuration.
+                &quot;access&quot;: &quot;A String&quot;, # Who has permission to run the API executable.
+              },
+            },
             &quot;webApp&quot;: { # A web application entry point. # An entry point specification for web apps.
               &quot;entryPointConfig&quot;: { # Web app entry point configuration. # The entry point&#x27;s configuration.
                 &quot;executeAs&quot;: &quot;A String&quot;, # Who to execute the web app as.
@@ -271,21 +275,17 @@
               },
               &quot;url&quot;: &quot;A String&quot;, # The URL for the web application.
             },
-            &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
-              &quot;entryPointConfig&quot;: { # API executable entry point configuration. # The entry point&#x27;s configuration.
-                &quot;access&quot;: &quot;A String&quot;, # Who has permission to run the API executable.
-              },
-            },
-            &quot;addOn&quot;: { # An add-on entry point. # Add-on properties.
-              &quot;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help URL.
-              &quot;postInstallTipUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s required post install tip URL.
-              &quot;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
-              &quot;reportIssueUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional report issue URL.
-              &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
-              &quot;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
-            },
+            &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the entry point.
           },
         ],
+        &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
+        &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
+        &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
+          &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
+          &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
+          &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
+          &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
+        },
       },
     ],
   }</pre>
@@ -317,10 +317,10 @@
 
 { # Request with deployment information to update an existing deployment.
     &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
-      &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
-      &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
-      &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
       &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
+      &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
+      &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
+      &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
     },
   }
 
@@ -333,17 +333,21 @@
   An object of the form:
 
     { # Representation of a single script deployment.
-    &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
-      &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
-      &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
-      &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
-      &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
-    },
-    &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
-    &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
     &quot;entryPoints&quot;: [ # The deployment&#x27;s entry points.
       { # A configuration that defines how a deployment is accessed externally.
-        &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the entry point.
+        &quot;addOn&quot;: { # An add-on entry point. # Add-on properties.
+          &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
+          &quot;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
+          &quot;postInstallTipUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s required post install tip URL.
+          &quot;reportIssueUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional report issue URL.
+          &quot;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
+          &quot;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help URL.
+        },
+        &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
+          &quot;entryPointConfig&quot;: { # API executable entry point configuration. # The entry point&#x27;s configuration.
+            &quot;access&quot;: &quot;A String&quot;, # Who has permission to run the API executable.
+          },
+        },
         &quot;webApp&quot;: { # A web application entry point. # An entry point specification for web apps.
           &quot;entryPointConfig&quot;: { # Web app entry point configuration. # The entry point&#x27;s configuration.
             &quot;executeAs&quot;: &quot;A String&quot;, # Who to execute the web app as.
@@ -351,21 +355,17 @@
           },
           &quot;url&quot;: &quot;A String&quot;, # The URL for the web application.
         },
-        &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
-          &quot;entryPointConfig&quot;: { # API executable entry point configuration. # The entry point&#x27;s configuration.
-            &quot;access&quot;: &quot;A String&quot;, # Who has permission to run the API executable.
-          },
-        },
-        &quot;addOn&quot;: { # An add-on entry point. # Add-on properties.
-          &quot;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help URL.
-          &quot;postInstallTipUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s required post install tip URL.
-          &quot;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
-          &quot;reportIssueUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional report issue URL.
-          &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
-          &quot;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
-        },
+        &quot;entryPointType&quot;: &quot;A String&quot;, # The type of the entry point.
       },
     ],
+    &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
+    &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
+    &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
+      &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
+      &quot;manifestFileName&quot;: &quot;A String&quot;, # The manifest file name for this deployment.
+      &quot;versionNumber&quot;: 42, # The version number on which this deployment is based.
+      &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
+    },
   }</pre>
 </div>