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: 38da6cac623b643ab6e47473ea03a6a64d6a75c998bcb70c7866682b75587a75
4
- data.tar.gz: 38be92362eea6f73ecb057fdd6887d1220f585449c52cb1b12935b679f66ded2
3
+ metadata.gz: 8a3053daf9a6a116aca39916efc85251a7c8b8f05f1be4490f3034e02fd15954
4
+ data.tar.gz: '09682776a6549b998504dbe2755ba523d5c51db0234377277e3b0cd7c6c4d1bc'
5
5
  SHA512:
6
- metadata.gz: 79169f759e50bf222ae390a0cffad59d8e7b3a60326df1395ab68a25e374560dfe0ee286e8c14d627559402c4eee7bd8bf23341b37881e43caccaf468b2c59d8
7
- data.tar.gz: dd9f412de74f36ce846faf3bebb487d425a4dc406c591446313249d268a311155ea3a176f6ddc9af9f198d777a5b177d01556eeba24f112b2cb913668693be51
6
+ metadata.gz: ef09aceafc26fb5ef2660a0516123d1a884d5fec9ce58303782ca47f2d9654df82807566d9d58f4c0095c8cf492bfbd44f94895016bac82ecd14e8ace4457289
7
+ data.tar.gz: 2e2e7b264e0abb3567c09e0e546ce2838da5ec8bce60733e8919e1706977bce22e0f868654a74aa7cc3274ee5ac047f79940e700c1ea0e45b54ba15c3f25461a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-paymentsresellersubscription_v1
2
2
 
3
+ ### v0.11.0 (2022-03-12)
4
+
5
+ * Regenerated from discovery document revision 20220311
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.10.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -502,15 +502,15 @@ module Google
502
502
  # @return [String]
503
503
  attr_accessor :processing_state
504
504
 
505
- # Required. Resource name that identifies one or more subscription products. The
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 can be
512
- # applied on the product. A typical promotion for a subscription is Free trial.
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.10.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.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
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.10.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-01-10 00:00:00.000000000 Z
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.10.0
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.4
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