google-apis-androidpublisher_v3 0.90.0 → 0.91.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8310a4f87fc8db2a4b9292e5fe7d54d2d31b1b74ef6c87e5dd0c3b14326003e9
|
|
4
|
+
data.tar.gz: 1dbd0814df5f1d2ea1d0162486ce4a22246880fab1938656f6adb5937c45957d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db4e3f0c662e1d8114a67c3eeb46c6311654ac1fbfc95bca5bff184a6ac024288aad0515d441d7b5bf56ea1ae7d42e81b76c93086d9c389a034c55928ed5502d
|
|
7
|
+
data.tar.gz: e424a8623b9af9673a08989071ec187c3561515447cadcdd76a32ada45691a6942bab71f754c1530cdc9356961a59cb9c8108ddfe9925919617302a249571896
|
data/CHANGELOG.md
CHANGED
|
@@ -812,10 +812,11 @@ module Google
|
|
|
812
812
|
class AutoRenewingBasePlanType
|
|
813
813
|
include Google::Apis::Core::Hashable
|
|
814
814
|
|
|
815
|
-
# Optional.
|
|
816
|
-
# format. Acceptable values must be in days and between P0D and P60D.
|
|
817
|
-
#
|
|
818
|
-
#
|
|
815
|
+
# Optional. Custom account hold period of the subscription, specified in ISO
|
|
816
|
+
# 8601 format. Acceptable values must be in days and between P0D and P60D. An
|
|
817
|
+
# empty field represents a recommended account hold, calculated as 60 days minus
|
|
818
|
+
# grace period. The sum of gracePeriodDuration and accountHoldDuration must be
|
|
819
|
+
# between P30D and P60D days, inclusive.
|
|
819
820
|
# Corresponds to the JSON property `accountHoldDuration`
|
|
820
821
|
# @return [String]
|
|
821
822
|
attr_accessor :account_hold_duration
|
|
@@ -4130,10 +4131,11 @@ module Google
|
|
|
4130
4131
|
class InstallmentsBasePlanType
|
|
4131
4132
|
include Google::Apis::Core::Hashable
|
|
4132
4133
|
|
|
4133
|
-
# Optional.
|
|
4134
|
-
# format. Acceptable values must be in days and between P0D and P60D.
|
|
4135
|
-
#
|
|
4136
|
-
#
|
|
4134
|
+
# Optional. Custom account hold period of the subscription, specified in ISO
|
|
4135
|
+
# 8601 format. Acceptable values must be in days and between P0D and P60D. An
|
|
4136
|
+
# empty field represents a recommended account hold, calculated as 60 days minus
|
|
4137
|
+
# grace period. The sum of gracePeriodDuration and accountHoldDuration must be
|
|
4138
|
+
# between P30D and P60D days, inclusive.
|
|
4137
4139
|
# Corresponds to the JSON property `accountHoldDuration`
|
|
4138
4140
|
# @return [String]
|
|
4139
4141
|
attr_accessor :account_hold_duration
|
|
@@ -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.91.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.91.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.91.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|