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

diff --git a/docs/dyn/androidpublisher_v3.edits.apks.html b/docs/dyn/androidpublisher_v3.edits.apks.html
index 72e44a3..1fde48d 100644
--- a/docs/dyn/androidpublisher_v3.edits.apks.html
+++ b/docs/dyn/androidpublisher_v3.edits.apks.html
@@ -99,23 +99,19 @@
 
 { # Request to create a new externally hosted APK.
     "externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations. # The definition of the externally-hosted APK and where it is located.
-      "iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
-      "usesFeatures": [ # The features required by this APK (optional).
-        "A String",
-      ],
       "minimumSdk": 42, # The minimum SDK targeted by this APK.
-      "versionCode": 42, # The version code of this APK.
-      "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
-        "A String",
-      ],
-      "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
-      "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
-      "versionName": "A String", # The version name of this APK.
-      "externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
-      "packageName": "A String", # The package name.
       "nativeCodes": [ # The native code environments supported by this APK (optional).
         "A String",
       ],
+      "usesFeatures": [ # The features required by this APK (optional).
+        "A String",
+      ],
+      "iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
+      "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
+      "externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
+      "packageName": "A String", # The package name.
+      "applicationLabel": "A String", # The application label.
+      "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
       "fileSize": "A String", # The file size in bytes of this APK.
       "usesPermissions": [ # The permissions requested by this APK.
         { # A permission used by this APK.
@@ -123,8 +119,12 @@
           "name": "A String", # The name of the permission requested.
         },
       ],
-      "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
-      "applicationLabel": "A String", # The application label.
+      "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
+      "versionName": "A String", # The version name of this APK.
+      "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
+        "A String",
+      ],
+      "versionCode": 42, # The version code of this APK.
     },
   }
 
@@ -138,23 +138,19 @@
 
     { # Response for creating a new externally hosted APK.
     "externallyHostedApk": { # Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations. # The definition of the externally-hosted APK and where it is located.
-      "iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
-      "usesFeatures": [ # The features required by this APK (optional).
-        "A String",
-      ],
       "minimumSdk": 42, # The minimum SDK targeted by this APK.
-      "versionCode": 42, # The version code of this APK.
-      "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
-        "A String",
-      ],
-      "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
-      "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
-      "versionName": "A String", # The version name of this APK.
-      "externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
-      "packageName": "A String", # The package name.
       "nativeCodes": [ # The native code environments supported by this APK (optional).
         "A String",
       ],
+      "usesFeatures": [ # The features required by this APK (optional).
+        "A String",
+      ],
+      "iconBase64": "A String", # The icon image from the APK, as a base64 encoded byte array.
+      "maximumSdk": 42, # The maximum SDK supported by this APK (optional).
+      "externallyHostedUrl": "A String", # The URL at which the APK is hosted. This must be an https URL.
+      "packageName": "A String", # The package name.
+      "applicationLabel": "A String", # The application label.
+      "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
       "fileSize": "A String", # The file size in bytes of this APK.
       "usesPermissions": [ # The permissions requested by this APK.
         { # A permission used by this APK.
@@ -162,8 +158,12 @@
           "name": "A String", # The name of the permission requested.
         },
       ],
-      "fileSha256Base64": "A String", # The sha256 checksum of this APK, represented as a base64 encoded byte array.
-      "applicationLabel": "A String", # The application label.
+      "fileSha1Base64": "A String", # The sha1 checksum of this APK, represented as a base64 encoded byte array.
+      "versionName": "A String", # The version name of this APK.
+      "certificateBase64s": [ # A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.
+        "A String",
+      ],
+      "versionCode": 42, # The version code of this APK.
     },
   }</pre>
 </div>
@@ -192,11 +192,11 @@
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#apksListResponse&quot;).
     &quot;apks&quot;: [ # All APKs.
       { # Information about an APK. The resource for ApksService.
-        &quot;binary&quot;: { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
-          &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
-          &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
-        },
         &quot;versionCode&quot;: 42, # The version code of the APK, as specified in the manifest file.
+        &quot;binary&quot;: { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
+          &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
+          &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
+        },
       },
     ],
   }</pre>
@@ -220,11 +220,11 @@
   An object of the form:
 
     { # Information about an APK. The resource for ApksService.
-    &quot;binary&quot;: { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
-      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
-      &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
-    },
     &quot;versionCode&quot;: 42, # The version code of the APK, as specified in the manifest file.
+    &quot;binary&quot;: { # Represents the binary payload of an APK. # Information about the binary payload of this APK.
+      &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.
+      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command.
+    },
   }</pre>
 </div>