docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/digitalassetlinks_v1.statements.html b/docs/dyn/digitalassetlinks_v1.statements.html
index 18c66ac..7517f91 100644
--- a/docs/dyn/digitalassetlinks_v1.statements.html
+++ b/docs/dyn/digitalassetlinks_v1.statements.html
@@ -180,9 +180,6 @@
   An object of the form:
 
     { # Response message for the List call.
-    "maxAge": "A String", # From serving time, how much longer the response should be considered valid
-        # barring further updates.
-        # REQUIRED
     "errorCode": [ # Error codes that describe the result of the List operation.
       "A String",
     ],
@@ -238,6 +235,10 @@
                 # REQUIRED
           },
           "androidApp": { # Describes an android app asset. # Set if this is an Android App asset.
+            "packageName": "A String", # Android App assets are naturally identified by their Java package name.
+                # For example, the Google Maps app uses the package name
+                # `com.google.android.apps.maps`.
+                # REQUIRED
             "certificate": { # Describes an X509 certificate. # Because there is no global enforcement of package name uniqueness, we also
                 # require a signing certificate, which in combination with the package name
                 # uniquely identifies an app.
@@ -275,10 +276,6 @@
                   # and represent the result as a hexstring (that is, uppercase hexadecimal
                   # representations of each octet, separated by colons).
             },
-            "packageName": "A String", # Android App assets are naturally identified by their Java package name.
-                # For example, the Google Maps app uses the package name
-                # `com.google.android.apps.maps`.
-                # REQUIRED
           },
         },
         "source": { # Uniquely identifies an asset. # Every statement has a source asset.
@@ -323,6 +320,10 @@
                 # REQUIRED
           },
           "androidApp": { # Describes an android app asset. # Set if this is an Android App asset.
+            "packageName": "A String", # Android App assets are naturally identified by their Java package name.
+                # For example, the Google Maps app uses the package name
+                # `com.google.android.apps.maps`.
+                # REQUIRED
             "certificate": { # Describes an X509 certificate. # Because there is no global enforcement of package name uniqueness, we also
                 # require a signing certificate, which in combination with the package name
                 # uniquely identifies an app.
@@ -360,10 +361,6 @@
                   # and represent the result as a hexstring (that is, uppercase hexadecimal
                   # representations of each octet, separated by colons).
             },
-            "packageName": "A String", # Android App assets are naturally identified by their Java package name.
-                # For example, the Google Maps app uses the package name
-                # `com.google.android.apps.maps`.
-                # REQUIRED
           },
         },
         "relation": "A String", # The relation identifies the use of the statement as intended by the source
@@ -393,6 +390,9 @@
         # this string.  Any aspect of it may be subject to change without notice.
         # You should not attempt to programmatically parse this data.  For
         # programmatic access, use the error_code field below.
+    "maxAge": "A String", # From serving time, how much longer the response should be considered valid
+        # barring further updates.
+        # REQUIRED
   }</pre>
 </div>