Skip to content

Commit

Permalink
feat: Automated regeneration of androidpublisher v3 client (googleapi…
Browse files Browse the repository at this point in the history
…s#12732)

Auto-created at 2022-11-01 11:24:09 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 1, 2022
1 parent 795e096 commit 392cb83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-androidpublisher_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-androidpublisher_v3

### v0.31.0 (2022-11-01)

* Regenerated from discovery document revision 20221031

### v0.30.0 (2022-10-29)

* Regenerated from discovery document revision 20221025
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2748,9 +2748,8 @@ class RegionalTaxRateInfo
alias_method :eligible_for_streaming_service_tax_rate?, :eligible_for_streaming_service_tax_rate

# To collect communications or amusement taxes in the United States, choose the
# appropriate tax category. By default Google will determine the collected rate
# based on the buyer ZIP code. [Learn more](https://support.google.com/
# googleplay/android-developer/answer/10463498#streaming_tax).
# appropriate tax category. [Learn more](https://support.google.com/googleplay/
# android-developer/answer/10463498#streaming_tax).
# Corresponds to the JSON property `streamingTaxType`
# @return [String]
attr_accessor :streaming_tax_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AndroidpublisherV3
# Version of the google-apis-androidpublisher_v3 gem
GEM_VERSION = "0.30.0"
GEM_VERSION = "0.31.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.11.0"

# Revision of the discovery document this client was generated from
REVISION = "20221025"
REVISION = "20221031"
end
end
end

0 comments on commit 392cb83

Please sign in to comment.