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/composer_v1.projects.locations.imageVersions.html b/docs/dyn/composer_v1.projects.locations.imageVersions.html
index 5035a77..ab617a9 100644
--- a/docs/dyn/composer_v1.projects.locations.imageVersions.html
+++ b/docs/dyn/composer_v1.projects.locations.imageVersions.html
@@ -106,7 +106,6 @@
   An object of the form:
 
     { # The ImageVersions in a project and location.
-    "nextPageToken": "A String", # The page token used to query for the next page if one exists.
     "imageVersions": [ # The list of supported ImageVersions in a location.
       { # ImageVersion information
         "supportedPythonVersions": [ # supported python versions
@@ -116,6 +115,7 @@
         "imageVersionId": "A String", # The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b(.c)"
       },
     ],
+    "nextPageToken": "A String", # The page token used to query for the next page if one exists.
   }</pre>
 </div>