google-apis-readerrevenuesubscriptionlinking_v1 0.5.0 → 0.7.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: 35ef0afc36d769905d55b083b7aa0bc97d7b75f905bdf8e456c03935d9bdbdd1
4
- data.tar.gz: e1c086c3ffafabdd562ac09fbce0d7c903f2941165128bbb804b5dc7b72b6595
3
+ metadata.gz: 736ffe9ed7abcb9e6ecc712c0024e38e844bc87559aa91b570831823642097fa
4
+ data.tar.gz: 64bf1b2ab06cd86712cff7e7772d2d77336787d7ab06e7b7fc7ded242d7f4435
5
5
  SHA512:
6
- metadata.gz: 7f2e87fa7e97f337e936a8a9d15dadf15bbda37d1e038011fcde4ef0ce1101c4dec89f907865b5e74f9b4de7dc19b4f94b1706cc355f691cacaf5b10db715034
7
- data.tar.gz: 2fd4dc723a69da052733119c6339542401f581ee802fecc1c6e5cbdd33d82961c4bbdc50a650a8ca652535d0df8aeb6622502fd25ff4dd0ea5df5091986b6bd5
6
+ metadata.gz: cf9d4874643b5c9802514f9c9b650fb78c369b99ce74b828434c95e99a7e7e612892336352654ea32752fcb15d2d797e2d5cd5fd419f6a662413ba7f0e1bc806
7
+ data.tar.gz: 26379bbe757e21e5851b7e6c378c3a3eb4f092c2a45ba5a372be88c91ca0ca32da0590d33942921b69267afe1f4fc97e65f5332163eb6d36ac391de5c4ec1ea2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-readerrevenuesubscriptionlinking_v1
2
2
 
3
+ ### v0.7.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250611
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.6.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.5.0 (2024-10-20)
4
13
 
5
14
  * Regenerated from discovery document revision 20241015
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/news/subscribe/subscri
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -96,6 +96,23 @@ module Google
96
96
  # @return [String]
97
97
  attr_accessor :name
98
98
 
99
+ # Output only. The SwG publication id that the reader's subscription linking was
100
+ # originating from.
101
+ # Corresponds to the JSON property `originatingPublicationId`
102
+ # @return [String]
103
+ attr_accessor :originating_publication_id
104
+
105
+ # Output only. The publisher provided id of the reader.
106
+ # Corresponds to the JSON property `ppid`
107
+ # @return [String]
108
+ attr_accessor :ppid
109
+
110
+ # Output only. The SwG publication id that the reader has linked their
111
+ # subscription to.
112
+ # Corresponds to the JSON property `publicationId`
113
+ # @return [String]
114
+ attr_accessor :publication_id
115
+
99
116
  def initialize(**args)
100
117
  update!(**args)
101
118
  end
@@ -104,6 +121,9 @@ module Google
104
121
  def update!(**args)
105
122
  @create_time = args[:create_time] if args.key?(:create_time)
106
123
  @name = args[:name] if args.key?(:name)
124
+ @originating_publication_id = args[:originating_publication_id] if args.key?(:originating_publication_id)
125
+ @ppid = args[:ppid] if args.key?(:ppid)
126
+ @publication_id = args[:publication_id] if args.key?(:publication_id)
107
127
  end
108
128
  end
109
129
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ReaderrevenuesubscriptionlinkingV1
18
18
  # Version of the google-apis-readerrevenuesubscriptionlinking_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241015"
25
+ REVISION = "20250611"
26
26
  end
27
27
  end
28
28
  end
@@ -67,6 +67,9 @@ module Google
67
67
  class Representation < Google::Apis::Core::JsonRepresentation
68
68
  property :create_time, as: 'createTime'
69
69
  property :name, as: 'name'
70
+ property :originating_publication_id, as: 'originatingPublicationId'
71
+ property :ppid, as: 'ppid'
72
+ property :publication_id, as: 'publicationId'
70
73
  end
71
74
  end
72
75
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-readerrevenuesubscriptionlinking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-readerrevenuesubscriptionlinking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-readerrevenuesubscriptionlinking_v1/v0.5.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-readerrevenuesubscriptionlinking_v1/v0.7.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-readerrevenuesubscriptionlinking_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.21
79
- signing_key:
76
+ rubygems_version: 3.6.9
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Reader Revenue Subscription Linking API V1
82
79
  test_files: []