docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/chat_v1.spaces.html b/docs/dyn/chat_v1.spaces.html
index 7a33bd3..72cc218 100644
--- a/docs/dyn/chat_v1.spaces.html
+++ b/docs/dyn/chat_v1.spaces.html
@@ -111,14 +111,14 @@
   An object of the form:
 
     { # A room or DM in Hangouts Chat.
-    "type": "A String", # Output only. The type of a space.
-        # This is deprecated. Use `single_user_bot_dm` instead.
-    "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
     "name": "A String", # Resource name of the space, in the form "spaces/*".
         #
         # Example: spaces/AAAAMpdlehYs
     "threaded": True or False, # Whether the messages are threaded in this space.
     "displayName": "A String", # Output only. The display name (only if the space is a room).
+    "type": "A String", # Output only. The type of a space.
+        # This is deprecated. Use `single_user_bot_dm` instead.
+    "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
   }</pre>
 </div>
 
@@ -140,21 +140,21 @@
   An object of the form:
 
     {
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token to retrieve the next page of results. It will be empty
+        # for the last page of results. Tokens expire in an hour. An error is thrown
+        # if an expired token is passed.
     &quot;spaces&quot;: [ # List of spaces in the requested (or first) page.
       { # A room or DM in Hangouts Chat.
-        &quot;type&quot;: &quot;A String&quot;, # Output only. The type of a space.
-            # This is deprecated. Use `single_user_bot_dm` instead.
-        &quot;singleUserBotDm&quot;: True or False, # Whether the space is a DM between a bot and a single human.
         &quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;.
             #
             # Example: spaces/AAAAMpdlehYs
         &quot;threaded&quot;: True or False, # Whether the messages are threaded in this space.
         &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name (only if the space is a room).
+        &quot;type&quot;: &quot;A String&quot;, # Output only. The type of a space.
+            # This is deprecated. Use `single_user_bot_dm` instead.
+        &quot;singleUserBotDm&quot;: True or False, # Whether the space is a DM between a bot and a single human.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token to retrieve the next page of results. It will be empty
-        # for the last page of results. Tokens expire in an hour. An error is thrown
-        # if an expired token is passed.
   }</pre>
 </div>