chore: regens API reference docs (#889)

diff --git a/docs/dyn/analytics_v3.management.accountSummaries.html b/docs/dyn/analytics_v3.management.accountSummaries.html
index f01e419..f9c059a 100644
--- a/docs/dyn/analytics_v3.management.accountSummaries.html
+++ b/docs/dyn/analytics_v3.management.accountSummaries.html
@@ -104,9 +104,9 @@
             "profiles": [ # List of profiles under this web property.
               { # JSON template for an Analytics ProfileSummary. ProfileSummary returns basic information (i.e., summary) for a profile.
                 "starred": True or False, # Indicates whether this view (profile) is starred or not.
-                "kind": "analytics#profileSummary", # Resource type for Analytics ProfileSummary.
                 "type": "A String", # View (Profile) type. Supported types: WEB or APP.
                 "id": "A String", # View (profile) ID.
+                "kind": "analytics#profileSummary", # Resource type for Analytics ProfileSummary.
                 "name": "A String", # View (profile) name.
               },
             ],
@@ -116,8 +116,8 @@
             "id": "A String", # Web property ID of the form UA-XXXXX-YY.
           },
         ],
-        "id": "A String", # Account ID.
         "name": "A String", # Account name.
+        "id": "A String", # Account ID.
       },
     ],
     "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.