Regen docs (#373)

diff --git a/docs/dyn/proximitybeacon_v1beta1.beacons.html b/docs/dyn/proximitybeacon_v1beta1.beacons.html
index 65e5980..107002a 100644
--- a/docs/dyn/proximitybeacon_v1beta1.beacons.html
+++ b/docs/dyn/proximitybeacon_v1beta1.beacons.html
@@ -567,6 +567,8 @@
   An object of the form:
 
     { # Response that contains list beacon results and pagination help.
+    "nextPageToken": "A String", # An opaque pagination token that the client may provide in their next
+        # request to retrieve the next page of results.
     "beacons": [ # The beacons that matched the search criteria.
       { # Details of a beacon device.
         "status": "A String", # Current status of the beacon.
@@ -725,8 +727,6 @@
             # that this key grants nothing on the service, only on the beacon itself.
       },
     ],
-    "nextPageToken": "A String", # An opaque pagination token that the client may provide in their next
-        # request to retrieve the next page of results.
     "totalCount": "A String", # Estimate of the total number of beacons matched by the query. Higher
         # values may be less accurate.
   }</pre>