google-apis-androidpublisher_v3 0.89.0 → 0.90.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: d159600a30ce42999391dc91b8ccf0b1bb358663c807437f21670336884fc59c
4
- data.tar.gz: c8c0afcb958276eb3a2477cb661b4639c7cb83d63344672e0d48eca6cbc68fa3
3
+ metadata.gz: 0fde1624bc3aec734403df3f66d7036c28181d24b38552a9a0e3f8258f13e69a
4
+ data.tar.gz: ffb1bf94a65a846f70cf9088c316a7454bf403902b193f1d6446a8acaeb4e2ff
5
5
  SHA512:
6
- metadata.gz: 6f94f7dd69bf49b7c9d0be500b9a8ad425cf81ad411084a205de6c4b2c524064376f0bac6fac681ad167b29755fadcc15cd502dda4673c50975a3d5b8524c802
7
- data.tar.gz: 77f1a48075d9a1e07480da8bab98ab419a76b0ca5c96c7b89e77de6db9ca7e8a688954ab2191017cda5a11d75417e3148bce9aef089e79a68f5c2ec74a72585f
6
+ metadata.gz: 4a5f12b42a3cd59a0f4b25650c04e44a386fb3fab7ca5d982e495b04d0171a9366254d37b7202de9ad9fc3a4b0f3cccd9674602e55164c54623a30b1553b48ac
7
+ data.tar.gz: bb799d1a257d94ff03b672fa320195eca64bc72b6dd50bd7b4936d9d31b7883bd385b04f5bf6f6a31966cd10443c494b25a98c3911f600e181b6f584ca7b8312
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.90.0 (2025-11-30)
4
+
5
+ * Regenerated from discovery document revision 20251124
6
+
3
7
  ### v0.89.0 (2025-11-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20251119
@@ -5726,6 +5726,11 @@ module Google
5726
5726
  # @return [String]
5727
5727
  attr_accessor :purchase_token
5728
5728
 
5729
+ # The originating sales channel of the order.
5730
+ # Corresponds to the JSON property `salesChannel`
5731
+ # @return [String]
5732
+ attr_accessor :sales_channel
5733
+
5729
5734
  # The state of the order.
5730
5735
  # Corresponds to the JSON property `state`
5731
5736
  # @return [String]
@@ -5757,6 +5762,7 @@ module Google
5757
5762
  @order_id = args[:order_id] if args.key?(:order_id)
5758
5763
  @points_details = args[:points_details] if args.key?(:points_details)
5759
5764
  @purchase_token = args[:purchase_token] if args.key?(:purchase_token)
5765
+ @sales_channel = args[:sales_channel] if args.key?(:sales_channel)
5760
5766
  @state = args[:state] if args.key?(:state)
5761
5767
  @tax = args[:tax] if args.key?(:tax)
5762
5768
  @total = args[:total] if args.key?(:total)
@@ -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.89.0"
19
+ GEM_VERSION = "0.90.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 = "20251119"
25
+ REVISION = "20251124"
26
26
  end
27
27
  end
28
28
  end
@@ -3712,6 +3712,7 @@ module Google
3712
3712
  property :points_details, as: 'pointsDetails', class: Google::Apis::AndroidpublisherV3::PointsDetails, decorator: Google::Apis::AndroidpublisherV3::PointsDetails::Representation
3713
3713
 
3714
3714
  property :purchase_token, as: 'purchaseToken'
3715
+ property :sales_channel, as: 'salesChannel'
3715
3716
  property :state, as: 'state'
3716
3717
  property :tax, as: 'tax', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
3717
3718
 
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.89.0
4
+ version: 0.90.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.89.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.90.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: