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/gamesManagement_v1management.achievements.html b/docs/dyn/gamesManagement_v1management.achievements.html
index efd6c6e..993094e 100644
--- a/docs/dyn/gamesManagement_v1management.achievements.html
+++ b/docs/dyn/gamesManagement_v1management.achievements.html
@@ -113,8 +113,8 @@
   An object of the form:
 
     { # An achievement reset response.
-    "definitionId": "A String", # The ID of an achievement for which player state has been updated.
     "currentState": "A String", # The current state of the achievement. This is the same as the initial state of the achievement. Possible values are: - "`HIDDEN`"- Achievement is hidden. - "`REVEALED`" - Achievement is revealed. - "`UNLOCKED`" - Achievement is unlocked.
+    "definitionId": "A String", # The ID of an achievement for which player state has been updated.
     "updateOccurred": True or False, # Flag to indicate if the requested update actually occurred.
     "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetResponse`.
   }</pre>
@@ -134,15 +134,15 @@
   An object of the form:
 
     { # Achievement reset all response.
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetAllResponse`.
     &quot;results&quot;: [ # The achievement reset results.
       { # An achievement reset response.
-        &quot;definitionId&quot;: &quot;A String&quot;, # The ID of an achievement for which player state has been updated.
         &quot;currentState&quot;: &quot;A String&quot;, # The current state of the achievement. This is the same as the initial state of the achievement. Possible values are: - &quot;`HIDDEN`&quot;- Achievement is hidden. - &quot;`REVEALED`&quot; - Achievement is revealed. - &quot;`UNLOCKED`&quot; - Achievement is unlocked.
+        &quot;definitionId&quot;: &quot;A String&quot;, # The ID of an achievement for which player state has been updated.
         &quot;updateOccurred&quot;: True or False, # Flag to indicate if the requested update actually occurred.
         &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetResponse`.
       },
     ],
+    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetAllResponse`.
   }</pre>
 </div>