chore: update docs/dyn (#1106)

diff --git a/docs/dyn/script_v1.projects.deployments.html b/docs/dyn/script_v1.projects.deployments.html
index d401c07..141894b 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.
-    "versionNumber": 42, # The version number on which this deployment is based.
-    "manifestFileName": "A String", # The manifest file name for this deployment.
-    "scriptId": "A String", # The script project's Drive ID.
     "description": "A String", # The description for this deployment.
+    "scriptId": "A String", # The script project's Drive ID.
+    "manifestFileName": "A String", # The manifest file name for this deployment.
+    "versionNumber": 42, # The version number on which this deployment is based.
   }
 
   x__xgafv: string, V1 error format.
@@ -126,6 +126,14 @@
   An object of the form:
 
     { # Representation of a single script deployment.
+    "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.
+        "scriptId": "A String", # The script project's Drive ID.
+        "manifestFileName": "A String", # The manifest file name for this deployment.
+        "versionNumber": 42, # The version number on which this deployment is based.
+      },
     "entryPoints": [ # The deployment's entry points.
       { # A configuration that defines how a deployment is accessed externally.
         "executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -135,10 +143,10 @@
         },
         "entryPointType": "A String", # The type of the entry point.
         "addOn": { # An add-on entry point. # Add-on properties.
-          "description": "A String", # The add-on's optional description.
           "title": "A String", # The add-on's required title.
-          "helpUrl": "A String", # The add-on's optional help URL.
           "postInstallTipUrl": "A String", # The add-on's required post install tip URL.
+          "helpUrl": "A String", # The add-on's optional help URL.
+          "description": "A String", # The add-on's optional description.
           "reportIssueUrl": "A String", # The add-on's optional report issue URL.
           "addOnType": "A String", # The add-on's required list of supported container types.
         },
@@ -151,14 +159,6 @@
         },
       },
     ],
-    "deploymentConfig": { # Metadata the defines how a deployment is configured. # The deployment configuration.
-        "versionNumber": 42, # The version number on which this deployment is based.
-        "manifestFileName": "A String", # The manifest file name for this deployment.
-        "scriptId": "A String", # The script project's Drive ID.
-        "description": "A String", # The description for this deployment.
-      },
-    "deploymentId": "A String", # The deployment ID for this deployment.
-    "updateTime": "A String", # Last modified date time stamp.
   }</pre>
 </div>
 
@@ -197,6 +197,14 @@
   An object of the form:
 
     { # Representation of a single script 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;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;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
+        &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;entryPoints&quot;: [ # The deployment&#x27;s entry points.
       { # A configuration that defines how a deployment is accessed externally.
         &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -206,10 +214,10 @@
         },
         &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;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
           &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
-          &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;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help 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;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
         },
@@ -222,14 +230,6 @@
         },
       },
     ],
-    &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
-        &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;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
-        &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
-      },
-    &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
   }</pre>
 </div>
 
@@ -250,8 +250,17 @@
   An object of the form:
 
     { # Response with the list of deployments for the specified Apps Script project.
+    &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;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;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
+            &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;entryPoints&quot;: [ # The deployment&#x27;s entry points.
           { # A configuration that defines how a deployment is accessed externally.
             &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -261,10 +270,10 @@
             },
             &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;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
               &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
-              &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;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help 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;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
             },
@@ -277,17 +286,8 @@
             },
           },
         ],
-        &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
-            &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;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
-            &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
-          },
-        &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
-        &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used in the next call to get the next page of results.
   }</pre>
 </div>
 
@@ -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;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;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
         &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
+        &quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
+        &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.
       },
   }
 
@@ -333,6 +333,14 @@
   An object of the form:
 
     { # Representation of a single script 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;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;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
+        &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;entryPoints&quot;: [ # The deployment&#x27;s entry points.
       { # A configuration that defines how a deployment is accessed externally.
         &quot;executionApi&quot;: { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -342,10 +350,10 @@
         },
         &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;description&quot;: &quot;A String&quot;, # The add-on&#x27;s optional description.
           &quot;title&quot;: &quot;A String&quot;, # The add-on&#x27;s required title.
-          &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;helpUrl&quot;: &quot;A String&quot;, # The add-on&#x27;s optional help 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;addOnType&quot;: &quot;A String&quot;, # The add-on&#x27;s required list of supported container types.
         },
@@ -358,14 +366,6 @@
         },
       },
     ],
-    &quot;deploymentConfig&quot;: { # Metadata the defines how a deployment is configured. # The deployment configuration.
-        &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;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
-        &quot;description&quot;: &quot;A String&quot;, # The description for this deployment.
-      },
-    &quot;deploymentId&quot;: &quot;A String&quot;, # The deployment ID for this deployment.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Last modified date time stamp.
   }</pre>
 </div>