google-apis-androidpublisher_v3 0.47.0 → 0.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53851f0d42c71e9d6ea7cff25e399dbe9ee66d9099b872e085f49c2b0d276999
4
- data.tar.gz: 2ec3037dc1e4bad8eef2a2ca7e61fbd34e21314976fcb3ea802808b430aaa8d5
3
+ metadata.gz: 2eeeae6c93cfc338504bc36f1a373049b2b568e5fe1098b2b0661ca51ab142c6
4
+ data.tar.gz: abad32cd702e1ba994ff144013fb869646c063191f6b173f76c8eca0422f45b2
5
5
  SHA512:
6
- metadata.gz: a37b03d64ba106b198a0742dd10af6dbf09e464bcdd3212890f5602b399c641fd6947f30086c2d009e2b092714a6fa2f8e711d32299120e8ed820799982c07b4
7
- data.tar.gz: 1c2b67963c78b2b8379cffa2bc27f92905d6bc2aa396b3cb12feaba6e6987b2cea7d5f7f210f0bf0302b3a429dcb7da8c464e902cbe66d237ca4836923847d02
6
+ metadata.gz: 307a4240930eb41efcce6332f7da7d5d284c3ff05132533f2415a5f6d4ed82a4655820bdead20e09b37d6f8335841acc697114bdff231bfc17aa7f7a60b35abe
7
+ data.tar.gz: 6d58535da2b35a03ef67031cd889087d5deec8663acec4b268e9612a969d521db1f431d50c80f806964b6cc7a043dcd7710234acbd4103f0f85aa010b86dbe7c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.48.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.47.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230803
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidpublisherV3
18
18
  # Version of the google-apis-androidpublisher_v3 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230803"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
@@ -1841,10 +1841,10 @@ module Google
1841
1841
  execute_or_queue_command(command, &block)
1842
1842
  end
1843
1843
 
1844
- # Deletes an in-app product (i.e. a managed product or a subscription). This
1845
- # method should no longer be used to delete subscriptions. See [this article](
1846
- # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
1847
- # developer-api-june-2023.html) for more information.
1844
+ # Deletes an in-app product (a managed product or a subscription). This method
1845
+ # should no longer be used to delete subscriptions. See [this article](https://
1846
+ # android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-
1847
+ # june-2023.html) for more information.
1848
1848
  # @param [String] package_name
1849
1849
  # Package name of the app.
1850
1850
  # @param [String] sku
@@ -1911,10 +1911,10 @@ module Google
1911
1911
  execute_or_queue_command(command, &block)
1912
1912
  end
1913
1913
 
1914
- # Creates an in-app product (i.e. a managed product or a subscription). This
1915
- # method should no longer be used to create subscriptions. See [this article](
1916
- # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
1917
- # developer-api-june-2023.html) for more information.
1914
+ # Creates an in-app product (a managed product or a subscription). This method
1915
+ # should no longer be used to create subscriptions. See [this article](https://
1916
+ # android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-
1917
+ # june-2023.html) for more information.
1918
1918
  # @param [String] package_name
1919
1919
  # Package name of the app.
1920
1920
  # @param [Google::Apis::AndroidpublisherV3::InAppProduct] in_app_product_object
@@ -1997,10 +1997,10 @@ module Google
1997
1997
  execute_or_queue_command(command, &block)
1998
1998
  end
1999
1999
 
2000
- # Patches an in-app product (i.e. a managed product or a subscription). This
2001
- # method should no longer be used to update subscriptions. See [this article](
2002
- # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
2003
- # developer-api-june-2023.html) for more information.
2000
+ # Patches an in-app product (a managed product or a subscription). This method
2001
+ # should no longer be used to update subscriptions. See [this article](https://
2002
+ # android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-
2003
+ # june-2023.html) for more information.
2004
2004
  # @param [String] package_name
2005
2005
  # Package name of the app.
2006
2006
  # @param [String] sku
@@ -2041,10 +2041,10 @@ module Google
2041
2041
  execute_or_queue_command(command, &block)
2042
2042
  end
2043
2043
 
2044
- # Updates an in-app product (i.e. a managed product or a subscription). This
2045
- # method should no longer be used to update subscriptions. See [this article](
2046
- # https://android-developers.googleblog.com/2023/06/changes-to-google-play-
2047
- # developer-api-june-2023.html) for more information.
2044
+ # Updates an in-app product (a managed product or a subscription). This method
2045
+ # should no longer be used to update subscriptions. See [this article](https://
2046
+ # android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-
2047
+ # june-2023.html) for more information.
2048
2048
  # @param [String] package_name
2049
2049
  # Package name of the app.
2050
2050
  # @param [String] sku
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
63
63
  post_install_message:
64
64
  rdoc_options: []