google-apis-reseller_v1 0.3.0 → 0.4.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: fc4f8bfee2673d5bb0581a1cd9f28154a53b5ae69671c496a796352ae4f05df6
4
- data.tar.gz: 544e62c9c13bed67ff0418ca42053534200e39057ba009e8ff4dc8abcbef6eff
3
+ metadata.gz: 43252b2f0e04dedc5c4d542bc81419ea5bbfe15343ba44d4b32cdbb643219983
4
+ data.tar.gz: f1c5cf5e386ff6701cc9d398ab7a249d56a38271851aa63cb00462adf8723c07
5
5
  SHA512:
6
- metadata.gz: 97fe4dc6ae1064d157e19d8247e84c3f049b4895d2bfb949f77b31c858d8521c61b25891de335024165acec267477d8e69faa9ff7f87b00ba36d441ff7f3870a
7
- data.tar.gz: ea2ff506738ded4a098b16b48a2ca1ecf279c672bc9475c4bf0a56fb404b10ca081f707f40c96e9eb386c0bf122e96f918e898266cac15544c5bf48b35ecf664
6
+ metadata.gz: fa61ea2062d56e6417a18db9943b539a34c9c29e77b83605ef67fed646d7b0ca219232052386dc0bdb428974795dc39857e75c98acce6e1ab89bacf3a2111198
7
+ data.tar.gz: 413584b8ec00d8f376760eef8547f6b361a2fbf48acabad5054955670608a392c9606ff5ffa809fc5578c606b56055a0d27962f3ed4d4217d7e0157c54452351
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-reseller_v1
2
2
 
3
+ ### v0.4.0 (2021-03-25)
4
+
5
+ * Regenerated from discovery document revision 20210323
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -598,6 +598,13 @@ module Google
598
598
  class TransferInfo
599
599
  include Google::Apis::Core::Hashable
600
600
 
601
+ # Sku id of the current resold subscription. This is populated only when
602
+ # customer has subscription with legacy sku and the subscription resource is
603
+ # populated with recommeded sku for transfer in.
604
+ # Corresponds to the JSON property `currentLegacySkuId`
605
+ # @return [String]
606
+ attr_accessor :current_legacy_sku_id
607
+
601
608
  # When inserting a subscription, this is the minimum number of seats listed in
602
609
  # the transfer order for this product. For example, if the customer has 20 users,
603
610
  # the reseller cannot place a transfer order of 15 seats. The minimum is 20
@@ -618,6 +625,7 @@ module Google
618
625
 
619
626
  # Update properties of this object
620
627
  def update!(**args)
628
+ @current_legacy_sku_id = args[:current_legacy_sku_id] if args.key?(:current_legacy_sku_id)
621
629
  @minimum_transferable_seats = args[:minimum_transferable_seats] if args.key?(:minimum_transferable_seats)
622
630
  @transferability_expiration_time = args[:transferability_expiration_time] if args.key?(:transferability_expiration_time)
623
631
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ResellerV1
18
18
  # Version of the google-apis-reseller_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210206"
25
+ REVISION = "20210323"
26
26
  end
27
27
  end
28
28
  end
@@ -225,6 +225,7 @@ module Google
225
225
  class TransferInfo
226
226
  # @private
227
227
  class Representation < Google::Apis::Core::JsonRepresentation
228
+ property :current_legacy_sku_id, as: 'currentLegacySkuId'
228
229
  property :minimum_transferable_seats, as: 'minimumTransferableSeats'
229
230
  property :transferability_expiration_time, :numeric_string => true, as: 'transferabilityExpirationTime'
230
231
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-reseller_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-reseller_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-reseller_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-reseller_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-reseller_v1
57
57
  post_install_message:
58
58
  rdoc_options: []