docs: update generated docs (#981)
diff --git a/docs/dyn/firebasehosting_v1beta1.sites.versions.files.html b/docs/dyn/firebasehosting_v1beta1.sites.versions.files.html
index 9ead314..cdfc4ef 100644
--- a/docs/dyn/firebasehosting_v1beta1.sites.versions.files.html
+++ b/docs/dyn/firebasehosting_v1beta1.sites.versions.files.html
@@ -101,6 +101,7 @@
An object of the form:
{
+ "nextPageToken": "A String", # The pagination token, if more results exist.
"files": [ # The list path/hashes in the specified version.
{ # A static content file that is part of a version.
"path": "A String", # The URI at which the file's content should display.
@@ -110,7 +111,6 @@
"hash": "A String", # The SHA256 content hash of the file.
},
],
- "nextPageToken": "A String", # The pagination token, if more results exist.
}</pre>
</div>