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

diff --git a/docs/dyn/androidpublisher_v3.edits.images.html b/docs/dyn/androidpublisher_v3.edits.images.html
index 729ab73..40a77d4 100644
--- a/docs/dyn/androidpublisher_v3.edits.images.html
+++ b/docs/dyn/androidpublisher_v3.edits.images.html
@@ -152,10 +152,10 @@
     { # Response for deleting all images.
     "deleted": [ # The deleted images.
       { # An uploaded image. The resource for ImagesService.
-        "url": "A String", # A URL that will serve a preview of the image.
-        "sha1": "A String", # A sha1 hash of the image.
-        "id": "A String", # A unique id representing this image.
         "sha256": "A String", # A sha256 hash of the image.
+        "url": "A String", # A URL that will serve a preview of the image.
+        "id": "A String", # A unique id representing this image.
+        "sha1": "A String", # A sha1 hash of the image.
       },
     ],
   }</pre>
@@ -191,10 +191,10 @@
     { # Response listing all images.
     &quot;images&quot;: [ # All listed Images.
       { # An uploaded image. The resource for ImagesService.
-        &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
-        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
-        &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
         &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
+        &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+        &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
+        &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
       },
     ],
   }</pre>
@@ -231,10 +231,10 @@
 
     { # Response for uploading an image.
     &quot;image&quot;: { # An uploaded image. The resource for ImagesService. # The uploaded image.
-      &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
-      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
-      &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
       &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash of the image.
+      &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
+      &quot;id&quot;: &quot;A String&quot;, # A unique id representing this image.
+      &quot;sha1&quot;: &quot;A String&quot;, # A sha1 hash of the image.
     },
   }</pre>
 </div>