build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/dfareporting_v3_4.orders.html b/docs/dyn/dfareporting_v3_4.orders.html
index 91d481f..fac1f39 100644
--- a/docs/dyn/dfareporting_v3_4.orders.html
+++ b/docs/dyn/dfareporting_v3_4.orders.html
@@ -72,7 +72,7 @@
 
 </style>
 
-<h1><a href="dfareporting_v3_4.html">DCM/DFA Reporting And Trafficking API</a> . <a href="dfareporting_v3_4.orders.html">orders</a></h1>
+<h1><a href="dfareporting_v3_4.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_4.orders.html">orders</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#close">close()</a></code></p>
@@ -81,7 +81,7 @@
   <code><a href="#get">get(profileId, projectId, id, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets one order by ID.</p>
 <p class="toc_element">
-  <code><a href="#list">list(profileId, projectId, searchString=None, pageToken=None, sortOrder=None, maxResults=None, siteId=None, sortField=None, ids=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(profileId, projectId, maxResults=None, sortField=None, sortOrder=None, searchString=None, ids=None, pageToken=None, siteId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves a list of orders, possibly filtered. This method supports paging.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -109,65 +109,65 @@
   An object of the form:
 
     { # Describes properties of a Planning order.
-    &quot;id&quot;: &quot;A String&quot;, # ID of this order. This is a read-only, auto-generated field.
-    &quot;projectId&quot;: &quot;A String&quot;, # Project ID of this order.
+    &quot;planningTermId&quot;: &quot;A String&quot;, # ID of the terms and conditions template used in this order.
     &quot;buyerInvoiceId&quot;: &quot;A String&quot;, # Buyer invoice ID associated with this order.
-    &quot;contacts&quot;: [ # Contacts for this order.
-      { # Contact of an order.
-        &quot;contactName&quot;: &quot;A String&quot;, # Name of this contact.
-        &quot;signatureUserProfileId&quot;: &quot;A String&quot;, # ID of the user profile containing the signature that will be embedded into order documents.
-        &quot;contactType&quot;: &quot;A String&quot;, # Type of this contact.
-        &quot;contactTitle&quot;: &quot;A String&quot;, # Title of this contact.
-        &quot;contactInfo&quot;: &quot;A String&quot;, # Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.
-      },
-    ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#order&quot;.
-    &quot;siteNames&quot;: [ # Free-form site names this order is associated with.
-      &quot;A String&quot;,
-    ],
-    &quot;comments&quot;: &quot;A String&quot;, # Comments in this order.
     &quot;termsAndConditions&quot;: &quot;A String&quot;, # Terms and conditions of this order.
-    &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this order.
+    &quot;projectId&quot;: &quot;A String&quot;, # Project ID of this order.
     &quot;siteId&quot;: [ # Site IDs this order is associated with.
       &quot;A String&quot;,
     ],
-    &quot;name&quot;: &quot;A String&quot;, # Name of this order.
-    &quot;sellerOrganizationName&quot;: &quot;A String&quot;, # Name of the seller organization.
-    &quot;approverUserProfileIds&quot;: [ # IDs for users that have to approve documents created for this order.
-      &quot;A String&quot;,
-    ],
-    &quot;buyerOrganizationName&quot;: &quot;A String&quot;, # Name of the buyer organization.
-    &quot;sellerOrderId&quot;: &quot;A String&quot;, # Seller order ID associated with this order.
-    &quot;notes&quot;: &quot;A String&quot;, # Notes of this order.
-    &quot;planningTermId&quot;: &quot;A String&quot;, # ID of the terms and conditions template used in this order.
-    &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this order.
     &quot;lastModifiedInfo&quot;: { # Modification timestamp. # Information about the most recent modification of this order.
       &quot;time&quot;: &quot;A String&quot;, # Timestamp of the last change in milliseconds since epoch.
     },
+    &quot;approverUserProfileIds&quot;: [ # IDs for users that have to approve documents created for this order.
+      &quot;A String&quot;,
+    ],
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#order&quot;.
     &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this order.
+    &quot;buyerOrganizationName&quot;: &quot;A String&quot;, # Name of the buyer organization.
+    &quot;name&quot;: &quot;A String&quot;, # Name of this order.
+    &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this order.
+    &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this order.
+    &quot;sellerOrganizationName&quot;: &quot;A String&quot;, # Name of the seller organization.
+    &quot;contacts&quot;: [ # Contacts for this order.
+      { # Contact of an order.
+        &quot;contactName&quot;: &quot;A String&quot;, # Name of this contact.
+        &quot;contactType&quot;: &quot;A String&quot;, # Type of this contact.
+        &quot;signatureUserProfileId&quot;: &quot;A String&quot;, # ID of the user profile containing the signature that will be embedded into order documents.
+        &quot;contactInfo&quot;: &quot;A String&quot;, # Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.
+        &quot;contactTitle&quot;: &quot;A String&quot;, # Title of this contact.
+      },
+    ],
+    &quot;id&quot;: &quot;A String&quot;, # ID of this order. This is a read-only, auto-generated field.
+    &quot;sellerOrderId&quot;: &quot;A String&quot;, # Seller order ID associated with this order.
+    &quot;comments&quot;: &quot;A String&quot;, # Comments in this order.
+    &quot;notes&quot;: &quot;A String&quot;, # Notes of this order.
+    &quot;siteNames&quot;: [ # Free-form site names this order is associated with.
+      &quot;A String&quot;,
+    ],
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(profileId, projectId, searchString=None, pageToken=None, sortOrder=None, maxResults=None, siteId=None, sortField=None, ids=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(profileId, projectId, maxResults=None, sortField=None, sortOrder=None, searchString=None, ids=None, pageToken=None, siteId=None, x__xgafv=None)</code>
   <pre>Retrieves a list of orders, possibly filtered. This method supports paging.
 
 Args:
   profileId: string, User profile ID associated with this request. (required)
   projectId: string, Project ID for orders. (required)
-  searchString: string, Allows searching for orders by name or ID. Wildcards (*) are allowed. For example, &quot;order*2015&quot; will return orders with names like &quot;order June 2015&quot;, &quot;order April 2015&quot;, or simply &quot;order 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;order&quot; will match orders with name &quot;my order&quot;, &quot;order 2015&quot;, or simply &quot;order&quot;.
-  pageToken: string, Value of the nextPageToken from the previous result page.
-  sortOrder: string, Order of sorted results.
-    Allowed values
-      ASCENDING - 
-      DESCENDING - 
   maxResults: integer, Maximum number of results to return.
-  siteId: string, Select only orders that are associated with these site IDs. (repeated)
   sortField: string, Field by which to sort the list.
     Allowed values
       ID - 
       NAME - 
+  sortOrder: string, Order of sorted results.
+    Allowed values
+      ASCENDING - 
+      DESCENDING - 
+  searchString: string, Allows searching for orders by name or ID. Wildcards (*) are allowed. For example, &quot;order*2015&quot; will return orders with names like &quot;order June 2015&quot;, &quot;order April 2015&quot;, or simply &quot;order 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;order&quot; will match orders with name &quot;my order&quot;, &quot;order 2015&quot;, or simply &quot;order&quot;.
   ids: string, Select only orders with these IDs. (repeated)
+  pageToken: string, Value of the nextPageToken from the previous result page.
+  siteId: string, Select only orders that are associated with these site IDs. (repeated)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -177,47 +177,47 @@
   An object of the form:
 
     { # Order List Response
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#ordersListResponse&quot;.
     &quot;orders&quot;: [ # Order collection.
       { # Describes properties of a Planning order.
-        &quot;id&quot;: &quot;A String&quot;, # ID of this order. This is a read-only, auto-generated field.
-        &quot;projectId&quot;: &quot;A String&quot;, # Project ID of this order.
+        &quot;planningTermId&quot;: &quot;A String&quot;, # ID of the terms and conditions template used in this order.
         &quot;buyerInvoiceId&quot;: &quot;A String&quot;, # Buyer invoice ID associated with this order.
-        &quot;contacts&quot;: [ # Contacts for this order.
-          { # Contact of an order.
-            &quot;contactName&quot;: &quot;A String&quot;, # Name of this contact.
-            &quot;signatureUserProfileId&quot;: &quot;A String&quot;, # ID of the user profile containing the signature that will be embedded into order documents.
-            &quot;contactType&quot;: &quot;A String&quot;, # Type of this contact.
-            &quot;contactTitle&quot;: &quot;A String&quot;, # Title of this contact.
-            &quot;contactInfo&quot;: &quot;A String&quot;, # Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.
-          },
-        ],
-        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#order&quot;.
-        &quot;siteNames&quot;: [ # Free-form site names this order is associated with.
-          &quot;A String&quot;,
-        ],
-        &quot;comments&quot;: &quot;A String&quot;, # Comments in this order.
         &quot;termsAndConditions&quot;: &quot;A String&quot;, # Terms and conditions of this order.
-        &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this order.
+        &quot;projectId&quot;: &quot;A String&quot;, # Project ID of this order.
         &quot;siteId&quot;: [ # Site IDs this order is associated with.
           &quot;A String&quot;,
         ],
-        &quot;name&quot;: &quot;A String&quot;, # Name of this order.
-        &quot;sellerOrganizationName&quot;: &quot;A String&quot;, # Name of the seller organization.
-        &quot;approverUserProfileIds&quot;: [ # IDs for users that have to approve documents created for this order.
-          &quot;A String&quot;,
-        ],
-        &quot;buyerOrganizationName&quot;: &quot;A String&quot;, # Name of the buyer organization.
-        &quot;sellerOrderId&quot;: &quot;A String&quot;, # Seller order ID associated with this order.
-        &quot;notes&quot;: &quot;A String&quot;, # Notes of this order.
-        &quot;planningTermId&quot;: &quot;A String&quot;, # ID of the terms and conditions template used in this order.
-        &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this order.
         &quot;lastModifiedInfo&quot;: { # Modification timestamp. # Information about the most recent modification of this order.
           &quot;time&quot;: &quot;A String&quot;, # Timestamp of the last change in milliseconds since epoch.
         },
+        &quot;approverUserProfileIds&quot;: [ # IDs for users that have to approve documents created for this order.
+          &quot;A String&quot;,
+        ],
+        &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#order&quot;.
         &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this order.
+        &quot;buyerOrganizationName&quot;: &quot;A String&quot;, # Name of the buyer organization.
+        &quot;name&quot;: &quot;A String&quot;, # Name of this order.
+        &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this order.
+        &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this order.
+        &quot;sellerOrganizationName&quot;: &quot;A String&quot;, # Name of the seller organization.
+        &quot;contacts&quot;: [ # Contacts for this order.
+          { # Contact of an order.
+            &quot;contactName&quot;: &quot;A String&quot;, # Name of this contact.
+            &quot;contactType&quot;: &quot;A String&quot;, # Type of this contact.
+            &quot;signatureUserProfileId&quot;: &quot;A String&quot;, # ID of the user profile containing the signature that will be embedded into order documents.
+            &quot;contactInfo&quot;: &quot;A String&quot;, # Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.
+            &quot;contactTitle&quot;: &quot;A String&quot;, # Title of this contact.
+          },
+        ],
+        &quot;id&quot;: &quot;A String&quot;, # ID of this order. This is a read-only, auto-generated field.
+        &quot;sellerOrderId&quot;: &quot;A String&quot;, # Seller order ID associated with this order.
+        &quot;comments&quot;: &quot;A String&quot;, # Comments in this order.
+        &quot;notes&quot;: &quot;A String&quot;, # Notes of this order.
+        &quot;siteNames&quot;: [ # Free-form site names this order is associated with.
+          &quot;A String&quot;,
+        ],
       },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#ordersListResponse&quot;.
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to be used for the next list operation.
   }</pre>
 </div>