chore: regens API reference docs (#889)

diff --git a/docs/dyn/gamesManagement_v1management.applications.html b/docs/dyn/gamesManagement_v1management.applications.html
index 0c30de9..9922131 100644
--- a/docs/dyn/gamesManagement_v1management.applications.html
+++ b/docs/dyn/gamesManagement_v1management.applications.html
@@ -113,7 +113,7 @@
           "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
           "profileSettings": { # This is a JSON template for profile settings # The player's profile settings. Controls whether or not the player's profile is visible to other players.
             "kind": "gamesManagement#profileSettings", # Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#profileSettings.
-            "profileVisible": True or False, # The player's current profile visibility. This field is visible to both 1P and 3P APIs.
+            "profileVisible": True or False,
           },
           "experienceInfo": { # This is a JSON template for 1P/3P metadata about the player's experience. # An object to represent Play Game experience information for the player.
             "lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
@@ -129,6 +129,7 @@
               "level": 42, # The level for the user.
             },
           },
+          "friendStatus": "A String", # The friend status of the given player, relative to the requester. This is unset if the player is not sharing their friends list with the game.
           "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
           "title": "A String", # The player's title rewarded for their game activities.
           "avatarImageUrl": "A String", # The base URL for the image that represents the player.