google-apis-paymentsresellersubscription_v1 0.10.0 → 0.11.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: 8a3053daf9a6a116aca39916efc85251a7c8b8f05f1be4490f3034e02fd15954
|
4
|
+
data.tar.gz: '09682776a6549b998504dbe2755ba523d5c51db0234377277e3b0cd7c6c4d1bc'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef09aceafc26fb5ef2660a0516123d1a884d5fec9ce58303782ca47f2d9654df82807566d9d58f4c0095c8cf492bfbd44f94895016bac82ecd14e8ace4457289
|
7
|
+
data.tar.gz: 2e2e7b264e0abb3567c09e0e546ce2838da5ec8bce60733e8919e1706977bce22e0f868654a74aa7cc3274ee5ac047f79940e700c1ea0e45b54ba15c3f25461a
|
data/CHANGELOG.md
CHANGED
@@ -502,15 +502,15 @@ module Google
|
|
502
502
|
# @return [String]
|
503
503
|
attr_accessor :processing_state
|
504
504
|
|
505
|
-
# Required. Resource name that identifies
|
505
|
+
# Required. Required. Resource name that identifies the purchased products. The
|
506
506
|
# format will be 'partners/`partner_id`/products/`product_id`'.
|
507
507
|
# Corresponds to the JSON property `products`
|
508
508
|
# @return [Array<String>]
|
509
509
|
attr_accessor :products
|
510
510
|
|
511
|
-
# Optional. Resource name that identifies one or more promotions that
|
512
|
-
# applied on the product. A typical promotion for a subscription is Free
|
513
|
-
# The format will be 'partners/`partner_id`/promotions/`promotion_id`'.
|
511
|
+
# Optional. Optional. Resource name that identifies one or more promotions that
|
512
|
+
# can be applied on the product. A typical promotion for a subscription is Free
|
513
|
+
# trial. The format will be 'partners/`partner_id`/promotions/`promotion_id`'.
|
514
514
|
# Corresponds to the JSON property `promotions`
|
515
515
|
# @return [Array<String>]
|
516
516
|
attr_accessor :promotions
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PaymentsresellersubscriptionV1
|
18
18
|
# Version of the google-apis-paymentsresellersubscription_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-paymentsresellersubscription_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2022-
|
11
|
+
date: 2022-03-14 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-paymentsresellersubscription_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Payments Reseller Subscription API V1
|