docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/indexing_v3.urlNotifications.html b/docs/dyn/indexing_v3.urlNotifications.html
index a2f3b7d..d4c1e65 100644
--- a/docs/dyn/indexing_v3.urlNotifications.html
+++ b/docs/dyn/indexing_v3.urlNotifications.html
@@ -102,21 +102,21 @@
     "url": "A String", # URL to which this metadata refers.
     "latestRemove": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_REMOVED`.
           # It describes one event in the life cycle of a Web Document.
+        "type": "A String", # The URL life cycle event that Google is being notified about.
         "url": "A String", # The object of this notification. The URL must be owned by the publisher
             # of this notification and, in case of `URL_UPDATED` notifications, it _must_
             # be crawlable by Google.
         "notifyTime": "A String", # Creation timestamp for this notification.
             # Users should _not_ specify it, the field is ignored at the request time.
-        "type": "A String", # The URL life cycle event that Google is being notified about.
       },
     "latestUpdate": { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_UPDATED`.
           # It describes one event in the life cycle of a Web Document.
+        "type": "A String", # The URL life cycle event that Google is being notified about.
         "url": "A String", # The object of this notification. The URL must be owned by the publisher
             # of this notification and, in case of `URL_UPDATED` notifications, it _must_
             # be crawlable by Google.
         "notifyTime": "A String", # Creation timestamp for this notification.
             # Users should _not_ specify it, the field is ignored at the request time.
-        "type": "A String", # The URL life cycle event that Google is being notified about.
       },
   }</pre>
 </div>
@@ -131,12 +131,12 @@
 
 { # `UrlNotification` is the resource used in all Indexing API calls.
       # It describes one event in the life cycle of a Web Document.
+    &quot;type&quot;: &quot;A String&quot;, # The URL life cycle event that Google is being notified about.
     &quot;url&quot;: &quot;A String&quot;, # The object of this notification. The URL must be owned by the publisher
         # of this notification and, in case of `URL_UPDATED` notifications, it _must_
         # be crawlable by Google.
     &quot;notifyTime&quot;: &quot;A String&quot;, # Creation timestamp for this notification.
         # Users should _not_ specify it, the field is ignored at the request time.
-    &quot;type&quot;: &quot;A String&quot;, # The URL life cycle event that Google is being notified about.
   }
 
   x__xgafv: string, V1 error format.
@@ -153,21 +153,21 @@
       &quot;url&quot;: &quot;A String&quot;, # URL to which this metadata refers.
       &quot;latestRemove&quot;: { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_REMOVED`.
             # It describes one event in the life cycle of a Web Document.
+          &quot;type&quot;: &quot;A String&quot;, # The URL life cycle event that Google is being notified about.
           &quot;url&quot;: &quot;A String&quot;, # The object of this notification. The URL must be owned by the publisher
               # of this notification and, in case of `URL_UPDATED` notifications, it _must_
               # be crawlable by Google.
           &quot;notifyTime&quot;: &quot;A String&quot;, # Creation timestamp for this notification.
               # Users should _not_ specify it, the field is ignored at the request time.
-          &quot;type&quot;: &quot;A String&quot;, # The URL life cycle event that Google is being notified about.
         },
       &quot;latestUpdate&quot;: { # `UrlNotification` is the resource used in all Indexing API calls. # Latest notification received with type `URL_UPDATED`.
             # It describes one event in the life cycle of a Web Document.
+          &quot;type&quot;: &quot;A String&quot;, # The URL life cycle event that Google is being notified about.
           &quot;url&quot;: &quot;A String&quot;, # The object of this notification. The URL must be owned by the publisher
               # of this notification and, in case of `URL_UPDATED` notifications, it _must_
               # be crawlable by Google.
           &quot;notifyTime&quot;: &quot;A String&quot;, # Creation timestamp for this notification.
               # Users should _not_ specify it, the field is ignored at the request time.
-          &quot;type&quot;: &quot;A String&quot;, # The URL life cycle event that Google is being notified about.
         },
     },
   }</pre>