aylien_news_api 5.1.0 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/aylien_news_api.gemspec +1 -1
  4. data/docs/DunsNumber.md +17 -0
  5. data/docs/Entity.md +3 -1
  6. data/docs/ExternalIds.md +17 -0
  7. data/lib/aylien_news_api/api/default_api.rb +1 -1
  8. data/lib/aylien_news_api/api_client.rb +1 -1
  9. data/lib/aylien_news_api/api_error.rb +1 -1
  10. data/lib/aylien_news_api/configuration.rb +1 -1
  11. data/lib/aylien_news_api/models/aggregated_sentiment.rb +1 -1
  12. data/lib/aylien_news_api/models/author.rb +1 -1
  13. data/lib/aylien_news_api/models/autocomplete.rb +1 -1
  14. data/lib/aylien_news_api/models/autocompletes.rb +1 -1
  15. data/lib/aylien_news_api/models/category.rb +25 -2
  16. data/lib/aylien_news_api/models/category_links.rb +1 -1
  17. data/lib/aylien_news_api/models/category_taxonomy.rb +1 -1
  18. data/lib/aylien_news_api/models/cluster.rb +1 -1
  19. data/lib/aylien_news_api/models/clusters.rb +1 -1
  20. data/lib/aylien_news_api/models/duns_number.rb +206 -0
  21. data/lib/aylien_news_api/models/entity.rb +14 -5
  22. data/lib/aylien_news_api/models/entity_in_text.rb +1 -1
  23. data/lib/aylien_news_api/models/entity_links.rb +1 -1
  24. data/lib/aylien_news_api/models/entity_mention.rb +1 -1
  25. data/lib/aylien_news_api/models/entity_mention_index.rb +1 -1
  26. data/lib/aylien_news_api/models/entity_sentiment.rb +1 -1
  27. data/lib/aylien_news_api/models/entity_surface_form.rb +1 -1
  28. data/lib/aylien_news_api/models/error.rb +1 -1
  29. data/lib/aylien_news_api/models/error_links.rb +1 -1
  30. data/lib/aylien_news_api/models/errors.rb +1 -1
  31. data/lib/aylien_news_api/models/external_ids.rb +210 -0
  32. data/lib/aylien_news_api/models/histogram_interval.rb +1 -1
  33. data/lib/aylien_news_api/models/histograms.rb +1 -1
  34. data/lib/aylien_news_api/models/location.rb +1 -1
  35. data/lib/aylien_news_api/models/logicals.rb +1 -1
  36. data/lib/aylien_news_api/models/media.rb +1 -1
  37. data/lib/aylien_news_api/models/media_format.rb +1 -1
  38. data/lib/aylien_news_api/models/media_type.rb +1 -1
  39. data/lib/aylien_news_api/models/nested_entity.rb +1 -1
  40. data/lib/aylien_news_api/models/parameter.rb +1 -1
  41. data/lib/aylien_news_api/models/query.rb +1 -1
  42. data/lib/aylien_news_api/models/rank.rb +1 -1
  43. data/lib/aylien_news_api/models/rankings.rb +1 -1
  44. data/lib/aylien_news_api/models/related_stories.rb +1 -1
  45. data/lib/aylien_news_api/models/representative_story.rb +1 -1
  46. data/lib/aylien_news_api/models/scope.rb +1 -1
  47. data/lib/aylien_news_api/models/scope_level.rb +1 -1
  48. data/lib/aylien_news_api/models/sentiment.rb +1 -1
  49. data/lib/aylien_news_api/models/sentiment_polarity.rb +1 -1
  50. data/lib/aylien_news_api/models/sentiments.rb +1 -1
  51. data/lib/aylien_news_api/models/share_count.rb +1 -1
  52. data/lib/aylien_news_api/models/share_counts.rb +1 -1
  53. data/lib/aylien_news_api/models/source.rb +1 -1
  54. data/lib/aylien_news_api/models/stories.rb +1 -1
  55. data/lib/aylien_news_api/models/story.rb +1 -1
  56. data/lib/aylien_news_api/models/story_cluster.rb +1 -1
  57. data/lib/aylien_news_api/models/story_links.rb +1 -1
  58. data/lib/aylien_news_api/models/story_translation.rb +1 -1
  59. data/lib/aylien_news_api/models/story_translations.rb +1 -1
  60. data/lib/aylien_news_api/models/summary.rb +1 -1
  61. data/lib/aylien_news_api/models/time_series.rb +1 -1
  62. data/lib/aylien_news_api/models/time_series_list.rb +1 -1
  63. data/lib/aylien_news_api/models/trend.rb +1 -1
  64. data/lib/aylien_news_api/models/trends.rb +1 -1
  65. data/lib/aylien_news_api/models/warning.rb +1 -1
  66. data/lib/aylien_news_api/version.rb +2 -2
  67. data/lib/aylien_news_api.rb +3 -1
  68. data/spec/api/default_api_spec.rb +1 -1
  69. data/spec/api_client_spec.rb +1 -1
  70. data/spec/configuration_spec.rb +1 -1
  71. data/spec/models/aggregated_sentiment_spec.rb +1 -1
  72. data/spec/models/author_spec.rb +1 -1
  73. data/spec/models/autocomplete_spec.rb +1 -1
  74. data/spec/models/autocompletes_spec.rb +1 -1
  75. data/spec/models/category_links_spec.rb +1 -1
  76. data/spec/models/category_spec.rb +1 -1
  77. data/spec/models/category_taxonomy_spec.rb +1 -1
  78. data/spec/models/cluster_spec.rb +1 -1
  79. data/spec/models/clusters_spec.rb +1 -1
  80. data/spec/models/duns_number_spec.rb +41 -0
  81. data/spec/models/entity_in_text_spec.rb +1 -1
  82. data/spec/models/entity_links_spec.rb +1 -1
  83. data/spec/models/entity_mention_index_spec.rb +1 -1
  84. data/spec/models/entity_mention_spec.rb +1 -1
  85. data/spec/models/entity_sentiment_spec.rb +1 -1
  86. data/spec/models/entity_spec.rb +7 -1
  87. data/spec/models/entity_surface_form_spec.rb +1 -1
  88. data/spec/models/error_links_spec.rb +1 -1
  89. data/spec/models/error_spec.rb +1 -1
  90. data/spec/models/errors_spec.rb +1 -1
  91. data/spec/models/external_ids_spec.rb +41 -0
  92. data/spec/models/histogram_interval_spec.rb +1 -1
  93. data/spec/models/histograms_spec.rb +1 -1
  94. data/spec/models/location_spec.rb +1 -1
  95. data/spec/models/logicals_spec.rb +1 -1
  96. data/spec/models/media_format_spec.rb +1 -1
  97. data/spec/models/media_spec.rb +1 -1
  98. data/spec/models/media_type_spec.rb +1 -1
  99. data/spec/models/nested_entity_spec.rb +1 -1
  100. data/spec/models/parameter_spec.rb +1 -1
  101. data/spec/models/query_spec.rb +1 -1
  102. data/spec/models/rank_spec.rb +1 -1
  103. data/spec/models/rankings_spec.rb +1 -1
  104. data/spec/models/related_stories_spec.rb +1 -1
  105. data/spec/models/representative_story_spec.rb +1 -1
  106. data/spec/models/scope_level_spec.rb +1 -1
  107. data/spec/models/scope_spec.rb +1 -1
  108. data/spec/models/sentiment_polarity_spec.rb +1 -1
  109. data/spec/models/sentiment_spec.rb +1 -1
  110. data/spec/models/sentiments_spec.rb +1 -1
  111. data/spec/models/share_count_spec.rb +1 -1
  112. data/spec/models/share_counts_spec.rb +1 -1
  113. data/spec/models/source_spec.rb +1 -1
  114. data/spec/models/stories_spec.rb +1 -1
  115. data/spec/models/story_cluster_spec.rb +1 -1
  116. data/spec/models/story_links_spec.rb +1 -1
  117. data/spec/models/story_spec.rb +1 -1
  118. data/spec/models/story_translation_spec.rb +1 -1
  119. data/spec/models/story_translations_spec.rb +1 -1
  120. data/spec/models/summary_spec.rb +1 -1
  121. data/spec/models/time_series_list_spec.rb +1 -1
  122. data/spec/models/time_series_spec.rb +1 -1
  123. data/spec/models/trend_spec.rb +1 -1
  124. data/spec/models/trends_spec.rb +1 -1
  125. data/spec/models/warning_spec.rb +1 -1
  126. data/spec/spec_helper.rb +1 -1
  127. metadata +68 -60
@@ -0,0 +1,210 @@
1
+ =begin
2
+ #AYLIEN News API
3
+
4
+ #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
+
6
+ The version of the OpenAPI document: 5.1.1
7
+ Contact: support@aylien.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.0.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module AylienNewsApi
16
+ # External Ids of an entity
17
+ class ExternalIds
18
+ # DUNS number(s) of the entity
19
+ attr_accessor :duns
20
+
21
+ # Attribute mapping from ruby-style variable name to JSON key.
22
+ def self.attribute_map
23
+ {
24
+ :'duns' => :'duns'
25
+ }
26
+ end
27
+
28
+ # Attribute type mapping.
29
+ def self.openapi_types
30
+ {
31
+ :'duns' => :'Array<DunsNumber>'
32
+ }
33
+ end
34
+
35
+ # List of attributes with nullable: true
36
+ def self.openapi_nullable
37
+ Set.new([
38
+ ])
39
+ end
40
+
41
+ # Initializes the object
42
+ # @param [Hash] attributes Model attributes in the form of hash
43
+ def initialize(attributes = {})
44
+ if (!attributes.is_a?(Hash))
45
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AylienNewsApi::ExternalIds` initialize method"
46
+ end
47
+
48
+ # check to see if the attribute exists and convert string to symbol for hash key
49
+ attributes = attributes.each_with_object({}) { |(k, v), h|
50
+ if (!self.class.attribute_map.key?(k.to_sym))
51
+ fail ArgumentError, "`#{k}` is not a valid attribute in `AylienNewsApi::ExternalIds`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
52
+ end
53
+ h[k.to_sym] = v
54
+ }
55
+
56
+ if attributes.key?(:'duns')
57
+ if (value = attributes[:'duns']).is_a?(Array)
58
+ self.duns = value
59
+ end
60
+ end
61
+ end
62
+
63
+ # Show invalid properties with the reasons. Usually used together with valid?
64
+ # @return Array for valid properties with the reasons
65
+ def list_invalid_properties
66
+ invalid_properties = Array.new
67
+ invalid_properties
68
+ end
69
+
70
+ # Check to see if the all the properties in the model are valid
71
+ # @return true if the model is valid
72
+ def valid?
73
+ true
74
+ end
75
+
76
+ # Checks equality by comparing each attribute.
77
+ # @param [Object] Object to be compared
78
+ def ==(o)
79
+ return true if self.equal?(o)
80
+ self.class == o.class &&
81
+ duns == o.duns
82
+ end
83
+
84
+ # @see the `==` method
85
+ # @param [Object] Object to be compared
86
+ def eql?(o)
87
+ self == o
88
+ end
89
+
90
+ # Calculates hash code according to all attributes.
91
+ # @return [Integer] Hash code
92
+ def hash
93
+ [duns].hash
94
+ end
95
+
96
+ # Builds the object from hash
97
+ # @param [Hash] attributes Model attributes in the form of hash
98
+ # @return [Object] Returns the model itself
99
+ def self.build_from_hash(attributes)
100
+ new.build_from_hash(attributes)
101
+ end
102
+
103
+ # Builds the object from hash
104
+ # @param [Hash] attributes Model attributes in the form of hash
105
+ # @return [Object] Returns the model itself
106
+ def build_from_hash(attributes)
107
+ return nil unless attributes.is_a?(Hash)
108
+ self.class.openapi_types.each_pair do |key, type|
109
+ if type =~ /\AArray<(.*)>/i
110
+ # check to ensure the input is an array given that the attribute
111
+ # is documented as an array but the input is not
112
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
113
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
114
+ end
115
+ elsif !attributes[self.class.attribute_map[key]].nil?
116
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
117
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
118
+ end
119
+
120
+ self
121
+ end
122
+
123
+ # Deserializes the data based on type
124
+ # @param string type Data type
125
+ # @param string value Value to be deserialized
126
+ # @return [Object] Deserialized data
127
+ def _deserialize(type, value)
128
+ case type.to_sym
129
+ when :DateTime
130
+ DateTime.parse(value)
131
+ when :Date
132
+ Date.parse(value)
133
+ when :String
134
+ value.to_s
135
+ when :Integer
136
+ value.to_i
137
+ when :Float
138
+ value.to_f
139
+ when :Boolean
140
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
141
+ true
142
+ else
143
+ false
144
+ end
145
+ when :Object
146
+ # generic object (usually a Hash), return directly
147
+ value
148
+ when /\AArray<(?<inner_type>.+)>\z/
149
+ inner_type = Regexp.last_match[:inner_type]
150
+ value.map { |v| _deserialize(inner_type, v) }
151
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
152
+ k_type = Regexp.last_match[:k_type]
153
+ v_type = Regexp.last_match[:v_type]
154
+ {}.tap do |hash|
155
+ value.each do |k, v|
156
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
157
+ end
158
+ end
159
+ else # model
160
+ AylienNewsApi.const_get(type).build_from_hash(value)
161
+ end
162
+ end
163
+
164
+ # Returns the string representation of the object
165
+ # @return [String] String presentation of the object
166
+ def to_s
167
+ to_hash.to_s
168
+ end
169
+
170
+ # to_body is an alias to to_hash (backward compatibility)
171
+ # @return [Hash] Returns the object in the form of hash
172
+ def to_body
173
+ to_hash
174
+ end
175
+
176
+ # Returns the object in the form of hash
177
+ # @return [Hash] Returns the object in the form of hash
178
+ def to_hash
179
+ hash = {}
180
+ self.class.attribute_map.each_pair do |attr, param|
181
+ value = self.send(attr)
182
+ if value.nil?
183
+ is_nullable = self.class.openapi_nullable.include?(attr)
184
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
185
+ end
186
+
187
+ hash[param] = _to_hash(value)
188
+ end
189
+ hash
190
+ end
191
+
192
+ # Outputs non-array value in the form of hash
193
+ # For object, use to_hash. Otherwise, just return the value
194
+ # @param [Object] value Any valid value
195
+ # @return [Hash] Returns the value in the form of hash
196
+ def _to_hash(value)
197
+ if value.is_a?(Array)
198
+ value.compact.map { |v| _to_hash(v) }
199
+ elsif value.is_a?(Hash)
200
+ {}.tap do |hash|
201
+ value.each { |k, v| hash[k] = _to_hash(v) }
202
+ end
203
+ elsif value.respond_to? :to_hash
204
+ value.to_hash
205
+ else
206
+ value
207
+ end
208
+ end
209
+ end
210
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module AylienNewsApi
14
- VERSION = '5.1.0'
14
+ VERSION = '5.1.1'
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -26,6 +26,7 @@ require 'aylien_news_api/models/category_links'
26
26
  require 'aylien_news_api/models/category_taxonomy'
27
27
  require 'aylien_news_api/models/cluster'
28
28
  require 'aylien_news_api/models/clusters'
29
+ require 'aylien_news_api/models/duns_number'
29
30
  require 'aylien_news_api/models/entity'
30
31
  require 'aylien_news_api/models/entity_in_text'
31
32
  require 'aylien_news_api/models/entity_links'
@@ -36,6 +37,7 @@ require 'aylien_news_api/models/entity_surface_form'
36
37
  require 'aylien_news_api/models/error'
37
38
  require 'aylien_news_api/models/error_links'
38
39
  require 'aylien_news_api/models/errors'
40
+ require 'aylien_news_api/models/external_ids'
39
41
  require 'aylien_news_api/models/histogram_interval'
40
42
  require 'aylien_news_api/models/histograms'
41
43
  require 'aylien_news_api/models/location'
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.0
6
+ The version of the OpenAPI document: 5.1.1
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT