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

diff --git a/docs/dyn/androidpublisher_v3.internalappsharingartifacts.html b/docs/dyn/androidpublisher_v3.internalappsharingartifacts.html
index 9552cec..109feea 100644
--- a/docs/dyn/androidpublisher_v3.internalappsharingartifacts.html
+++ b/docs/dyn/androidpublisher_v3.internalappsharingartifacts.html
@@ -106,9 +106,9 @@
   An object of the form:
 
     { # An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.
-    "sha256": "A String", # The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
     "certificateFingerprint": "A String", # The sha256 fingerprint of the certificate used to sign the generated artifact.
     "downloadUrl": "A String", # The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
+    "sha256": "A String", # The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
   }</pre>
 </div>
 
@@ -129,9 +129,9 @@
   An object of the form:
 
     { # An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.
-    &quot;sha256&quot;: &quot;A String&quot;, # The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
     &quot;certificateFingerprint&quot;: &quot;A String&quot;, # The sha256 fingerprint of the certificate used to sign the generated artifact.
     &quot;downloadUrl&quot;: &quot;A String&quot;, # The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it.
+    &quot;sha256&quot;: &quot;A String&quot;, # The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command.
   }</pre>
 </div>