Update docs for 1.4.2 release
diff --git a/docs/dyn/plusDomains_v1.comments.html b/docs/dyn/plusDomains_v1.comments.html
index 6aefd3f..1582543 100644
--- a/docs/dyn/plusDomains_v1.comments.html
+++ b/docs/dyn/plusDomains_v1.comments.html
@@ -122,6 +122,9 @@
         },
         "displayName": "A String", # The name of this actor, suitable for display.
         "id": "A String", # The ID of the actor.
+        "verification": { # Verification status of actor.
+          "adHocVerified": "A String", # Verification for one-time or manual processes.
+        },
       },
       "verb": "post", # This comment's verb, indicating what action was performed. Possible values are:
           # - "post" - Publish content to the stream.
@@ -166,6 +169,9 @@
       },
       "displayName": "A String", # The name of this actor, suitable for display.
       "id": "A String", # The ID of the actor.
+      "verification": { # Verification status of actor.
+        "adHocVerified": "A String", # Verification for one-time or manual processes.
+      },
     },
     "verb": "post", # This comment's verb, indicating what action was performed. Possible values are:
         # - "post" - Publish content to the stream.
@@ -204,6 +210,9 @@
         },
         "displayName": "A String", # The name of this actor, suitable for display.
         "id": "A String", # The ID of the actor.
+        "verification": { # Verification status of actor.
+          "adHocVerified": "A String", # Verification for one-time or manual processes.
+        },
       },
       "verb": "post", # This comment's verb, indicating what action was performed. Possible values are:
           # - "post" - Publish content to the stream.
@@ -260,6 +269,9 @@
             },
             "displayName": "A String", # The name of this actor, suitable for display.
             "id": "A String", # The ID of the actor.
+            "verification": { # Verification status of actor.
+              "adHocVerified": "A String", # Verification for one-time or manual processes.
+            },
           },
           "verb": "post", # This comment's verb, indicating what action was performed. Possible values are:
               # - "post" - Publish content to the stream.