passageidentity 0.2.3 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +18 -61
  4. data/docs/custom/AuthApi.md +141 -0
  5. data/docs/custom/ClientApi.md +107 -0
  6. data/docs/custom/UserApi.md +419 -0
  7. data/docs/generated/AppInfo.md +94 -0
  8. data/docs/generated/AppResponse.md +18 -0
  9. data/docs/generated/AppsApi.md +77 -0
  10. data/docs/generated/AuthMethods.md +22 -0
  11. data/docs/generated/CreateMagicLinkRequest.md +36 -0
  12. data/docs/generated/CreateUserRequest.md +22 -0
  13. data/docs/generated/ElementCustomization.md +56 -0
  14. data/docs/generated/FontFamily.md +15 -0
  15. data/docs/generated/LayoutConfig.md +26 -0
  16. data/docs/generated/Layouts.md +20 -0
  17. data/docs/generated/ListDevicesResponse.md +18 -0
  18. data/docs/generated/MagicLink.md +36 -0
  19. data/docs/generated/MagicLinkAuthMethod.md +22 -0
  20. data/docs/generated/MagicLinkChannel.md +15 -0
  21. data/docs/generated/MagicLinkResponse.md +18 -0
  22. data/docs/generated/MagicLinkType.md +15 -0
  23. data/docs/generated/MagicLinksApi.md +79 -0
  24. data/docs/generated/Model400Error.md +20 -0
  25. data/docs/generated/Model401Error.md +20 -0
  26. data/docs/generated/Model404Error.md +20 -0
  27. data/docs/generated/Model500Error.md +20 -0
  28. data/docs/generated/OtpAuthMethod.md +22 -0
  29. data/docs/generated/PasskeysAuthMethod.md +18 -0
  30. data/docs/generated/Technologies.md +15 -0
  31. data/docs/generated/TokensApi.md +78 -0
  32. data/docs/generated/TtlDisplayUnit.md +15 -0
  33. data/docs/generated/UpdateMagicLinkAuthMethod.md +22 -0
  34. data/docs/generated/UpdateOtpAuthMethod.md +22 -0
  35. data/docs/generated/UpdatePasskeysAuthMethod.md +18 -0
  36. data/docs/generated/UpdateUserRequest.md +22 -0
  37. data/docs/generated/UserDevicesApi.md +152 -0
  38. data/docs/generated/UserEventInfo.md +26 -0
  39. data/docs/generated/UserInfo.md +46 -0
  40. data/docs/generated/UserMetadataField.md +28 -0
  41. data/docs/generated/UserMetadataFieldType.md +15 -0
  42. data/docs/generated/UserResponse.md +18 -0
  43. data/docs/generated/UserStatus.md +15 -0
  44. data/docs/generated/UsersApi.md +440 -0
  45. data/docs/generated/WebAuthnDevices.md +34 -0
  46. data/docs/generated/WebAuthnIcons.md +20 -0
  47. data/docs/generated/WebAuthnType.md +15 -0
  48. data/generate.sh +31 -0
  49. data/lib/openapi_client/api/apps_api.rb +85 -0
  50. data/lib/openapi_client/api/magic_links_api.rb +96 -0
  51. data/lib/openapi_client/api/tokens_api.rb +91 -0
  52. data/lib/openapi_client/api/user_devices_api.rb +166 -0
  53. data/lib/openapi_client/api/users_api.rb +452 -0
  54. data/lib/openapi_client/api_client.rb +431 -0
  55. data/lib/openapi_client/api_error.rb +58 -0
  56. data/lib/openapi_client/configuration.rb +383 -0
  57. data/lib/openapi_client/models/app_info.rb +853 -0
  58. data/lib/openapi_client/models/app_response.rb +221 -0
  59. data/lib/openapi_client/models/auth_methods.rb +254 -0
  60. data/lib/openapi_client/models/create_magic_link_request.rb +374 -0
  61. data/lib/openapi_client/models/create_user_request.rb +234 -0
  62. data/lib/openapi_client/models/element_customization.rb +457 -0
  63. data/lib/openapi_client/models/font_family.rb +58 -0
  64. data/lib/openapi_client/models/layout_config.rb +285 -0
  65. data/lib/openapi_client/models/layouts.rb +241 -0
  66. data/lib/openapi_client/models/list_devices_response.rb +223 -0
  67. data/lib/openapi_client/models/magic_link.rb +387 -0
  68. data/lib/openapi_client/models/magic_link_auth_method.rb +302 -0
  69. data/lib/openapi_client/models/magic_link_channel.rb +40 -0
  70. data/lib/openapi_client/models/magic_link_response.rb +221 -0
  71. data/lib/openapi_client/models/magic_link_type.rb +40 -0
  72. data/lib/openapi_client/models/model400_error.rb +271 -0
  73. data/lib/openapi_client/models/model401_error.rb +271 -0
  74. data/lib/openapi_client/models/model404_error.rb +271 -0
  75. data/lib/openapi_client/models/model500_error.rb +271 -0
  76. data/lib/openapi_client/models/otp_auth_method.rb +302 -0
  77. data/lib/openapi_client/models/passkeys_auth_method.rb +228 -0
  78. data/lib/openapi_client/models/technologies.rb +46 -0
  79. data/lib/openapi_client/models/ttl_display_unit.rb +42 -0
  80. data/lib/openapi_client/models/update_magic_link_auth_method.rb +276 -0
  81. data/lib/openapi_client/models/update_otp_auth_method.rb +276 -0
  82. data/lib/openapi_client/models/update_passkeys_auth_method.rb +216 -0
  83. data/lib/openapi_client/models/update_user_request.rb +232 -0
  84. data/lib/openapi_client/models/user_event_info.rb +285 -0
  85. data/lib/openapi_client/models/user_info.rb +470 -0
  86. data/lib/openapi_client/models/user_metadata_field.rb +323 -0
  87. data/lib/openapi_client/models/user_metadata_field_type.rb +44 -0
  88. data/lib/openapi_client/models/user_response.rb +221 -0
  89. data/lib/openapi_client/models/user_status.rb +41 -0
  90. data/lib/openapi_client/models/web_authn_devices.rb +378 -0
  91. data/lib/openapi_client/models/web_authn_icons.rb +230 -0
  92. data/lib/openapi_client/models/web_authn_type.rb +41 -0
  93. data/lib/openapi_client/version.rb +15 -0
  94. data/lib/openapi_client.rb +74 -0
  95. data/lib/passageidentity/auth.rb +32 -5
  96. data/lib/passageidentity/client.rb +17 -121
  97. data/lib/passageidentity/user_api.rb +29 -131
  98. data/lib/passageidentity/version.rb +5 -0
  99. data/openapitools.json +7 -0
  100. data/passageidentity.gemspec +3 -1
  101. data/tests/auth_test.rb +6 -1
  102. data/tests/magic_link_test.rb +5 -4
  103. data/tests/user_api_test.rb +2 -2
  104. metadata +96 -2
@@ -0,0 +1,431 @@
1
+ =begin
2
+ #Passage Management API
3
+
4
+ #Passage's management API to manage your Passage apps and users.
5
+
6
+ The version of the OpenAPI document: 1
7
+ Contact: support@passage.id
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'json'
15
+ require 'logger'
16
+ require 'tempfile'
17
+ require 'time'
18
+ require 'faraday'
19
+ require 'faraday/multipart' if Gem::Version.new(Faraday::VERSION) >= Gem::Version.new('2.0')
20
+
21
+
22
+ module OpenapiClient
23
+ class ApiClient
24
+ # The Configuration object holding settings to be used in the API client.
25
+ attr_accessor :config
26
+
27
+ # Defines the headers to be used in HTTP requests of all API calls by default.
28
+ #
29
+ # @return [Hash]
30
+ attr_accessor :default_headers
31
+
32
+ # Initializes the ApiClient
33
+ # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
34
+ def initialize(config = Configuration.default)
35
+ @config = config
36
+ @user_agent = "OpenAPI-Generator/#{VERSION}/ruby"
37
+ @default_headers = {
38
+ 'Content-Type' => 'application/json',
39
+ 'User-Agent' => @user_agent
40
+ }
41
+ end
42
+
43
+ def self.default
44
+ @@default ||= ApiClient.new
45
+ end
46
+
47
+ # Call an API with given options.
48
+ #
49
+ # @return [Array<(Object, Integer, Hash)>] an array of 3 elements:
50
+ # the data deserialized from response body (could be nil), response status code and response headers.
51
+ def call_api(http_method, path, opts = {})
52
+ stream = nil
53
+ begin
54
+ response = connection(opts).public_send(http_method.to_sym.downcase) do |req|
55
+ build_request(http_method, path, req, opts)
56
+ stream = download_file(request) if opts[:return_type] == 'File' || opts[:return_type] == 'Binary'
57
+ end
58
+
59
+ if config.debugging
60
+ config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
61
+ end
62
+
63
+ unless response.success?
64
+ if response.status == 0 && response.respond_to?(:return_message)
65
+ # Errors from libcurl will be made visible here
66
+ fail ApiError.new(code: 0,
67
+ message: response.return_message)
68
+ else
69
+ fail ApiError.new(code: response.status,
70
+ response_headers: response.headers,
71
+ response_body: response.body),
72
+ response.reason_phrase
73
+ end
74
+ end
75
+ rescue Faraday::TimeoutError
76
+ fail ApiError.new('Connection timed out')
77
+ rescue Faraday::ConnectionFailed
78
+ fail ApiError.new('Connection failed')
79
+ end
80
+
81
+ if opts[:return_type] == 'File' || opts[:return_type] == 'Binary'
82
+ data = deserialize_file(stream)
83
+ elsif opts[:return_type]
84
+ data = deserialize(response, opts[:return_type])
85
+ else
86
+ data = nil
87
+ end
88
+ return data, response.status, response.headers
89
+ end
90
+
91
+ # Builds the HTTP request
92
+ #
93
+ # @param [String] http_method HTTP method/verb (e.g. POST)
94
+ # @param [String] path URL path (e.g. /account/new)
95
+ # @option opts [Hash] :header_params Header parameters
96
+ # @option opts [Hash] :query_params Query parameters
97
+ # @option opts [Hash] :form_params Query parameters
98
+ # @option opts [Object] :body HTTP body (JSON/XML)
99
+ # @return [Faraday::Request] A Faraday Request
100
+ def build_request(http_method, path, request, opts = {})
101
+ url = build_request_url(path, opts)
102
+ http_method = http_method.to_sym.downcase
103
+
104
+ header_params = @default_headers.merge(opts[:header_params] || {})
105
+ query_params = opts[:query_params] || {}
106
+ form_params = opts[:form_params] || {}
107
+
108
+ update_params_for_auth! header_params, query_params, opts[:auth_names]
109
+
110
+ if [:post, :patch, :put, :delete].include?(http_method)
111
+ req_body = build_request_body(header_params, form_params, opts[:body])
112
+ if config.debugging
113
+ config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
114
+ end
115
+ end
116
+ request.headers = header_params
117
+ request.body = req_body
118
+
119
+ # Overload default options only if provided
120
+ request.options.params_encoder = config.params_encoder if config.params_encoder
121
+ request.options.timeout = config.timeout if config.timeout
122
+
123
+ request.url url
124
+ request.params = query_params
125
+ request
126
+ end
127
+
128
+ # Builds the HTTP request body
129
+ #
130
+ # @param [Hash] header_params Header parameters
131
+ # @param [Hash] form_params Query parameters
132
+ # @param [Object] body HTTP body (JSON/XML)
133
+ # @return [String] HTTP body data in the form of string
134
+ def build_request_body(header_params, form_params, body)
135
+ # http form
136
+ if header_params['Content-Type'] == 'application/x-www-form-urlencoded'
137
+ data = URI.encode_www_form(form_params)
138
+ elsif header_params['Content-Type'] == 'multipart/form-data'
139
+ data = {}
140
+ form_params.each do |key, value|
141
+ case value
142
+ when ::File, ::Tempfile
143
+ # TODO hardcode to application/octet-stream, need better way to detect content type
144
+ data[key] = Faraday::FilePart.new(value.path, 'application/octet-stream', value.path)
145
+ when ::Array, nil
146
+ # let Faraday handle Array and nil parameters
147
+ data[key] = value
148
+ else
149
+ data[key] = value.to_s
150
+ end
151
+ end
152
+ elsif body
153
+ data = body.is_a?(String) ? body : body.to_json
154
+ else
155
+ data = nil
156
+ end
157
+ data
158
+ end
159
+
160
+ def download_file(request)
161
+ stream = []
162
+
163
+ # handle streaming Responses
164
+ request.options.on_data = Proc.new do |chunk, overall_received_bytes|
165
+ stream << chunk
166
+ end
167
+ stream
168
+ end
169
+
170
+ def deserialize_file(response, stream)
171
+ body = response.body
172
+ if @config.return_binary_data == true
173
+ # return byte stream
174
+ encoding = body.encoding
175
+ stream.join.force_encoding(encoding)
176
+ else
177
+ # return file instead of binary data
178
+ content_disposition = response.headers['Content-Disposition']
179
+ if content_disposition && content_disposition =~ /filename=/i
180
+ filename = content_disposition[/filename=['"]?([^'"\s]+)['"]?/, 1]
181
+ prefix = sanitize_filename(filename)
182
+ else
183
+ prefix = 'download-'
184
+ end
185
+ prefix = prefix + '-' unless prefix.end_with?('-')
186
+ encoding = body.encoding
187
+ tempfile = Tempfile.open(prefix, @config.temp_folder_path, encoding: encoding)
188
+ tempfile.write(stream.join.force_encoding(encoding))
189
+ tempfile.close
190
+ config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
191
+ "with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
192
+ "will be deleted automatically with GC. It's also recommended to delete the temp file "\
193
+ "explicitly with `tempfile.delete`"
194
+ tempfile
195
+ end
196
+ end
197
+
198
+ def connection(opts)
199
+ opts[:header_params]['Content-Type'] == 'multipart/form-data' ? connection_multipart : connection_regular
200
+ end
201
+
202
+ def connection_multipart
203
+ @connection_multipart ||= build_connection do |conn|
204
+ conn.request :multipart
205
+ conn.request :url_encoded
206
+ end
207
+ end
208
+
209
+ def connection_regular
210
+ @connection_regular ||= build_connection
211
+ end
212
+
213
+ def build_connection
214
+ Faraday.new(url: config.base_url, ssl: ssl_options, proxy: config.proxy) do |conn|
215
+ basic_auth(conn)
216
+ config.configure_middleware(conn)
217
+ yield(conn) if block_given?
218
+ conn.adapter(Faraday.default_adapter)
219
+ config.configure_connection(conn)
220
+ end
221
+ end
222
+
223
+ def ssl_options
224
+ {
225
+ ca_file: config.ssl_ca_file,
226
+ verify: config.ssl_verify,
227
+ verify_mode: config.ssl_verify_mode,
228
+ client_cert: config.ssl_client_cert,
229
+ client_key: config.ssl_client_key
230
+ }
231
+ end
232
+
233
+ def basic_auth(conn)
234
+ if config.username && config.password
235
+ if Gem::Version.new(Faraday::VERSION) >= Gem::Version.new('2.0')
236
+ conn.request(:authorization, :basic, config.username, config.password)
237
+ else
238
+ conn.request(:basic_auth, config.username, config.password)
239
+ end
240
+ end
241
+ end
242
+
243
+ # Check if the given MIME is a JSON MIME.
244
+ # JSON MIME examples:
245
+ # application/json
246
+ # application/json; charset=UTF8
247
+ # APPLICATION/JSON
248
+ # */*
249
+ # @param [String] mime MIME
250
+ # @return [Boolean] True if the MIME is application/json
251
+ def json_mime?(mime)
252
+ (mime == '*/*') || !(mime =~ /Application\/.*json(?!p)(;.*)?/i).nil?
253
+ end
254
+
255
+ # Deserialize the response to the given return type.
256
+ #
257
+ # @param [Response] response HTTP response
258
+ # @param [String] return_type some examples: "User", "Array<User>", "Hash<String, Integer>"
259
+ def deserialize(response, return_type)
260
+ body = response.body
261
+ return nil if body.nil? || body.empty?
262
+
263
+ # return response body directly for String return type
264
+ return body.to_s if return_type == 'String'
265
+
266
+ # ensuring a default content type
267
+ content_type = response.headers['Content-Type'] || 'application/json'
268
+
269
+ fail "Content-Type is not supported: #{content_type}" unless json_mime?(content_type)
270
+
271
+ begin
272
+ data = JSON.parse("[#{body}]", :symbolize_names => true)[0]
273
+ rescue JSON::ParserError => e
274
+ if %w(String Date Time).include?(return_type)
275
+ data = body
276
+ else
277
+ raise e
278
+ end
279
+ end
280
+
281
+ convert_to_type data, return_type
282
+ end
283
+
284
+ # Convert data to the given return type.
285
+ # @param [Object] data Data to be converted
286
+ # @param [String] return_type Return type
287
+ # @return [Mixed] Data in a particular type
288
+ def convert_to_type(data, return_type)
289
+ return nil if data.nil?
290
+ case return_type
291
+ when 'String'
292
+ data.to_s
293
+ when 'Integer'
294
+ data.to_i
295
+ when 'Float'
296
+ data.to_f
297
+ when 'Boolean'
298
+ data == true
299
+ when 'Time'
300
+ # parse date time (expecting ISO 8601 format)
301
+ Time.parse data
302
+ when 'Date'
303
+ # parse date time (expecting ISO 8601 format)
304
+ Date.parse data
305
+ when 'Object'
306
+ # generic object (usually a Hash), return directly
307
+ data
308
+ when /\AArray<(.+)>\z/
309
+ # e.g. Array<Pet>
310
+ sub_type = $1
311
+ data.map { |item| convert_to_type(item, sub_type) }
312
+ when /\AHash\<String, (.+)\>\z/
313
+ # e.g. Hash<String, Integer>
314
+ sub_type = $1
315
+ {}.tap do |hash|
316
+ data.each { |k, v| hash[k] = convert_to_type(v, sub_type) }
317
+ end
318
+ else
319
+ # models (e.g. Pet) or oneOf
320
+ klass = OpenapiClient.const_get(return_type)
321
+ klass.respond_to?(:openapi_one_of) ? klass.build(data) : klass.build_from_hash(data)
322
+ end
323
+ end
324
+
325
+ # Sanitize filename by removing path.
326
+ # e.g. ../../sun.gif becomes sun.gif
327
+ #
328
+ # @param [String] filename the filename to be sanitized
329
+ # @return [String] the sanitized filename
330
+ def sanitize_filename(filename)
331
+ filename.gsub(/.*[\/\\]/, '')
332
+ end
333
+
334
+ def build_request_url(path, opts = {})
335
+ # Add leading and trailing slashes to path
336
+ path = "/#{path}".gsub(/\/+/, '/')
337
+ @config.base_url(opts[:operation]) + path
338
+ end
339
+
340
+ # Update header and query params based on authentication settings.
341
+ #
342
+ # @param [Hash] header_params Header parameters
343
+ # @param [Hash] query_params Query parameters
344
+ # @param [String] auth_names Authentication scheme name
345
+ def update_params_for_auth!(header_params, query_params, auth_names)
346
+ Array(auth_names).each do |auth_name|
347
+ auth_setting = @config.auth_settings[auth_name]
348
+ next unless auth_setting
349
+ case auth_setting[:in]
350
+ when 'header' then header_params[auth_setting[:key]] = auth_setting[:value]
351
+ when 'query' then query_params[auth_setting[:key]] = auth_setting[:value]
352
+ else fail ArgumentError, 'Authentication token must be in `query` or `header`'
353
+ end
354
+ end
355
+ end
356
+
357
+ # Sets user agent in HTTP header
358
+ #
359
+ # @param [String] user_agent User agent (e.g. openapi-generator/ruby/1.0.0)
360
+ def user_agent=(user_agent)
361
+ @user_agent = user_agent
362
+ @default_headers['User-Agent'] = @user_agent
363
+ end
364
+
365
+ # Return Accept header based on an array of accepts provided.
366
+ # @param [Array] accepts array for Accept
367
+ # @return [String] the Accept header (e.g. application/json)
368
+ def select_header_accept(accepts)
369
+ return nil if accepts.nil? || accepts.empty?
370
+ # use JSON when present, otherwise use all of the provided
371
+ json_accept = accepts.find { |s| json_mime?(s) }
372
+ json_accept || accepts.join(',')
373
+ end
374
+
375
+ # Return Content-Type header based on an array of content types provided.
376
+ # @param [Array] content_types array for Content-Type
377
+ # @return [String] the Content-Type header (e.g. application/json)
378
+ def select_header_content_type(content_types)
379
+ # return nil by default
380
+ return if content_types.nil? || content_types.empty?
381
+ # use JSON when present, otherwise use the first one
382
+ json_content_type = content_types.find { |s| json_mime?(s) }
383
+ json_content_type || content_types.first
384
+ end
385
+
386
+ # Convert object (array, hash, object, etc) to JSON string.
387
+ # @param [Object] model object to be converted into JSON string
388
+ # @return [String] JSON string representation of the object
389
+ def object_to_http_body(model)
390
+ return model if model.nil? || model.is_a?(String)
391
+ local_body = nil
392
+ if model.is_a?(Array)
393
+ local_body = model.map { |m| object_to_hash(m) }
394
+ else
395
+ local_body = object_to_hash(model)
396
+ end
397
+ local_body.to_json
398
+ end
399
+
400
+ # Convert object(non-array) to hash.
401
+ # @param [Object] obj object to be converted into JSON string
402
+ # @return [String] JSON string representation of the object
403
+ def object_to_hash(obj)
404
+ if obj.respond_to?(:to_hash)
405
+ obj.to_hash
406
+ else
407
+ obj
408
+ end
409
+ end
410
+
411
+ # Build parameter value according to the given collection format.
412
+ # @param [String] collection_format one of :csv, :ssv, :tsv, :pipes and :multi
413
+ def build_collection_param(param, collection_format)
414
+ case collection_format
415
+ when :csv
416
+ param.join(',')
417
+ when :ssv
418
+ param.join(' ')
419
+ when :tsv
420
+ param.join("\t")
421
+ when :pipes
422
+ param.join('|')
423
+ when :multi
424
+ # return the array directly as typhoeus will handle it as expected
425
+ param
426
+ else
427
+ fail "unknown collection format: #{collection_format.inspect}"
428
+ end
429
+ end
430
+ end
431
+ end
@@ -0,0 +1,58 @@
1
+ =begin
2
+ #Passage Management API
3
+
4
+ #Passage's management API to manage your Passage apps and users.
5
+
6
+ The version of the OpenAPI document: 1
7
+ Contact: support@passage.id
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0
10
+
11
+ =end
12
+
13
+ module OpenapiClient
14
+ class ApiError < StandardError
15
+ attr_reader :code, :response_headers, :response_body
16
+
17
+ # Usage examples:
18
+ # ApiError.new
19
+ # ApiError.new("message")
20
+ # ApiError.new(:code => 500, :response_headers => {}, :response_body => "")
21
+ # ApiError.new(:code => 404, :message => "Not Found")
22
+ def initialize(arg = nil)
23
+ if arg.is_a? Hash
24
+ if arg.key?(:message) || arg.key?('message')
25
+ super(arg[:message] || arg['message'])
26
+ else
27
+ super arg
28
+ end
29
+
30
+ arg.each do |k, v|
31
+ instance_variable_set "@#{k}", v
32
+ end
33
+ else
34
+ super arg
35
+ @message = arg
36
+ end
37
+ end
38
+
39
+ # Override to_s to display a friendly error message
40
+ def to_s
41
+ message
42
+ end
43
+
44
+ def message
45
+ if @message.nil?
46
+ msg = "Error message: the server returns an error"
47
+ else
48
+ msg = @message
49
+ end
50
+
51
+ msg += "\nHTTP status code: #{code}" if code
52
+ msg += "\nResponse headers: #{response_headers}" if response_headers
53
+ msg += "\nResponse body: #{response_body}" if response_body
54
+
55
+ msg
56
+ end
57
+ end
58
+ end