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/cloudiot_v1.projects.locations.registries.devices.configVersions.html b/docs/dyn/cloudiot_v1.projects.locations.registries.devices.configVersions.html
index c6cea49..9adb005 100644
--- a/docs/dyn/cloudiot_v1.projects.locations.registries.devices.configVersions.html
+++ b/docs/dyn/cloudiot_v1.projects.locations.registries.devices.configVersions.html
@@ -105,9 +105,9 @@
     "deviceConfigs": [ # The device configuration for the last few versions. Versions are listed in decreasing order, starting from the most recent one.
       { # The device configuration. Eventually delivered to devices.
         "deviceAckTime": "A String", # [Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
+        "version": "A String", # [Output only] The version of this update. The version number is assigned by the server, and is always greater than 0 after device creation. The version must be 0 on the `CreateDevice` request if a `config` is specified; the response of `CreateDevice` will always have a value of 1.
         "cloudUpdateTime": "A String", # [Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
         "binaryData": "A String", # The device configuration data.
-        "version": "A String", # [Output only] The version of this update. The version number is assigned by the server, and is always greater than 0 after device creation. The version must be 0 on the `CreateDevice` request if a `config` is specified; the response of `CreateDevice` will always have a value of 1.
       },
     ],
   }</pre>