google-apis-androidpublisher_v3 0.47.0 → 0.48.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2eeeae6c93cfc338504bc36f1a373049b2b568e5fe1098b2b0661ca51ab142c6
|
4
|
+
data.tar.gz: abad32cd702e1ba994ff144013fb869646c063191f6b173f76c8eca0422f45b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 307a4240930eb41efcce6332f7da7d5d284c3ff05132533f2415a5f6d4ed82a4655820bdead20e09b37d6f8335841acc697114bdff231bfc17aa7f7a60b35abe
|
7
|
+
data.tar.gz: 6d58535da2b35a03ef67031cd889087d5deec8663acec4b268e9612a969d521db1f431d50c80f806964b6cc7a043dcd7710234acbd4103f0f85aa010b86dbe7c
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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 (
|
1845
|
-
#
|
1846
|
-
#
|
1847
|
-
#
|
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 (
|
1915
|
-
#
|
1916
|
-
#
|
1917
|
-
#
|
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 (
|
2001
|
-
#
|
2002
|
-
#
|
2003
|
-
#
|
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 (
|
2045
|
-
#
|
2046
|
-
#
|
2047
|
-
#
|
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.
|
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-
|
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.
|
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: []
|