docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/libraryagent_v1.shelves.html b/docs/dyn/libraryagent_v1.shelves.html
index 51357a4..b104e90 100644
--- a/docs/dyn/libraryagent_v1.shelves.html
+++ b/docs/dyn/libraryagent_v1.shelves.html
@@ -104,10 +104,10 @@
   An object of the form:
 
     { # A Shelf contains a collection of books with a theme.
+    "theme": "A String", # The theme of the shelf
     "name": "A String", # Output only. The resource name of the shelf.
         # Shelf names have the form `shelves/{shelf_id}`.
         # The name is ignored when creating a shelf.
-    "theme": "A String", # The theme of the shelf
   }</pre>
 </div>
 
@@ -134,10 +134,10 @@
     { # Response message for LibraryAgent.ListShelves.
     &quot;shelves&quot;: [ # The list of shelves.
       { # A Shelf contains a collection of books with a theme.
+        &quot;theme&quot;: &quot;A String&quot;, # The theme of the shelf
         &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the shelf.
             # Shelf names have the form `shelves/{shelf_id}`.
             # The name is ignored when creating a shelf.
-        &quot;theme&quot;: &quot;A String&quot;, # The theme of the shelf
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results.