fuse_client 1.0.0 → 1.0.2

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.
Files changed (167) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/docs/CreateLinkTokenRequest.md +6 -4
  4. data/docs/Entity.md +22 -0
  5. data/docs/FuseApi.md +14 -14
  6. data/docs/FuseApiWarningData.md +2 -2
  7. data/docs/FuseApiWarningDataWarningsInner.md +26 -0
  8. data/fuse_client-1.0.1.gem +0 -0
  9. data/fuse_client.gemspec +2 -2
  10. data/lib/fuse_client/api/fuse_api.rb +9 -9
  11. data/lib/fuse_client/api_client.rb +1 -1
  12. data/lib/fuse_client/api_error.rb +2 -1
  13. data/lib/fuse_client/configuration.rb +12 -1
  14. data/lib/fuse_client/models/aggregator.rb +1 -1
  15. data/lib/fuse_client/models/create_asset_report_request.rb +1 -1
  16. data/lib/fuse_client/models/create_asset_report_response.rb +1 -1
  17. data/lib/fuse_client/models/create_entity_request.rb +1 -1
  18. data/lib/fuse_client/models/create_entity_response.rb +1 -1
  19. data/lib/fuse_client/models/create_link_token_request.rb +31 -12
  20. data/lib/fuse_client/models/create_link_token_request_mx.rb +1 -1
  21. data/lib/fuse_client/models/create_link_token_request_plaid.rb +1 -1
  22. data/lib/fuse_client/models/create_link_token_response.rb +1 -1
  23. data/lib/fuse_client/models/create_session_request.rb +1 -1
  24. data/lib/fuse_client/models/create_session_response.rb +1 -1
  25. data/lib/fuse_client/models/entity.rb +245 -0
  26. data/lib/fuse_client/models/exchange_financial_connections_public_token_request.rb +1 -1
  27. data/lib/fuse_client/models/exchange_financial_connections_public_token_response.rb +1 -1
  28. data/lib/fuse_client/models/financial_connections_account.rb +1 -1
  29. data/lib/fuse_client/models/financial_connections_account_balance.rb +1 -1
  30. data/lib/fuse_client/models/financial_connections_account_details.rb +1 -1
  31. data/lib/fuse_client/models/financial_connections_account_details_ach.rb +1 -1
  32. data/lib/fuse_client/models/financial_connections_account_institution.rb +1 -1
  33. data/lib/fuse_client/models/financial_connections_account_liability.rb +1 -1
  34. data/lib/fuse_client/models/financial_connections_account_liability_all_of.rb +1 -1
  35. data/lib/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb +1 -1
  36. data/lib/fuse_client/models/financial_connections_holding.rb +1 -1
  37. data/lib/fuse_client/models/financial_connections_investment_account.rb +1 -1
  38. data/lib/fuse_client/models/financial_connections_investment_security.rb +1 -1
  39. data/lib/fuse_client/models/financial_connections_investment_transaction.rb +1 -1
  40. data/lib/fuse_client/models/financial_connections_investment_transaction_data_inner.rb +1 -1
  41. data/lib/fuse_client/models/financial_connections_owner.rb +1 -1
  42. data/lib/fuse_client/models/financial_connections_owner_addresses_inner.rb +1 -1
  43. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +1 -1
  44. data/lib/fuse_client/models/financial_connections_owner_emails_inner.rb +1 -1
  45. data/lib/fuse_client/models/financial_connections_owner_names_inner.rb +1 -1
  46. data/lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb +1 -1
  47. data/lib/fuse_client/models/fuse_api_error.rb +1 -1
  48. data/lib/fuse_client/models/fuse_api_error_data.rb +1 -1
  49. data/lib/fuse_client/models/fuse_api_warning.rb +1 -1
  50. data/lib/fuse_client/models/fuse_api_warning_data.rb +9 -9
  51. data/lib/fuse_client/models/fuse_api_warning_data_warnings_inner.rb +289 -0
  52. data/lib/fuse_client/models/get_asset_report_request.rb +1 -1
  53. data/lib/fuse_client/models/get_asset_report_response.rb +1 -1
  54. data/lib/fuse_client/models/get_asset_report_response_report.rb +1 -1
  55. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner.rb +1 -1
  56. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner_balances.rb +1 -1
  57. data/lib/fuse_client/models/get_asset_report_response_report_accounts_inner_historical_balances_inner.rb +1 -1
  58. data/lib/fuse_client/models/get_entity_response.rb +1 -1
  59. data/lib/fuse_client/models/get_financial_connections_account_balance_response.rb +1 -1
  60. data/lib/fuse_client/models/get_financial_connections_account_details_request.rb +1 -1
  61. data/lib/fuse_client/models/get_financial_connections_account_details_response.rb +1 -1
  62. data/lib/fuse_client/models/get_financial_connections_accounts_request.rb +1 -1
  63. data/lib/fuse_client/models/get_financial_connections_accounts_response.rb +1 -1
  64. data/lib/fuse_client/models/get_financial_connections_balance_request.rb +1 -1
  65. data/lib/fuse_client/models/get_financial_connections_owners_request.rb +1 -1
  66. data/lib/fuse_client/models/get_financial_connections_owners_response.rb +1 -1
  67. data/lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +1 -1
  68. data/lib/fuse_client/models/get_investment_holdings_request.rb +1 -1
  69. data/lib/fuse_client/models/get_investment_holdings_response.rb +1 -1
  70. data/lib/fuse_client/models/get_investment_transactions_request.rb +1 -1
  71. data/lib/fuse_client/models/get_investment_transactions_response.rb +1 -1
  72. data/lib/fuse_client/models/get_liabilities_request.rb +1 -1
  73. data/lib/fuse_client/models/get_liabilities_response.rb +1 -1
  74. data/lib/fuse_client/models/get_transactions_request.rb +1 -1
  75. data/lib/fuse_client/models/get_transactions_response.rb +1 -1
  76. data/lib/fuse_client/models/get_transactions_response_data_inner.rb +1 -1
  77. data/lib/fuse_client/models/get_transactions_response_data_inner_merchant.rb +1 -1
  78. data/lib/fuse_client/models/product.rb +1 -1
  79. data/lib/fuse_client/models/refresh_asset_report_request.rb +1 -1
  80. data/lib/fuse_client/models/sync_financial_connections_data_response.rb +1 -1
  81. data/lib/fuse_client/models/sync_transactions_request.rb +1 -1
  82. data/lib/fuse_client/models/sync_transactions_response.rb +1 -1
  83. data/lib/fuse_client/models/sync_transactions_response_removed_inner.rb +1 -1
  84. data/lib/fuse_client/models/transaction_common_model.rb +1 -1
  85. data/lib/fuse_client/models/update_entity_request.rb +1 -1
  86. data/lib/fuse_client/models/update_entity_response.rb +1 -1
  87. data/lib/fuse_client/version.rb +2 -2
  88. data/lib/fuse_client.rb +3 -1
  89. data/spec/api/fuse_api_spec.rb +4 -4
  90. data/spec/api_client_spec.rb +1 -1
  91. data/spec/configuration_spec.rb +1 -1
  92. data/spec/models/aggregator_spec.rb +1 -1
  93. data/spec/models/create_asset_report_request_spec.rb +1 -1
  94. data/spec/models/create_asset_report_response_spec.rb +1 -1
  95. data/spec/models/create_entity_request_spec.rb +1 -1
  96. data/spec/models/create_entity_response_spec.rb +1 -1
  97. data/spec/models/create_link_token_request_mx_spec.rb +1 -1
  98. data/spec/models/create_link_token_request_plaid_spec.rb +1 -1
  99. data/spec/models/create_link_token_request_spec.rb +8 -2
  100. data/spec/models/create_link_token_response_spec.rb +1 -1
  101. data/spec/models/create_session_request_spec.rb +1 -1
  102. data/spec/models/create_session_response_spec.rb +1 -1
  103. data/spec/models/entity_spec.rb +46 -0
  104. data/spec/models/exchange_financial_connections_public_token_request_spec.rb +1 -1
  105. data/spec/models/exchange_financial_connections_public_token_response_spec.rb +1 -1
  106. data/spec/models/financial_connections_account_balance_spec.rb +1 -1
  107. data/spec/models/financial_connections_account_details_ach_spec.rb +1 -1
  108. data/spec/models/financial_connections_account_details_spec.rb +1 -1
  109. data/spec/models/financial_connections_account_institution_spec.rb +1 -1
  110. data/spec/models/financial_connections_account_liability_all_of_aprs_spec.rb +1 -1
  111. data/spec/models/financial_connections_account_liability_all_of_spec.rb +1 -1
  112. data/spec/models/financial_connections_account_liability_spec.rb +1 -1
  113. data/spec/models/financial_connections_account_spec.rb +1 -1
  114. data/spec/models/financial_connections_holding_spec.rb +1 -1
  115. data/spec/models/financial_connections_investment_account_spec.rb +1 -1
  116. data/spec/models/financial_connections_investment_security_spec.rb +1 -1
  117. data/spec/models/financial_connections_investment_transaction_data_inner_spec.rb +1 -1
  118. data/spec/models/financial_connections_investment_transaction_spec.rb +1 -1
  119. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +1 -1
  120. data/spec/models/financial_connections_owner_addresses_inner_spec.rb +1 -1
  121. data/spec/models/financial_connections_owner_emails_inner_spec.rb +1 -1
  122. data/spec/models/financial_connections_owner_names_inner_spec.rb +1 -1
  123. data/spec/models/financial_connections_owner_phone_numbers_inner_spec.rb +1 -1
  124. data/spec/models/financial_connections_owner_spec.rb +1 -1
  125. data/spec/models/fuse_api_error_data_spec.rb +1 -1
  126. data/spec/models/fuse_api_error_spec.rb +1 -1
  127. data/spec/models/fuse_api_warning_data_spec.rb +2 -2
  128. data/spec/models/fuse_api_warning_data_warnings_inner_spec.rb +62 -0
  129. data/spec/models/fuse_api_warning_spec.rb +1 -1
  130. data/spec/models/get_asset_report_request_spec.rb +1 -1
  131. data/spec/models/get_asset_report_response_report_accounts_inner_balances_spec.rb +1 -1
  132. data/spec/models/get_asset_report_response_report_accounts_inner_historical_balances_inner_spec.rb +1 -1
  133. data/spec/models/get_asset_report_response_report_accounts_inner_spec.rb +1 -1
  134. data/spec/models/get_asset_report_response_report_spec.rb +1 -1
  135. data/spec/models/get_asset_report_response_spec.rb +1 -1
  136. data/spec/models/get_entity_response_spec.rb +1 -1
  137. data/spec/models/get_financial_connections_account_balance_response_spec.rb +1 -1
  138. data/spec/models/get_financial_connections_account_details_request_spec.rb +1 -1
  139. data/spec/models/get_financial_connections_account_details_response_spec.rb +1 -1
  140. data/spec/models/get_financial_connections_accounts_request_spec.rb +1 -1
  141. data/spec/models/get_financial_connections_accounts_response_spec.rb +1 -1
  142. data/spec/models/get_financial_connections_balance_request_spec.rb +1 -1
  143. data/spec/models/get_financial_connections_owners_request_spec.rb +1 -1
  144. data/spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb +1 -1
  145. data/spec/models/get_financial_connections_owners_response_spec.rb +1 -1
  146. data/spec/models/get_investment_holdings_request_spec.rb +1 -1
  147. data/spec/models/get_investment_holdings_response_spec.rb +1 -1
  148. data/spec/models/get_investment_transactions_request_spec.rb +1 -1
  149. data/spec/models/get_investment_transactions_response_spec.rb +1 -1
  150. data/spec/models/get_liabilities_request_spec.rb +1 -1
  151. data/spec/models/get_liabilities_response_spec.rb +1 -1
  152. data/spec/models/get_transactions_request_spec.rb +1 -1
  153. data/spec/models/get_transactions_response_data_inner_merchant_spec.rb +1 -1
  154. data/spec/models/get_transactions_response_data_inner_spec.rb +1 -1
  155. data/spec/models/get_transactions_response_spec.rb +1 -1
  156. data/spec/models/product_spec.rb +1 -1
  157. data/spec/models/refresh_asset_report_request_spec.rb +1 -1
  158. data/spec/models/sync_financial_connections_data_response_spec.rb +1 -1
  159. data/spec/models/sync_transactions_request_spec.rb +1 -1
  160. data/spec/models/sync_transactions_response_removed_inner_spec.rb +1 -1
  161. data/spec/models/sync_transactions_response_spec.rb +1 -1
  162. data/spec/models/transaction_common_model_spec.rb +1 -1
  163. data/spec/models/update_entity_request_spec.rb +1 -1
  164. data/spec/models/update_entity_response_spec.rb +1 -1
  165. data/spec/spec_helper.rb +1 -1
  166. metadata +12 -4
  167. data/fuse_client-0.3.4.gem +0 -0
@@ -0,0 +1,245 @@
1
+ =begin
2
+ #Fuse
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.3.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module FuseClient
17
+ class Entity
18
+ # Unique identifier for the user or business account.
19
+ attr_accessor :id
20
+
21
+ # Name for the user or business account.
22
+ attr_accessor :name
23
+
24
+ # Email address associated with the user or business account.
25
+ attr_accessor :email
26
+
27
+ # Attribute mapping from ruby-style variable name to JSON key.
28
+ def self.attribute_map
29
+ {
30
+ :'id' => :'id',
31
+ :'name' => :'name',
32
+ :'email' => :'email'
33
+ }
34
+ end
35
+
36
+ # Returns all the JSON keys this model knows about
37
+ def self.acceptable_attributes
38
+ attribute_map.values
39
+ end
40
+
41
+ # Attribute type mapping.
42
+ def self.openapi_types
43
+ {
44
+ :'id' => :'String',
45
+ :'name' => :'String',
46
+ :'email' => :'String'
47
+ }
48
+ end
49
+
50
+ # List of attributes with nullable: true
51
+ def self.openapi_nullable
52
+ Set.new([
53
+ ])
54
+ end
55
+
56
+ # Initializes the object
57
+ # @param [Hash] attributes Model attributes in the form of hash
58
+ def initialize(attributes = {})
59
+ if (!attributes.is_a?(Hash))
60
+ fail ArgumentError, "The input argument (attributes) must be a hash in `FuseClient::Entity` initialize method"
61
+ end
62
+
63
+ # check to see if the attribute exists and convert string to symbol for hash key
64
+ attributes = attributes.each_with_object({}) { |(k, v), h|
65
+ if (!self.class.attribute_map.key?(k.to_sym))
66
+ fail ArgumentError, "`#{k}` is not a valid attribute in `FuseClient::Entity`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
67
+ end
68
+ h[k.to_sym] = v
69
+ }
70
+
71
+ if attributes.key?(:'id')
72
+ self.id = attributes[:'id']
73
+ end
74
+
75
+ if attributes.key?(:'name')
76
+ self.name = attributes[:'name']
77
+ end
78
+
79
+ if attributes.key?(:'email')
80
+ self.email = attributes[:'email']
81
+ end
82
+ end
83
+
84
+ # Show invalid properties with the reasons. Usually used together with valid?
85
+ # @return Array for valid properties with the reasons
86
+ def list_invalid_properties
87
+ invalid_properties = Array.new
88
+ if @id.nil?
89
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
90
+ end
91
+
92
+ invalid_properties
93
+ end
94
+
95
+ # Check to see if the all the properties in the model are valid
96
+ # @return true if the model is valid
97
+ def valid?
98
+ return false if @id.nil?
99
+ true
100
+ end
101
+
102
+ # Checks equality by comparing each attribute.
103
+ # @param [Object] Object to be compared
104
+ def ==(o)
105
+ return true if self.equal?(o)
106
+ self.class == o.class &&
107
+ id == o.id &&
108
+ name == o.name &&
109
+ email == o.email
110
+ end
111
+
112
+ # @see the `==` method
113
+ # @param [Object] Object to be compared
114
+ def eql?(o)
115
+ self == o
116
+ end
117
+
118
+ # Calculates hash code according to all attributes.
119
+ # @return [Integer] Hash code
120
+ def hash
121
+ [id, name, email].hash
122
+ end
123
+
124
+ # Builds the object from hash
125
+ # @param [Hash] attributes Model attributes in the form of hash
126
+ # @return [Object] Returns the model itself
127
+ def self.build_from_hash(attributes)
128
+ new.build_from_hash(attributes)
129
+ end
130
+
131
+ # Builds the object from hash
132
+ # @param [Hash] attributes Model attributes in the form of hash
133
+ # @return [Object] Returns the model itself
134
+ def build_from_hash(attributes)
135
+ return nil unless attributes.is_a?(Hash)
136
+ attributes = attributes.transform_keys(&:to_sym)
137
+ self.class.openapi_types.each_pair do |key, type|
138
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
139
+ self.send("#{key}=", nil)
140
+ elsif type =~ /\AArray<(.*)>/i
141
+ # check to ensure the input is an array given that the attribute
142
+ # is documented as an array but the input is not
143
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
144
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
145
+ end
146
+ elsif !attributes[self.class.attribute_map[key]].nil?
147
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
148
+ end
149
+ end
150
+
151
+ self
152
+ end
153
+
154
+ # Deserializes the data based on type
155
+ # @param string type Data type
156
+ # @param string value Value to be deserialized
157
+ # @return [Object] Deserialized data
158
+ def _deserialize(type, value)
159
+ case type.to_sym
160
+ when :Time
161
+ Time.parse(value)
162
+ when :Date
163
+ Date.parse(value)
164
+ when :String
165
+ value.to_s
166
+ when :Integer
167
+ value.to_i
168
+ when :Float
169
+ value.to_f
170
+ when :Boolean
171
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
172
+ true
173
+ else
174
+ false
175
+ end
176
+ when :Object
177
+ # generic object (usually a Hash), return directly
178
+ value
179
+ when /\AArray<(?<inner_type>.+)>\z/
180
+ inner_type = Regexp.last_match[:inner_type]
181
+ value.map { |v| _deserialize(inner_type, v) }
182
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
183
+ k_type = Regexp.last_match[:k_type]
184
+ v_type = Regexp.last_match[:v_type]
185
+ {}.tap do |hash|
186
+ value.each do |k, v|
187
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
188
+ end
189
+ end
190
+ else # model
191
+ # models (e.g. Pet) or oneOf
192
+ klass = FuseClient.const_get(type)
193
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
194
+ end
195
+ end
196
+
197
+ # Returns the string representation of the object
198
+ # @return [String] String presentation of the object
199
+ def to_s
200
+ to_hash.to_s
201
+ end
202
+
203
+ # to_body is an alias to to_hash (backward compatibility)
204
+ # @return [Hash] Returns the object in the form of hash
205
+ def to_body
206
+ to_hash
207
+ end
208
+
209
+ # Returns the object in the form of hash
210
+ # @return [Hash] Returns the object in the form of hash
211
+ def to_hash
212
+ hash = {}
213
+ self.class.attribute_map.each_pair do |attr, param|
214
+ value = self.send(attr)
215
+ if value.nil?
216
+ is_nullable = self.class.openapi_nullable.include?(attr)
217
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
218
+ end
219
+
220
+ hash[param] = _to_hash(value)
221
+ end
222
+ hash
223
+ end
224
+
225
+ # Outputs non-array value in the form of hash
226
+ # For object, use to_hash. Otherwise, just return the value
227
+ # @param [Object] value Any valid value
228
+ # @return [Hash] Returns the value in the form of hash
229
+ def _to_hash(value)
230
+ if value.is_a?(Array)
231
+ value.compact.map { |v| _to_hash(v) }
232
+ elsif value.is_a?(Hash)
233
+ {}.tap do |hash|
234
+ value.each { |k, v| hash[k] = _to_hash(v) }
235
+ end
236
+ elsif value.respond_to? :to_hash
237
+ value.to_hash
238
+ else
239
+ value
240
+ end
241
+ end
242
+
243
+ end
244
+
245
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.2.1
9
+ OpenAPI Generator version: 6.3.0
10
10
 
11
11
  =end
12
12
 
@@ -17,13 +17,13 @@ module FuseClient
17
17
  class FuseApiWarningData
18
18
  attr_accessor :aggregator
19
19
 
20
- attr_accessor :errors
20
+ attr_accessor :warnings
21
21
 
22
22
  # Attribute mapping from ruby-style variable name to JSON key.
23
23
  def self.attribute_map
24
24
  {
25
25
  :'aggregator' => :'aggregator',
26
- :'errors' => :'errors'
26
+ :'warnings' => :'warnings'
27
27
  }
28
28
  end
29
29
 
@@ -36,7 +36,7 @@ module FuseClient
36
36
  def self.openapi_types
37
37
  {
38
38
  :'aggregator' => :'String',
39
- :'errors' => :'Array<FuseApiWarning>'
39
+ :'warnings' => :'Array<FuseApiWarningDataWarningsInner>'
40
40
  }
41
41
  end
42
42
 
@@ -65,9 +65,9 @@ module FuseClient
65
65
  self.aggregator = attributes[:'aggregator']
66
66
  end
67
67
 
68
- if attributes.key?(:'errors')
69
- if (value = attributes[:'errors']).is_a?(Array)
70
- self.errors = value
68
+ if attributes.key?(:'warnings')
69
+ if (value = attributes[:'warnings']).is_a?(Array)
70
+ self.warnings = value
71
71
  end
72
72
  end
73
73
  end
@@ -91,7 +91,7 @@ module FuseClient
91
91
  return true if self.equal?(o)
92
92
  self.class == o.class &&
93
93
  aggregator == o.aggregator &&
94
- errors == o.errors
94
+ warnings == o.warnings
95
95
  end
96
96
 
97
97
  # @see the `==` method
@@ -103,7 +103,7 @@ module FuseClient
103
103
  # Calculates hash code according to all attributes.
104
104
  # @return [Integer] Hash code
105
105
  def hash
106
- [aggregator, errors].hash
106
+ [aggregator, warnings].hash
107
107
  end
108
108
 
109
109
  # Builds the object from hash