chore: update docs/dyn (#1106)
diff --git a/docs/dyn/androidpublisher_v3.edits.bundles.html b/docs/dyn/androidpublisher_v3.edits.bundles.html
index 30a04e5..9419484 100644
--- a/docs/dyn/androidpublisher_v3.edits.bundles.html
+++ b/docs/dyn/androidpublisher_v3.edits.bundles.html
@@ -105,14 +105,14 @@
An object of the form:
{ # Response listing all bundles.
- "kind": "A String", # The kind of this response ("androidpublisher#bundlesListResponse").
"bundles": [ # All bundles.
{ # Information about a bundle. The resource for BundlesService.
+ "sha1": "A String", # A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.
"sha256": "A String", # A sha256 hash of the upload payload, encoded as a hex string and matching the output of the sha256sum command.
"versionCode": 42, # The version code of the Android App Bundle, as specified in the Android App Bundle's base module APK manifest file.
- "sha1": "A String", # A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.
},
],
+ "kind": "A String", # The kind of this response ("androidpublisher#bundlesListResponse").
}</pre>
</div>
@@ -135,9 +135,9 @@
An object of the form:
{ # Information about a bundle. The resource for BundlesService.
+ "sha1": "A String", # A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.
"sha256": "A String", # A sha256 hash of the upload payload, encoded as a hex string and matching the output of the sha256sum command.
"versionCode": 42, # The version code of the Android App Bundle, as specified in the Android App Bundle's base module APK manifest file.
- "sha1": "A String", # A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.
}</pre>
</div>