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

diff --git a/docs/dyn/androidpublisher_v3.edits.bundles.html b/docs/dyn/androidpublisher_v3.edits.bundles.html
index da9bd35..829678c 100644
--- a/docs/dyn/androidpublisher_v3.edits.bundles.html
+++ b/docs/dyn/androidpublisher_v3.edits.bundles.html
@@ -105,14 +105,14 @@
   An object of the form:
 
     { # Response listing all bundles.
-    "kind": "A String", # The kind of this response ("androidpublisher#bundlesListResponse").
     "bundles": [ # All bundles.
       { # Information about a bundle. The resource for BundlesService.
+        "versionCode": 42, # The version code of the Android App Bundle, as specified in the Android App Bundle's base module APK manifest file.
         "sha256": "A String", # A sha256 hash of the upload payload, encoded as a hex string and matching the output of the sha256sum command.
         "sha1": "A String", # A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.
-        "versionCode": 42, # The version code of the Android App Bundle, as specified in the Android App Bundle's base module APK manifest file.
       },
     ],
+    "kind": "A String", # The kind of this response ("androidpublisher#bundlesListResponse").
   }</pre>
 </div>
 
@@ -135,9 +135,9 @@
   An object of the form:
 
     { # Information about a bundle. The resource for BundlesService.
+    &quot;versionCode&quot;: 42, # The version code of the Android App Bundle, as specified in the Android App Bundle&#x27;s base module APK manifest file.
     &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the upload 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 upload payload, encoded as a hex string and matching the output of the sha1sum command.
-    &quot;versionCode&quot;: 42, # The version code of the Android App Bundle, as specified in the Android App Bundle&#x27;s base module APK manifest file.
   }</pre>
 </div>