chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/androidpublisher_v3.edits.images.html b/docs/dyn/androidpublisher_v3.edits.images.html
index a37532e..b4aba80 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.
+        "id": "A String", # A unique id representing this image.
+        "sha1": "A String", # A sha1 hash of the image.
         "url": "A String", # A URL that will serve a preview of the image.
         "sha256": "A String", # A sha256 hash of the image.
-        "sha1": "A String", # A sha1 hash of the image.
-        "id": "A String", # A unique id representing this image.
       },
     ],
   }</pre>
@@ -191,10 +191,10 @@
     { # Response listing all images.
     &quot;images&quot;: [ # All listed Images.
       { # An uploaded image. The resource for ImagesService.
+        &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.
         &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
         &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash 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.
       },
     ],
   }</pre>
@@ -231,10 +231,10 @@
 
     { # Response for uploading an image.
     &quot;image&quot;: { # An uploaded image. The resource for ImagesService. # The uploaded 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.
       &quot;url&quot;: &quot;A String&quot;, # A URL that will serve a preview of the image.
       &quot;sha256&quot;: &quot;A String&quot;, # A sha256 hash 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.
     },
   }</pre>
 </div>