yousign_client 1.0.0 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -8
  3. data/config.json +2 -2
  4. data/docs/AuthenticationsApi.md +60 -45
  5. data/docs/CheckDocumentsApi.md +40 -30
  6. data/docs/ConsentProcessesApi.md +80 -57
  7. data/docs/FileInput.md +1 -1
  8. data/docs/FileObjectsApi.md +40 -30
  9. data/docs/FilesApi.md +40 -30
  10. data/docs/MembersApi.md +50 -36
  11. data/docs/OperationsApi.md +20 -15
  12. data/docs/OrganizationsApi.md +11 -10
  13. data/docs/ProcedureOutput.md +1 -0
  14. data/docs/ProceduresApi.md +90 -66
  15. data/docs/ServerStampsApi.md +20 -15
  16. data/docs/SignatureUIsApi.md +101 -82
  17. data/docs/UserGroupsApi.md +21 -16
  18. data/docs/UsersApi.md +51 -40
  19. data/docs/WorkspacesApi.md +11 -10
  20. data/generate.sh +10 -0
  21. data/lib/yousign_client/api/authentications_api.rb +25 -88
  22. data/lib/yousign_client/api/check_documents_api.rb +17 -59
  23. data/lib/yousign_client/api/consent_processes_api.rb +33 -110
  24. data/lib/yousign_client/api/file_objects_api.rb +17 -59
  25. data/lib/yousign_client/api/files_api.rb +17 -59
  26. data/lib/yousign_client/api/members_api.rb +21 -70
  27. data/lib/yousign_client/api/operations_api.rb +9 -30
  28. data/lib/yousign_client/api/organizations_api.rb +5 -12
  29. data/lib/yousign_client/api/procedures_api.rb +37 -128
  30. data/lib/yousign_client/api/server_stamps_api.rb +9 -30
  31. data/lib/yousign_client/api/signature_u_is_api.rb +41 -153
  32. data/lib/yousign_client/api/user_groups_api.rb +9 -23
  33. data/lib/yousign_client/api/users_api.rb +21 -70
  34. data/lib/yousign_client/api/workspaces_api.rb +5 -12
  35. data/lib/yousign_client/api_client.rb +4 -4
  36. data/lib/yousign_client/api_error.rb +1 -1
  37. data/lib/yousign_client/configuration.rb +4 -4
  38. data/lib/yousign_client/models/authentication_email_output.rb +1 -1
  39. data/lib/yousign_client/models/authentication_inwebo_output.rb +1 -1
  40. data/lib/yousign_client/models/authentication_sms_output.rb +1 -1
  41. data/lib/yousign_client/models/body.rb +1 -1
  42. data/lib/yousign_client/models/body_1.rb +1 -1
  43. data/lib/yousign_client/models/body_2.rb +1 -1
  44. data/lib/yousign_client/models/check_document_bank_accounts_input.rb +1 -1
  45. data/lib/yousign_client/models/check_document_bank_accounts_output.rb +1 -16
  46. data/lib/yousign_client/models/check_document_identities_input.rb +1 -1
  47. data/lib/yousign_client/models/check_document_identities_output.rb +1 -16
  48. data/lib/yousign_client/models/config_email_template.rb +1 -1
  49. data/lib/yousign_client/models/config_webhook_template.rb +1 -1
  50. data/lib/yousign_client/models/consent_process_input.rb +1 -1
  51. data/lib/yousign_client/models/consent_process_output.rb +1 -1
  52. data/lib/yousign_client/models/consent_process_value_input.rb +1 -1
  53. data/lib/yousign_client/models/consent_process_value_output.rb +1 -1
  54. data/lib/yousign_client/models/file_input.rb +1 -3
  55. data/lib/yousign_client/models/file_input_metadata.rb +1 -1
  56. data/lib/yousign_client/models/file_object_input.rb +1 -16
  57. data/lib/yousign_client/models/file_object_input_without_file_reference.rb +1 -16
  58. data/lib/yousign_client/models/file_object_output.rb +1 -31
  59. data/lib/yousign_client/models/file_object_output_without_file_reference.rb +1 -31
  60. data/lib/yousign_client/models/file_output.rb +1 -31
  61. data/lib/yousign_client/models/inline_response_400.rb +1 -1
  62. data/lib/yousign_client/models/inwebo_user_request.rb +1 -16
  63. data/lib/yousign_client/models/member_input.rb +3 -3
  64. data/lib/yousign_client/models/member_output.rb +3 -18
  65. data/lib/yousign_client/models/mode_sms_configuration.rb +1 -1
  66. data/lib/yousign_client/models/operation_input.rb +1 -1
  67. data/lib/yousign_client/models/operation_output.rb +1 -1
  68. data/lib/yousign_client/models/operation_output_metadata.rb +1 -1
  69. data/lib/yousign_client/models/organization_billing_address.rb +1 -1
  70. data/lib/yousign_client/models/organization_output.rb +1 -16
  71. data/lib/yousign_client/models/procedure_config.rb +1 -1
  72. data/lib/yousign_client/models/procedure_config_email.rb +1 -1
  73. data/lib/yousign_client/models/procedure_config_reminder.rb +1 -1
  74. data/lib/yousign_client/models/procedure_config_reminder_config.rb +1 -1
  75. data/lib/yousign_client/models/procedure_config_reminder_config_email.rb +1 -1
  76. data/lib/yousign_client/models/procedure_config_webhook.rb +1 -1
  77. data/lib/yousign_client/models/procedure_duplicate_input.rb +1 -1
  78. data/lib/yousign_client/models/procedure_input.rb +1 -1
  79. data/lib/yousign_client/models/procedure_input_metadata.rb +1 -1
  80. data/lib/yousign_client/models/procedure_output.rb +12 -47
  81. data/lib/yousign_client/models/procedure_output_metadata.rb +1 -1
  82. data/lib/yousign_client/models/procedure_remind_config.rb +1 -1
  83. data/lib/yousign_client/models/procedure_remind_config_email.rb +1 -1
  84. data/lib/yousign_client/models/procedure_remind_input.rb +1 -1
  85. data/lib/yousign_client/models/server_stamp_config.rb +1 -1
  86. data/lib/yousign_client/models/server_stamp_config_webhook.rb +1 -1
  87. data/lib/yousign_client/models/server_stamp_input.rb +1 -1
  88. data/lib/yousign_client/models/server_stamp_output.rb +1 -1
  89. data/lib/yousign_client/models/signature_ui_input.rb +1 -1
  90. data/lib/yousign_client/models/signature_ui_input_redirect_cancel.rb +1 -1
  91. data/lib/yousign_client/models/signature_ui_input_redirect_error.rb +1 -1
  92. data/lib/yousign_client/models/signature_ui_input_redirect_success.rb +1 -1
  93. data/lib/yousign_client/models/signature_ui_input_update.rb +1 -1
  94. data/lib/yousign_client/models/signature_ui_label_input.rb +1 -1
  95. data/lib/yousign_client/models/signature_ui_label_input_included.rb +1 -1
  96. data/lib/yousign_client/models/signature_ui_label_output.rb +1 -1
  97. data/lib/yousign_client/models/signature_ui_output.rb +1 -1
  98. data/lib/yousign_client/models/signature_ui_output_redirect_cancel.rb +1 -1
  99. data/lib/yousign_client/models/signature_ui_output_redirect_error.rb +1 -1
  100. data/lib/yousign_client/models/signature_ui_output_redirect_success.rb +1 -1
  101. data/lib/yousign_client/models/user_group.rb +1 -16
  102. data/lib/yousign_client/models/user_input.rb +1 -1
  103. data/lib/yousign_client/models/user_input_notifications.rb +1 -1
  104. data/lib/yousign_client/models/user_output.rb +1 -16
  105. data/lib/yousign_client/models/user_output_notifications.rb +1 -1
  106. data/lib/yousign_client/models/user_workspace_output.rb +1 -16
  107. data/lib/yousign_client/models/workspace_config.rb +1 -1
  108. data/lib/yousign_client/models/workspace_config_email.rb +1 -1
  109. data/lib/yousign_client/models/workspace_config_procedure.rb +1 -1
  110. data/lib/yousign_client/models/workspace_output.rb +1 -16
  111. data/lib/yousign_client/version.rb +2 -2
  112. data/lib/yousign_client.rb +1 -1
  113. data/spec/api/authentications_api_spec.rb +0 -9
  114. data/spec/api/check_documents_api_spec.rb +0 -6
  115. data/spec/api/consent_processes_api_spec.rb +0 -11
  116. data/spec/api/file_objects_api_spec.rb +0 -6
  117. data/spec/api/files_api_spec.rb +0 -6
  118. data/spec/api/members_api_spec.rb +0 -7
  119. data/spec/api/operations_api_spec.rb +0 -3
  120. data/spec/api/organizations_api_spec.rb +0 -1
  121. data/spec/api/procedures_api_spec.rb +0 -13
  122. data/spec/api/server_stamps_api_spec.rb +0 -3
  123. data/spec/api/signature_u_is_api_spec.rb +0 -16
  124. data/spec/api/user_groups_api_spec.rb +0 -2
  125. data/spec/api/users_api_spec.rb +0 -7
  126. data/spec/api/workspaces_api_spec.rb +0 -1
  127. data/spec/models/member_input_spec.rb +1 -1
  128. data/spec/models/member_output_spec.rb +1 -1
  129. data/update_client.sh +0 -4
  130. data/yousign_client.gemspec +3 -2
  131. data/yousign_openapi.json +59 -706
  132. metadata +28 -7
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.1
7
7
  Contact: support@yousign.fr
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.14
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -20,7 +20,6 @@ module YousignClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # Export Procedure list
23
- # @param authorization Authentication credentials for HTTP authentication
24
23
  # @param [Hash] opts the optional parameters
25
24
  # @option opts [String] :status Return Procedure list based on the status for each Procedure
26
25
  # @option opts [String] :name Filter by name (contains)
@@ -35,13 +34,12 @@ module YousignClient
35
34
  # @option opts [Array<Date>] :deleted_at Filter by delete date deletedAt[after]&#x3D;2017-09-18 deletedAt[before]&#x3D;2017-09-18 deletedAt[strictly_after]&#x3D;2017-09-18 deletedAt[strictly_before]&#x3D;2017-09-18
36
35
  # @option opts [String] :order_created_at Order by attribut
37
36
  # @return [String]
38
- def export_procedures_get(authorization, opts = {})
39
- data, _status_code, _headers = export_procedures_get_with_http_info(authorization, opts)
37
+ def export_procedures_get(opts = {})
38
+ data, _status_code, _headers = export_procedures_get_with_http_info(opts)
40
39
  data
41
40
  end
42
41
 
43
42
  # Export Procedure list
44
- # @param authorization Authentication credentials for HTTP authentication
45
43
  # @param [Hash] opts the optional parameters
46
44
  # @option opts [String] :status Return Procedure list based on the status for each Procedure
47
45
  # @option opts [String] :name Filter by name (contains)
@@ -56,14 +54,10 @@ module YousignClient
56
54
  # @option opts [Array<Date>] :deleted_at Filter by delete date deletedAt[after]&#x3D;2017-09-18 deletedAt[before]&#x3D;2017-09-18 deletedAt[strictly_after]&#x3D;2017-09-18 deletedAt[strictly_before]&#x3D;2017-09-18
57
55
  # @option opts [String] :order_created_at Order by attribut
58
56
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
59
- def export_procedures_get_with_http_info(authorization, opts = {})
57
+ def export_procedures_get_with_http_info(opts = {})
60
58
  if @api_client.config.debugging
61
59
  @api_client.config.logger.debug 'Calling API: ProceduresApi.export_procedures_get ...'
62
60
  end
63
- # verify the required parameter 'authorization' is set
64
- if @api_client.config.client_side_validation && authorization.nil?
65
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.export_procedures_get"
66
- end
67
61
  if @api_client.config.client_side_validation && opts[:'status'] && !['active', 'finished', 'expired', 'refused', 'draft'].include?(opts[:'status'])
68
62
  fail ArgumentError, 'invalid value for "status", must be one of active, finished, expired, refused, draft'
69
63
  end
@@ -94,14 +88,13 @@ module YousignClient
94
88
  header_params['Accept'] = @api_client.select_header_accept(['text/csv'])
95
89
  # HTTP header 'Content-Type'
96
90
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
97
- header_params[:'Authorization'] = authorization
98
91
 
99
92
  # form parameters
100
93
  form_params = {}
101
94
 
102
95
  # http body (model)
103
96
  post_body = nil
104
- auth_names = []
97
+ auth_names = ['api_key']
105
98
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
106
99
  :header_params => header_params,
107
100
  :query_params => query_params,
@@ -115,7 +108,6 @@ module YousignClient
115
108
  return data, status_code, headers
116
109
  end
117
110
  # Get Procedure list
118
- # @param authorization Authentication credentials for HTTP authentication
119
111
  # @param [Hash] opts the optional parameters
120
112
  # @option opts [String] :status Return Procedure list based on the status for each Procedure
121
113
  # @option opts [BOOLEAN] :template Used to get Procedure template list (default to false)
@@ -135,13 +127,12 @@ module YousignClient
135
127
  # @option opts [Array<Date>] :deleted_at Filter by delete date deletedAt[after]&#x3D;2017-09-18 deletedAt[before]&#x3D;2017-09-18 deletedAt[strictly_after]&#x3D;2017-09-18 deletedAt[strictly_before]&#x3D;2017-09-18
136
128
  # @option opts [String] :order_created_at Order by createdAt order[createdAt]&#x3D;asc order[createdAt]&#x3D;desc
137
129
  # @return [Array<ProcedureOutput>]
138
- def procedures_get(authorization, opts = {})
139
- data, _status_code, _headers = procedures_get_with_http_info(authorization, opts)
130
+ def procedures_get(opts = {})
131
+ data, _status_code, _headers = procedures_get_with_http_info(opts)
140
132
  data
141
133
  end
142
134
 
143
135
  # Get Procedure list
144
- # @param authorization Authentication credentials for HTTP authentication
145
136
  # @param [Hash] opts the optional parameters
146
137
  # @option opts [String] :status Return Procedure list based on the status for each Procedure
147
138
  # @option opts [BOOLEAN] :template Used to get Procedure template list
@@ -161,14 +152,10 @@ module YousignClient
161
152
  # @option opts [Array<Date>] :deleted_at Filter by delete date deletedAt[after]&#x3D;2017-09-18 deletedAt[before]&#x3D;2017-09-18 deletedAt[strictly_after]&#x3D;2017-09-18 deletedAt[strictly_before]&#x3D;2017-09-18
162
153
  # @option opts [String] :order_created_at Order by createdAt order[createdAt]&#x3D;asc order[createdAt]&#x3D;desc
163
154
  # @return [Array<(Array<ProcedureOutput>, Fixnum, Hash)>] Array<ProcedureOutput> data, response status code and response headers
164
- def procedures_get_with_http_info(authorization, opts = {})
155
+ def procedures_get_with_http_info(opts = {})
165
156
  if @api_client.config.debugging
166
157
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_get ...'
167
158
  end
168
- # verify the required parameter 'authorization' is set
169
- if @api_client.config.client_side_validation && authorization.nil?
170
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_get"
171
- end
172
159
  if @api_client.config.client_side_validation && opts[:'status'] && !['active', 'finished', 'expired', 'refused', 'draft'].include?(opts[:'status'])
173
160
  fail ArgumentError, 'invalid value for "status", must be one of active, finished, expired, refused, draft'
174
161
  end
@@ -204,14 +191,13 @@ module YousignClient
204
191
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
205
192
  # HTTP header 'Content-Type'
206
193
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
207
- header_params[:'Authorization'] = authorization
208
194
 
209
195
  # form parameters
210
196
  form_params = {}
211
197
 
212
198
  # http body (model)
213
199
  post_body = nil
214
- auth_names = []
200
+ auth_names = ['api_key']
215
201
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
216
202
  :header_params => header_params,
217
203
  :query_params => query_params,
@@ -226,20 +212,18 @@ module YousignClient
226
212
  end
227
213
  # Delete a Procedure
228
214
  # @param id
229
- # @param authorization Authentication credentials for HTTP authentication
230
215
  # @param [Hash] opts the optional parameters
231
216
  # @return [nil]
232
- def procedures_id_delete(id, authorization, opts = {})
233
- procedures_id_delete_with_http_info(id, authorization, opts)
217
+ def procedures_id_delete(id, opts = {})
218
+ procedures_id_delete_with_http_info(id, opts)
234
219
  nil
235
220
  end
236
221
 
237
222
  # Delete a Procedure
238
223
  # @param id
239
- # @param authorization Authentication credentials for HTTP authentication
240
224
  # @param [Hash] opts the optional parameters
241
225
  # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
242
- def procedures_id_delete_with_http_info(id, authorization, opts = {})
226
+ def procedures_id_delete_with_http_info(id, opts = {})
243
227
  if @api_client.config.debugging
244
228
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_id_delete ...'
245
229
  end
@@ -247,10 +231,6 @@ module YousignClient
247
231
  if @api_client.config.client_side_validation && id.nil?
248
232
  fail ArgumentError, "Missing the required parameter 'id' when calling ProceduresApi.procedures_id_delete"
249
233
  end
250
- # verify the required parameter 'authorization' is set
251
- if @api_client.config.client_side_validation && authorization.nil?
252
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_id_delete"
253
- end
254
234
  # resource path
255
235
  local_var_path = '/procedures/{id}'.sub('{' + 'id' + '}', id.to_s)
256
236
 
@@ -263,14 +243,13 @@ module YousignClient
263
243
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
264
244
  # HTTP header 'Content-Type'
265
245
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
266
- header_params[:'Authorization'] = authorization
267
246
 
268
247
  # form parameters
269
248
  form_params = {}
270
249
 
271
250
  # http body (model)
272
251
  post_body = nil
273
- auth_names = []
252
+ auth_names = ['api_key']
274
253
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
275
254
  :header_params => header_params,
276
255
  :query_params => query_params,
@@ -284,24 +263,20 @@ module YousignClient
284
263
  end
285
264
  # Duplicate a Procedure
286
265
  # @param id
287
- # @param authorization Authentication credentials for HTTP authentication
288
- # @param content_type The MIME type of the body of the request
289
266
  # @param body
290
267
  # @param [Hash] opts the optional parameters
291
268
  # @return [ProcedureOutput]
292
- def procedures_id_duplicate_post(id, authorization, content_type, body, opts = {})
293
- data, _status_code, _headers = procedures_id_duplicate_post_with_http_info(id, authorization, content_type, body, opts)
269
+ def procedures_id_duplicate_post(id, body, opts = {})
270
+ data, _status_code, _headers = procedures_id_duplicate_post_with_http_info(id, body, opts)
294
271
  data
295
272
  end
296
273
 
297
274
  # Duplicate a Procedure
298
275
  # @param id
299
- # @param authorization Authentication credentials for HTTP authentication
300
- # @param content_type The MIME type of the body of the request
301
276
  # @param body
302
277
  # @param [Hash] opts the optional parameters
303
278
  # @return [Array<(ProcedureOutput, Fixnum, Hash)>] ProcedureOutput data, response status code and response headers
304
- def procedures_id_duplicate_post_with_http_info(id, authorization, content_type, body, opts = {})
279
+ def procedures_id_duplicate_post_with_http_info(id, body, opts = {})
305
280
  if @api_client.config.debugging
306
281
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_id_duplicate_post ...'
307
282
  end
@@ -309,14 +284,6 @@ module YousignClient
309
284
  if @api_client.config.client_side_validation && id.nil?
310
285
  fail ArgumentError, "Missing the required parameter 'id' when calling ProceduresApi.procedures_id_duplicate_post"
311
286
  end
312
- # verify the required parameter 'authorization' is set
313
- if @api_client.config.client_side_validation && authorization.nil?
314
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_id_duplicate_post"
315
- end
316
- # verify the required parameter 'content_type' is set
317
- if @api_client.config.client_side_validation && content_type.nil?
318
- fail ArgumentError, "Missing the required parameter 'content_type' when calling ProceduresApi.procedures_id_duplicate_post"
319
- end
320
287
  # verify the required parameter 'body' is set
321
288
  if @api_client.config.client_side_validation && body.nil?
322
289
  fail ArgumentError, "Missing the required parameter 'body' when calling ProceduresApi.procedures_id_duplicate_post"
@@ -331,15 +298,13 @@ module YousignClient
331
298
  header_params = {}
332
299
  # HTTP header 'Accept' (if needed)
333
300
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
334
- header_params[:'Authorization'] = authorization
335
- header_params[:'Content-Type'] = content_type
336
301
 
337
302
  # form parameters
338
303
  form_params = {}
339
304
 
340
305
  # http body (model)
341
306
  post_body = @api_client.object_to_http_body(body)
342
- auth_names = []
307
+ auth_names = ['api_key']
343
308
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
344
309
  :header_params => header_params,
345
310
  :query_params => query_params,
@@ -354,20 +319,18 @@ module YousignClient
354
319
  end
355
320
  # Find a Procedure by ID
356
321
  # @param id
357
- # @param authorization Authentication credentials for HTTP authentication
358
322
  # @param [Hash] opts the optional parameters
359
323
  # @return [ProcedureOutput]
360
- def procedures_id_get(id, authorization, opts = {})
361
- data, _status_code, _headers = procedures_id_get_with_http_info(id, authorization, opts)
324
+ def procedures_id_get(id, opts = {})
325
+ data, _status_code, _headers = procedures_id_get_with_http_info(id, opts)
362
326
  data
363
327
  end
364
328
 
365
329
  # Find a Procedure by ID
366
330
  # @param id
367
- # @param authorization Authentication credentials for HTTP authentication
368
331
  # @param [Hash] opts the optional parameters
369
332
  # @return [Array<(ProcedureOutput, Fixnum, Hash)>] ProcedureOutput data, response status code and response headers
370
- def procedures_id_get_with_http_info(id, authorization, opts = {})
333
+ def procedures_id_get_with_http_info(id, opts = {})
371
334
  if @api_client.config.debugging
372
335
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_id_get ...'
373
336
  end
@@ -375,10 +338,6 @@ module YousignClient
375
338
  if @api_client.config.client_side_validation && id.nil?
376
339
  fail ArgumentError, "Missing the required parameter 'id' when calling ProceduresApi.procedures_id_get"
377
340
  end
378
- # verify the required parameter 'authorization' is set
379
- if @api_client.config.client_side_validation && authorization.nil?
380
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_id_get"
381
- end
382
341
  # resource path
383
342
  local_var_path = '/procedures/{id}'.sub('{' + 'id' + '}', id.to_s)
384
343
 
@@ -391,14 +350,13 @@ module YousignClient
391
350
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
392
351
  # HTTP header 'Content-Type'
393
352
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
394
- header_params[:'Authorization'] = authorization
395
353
 
396
354
  # form parameters
397
355
  form_params = {}
398
356
 
399
357
  # http body (model)
400
358
  post_body = nil
401
- auth_names = []
359
+ auth_names = ['api_key']
402
360
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
403
361
  :header_params => header_params,
404
362
  :query_params => query_params,
@@ -414,21 +372,19 @@ module YousignClient
414
372
  # Get a Procedure proof file
415
373
  # Get a Procedure proof file
416
374
  # @param id
417
- # @param authorization Authentication credentials for HTTP authentication
418
375
  # @param [Hash] opts the optional parameters
419
376
  # @return [String]
420
- def procedures_id_proof_get(id, authorization, opts = {})
421
- data, _status_code, _headers = procedures_id_proof_get_with_http_info(id, authorization, opts)
377
+ def procedures_id_proof_get(id, opts = {})
378
+ data, _status_code, _headers = procedures_id_proof_get_with_http_info(id, opts)
422
379
  data
423
380
  end
424
381
 
425
382
  # Get a Procedure proof file
426
383
  # Get a Procedure proof file
427
384
  # @param id
428
- # @param authorization Authentication credentials for HTTP authentication
429
385
  # @param [Hash] opts the optional parameters
430
386
  # @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
431
- def procedures_id_proof_get_with_http_info(id, authorization, opts = {})
387
+ def procedures_id_proof_get_with_http_info(id, opts = {})
432
388
  if @api_client.config.debugging
433
389
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_id_proof_get ...'
434
390
  end
@@ -436,10 +392,6 @@ module YousignClient
436
392
  if @api_client.config.client_side_validation && id.nil?
437
393
  fail ArgumentError, "Missing the required parameter 'id' when calling ProceduresApi.procedures_id_proof_get"
438
394
  end
439
- # verify the required parameter 'authorization' is set
440
- if @api_client.config.client_side_validation && authorization.nil?
441
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_id_proof_get"
442
- end
443
395
  # resource path
444
396
  local_var_path = '/procedures/{id}/proof'.sub('{' + 'id' + '}', id.to_s)
445
397
 
@@ -452,14 +404,13 @@ module YousignClient
452
404
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
453
405
  # HTTP header 'Content-Type'
454
406
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
455
- header_params[:'Authorization'] = authorization
456
407
 
457
408
  # form parameters
458
409
  form_params = {}
459
410
 
460
411
  # http body (model)
461
412
  post_body = nil
462
- auth_names = []
413
+ auth_names = ['api_key']
463
414
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
464
415
  :header_params => header_params,
465
416
  :query_params => query_params,
@@ -474,24 +425,20 @@ module YousignClient
474
425
  end
475
426
  # Update a Procedure
476
427
  # @param id
477
- # @param authorization Authentication credentials for HTTP authentication
478
- # @param content_type The MIME type of the body of the request
479
428
  # @param body
480
429
  # @param [Hash] opts the optional parameters
481
430
  # @return [ProcedureOutput]
482
- def procedures_id_put(id, authorization, content_type, body, opts = {})
483
- data, _status_code, _headers = procedures_id_put_with_http_info(id, authorization, content_type, body, opts)
431
+ def procedures_id_put(id, body, opts = {})
432
+ data, _status_code, _headers = procedures_id_put_with_http_info(id, body, opts)
484
433
  data
485
434
  end
486
435
 
487
436
  # Update a Procedure
488
437
  # @param id
489
- # @param authorization Authentication credentials for HTTP authentication
490
- # @param content_type The MIME type of the body of the request
491
438
  # @param body
492
439
  # @param [Hash] opts the optional parameters
493
440
  # @return [Array<(ProcedureOutput, Fixnum, Hash)>] ProcedureOutput data, response status code and response headers
494
- def procedures_id_put_with_http_info(id, authorization, content_type, body, opts = {})
441
+ def procedures_id_put_with_http_info(id, body, opts = {})
495
442
  if @api_client.config.debugging
496
443
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_id_put ...'
497
444
  end
@@ -499,14 +446,6 @@ module YousignClient
499
446
  if @api_client.config.client_side_validation && id.nil?
500
447
  fail ArgumentError, "Missing the required parameter 'id' when calling ProceduresApi.procedures_id_put"
501
448
  end
502
- # verify the required parameter 'authorization' is set
503
- if @api_client.config.client_side_validation && authorization.nil?
504
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_id_put"
505
- end
506
- # verify the required parameter 'content_type' is set
507
- if @api_client.config.client_side_validation && content_type.nil?
508
- fail ArgumentError, "Missing the required parameter 'content_type' when calling ProceduresApi.procedures_id_put"
509
- end
510
449
  # verify the required parameter 'body' is set
511
450
  if @api_client.config.client_side_validation && body.nil?
512
451
  fail ArgumentError, "Missing the required parameter 'body' when calling ProceduresApi.procedures_id_put"
@@ -521,15 +460,13 @@ module YousignClient
521
460
  header_params = {}
522
461
  # HTTP header 'Accept' (if needed)
523
462
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
524
- header_params[:'Authorization'] = authorization
525
- header_params[:'Content-Type'] = content_type
526
463
 
527
464
  # form parameters
528
465
  form_params = {}
529
466
 
530
467
  # http body (model)
531
468
  post_body = @api_client.object_to_http_body(body)
532
- auth_names = []
469
+ auth_names = ['api_key']
533
470
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
534
471
  :header_params => header_params,
535
472
  :query_params => query_params,
@@ -544,24 +481,20 @@ module YousignClient
544
481
  end
545
482
  # Remind a Procedure
546
483
  # @param id
547
- # @param authorization Authentication credentials for HTTP authentication
548
- # @param content_type The MIME type of the body of the request
549
484
  # @param body
550
485
  # @param [Hash] opts the optional parameters
551
486
  # @return [ProcedureOutput]
552
- def procedures_id_remind_post(id, authorization, content_type, body, opts = {})
553
- data, _status_code, _headers = procedures_id_remind_post_with_http_info(id, authorization, content_type, body, opts)
487
+ def procedures_id_remind_post(id, body, opts = {})
488
+ data, _status_code, _headers = procedures_id_remind_post_with_http_info(id, body, opts)
554
489
  data
555
490
  end
556
491
 
557
492
  # Remind a Procedure
558
493
  # @param id
559
- # @param authorization Authentication credentials for HTTP authentication
560
- # @param content_type The MIME type of the body of the request
561
494
  # @param body
562
495
  # @param [Hash] opts the optional parameters
563
496
  # @return [Array<(ProcedureOutput, Fixnum, Hash)>] ProcedureOutput data, response status code and response headers
564
- def procedures_id_remind_post_with_http_info(id, authorization, content_type, body, opts = {})
497
+ def procedures_id_remind_post_with_http_info(id, body, opts = {})
565
498
  if @api_client.config.debugging
566
499
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_id_remind_post ...'
567
500
  end
@@ -569,14 +502,6 @@ module YousignClient
569
502
  if @api_client.config.client_side_validation && id.nil?
570
503
  fail ArgumentError, "Missing the required parameter 'id' when calling ProceduresApi.procedures_id_remind_post"
571
504
  end
572
- # verify the required parameter 'authorization' is set
573
- if @api_client.config.client_side_validation && authorization.nil?
574
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_id_remind_post"
575
- end
576
- # verify the required parameter 'content_type' is set
577
- if @api_client.config.client_side_validation && content_type.nil?
578
- fail ArgumentError, "Missing the required parameter 'content_type' when calling ProceduresApi.procedures_id_remind_post"
579
- end
580
505
  # verify the required parameter 'body' is set
581
506
  if @api_client.config.client_side_validation && body.nil?
582
507
  fail ArgumentError, "Missing the required parameter 'body' when calling ProceduresApi.procedures_id_remind_post"
@@ -591,15 +516,13 @@ module YousignClient
591
516
  header_params = {}
592
517
  # HTTP header 'Accept' (if needed)
593
518
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
594
- header_params[:'Authorization'] = authorization
595
- header_params[:'Content-Type'] = content_type
596
519
 
597
520
  # form parameters
598
521
  form_params = {}
599
522
 
600
523
  # http body (model)
601
524
  post_body = @api_client.object_to_http_body(body)
602
- auth_names = []
525
+ auth_names = ['api_key']
603
526
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
604
527
  :header_params => header_params,
605
528
  :query_params => query_params,
@@ -613,34 +536,22 @@ module YousignClient
613
536
  return data, status_code, headers
614
537
  end
615
538
  # Create a new Procedure
616
- # @param authorization Authentication credentials for HTTP authentication
617
- # @param content_type The MIME type of the body of the request
618
539
  # @param body
619
540
  # @param [Hash] opts the optional parameters
620
541
  # @return [ProcedureOutput]
621
- def procedures_post(authorization, content_type, body, opts = {})
622
- data, _status_code, _headers = procedures_post_with_http_info(authorization, content_type, body, opts)
542
+ def procedures_post(body, opts = {})
543
+ data, _status_code, _headers = procedures_post_with_http_info(body, opts)
623
544
  data
624
545
  end
625
546
 
626
547
  # Create a new Procedure
627
- # @param authorization Authentication credentials for HTTP authentication
628
- # @param content_type The MIME type of the body of the request
629
548
  # @param body
630
549
  # @param [Hash] opts the optional parameters
631
550
  # @return [Array<(ProcedureOutput, Fixnum, Hash)>] ProcedureOutput data, response status code and response headers
632
- def procedures_post_with_http_info(authorization, content_type, body, opts = {})
551
+ def procedures_post_with_http_info(body, opts = {})
633
552
  if @api_client.config.debugging
634
553
  @api_client.config.logger.debug 'Calling API: ProceduresApi.procedures_post ...'
635
554
  end
636
- # verify the required parameter 'authorization' is set
637
- if @api_client.config.client_side_validation && authorization.nil?
638
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ProceduresApi.procedures_post"
639
- end
640
- # verify the required parameter 'content_type' is set
641
- if @api_client.config.client_side_validation && content_type.nil?
642
- fail ArgumentError, "Missing the required parameter 'content_type' when calling ProceduresApi.procedures_post"
643
- end
644
555
  # verify the required parameter 'body' is set
645
556
  if @api_client.config.client_side_validation && body.nil?
646
557
  fail ArgumentError, "Missing the required parameter 'body' when calling ProceduresApi.procedures_post"
@@ -655,15 +566,13 @@ module YousignClient
655
566
  header_params = {}
656
567
  # HTTP header 'Accept' (if needed)
657
568
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
658
- header_params[:'Authorization'] = authorization
659
- header_params[:'Content-Type'] = content_type
660
569
 
661
570
  # form parameters
662
571
  form_params = {}
663
572
 
664
573
  # http body (model)
665
574
  post_body = @api_client.object_to_http_body(body)
666
- auth_names = []
575
+ auth_names = ['api_key']
667
576
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
668
577
  :header_params => header_params,
669
578
  :query_params => query_params,
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.1
7
7
  Contact: support@yousign.fr
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.14
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -21,20 +21,18 @@ module YousignClient
21
21
  end
22
22
  # Find a Server Stamp by ID
23
23
  # @param id
24
- # @param authorization Authentication credentials for HTTP authentication
25
24
  # @param [Hash] opts the optional parameters
26
25
  # @return [ServerStampOutput]
27
- def server_stamps_id_get(id, authorization, opts = {})
28
- data, _status_code, _headers = server_stamps_id_get_with_http_info(id, authorization, opts)
26
+ def server_stamps_id_get(id, opts = {})
27
+ data, _status_code, _headers = server_stamps_id_get_with_http_info(id, opts)
29
28
  data
30
29
  end
31
30
 
32
31
  # Find a Server Stamp by ID
33
32
  # @param id
34
- # @param authorization Authentication credentials for HTTP authentication
35
33
  # @param [Hash] opts the optional parameters
36
34
  # @return [Array<(ServerStampOutput, Fixnum, Hash)>] ServerStampOutput data, response status code and response headers
37
- def server_stamps_id_get_with_http_info(id, authorization, opts = {})
35
+ def server_stamps_id_get_with_http_info(id, opts = {})
38
36
  if @api_client.config.debugging
39
37
  @api_client.config.logger.debug 'Calling API: ServerStampsApi.server_stamps_id_get ...'
40
38
  end
@@ -42,10 +40,6 @@ module YousignClient
42
40
  if @api_client.config.client_side_validation && id.nil?
43
41
  fail ArgumentError, "Missing the required parameter 'id' when calling ServerStampsApi.server_stamps_id_get"
44
42
  end
45
- # verify the required parameter 'authorization' is set
46
- if @api_client.config.client_side_validation && authorization.nil?
47
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ServerStampsApi.server_stamps_id_get"
48
- end
49
43
  # resource path
50
44
  local_var_path = '/server_stamps/{id}'.sub('{' + 'id' + '}', id.to_s)
51
45
 
@@ -58,14 +52,13 @@ module YousignClient
58
52
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
59
53
  # HTTP header 'Content-Type'
60
54
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
61
- header_params[:'Authorization'] = authorization
62
55
 
63
56
  # form parameters
64
57
  form_params = {}
65
58
 
66
59
  # http body (model)
67
60
  post_body = nil
68
- auth_names = []
61
+ auth_names = ['api_key']
69
62
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
70
63
  :header_params => header_params,
71
64
  :query_params => query_params,
@@ -79,34 +72,22 @@ module YousignClient
79
72
  return data, status_code, headers
80
73
  end
81
74
  # Create a Server Stamp
82
- # @param authorization Authentication credentials for HTTP authentication
83
- # @param content_type The MIME type of the body of the request
84
75
  # @param body
85
76
  # @param [Hash] opts the optional parameters
86
77
  # @return [ServerStampOutput]
87
- def server_stamps_post(authorization, content_type, body, opts = {})
88
- data, _status_code, _headers = server_stamps_post_with_http_info(authorization, content_type, body, opts)
78
+ def server_stamps_post(body, opts = {})
79
+ data, _status_code, _headers = server_stamps_post_with_http_info(body, opts)
89
80
  data
90
81
  end
91
82
 
92
83
  # Create a Server Stamp
93
- # @param authorization Authentication credentials for HTTP authentication
94
- # @param content_type The MIME type of the body of the request
95
84
  # @param body
96
85
  # @param [Hash] opts the optional parameters
97
86
  # @return [Array<(ServerStampOutput, Fixnum, Hash)>] ServerStampOutput data, response status code and response headers
98
- def server_stamps_post_with_http_info(authorization, content_type, body, opts = {})
87
+ def server_stamps_post_with_http_info(body, opts = {})
99
88
  if @api_client.config.debugging
100
89
  @api_client.config.logger.debug 'Calling API: ServerStampsApi.server_stamps_post ...'
101
90
  end
102
- # verify the required parameter 'authorization' is set
103
- if @api_client.config.client_side_validation && authorization.nil?
104
- fail ArgumentError, "Missing the required parameter 'authorization' when calling ServerStampsApi.server_stamps_post"
105
- end
106
- # verify the required parameter 'content_type' is set
107
- if @api_client.config.client_side_validation && content_type.nil?
108
- fail ArgumentError, "Missing the required parameter 'content_type' when calling ServerStampsApi.server_stamps_post"
109
- end
110
91
  # verify the required parameter 'body' is set
111
92
  if @api_client.config.client_side_validation && body.nil?
112
93
  fail ArgumentError, "Missing the required parameter 'body' when calling ServerStampsApi.server_stamps_post"
@@ -121,15 +102,13 @@ module YousignClient
121
102
  header_params = {}
122
103
  # HTTP header 'Accept' (if needed)
123
104
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
124
- header_params[:'Authorization'] = authorization
125
- header_params[:'Content-Type'] = content_type
126
105
 
127
106
  # form parameters
128
107
  form_params = {}
129
108
 
130
109
  # http body (model)
131
110
  post_body = @api_client.object_to_http_body(body)
132
- auth_names = []
111
+ auth_names = ['api_key']
133
112
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
134
113
  :header_params => header_params,
135
114
  :query_params => query_params,