chore: regens API reference docs (#889)

diff --git a/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
index b1ceaec..c42aa65 100644
--- a/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
+++ b/docs/dyn/androidpublisher_v3.edits.deobfuscationfiles.html
@@ -76,18 +76,19 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#upload">upload(packageName, editId, apkVersionCode, deobfuscationFileType, media_body=None, media_mime_type=None)</a></code></p>
-<p class="firstline">Uploads the deobfuscation file of the specified APK. If a deobfuscation file already exists, it will be replaced.</p>
+<p class="firstline">Uploads the deobfuscation file of the specified APK. If a deobfuscation or symbolication file already exists, it will be replaced. See https://developer.android.com/studio/build/shrink-code to learn more about deobfuscation files.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="upload">upload(packageName, editId, apkVersionCode, deobfuscationFileType, media_body=None, media_mime_type=None)</code>
-  <pre>Uploads the deobfuscation file of the specified APK. If a deobfuscation file already exists, it will be replaced.
+  <pre>Uploads the deobfuscation file of the specified APK. If a deobfuscation or symbolication file already exists, it will be replaced. See https://developer.android.com/studio/build/shrink-code to learn more about deobfuscation files.
 
 Args:
-  packageName: string, Unique identifier of the Android app for which the deobfuscatiuon files are being uploaded; for example, "com.spiffygame". (required)
+  packageName: string, Unique identifier of the Android app for which the deobfuscation files are being uploaded; for example, "com.spiffygame". (required)
   editId: string, Unique identifier for this edit. (required)
   apkVersionCode: integer, The version code of the APK whose deobfuscation file is being uploaded. (required)
   deobfuscationFileType: string, A parameter (required)
     Allowed values
+      nativeCode - 
       proguard - 
   media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
   media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.