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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 416a9ac8037966379e976b0bf42aecee0eca0158866a6eaa27fe38825bf9d48e
4
- data.tar.gz: 8f8b34c0aa4dcdd80664a932120770cc3174102a5fa89d66237669f046e73420
3
+ metadata.gz: 5de5047ef92a948536555e14d03e575aa9e3bb8a14bd9d04d07d0bc6556cd806
4
+ data.tar.gz: 277b33ed85956cc8a0d2293aa7976f23e626593fb4c2e1d3672bbe6cf8bbebf7
5
5
  SHA512:
6
- metadata.gz: 1d7194a8cb1974ee31a3af34e3c8e9acd922f22865dd65d5e90cc7efed124ecd1cd4aca4bb794ea8afd511aa3181abf819ddcb616aef33e0e78cbc92c411d88d
7
- data.tar.gz: 005fef75090d68065121be9326c7752737346fc3689e90e9b0ef78938fe16c5a6a9d5f74901c74005440c17035335c1e65962ca780d6ac5d118aa59e1fd7e1e3
6
+ metadata.gz: c16cbfe59d93d63e7896b3f750166dc27913682b006bb415cb208bf18616dc663e3f79dece408e683589207ff3ac2f17745cfc99e423b54502f62d4df17f3a46
7
+ data.tar.gz: f09bdf2e07bcb23353dbba14ae458efa05dc5c3bbcff8739be3c80016be37934d5dd7da2ccd6b500b2f797fff9493fbce4ff1da983a495e4cd0f8ec4bcca2a4d
data/README.md CHANGED
@@ -90,12 +90,14 @@ Class | Method | HTTP request | Description
90
90
  - [AylienNewsApi::Cluster](docs/Cluster.md)
91
91
  - [AylienNewsApi::Clusters](docs/Clusters.md)
92
92
  - [AylienNewsApi::Coverages](docs/Coverages.md)
93
+ - [AylienNewsApi::DunsNumber](docs/DunsNumber.md)
93
94
  - [AylienNewsApi::Entities](docs/Entities.md)
94
95
  - [AylienNewsApi::Entity](docs/Entity.md)
95
96
  - [AylienNewsApi::EntityLinks](docs/EntityLinks.md)
96
97
  - [AylienNewsApi::Error](docs/Error.md)
97
98
  - [AylienNewsApi::ErrorLinks](docs/ErrorLinks.md)
98
99
  - [AylienNewsApi::Errors](docs/Errors.md)
100
+ - [AylienNewsApi::ExternalIds](docs/ExternalIds.md)
99
101
  - [AylienNewsApi::HistogramInterval](docs/HistogramInterval.md)
100
102
  - [AylienNewsApi::Histograms](docs/Histograms.md)
101
103
  - [AylienNewsApi::Location](docs/Location.md)
@@ -5,7 +5,7 @@
5
5
 
6
6
  #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.
7
7
 
8
- The version of the OpenAPI document: 5.1.0
8
+ The version of the OpenAPI document: 5.1.1
9
9
  Contact: support@aylien.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -0,0 +1,17 @@
1
+ # AylienNewsApi::DunsNumber
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **String** | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'AylienNewsApi'
13
+
14
+ instance = AylienNewsApi::DunsNumber.new(id: null)
15
+ ```
16
+
17
+
data/docs/Entity.md CHANGED
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **overall_frequency** | **Integer** | Amount of entity surface form mentions in the article | [optional]
14
14
  **body** | [**EntityInText**](EntityInText.md) | | [optional]
15
15
  **title** | [**EntityInText**](EntityInText.md) | | [optional]
16
+ **external_ids** | [**ExternalIds**](ExternalIds.md) | | [optional]
16
17
 
17
18
  ## Code Sample
18
19
 
@@ -27,7 +28,8 @@ instance = AylienNewsApi::Entity.new(id: null,
27
28
  overall_prominence: null,
28
29
  overall_frequency: null,
29
30
  body: null,
30
- title: null)
31
+ title: null,
32
+ external_ids: null)
31
33
  ```
32
34
 
33
35
 
@@ -0,0 +1,17 @@
1
+ # AylienNewsApi::ExternalIds
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **duns** | [**Array<DunsNumber>**](DunsNumber.md) | DUNS number(s) of the entity | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'AylienNewsApi'
13
+
14
+ instance = AylienNewsApi::ExternalIds.new(duns: null)
15
+ ```
16
+
17
+
@@ -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
@@ -64,7 +64,6 @@ module AylienNewsApi
64
64
  Set.new([
65
65
  :'confident',
66
66
  :'level',
67
- :'score',
68
67
  ])
69
68
  end
70
69
 
@@ -116,15 +115,39 @@ module AylienNewsApi
116
115
  # @return Array for valid properties with the reasons
117
116
  def list_invalid_properties
118
117
  invalid_properties = Array.new
118
+ if !@score.nil? && @score > 1
119
+ invalid_properties.push('invalid value for "score", must be smaller than or equal to 1.')
120
+ end
121
+
122
+ if !@score.nil? && @score < 0
123
+ invalid_properties.push('invalid value for "score", must be greater than or equal to 0.')
124
+ end
125
+
119
126
  invalid_properties
120
127
  end
121
128
 
122
129
  # Check to see if the all the properties in the model are valid
123
130
  # @return true if the model is valid
124
131
  def valid?
132
+ return false if !@score.nil? && @score > 1
133
+ return false if !@score.nil? && @score < 0
125
134
  true
126
135
  end
127
136
 
137
+ # Custom attribute writer method with validation
138
+ # @param [Object] score Value to be assigned
139
+ def score=(score)
140
+ if !score.nil? && score > 1
141
+ fail ArgumentError, 'invalid value for "score", must be smaller than or equal to 1.'
142
+ end
143
+
144
+ if !score.nil? && score < 0
145
+ fail ArgumentError, 'invalid value for "score", must be greater than or equal to 0.'
146
+ end
147
+
148
+ @score = score
149
+ end
150
+
128
151
  # Checks equality by comparing each attribute.
129
152
  # @param [Object] Object to be compared
130
153
  def ==(o)
@@ -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
@@ -0,0 +1,206 @@
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
+ class DunsNumber
17
+ attr_accessor :id
18
+
19
+ # Attribute mapping from ruby-style variable name to JSON key.
20
+ def self.attribute_map
21
+ {
22
+ :'id' => :'id'
23
+ }
24
+ end
25
+
26
+ # Attribute type mapping.
27
+ def self.openapi_types
28
+ {
29
+ :'id' => :'String'
30
+ }
31
+ end
32
+
33
+ # List of attributes with nullable: true
34
+ def self.openapi_nullable
35
+ Set.new([
36
+ ])
37
+ end
38
+
39
+ # Initializes the object
40
+ # @param [Hash] attributes Model attributes in the form of hash
41
+ def initialize(attributes = {})
42
+ if (!attributes.is_a?(Hash))
43
+ fail ArgumentError, "The input argument (attributes) must be a hash in `AylienNewsApi::DunsNumber` initialize method"
44
+ end
45
+
46
+ # check to see if the attribute exists and convert string to symbol for hash key
47
+ attributes = attributes.each_with_object({}) { |(k, v), h|
48
+ if (!self.class.attribute_map.key?(k.to_sym))
49
+ fail ArgumentError, "`#{k}` is not a valid attribute in `AylienNewsApi::DunsNumber`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
50
+ end
51
+ h[k.to_sym] = v
52
+ }
53
+
54
+ if attributes.key?(:'id')
55
+ self.id = attributes[:'id']
56
+ end
57
+ end
58
+
59
+ # Show invalid properties with the reasons. Usually used together with valid?
60
+ # @return Array for valid properties with the reasons
61
+ def list_invalid_properties
62
+ invalid_properties = Array.new
63
+ invalid_properties
64
+ end
65
+
66
+ # Check to see if the all the properties in the model are valid
67
+ # @return true if the model is valid
68
+ def valid?
69
+ true
70
+ end
71
+
72
+ # Checks equality by comparing each attribute.
73
+ # @param [Object] Object to be compared
74
+ def ==(o)
75
+ return true if self.equal?(o)
76
+ self.class == o.class &&
77
+ id == o.id
78
+ end
79
+
80
+ # @see the `==` method
81
+ # @param [Object] Object to be compared
82
+ def eql?(o)
83
+ self == o
84
+ end
85
+
86
+ # Calculates hash code according to all attributes.
87
+ # @return [Integer] Hash code
88
+ def hash
89
+ [id].hash
90
+ end
91
+
92
+ # Builds the object from hash
93
+ # @param [Hash] attributes Model attributes in the form of hash
94
+ # @return [Object] Returns the model itself
95
+ def self.build_from_hash(attributes)
96
+ new.build_from_hash(attributes)
97
+ end
98
+
99
+ # Builds the object from hash
100
+ # @param [Hash] attributes Model attributes in the form of hash
101
+ # @return [Object] Returns the model itself
102
+ def build_from_hash(attributes)
103
+ return nil unless attributes.is_a?(Hash)
104
+ self.class.openapi_types.each_pair do |key, type|
105
+ if type =~ /\AArray<(.*)>/i
106
+ # check to ensure the input is an array given that the attribute
107
+ # is documented as an array but the input is not
108
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
109
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
110
+ end
111
+ elsif !attributes[self.class.attribute_map[key]].nil?
112
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
113
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
114
+ end
115
+
116
+ self
117
+ end
118
+
119
+ # Deserializes the data based on type
120
+ # @param string type Data type
121
+ # @param string value Value to be deserialized
122
+ # @return [Object] Deserialized data
123
+ def _deserialize(type, value)
124
+ case type.to_sym
125
+ when :DateTime
126
+ DateTime.parse(value)
127
+ when :Date
128
+ Date.parse(value)
129
+ when :String
130
+ value.to_s
131
+ when :Integer
132
+ value.to_i
133
+ when :Float
134
+ value.to_f
135
+ when :Boolean
136
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
137
+ true
138
+ else
139
+ false
140
+ end
141
+ when :Object
142
+ # generic object (usually a Hash), return directly
143
+ value
144
+ when /\AArray<(?<inner_type>.+)>\z/
145
+ inner_type = Regexp.last_match[:inner_type]
146
+ value.map { |v| _deserialize(inner_type, v) }
147
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
148
+ k_type = Regexp.last_match[:k_type]
149
+ v_type = Regexp.last_match[:v_type]
150
+ {}.tap do |hash|
151
+ value.each do |k, v|
152
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
153
+ end
154
+ end
155
+ else # model
156
+ AylienNewsApi.const_get(type).build_from_hash(value)
157
+ end
158
+ end
159
+
160
+ # Returns the string representation of the object
161
+ # @return [String] String presentation of the object
162
+ def to_s
163
+ to_hash.to_s
164
+ end
165
+
166
+ # to_body is an alias to to_hash (backward compatibility)
167
+ # @return [Hash] Returns the object in the form of hash
168
+ def to_body
169
+ to_hash
170
+ end
171
+
172
+ # Returns the object in the form of hash
173
+ # @return [Hash] Returns the object in the form of hash
174
+ def to_hash
175
+ hash = {}
176
+ self.class.attribute_map.each_pair do |attr, param|
177
+ value = self.send(attr)
178
+ if value.nil?
179
+ is_nullable = self.class.openapi_nullable.include?(attr)
180
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
181
+ end
182
+
183
+ hash[param] = _to_hash(value)
184
+ end
185
+ hash
186
+ end
187
+
188
+ # Outputs non-array value in the form of hash
189
+ # For object, use to_hash. Otherwise, just return the value
190
+ # @param [Object] value Any valid value
191
+ # @return [Hash] Returns the value in the form of hash
192
+ def _to_hash(value)
193
+ if value.is_a?(Array)
194
+ value.compact.map { |v| _to_hash(v) }
195
+ elsif value.is_a?(Hash)
196
+ {}.tap do |hash|
197
+ value.each { |k, v| hash[k] = _to_hash(v) }
198
+ end
199
+ elsif value.respond_to? :to_hash
200
+ value.to_hash
201
+ else
202
+ value
203
+ end
204
+ end
205
+ end
206
+ 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
@@ -37,6 +37,8 @@ module AylienNewsApi
37
37
 
38
38
  attr_accessor :title
39
39
 
40
+ attr_accessor :external_ids
41
+
40
42
  # Attribute mapping from ruby-style variable name to JSON key.
41
43
  def self.attribute_map
42
44
  {
@@ -48,7 +50,8 @@ module AylienNewsApi
48
50
  :'overall_prominence' => :'overall_prominence',
49
51
  :'overall_frequency' => :'overall_frequency',
50
52
  :'body' => :'body',
51
- :'title' => :'title'
53
+ :'title' => :'title',
54
+ :'external_ids' => :'external_ids'
52
55
  }
53
56
  end
54
57
 
@@ -63,7 +66,8 @@ module AylienNewsApi
63
66
  :'overall_prominence' => :'Float',
64
67
  :'overall_frequency' => :'Integer',
65
68
  :'body' => :'EntityInText',
66
- :'title' => :'EntityInText'
69
+ :'title' => :'EntityInText',
70
+ :'external_ids' => :'ExternalIds'
67
71
  }
68
72
  end
69
73
 
@@ -127,6 +131,10 @@ module AylienNewsApi
127
131
  if attributes.key?(:'title')
128
132
  self.title = attributes[:'title']
129
133
  end
134
+
135
+ if attributes.key?(:'external_ids')
136
+ self.external_ids = attributes[:'external_ids']
137
+ end
130
138
  end
131
139
 
132
140
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -194,7 +202,8 @@ module AylienNewsApi
194
202
  overall_prominence == o.overall_prominence &&
195
203
  overall_frequency == o.overall_frequency &&
196
204
  body == o.body &&
197
- title == o.title
205
+ title == o.title &&
206
+ external_ids == o.external_ids
198
207
  end
199
208
 
200
209
  # @see the `==` method
@@ -206,7 +215,7 @@ module AylienNewsApi
206
215
  # Calculates hash code according to all attributes.
207
216
  # @return [Integer] Hash code
208
217
  def hash
209
- [id, links, stock_tickers, types, overall_sentiment, overall_prominence, overall_frequency, body, title].hash
218
+ [id, links, stock_tickers, types, overall_sentiment, overall_prominence, overall_frequency, body, title, external_ids].hash
210
219
  end
211
220
 
212
221
  # Builds the object from hash
@@ -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