docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/chat_v1.spaces.members.html b/docs/dyn/chat_v1.spaces.members.html
index 9358b02..58d2a7d 100644
--- a/docs/dyn/chat_v1.spaces.members.html
+++ b/docs/dyn/chat_v1.spaces.members.html
@@ -102,18 +102,18 @@
   An object of the form:
 
     { # Represents a membership relation in Hangouts Chat.
-    "state": "A String", # State of the membership.
     "name": "A String", # Resource name of the membership, in the form "spaces/*/members/*".
         #
         # Example: spaces/AAAAMpdlehY/members/105115627578887013105
     "member": { # A user in Hangouts Chat. # Member details.
-      "type": "A String", # User type.
-      "domainId": "A String", # Obfuscated domain information.
       "name": "A String", # Resource name, in the format "users/*".
       "displayName": "A String", # The user's display name.
+      "type": "A String", # User type.
+      "domainId": "A String", # Obfuscated domain information.
     },
     "createTime": "A String", # The creation time of the membership a.k.a the time at which the member
         # joined the space, if applicable.
+    "state": "A String", # State of the membership.
   }</pre>
 </div>
 
@@ -141,18 +141,18 @@
     {
     &quot;memberships&quot;: [ # List of memberships in the requested (or first) page.
       { # Represents a membership relation in Hangouts Chat.
-        &quot;state&quot;: &quot;A String&quot;, # State of the membership.
         &quot;name&quot;: &quot;A String&quot;, # Resource name of the membership, in the form &quot;spaces/*/members/*&quot;.
             #
             # Example: spaces/AAAAMpdlehY/members/105115627578887013105
         &quot;member&quot;: { # A user in Hangouts Chat. # Member details.
-          &quot;type&quot;: &quot;A String&quot;, # User type.
-          &quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
           &quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
           &quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
+          &quot;type&quot;: &quot;A String&quot;, # User type.
+          &quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
         },
         &quot;createTime&quot;: &quot;A String&quot;, # The creation time of the membership a.k.a the time at which the member
             # joined the space, if applicable.
+        &quot;state&quot;: &quot;A String&quot;, # State of the membership.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token to retrieve the next page of results. It will be empty