yousign_client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (279) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/README.md +230 -0
  4. data/Rakefile +8 -0
  5. data/config.json +11 -0
  6. data/docs/AuthenticationEmailOutput.md +10 -0
  7. data/docs/AuthenticationInweboOutput.md +10 -0
  8. data/docs/AuthenticationSmsOutput.md +10 -0
  9. data/docs/AuthenticationsApi.md +320 -0
  10. data/docs/Body.md +8 -0
  11. data/docs/Body1.md +9 -0
  12. data/docs/Body2.md +9 -0
  13. data/docs/CheckDocumentBankAccountsInput.md +13 -0
  14. data/docs/CheckDocumentBankAccountsOutput.md +24 -0
  15. data/docs/CheckDocumentIdentitiesInput.md +11 -0
  16. data/docs/CheckDocumentIdentitiesOutput.md +28 -0
  17. data/docs/CheckDocumentsApi.md +210 -0
  18. data/docs/ConfigEmailTemplate.md +11 -0
  19. data/docs/ConfigWebhookTemplate.md +10 -0
  20. data/docs/ConsentProcessInput.md +14 -0
  21. data/docs/ConsentProcessOutput.md +15 -0
  22. data/docs/ConsentProcessValueInput.md +10 -0
  23. data/docs/ConsentProcessValueOutput.md +12 -0
  24. data/docs/ConsentProcessesApi.md +422 -0
  25. data/docs/FileInput.md +15 -0
  26. data/docs/FileInputMetadata.md +9 -0
  27. data/docs/FileObjectInput.md +21 -0
  28. data/docs/FileObjectInputWithoutFileReference.md +13 -0
  29. data/docs/FileObjectOutput.md +24 -0
  30. data/docs/FileObjectOutputWithoutFileReference.md +17 -0
  31. data/docs/FileObjectsApi.md +220 -0
  32. data/docs/FileOutput.md +19 -0
  33. data/docs/FilesApi.md +218 -0
  34. data/docs/InlineResponse400.md +8 -0
  35. data/docs/InweboUserRequest.md +8 -0
  36. data/docs/MemberInput.md +19 -0
  37. data/docs/MemberOutput.md +24 -0
  38. data/docs/MembersApi.md +272 -0
  39. data/docs/ModeSmsConfiguration.md +8 -0
  40. data/docs/OperationInput.md +14 -0
  41. data/docs/OperationOutput.md +15 -0
  42. data/docs/OperationOutputMetadata.md +9 -0
  43. data/docs/OperationsApi.md +109 -0
  44. data/docs/OrganizationBillingAddress.md +16 -0
  45. data/docs/OrganizationOutput.md +41 -0
  46. data/docs/OrganizationsApi.md +54 -0
  47. data/docs/ProcedureConfig.md +10 -0
  48. data/docs/ProcedureConfigEmail.md +15 -0
  49. data/docs/ProcedureConfigReminder.md +10 -0
  50. data/docs/ProcedureConfigReminderConfig.md +8 -0
  51. data/docs/ProcedureConfigReminderConfigEmail.md +8 -0
  52. data/docs/ProcedureConfigWebhook.md +15 -0
  53. data/docs/ProcedureDuplicateInput.md +9 -0
  54. data/docs/ProcedureInput.md +18 -0
  55. data/docs/ProcedureInputMetadata.md +9 -0
  56. data/docs/ProcedureOutput.md +27 -0
  57. data/docs/ProcedureOutputMetadata.md +9 -0
  58. data/docs/ProcedureRemindConfig.md +8 -0
  59. data/docs/ProcedureRemindConfigEmail.md +8 -0
  60. data/docs/ProcedureRemindInput.md +8 -0
  61. data/docs/ProceduresApi.md +527 -0
  62. data/docs/ServerStampConfig.md +8 -0
  63. data/docs/ServerStampConfigWebhook.md +8 -0
  64. data/docs/ServerStampInput.md +12 -0
  65. data/docs/ServerStampOutput.md +17 -0
  66. data/docs/ServerStampsApi.md +109 -0
  67. data/docs/SignatureUIsApi.md +545 -0
  68. data/docs/SignatureUiInput.md +28 -0
  69. data/docs/SignatureUiInputRedirectCancel.md +10 -0
  70. data/docs/SignatureUiInputRedirectError.md +10 -0
  71. data/docs/SignatureUiInputRedirectSuccess.md +10 -0
  72. data/docs/SignatureUiInputUpdate.md +27 -0
  73. data/docs/SignatureUiLabelInput.md +10 -0
  74. data/docs/SignatureUiLabelInputIncluded.md +9 -0
  75. data/docs/SignatureUiLabelOutput.md +14 -0
  76. data/docs/SignatureUiOutput.md +33 -0
  77. data/docs/SignatureUiOutputRedirectCancel.md +10 -0
  78. data/docs/SignatureUiOutputRedirectError.md +10 -0
  79. data/docs/SignatureUiOutputRedirectSuccess.md +10 -0
  80. data/docs/UserGroup.md +10 -0
  81. data/docs/UserGroupsApi.md +103 -0
  82. data/docs/UserInput.md +17 -0
  83. data/docs/UserInputNotifications.md +8 -0
  84. data/docs/UserOutput.md +29 -0
  85. data/docs/UserOutputNotifications.md +8 -0
  86. data/docs/UserWorkspaceOutput.md +9 -0
  87. data/docs/UsersApi.md +258 -0
  88. data/docs/WorkspaceConfig.md +10 -0
  89. data/docs/WorkspaceConfigEmail.md +15 -0
  90. data/docs/WorkspaceConfigProcedure.md +8 -0
  91. data/docs/WorkspaceOutput.md +16 -0
  92. data/docs/WorkspacesApi.md +54 -0
  93. data/git_push.sh +55 -0
  94. data/lib/yousign_client.rb +126 -0
  95. data/lib/yousign_client/api/authentications_api.rb +410 -0
  96. data/lib/yousign_client/api/check_documents_api.rb +269 -0
  97. data/lib/yousign_client/api/consent_processes_api.rb +528 -0
  98. data/lib/yousign_client/api/file_objects_api.rb +282 -0
  99. data/lib/yousign_client/api/files_api.rb +279 -0
  100. data/lib/yousign_client/api/members_api.rb +340 -0
  101. data/lib/yousign_client/api/operations_api.rb +148 -0
  102. data/lib/yousign_client/api/organizations_api.rb +76 -0
  103. data/lib/yousign_client/api/procedures_api.rb +680 -0
  104. data/lib/yousign_client/api/server_stamps_api.rb +146 -0
  105. data/lib/yousign_client/api/signature_u_is_api.rb +669 -0
  106. data/lib/yousign_client/api/user_groups_api.rb +135 -0
  107. data/lib/yousign_client/api/users_api.rb +327 -0
  108. data/lib/yousign_client/api/workspaces_api.rb +76 -0
  109. data/lib/yousign_client/api_client.rb +391 -0
  110. data/lib/yousign_client/api_error.rb +38 -0
  111. data/lib/yousign_client/configuration.rb +209 -0
  112. data/lib/yousign_client/models/authentication_email_output.rb +239 -0
  113. data/lib/yousign_client/models/authentication_inwebo_output.rb +239 -0
  114. data/lib/yousign_client/models/authentication_sms_output.rb +239 -0
  115. data/lib/yousign_client/models/body.rb +185 -0
  116. data/lib/yousign_client/models/body_1.rb +200 -0
  117. data/lib/yousign_client/models/body_2.rb +200 -0
  118. data/lib/yousign_client/models/check_document_bank_accounts_input.rb +240 -0
  119. data/lib/yousign_client/models/check_document_bank_accounts_output.rb +394 -0
  120. data/lib/yousign_client/models/check_document_identities_input.rb +222 -0
  121. data/lib/yousign_client/models/check_document_identities_output.rb +440 -0
  122. data/lib/yousign_client/models/config_email_template.rb +256 -0
  123. data/lib/yousign_client/models/config_webhook_template.rb +246 -0
  124. data/lib/yousign_client/models/consent_process_input.rb +293 -0
  125. data/lib/yousign_client/models/consent_process_output.rb +298 -0
  126. data/lib/yousign_client/models/consent_process_value_input.rb +215 -0
  127. data/lib/yousign_client/models/consent_process_value_output.rb +235 -0
  128. data/lib/yousign_client/models/file_input.rb +304 -0
  129. data/lib/yousign_client/models/file_input_metadata.rb +194 -0
  130. data/lib/yousign_client/models/file_object_input.rb +445 -0
  131. data/lib/yousign_client/models/file_object_input_without_file_reference.rb +252 -0
  132. data/lib/yousign_client/models/file_object_output.rb +489 -0
  133. data/lib/yousign_client/models/file_object_output_without_file_reference.rb +307 -0
  134. data/lib/yousign_client/models/file_output.rb +374 -0
  135. data/lib/yousign_client/models/inline_response_400.rb +185 -0
  136. data/lib/yousign_client/models/inwebo_user_request.rb +200 -0
  137. data/lib/yousign_client/models/member_input.rb +343 -0
  138. data/lib/yousign_client/models/member_output.rb +432 -0
  139. data/lib/yousign_client/models/mode_sms_configuration.rb +190 -0
  140. data/lib/yousign_client/models/operation_input.rb +313 -0
  141. data/lib/yousign_client/models/operation_output.rb +311 -0
  142. data/lib/yousign_client/models/operation_output_metadata.rb +194 -0
  143. data/lib/yousign_client/models/organization_billing_address.rb +256 -0
  144. data/lib/yousign_client/models/organization_output.rb +530 -0
  145. data/lib/yousign_client/models/procedure_config.rb +204 -0
  146. data/lib/yousign_client/models/procedure_config_email.rb +263 -0
  147. data/lib/yousign_client/models/procedure_config_reminder.rb +256 -0
  148. data/lib/yousign_client/models/procedure_config_reminder_config.rb +184 -0
  149. data/lib/yousign_client/models/procedure_config_reminder_config_email.rb +186 -0
  150. data/lib/yousign_client/models/procedure_config_webhook.rb +263 -0
  151. data/lib/yousign_client/models/procedure_duplicate_input.rb +197 -0
  152. data/lib/yousign_client/models/procedure_input.rb +289 -0
  153. data/lib/yousign_client/models/procedure_input_metadata.rb +194 -0
  154. data/lib/yousign_client/models/procedure_output.rb +457 -0
  155. data/lib/yousign_client/models/procedure_output_metadata.rb +194 -0
  156. data/lib/yousign_client/models/procedure_remind_config.rb +184 -0
  157. data/lib/yousign_client/models/procedure_remind_config_email.rb +186 -0
  158. data/lib/yousign_client/models/procedure_remind_input.rb +184 -0
  159. data/lib/yousign_client/models/server_stamp_config.rb +184 -0
  160. data/lib/yousign_client/models/server_stamp_config_webhook.rb +186 -0
  161. data/lib/yousign_client/models/server_stamp_input.rb +242 -0
  162. data/lib/yousign_client/models/server_stamp_output.rb +352 -0
  163. data/lib/yousign_client/models/signature_ui_input.rb +456 -0
  164. data/lib/yousign_client/models/signature_ui_input_redirect_cancel.rb +244 -0
  165. data/lib/yousign_client/models/signature_ui_input_redirect_error.rb +247 -0
  166. data/lib/yousign_client/models/signature_ui_input_redirect_success.rb +242 -0
  167. data/lib/yousign_client/models/signature_ui_input_update.rb +421 -0
  168. data/lib/yousign_client/models/signature_ui_label_input.rb +210 -0
  169. data/lib/yousign_client/models/signature_ui_label_input_included.rb +200 -0
  170. data/lib/yousign_client/models/signature_ui_label_output.rb +245 -0
  171. data/lib/yousign_client/models/signature_ui_output.rb +481 -0
  172. data/lib/yousign_client/models/signature_ui_output_redirect_cancel.rb +242 -0
  173. data/lib/yousign_client/models/signature_ui_output_redirect_error.rb +247 -0
  174. data/lib/yousign_client/models/signature_ui_output_redirect_success.rb +242 -0
  175. data/lib/yousign_client/models/user_group.rb +249 -0
  176. data/lib/yousign_client/models/user_input.rb +341 -0
  177. data/lib/yousign_client/models/user_input_notifications.rb +185 -0
  178. data/lib/yousign_client/models/user_output.rb +457 -0
  179. data/lib/yousign_client/models/user_output_notifications.rb +185 -0
  180. data/lib/yousign_client/models/user_workspace_output.rb +210 -0
  181. data/lib/yousign_client/models/workspace_config.rb +226 -0
  182. data/lib/yousign_client/models/workspace_config_email.rb +263 -0
  183. data/lib/yousign_client/models/workspace_config_procedure.rb +208 -0
  184. data/lib/yousign_client/models/workspace_output.rb +275 -0
  185. data/lib/yousign_client/version.rb +15 -0
  186. data/spec/api/authentications_api_spec.rb +113 -0
  187. data/spec/api/check_documents_api_spec.rb +85 -0
  188. data/spec/api/consent_processes_api_spec.rb +138 -0
  189. data/spec/api/file_objects_api_spec.rb +90 -0
  190. data/spec/api/files_api_spec.rb +89 -0
  191. data/spec/api/members_api_spec.rb +103 -0
  192. data/spec/api/operations_api_spec.rb +60 -0
  193. data/spec/api/organizations_api_spec.rb +46 -0
  194. data/spec/api/procedures_api_spec.rb +178 -0
  195. data/spec/api/server_stamps_api_spec.rb +60 -0
  196. data/spec/api/signature_u_is_api_spec.rb +170 -0
  197. data/spec/api/user_groups_api_spec.rb +58 -0
  198. data/spec/api/users_api_spec.rb +97 -0
  199. data/spec/api/workspaces_api_spec.rb +46 -0
  200. data/spec/api_client_spec.rb +243 -0
  201. data/spec/configuration_spec.rb +42 -0
  202. data/spec/models/authentication_email_output_spec.rb +57 -0
  203. data/spec/models/authentication_inwebo_output_spec.rb +57 -0
  204. data/spec/models/authentication_sms_output_spec.rb +57 -0
  205. data/spec/models/body_1_spec.rb +47 -0
  206. data/spec/models/body_2_spec.rb +47 -0
  207. data/spec/models/body_spec.rb +41 -0
  208. data/spec/models/check_document_bank_accounts_input_spec.rb +71 -0
  209. data/spec/models/check_document_bank_accounts_output_spec.rb +141 -0
  210. data/spec/models/check_document_identities_input_spec.rb +59 -0
  211. data/spec/models/check_document_identities_output_spec.rb +165 -0
  212. data/spec/models/config_email_template_spec.rb +63 -0
  213. data/spec/models/config_webhook_template_spec.rb +57 -0
  214. data/spec/models/consent_process_input_spec.rb +81 -0
  215. data/spec/models/consent_process_output_spec.rb +87 -0
  216. data/spec/models/consent_process_value_input_spec.rb +53 -0
  217. data/spec/models/consent_process_value_output_spec.rb +65 -0
  218. data/spec/models/file_input_metadata_spec.rb +47 -0
  219. data/spec/models/file_input_spec.rb +87 -0
  220. data/spec/models/file_object_input_spec.rb +127 -0
  221. data/spec/models/file_object_input_without_file_reference_spec.rb +71 -0
  222. data/spec/models/file_object_output_spec.rb +145 -0
  223. data/spec/models/file_object_output_without_file_reference_spec.rb +95 -0
  224. data/spec/models/file_output_spec.rb +111 -0
  225. data/spec/models/inline_response_400_spec.rb +41 -0
  226. data/spec/models/inwebo_user_request_spec.rb +41 -0
  227. data/spec/models/member_input_spec.rb +119 -0
  228. data/spec/models/member_output_spec.rb +153 -0
  229. data/spec/models/mode_sms_configuration_spec.rb +41 -0
  230. data/spec/models/operation_input_spec.rb +89 -0
  231. data/spec/models/operation_output_metadata_spec.rb +47 -0
  232. data/spec/models/operation_output_spec.rb +95 -0
  233. data/spec/models/organization_billing_address_spec.rb +89 -0
  234. data/spec/models/organization_output_spec.rb +239 -0
  235. data/spec/models/procedure_config_email_spec.rb +83 -0
  236. data/spec/models/procedure_config_reminder_config_email_spec.rb +41 -0
  237. data/spec/models/procedure_config_reminder_config_spec.rb +41 -0
  238. data/spec/models/procedure_config_reminder_spec.rb +53 -0
  239. data/spec/models/procedure_config_spec.rb +53 -0
  240. data/spec/models/procedure_config_webhook_spec.rb +83 -0
  241. data/spec/models/procedure_duplicate_input_spec.rb +47 -0
  242. data/spec/models/procedure_input_metadata_spec.rb +47 -0
  243. data/spec/models/procedure_input_spec.rb +101 -0
  244. data/spec/models/procedure_output_metadata_spec.rb +47 -0
  245. data/spec/models/procedure_output_spec.rb +159 -0
  246. data/spec/models/procedure_remind_config_email_spec.rb +41 -0
  247. data/spec/models/procedure_remind_config_spec.rb +41 -0
  248. data/spec/models/procedure_remind_input_spec.rb +41 -0
  249. data/spec/models/server_stamp_config_spec.rb +41 -0
  250. data/spec/models/server_stamp_config_webhook_spec.rb +41 -0
  251. data/spec/models/server_stamp_input_spec.rb +65 -0
  252. data/spec/models/server_stamp_output_spec.rb +99 -0
  253. data/spec/models/signature_ui_input_redirect_cancel_spec.rb +57 -0
  254. data/spec/models/signature_ui_input_redirect_error_spec.rb +57 -0
  255. data/spec/models/signature_ui_input_redirect_success_spec.rb +57 -0
  256. data/spec/models/signature_ui_input_spec.rb +165 -0
  257. data/spec/models/signature_ui_input_update_spec.rb +159 -0
  258. data/spec/models/signature_ui_label_input_included_spec.rb +47 -0
  259. data/spec/models/signature_ui_label_input_spec.rb +53 -0
  260. data/spec/models/signature_ui_label_output_spec.rb +77 -0
  261. data/spec/models/signature_ui_output_redirect_cancel_spec.rb +57 -0
  262. data/spec/models/signature_ui_output_redirect_error_spec.rb +57 -0
  263. data/spec/models/signature_ui_output_redirect_success_spec.rb +57 -0
  264. data/spec/models/signature_ui_output_spec.rb +195 -0
  265. data/spec/models/user_group_spec.rb +57 -0
  266. data/spec/models/user_input_notifications_spec.rb +41 -0
  267. data/spec/models/user_input_spec.rb +99 -0
  268. data/spec/models/user_output_notifications_spec.rb +41 -0
  269. data/spec/models/user_output_spec.rb +171 -0
  270. data/spec/models/user_workspace_output_spec.rb +47 -0
  271. data/spec/models/workspace_config_email_spec.rb +83 -0
  272. data/spec/models/workspace_config_procedure_spec.rb +45 -0
  273. data/spec/models/workspace_config_spec.rb +57 -0
  274. data/spec/models/workspace_output_spec.rb +89 -0
  275. data/spec/spec_helper.rb +111 -0
  276. data/update_client.sh +11 -0
  277. data/yousign_client.gemspec +45 -0
  278. data/yousign_openapi.json +5417 -0
  279. metadata +590 -0
@@ -0,0 +1,194 @@
1
+ =begin
2
+ #Yousign API Swagger
3
+
4
+ #For your information, the Yousign API documentation is available at https://dev.yousign.com/
5
+
6
+ OpenAPI spec version: 2.1
7
+ Contact: support@yousign.fr
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module YousignClient
16
+ # Metadata of the operation
17
+ class OperationOutputMetadata
18
+ attr_accessor :key1
19
+
20
+ attr_accessor :key2
21
+
22
+ # Attribute mapping from ruby-style variable name to JSON key.
23
+ def self.attribute_map
24
+ {
25
+ :'key1' => :'key1',
26
+ :'key2' => :'key2'
27
+ }
28
+ end
29
+
30
+ # Attribute type mapping.
31
+ def self.swagger_types
32
+ {
33
+ :'key1' => :'String',
34
+ :'key2' => :'Integer'
35
+ }
36
+ end
37
+
38
+ # Initializes the object
39
+ # @param [Hash] attributes Model attributes in the form of hash
40
+ def initialize(attributes = {})
41
+ return unless attributes.is_a?(Hash)
42
+
43
+ # convert string to symbol for hash key
44
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
45
+
46
+ if attributes.has_key?(:'key1')
47
+ self.key1 = attributes[:'key1']
48
+ end
49
+
50
+ if attributes.has_key?(:'key2')
51
+ self.key2 = attributes[:'key2']
52
+ end
53
+ end
54
+
55
+ # Show invalid properties with the reasons. Usually used together with valid?
56
+ # @return Array for valid properties with the reasons
57
+ def list_invalid_properties
58
+ invalid_properties = Array.new
59
+ invalid_properties
60
+ end
61
+
62
+ # Check to see if the all the properties in the model are valid
63
+ # @return true if the model is valid
64
+ def valid?
65
+ true
66
+ end
67
+
68
+ # Checks equality by comparing each attribute.
69
+ # @param [Object] Object to be compared
70
+ def ==(o)
71
+ return true if self.equal?(o)
72
+ self.class == o.class &&
73
+ key1 == o.key1 &&
74
+ key2 == o.key2
75
+ end
76
+
77
+ # @see the `==` method
78
+ # @param [Object] Object to be compared
79
+ def eql?(o)
80
+ self == o
81
+ end
82
+
83
+ # Calculates hash code according to all attributes.
84
+ # @return [Fixnum] Hash code
85
+ def hash
86
+ [key1, key2].hash
87
+ end
88
+
89
+ # Builds the object from hash
90
+ # @param [Hash] attributes Model attributes in the form of hash
91
+ # @return [Object] Returns the model itself
92
+ def build_from_hash(attributes)
93
+ return nil unless attributes.is_a?(Hash)
94
+ self.class.swagger_types.each_pair do |key, type|
95
+ if type =~ /\AArray<(.*)>/i
96
+ # check to ensure the input is an array given that the attribute
97
+ # is documented as an array but the input is not
98
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
99
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
100
+ end
101
+ elsif !attributes[self.class.attribute_map[key]].nil?
102
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
103
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
104
+ end
105
+
106
+ self
107
+ end
108
+
109
+ # Deserializes the data based on type
110
+ # @param string type Data type
111
+ # @param string value Value to be deserialized
112
+ # @return [Object] Deserialized data
113
+ def _deserialize(type, value)
114
+ case type.to_sym
115
+ when :DateTime
116
+ DateTime.parse(value)
117
+ when :Date
118
+ Date.parse(value)
119
+ when :String
120
+ value.to_s
121
+ when :Integer
122
+ value.to_i
123
+ when :Float
124
+ value.to_f
125
+ when :BOOLEAN
126
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
127
+ true
128
+ else
129
+ false
130
+ end
131
+ when :Object
132
+ # generic object (usually a Hash), return directly
133
+ value
134
+ when /\AArray<(?<inner_type>.+)>\z/
135
+ inner_type = Regexp.last_match[:inner_type]
136
+ value.map { |v| _deserialize(inner_type, v) }
137
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
138
+ k_type = Regexp.last_match[:k_type]
139
+ v_type = Regexp.last_match[:v_type]
140
+ {}.tap do |hash|
141
+ value.each do |k, v|
142
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
143
+ end
144
+ end
145
+ else # model
146
+ temp_model = YousignClient.const_get(type).new
147
+ temp_model.build_from_hash(value)
148
+ end
149
+ end
150
+
151
+ # Returns the string representation of the object
152
+ # @return [String] String presentation of the object
153
+ def to_s
154
+ to_hash.to_s
155
+ end
156
+
157
+ # to_body is an alias to to_hash (backward compatibility)
158
+ # @return [Hash] Returns the object in the form of hash
159
+ def to_body
160
+ to_hash
161
+ end
162
+
163
+ # Returns the object in the form of hash
164
+ # @return [Hash] Returns the object in the form of hash
165
+ def to_hash
166
+ hash = {}
167
+ self.class.attribute_map.each_pair do |attr, param|
168
+ value = self.send(attr)
169
+ next if value.nil?
170
+ hash[param] = _to_hash(value)
171
+ end
172
+ hash
173
+ end
174
+
175
+ # Outputs non-array value in the form of hash
176
+ # For object, use to_hash. Otherwise, just return the value
177
+ # @param [Object] value Any valid value
178
+ # @return [Hash] Returns the value in the form of hash
179
+ def _to_hash(value)
180
+ if value.is_a?(Array)
181
+ value.compact.map { |v| _to_hash(v) }
182
+ elsif value.is_a?(Hash)
183
+ {}.tap do |hash|
184
+ value.each { |k, v| hash[k] = _to_hash(v) }
185
+ end
186
+ elsif value.respond_to? :to_hash
187
+ value.to_hash
188
+ else
189
+ value
190
+ end
191
+ end
192
+
193
+ end
194
+ end
@@ -0,0 +1,256 @@
1
+ =begin
2
+ #Yousign API Swagger
3
+
4
+ #For your information, the Yousign API documentation is available at https://dev.yousign.com/
5
+
6
+ OpenAPI spec version: 2.1
7
+ Contact: support@yousign.fr
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module YousignClient
16
+ class OrganizationBillingAddress
17
+ attr_accessor :first_name
18
+
19
+ attr_accessor :last_name
20
+
21
+ attr_accessor :email
22
+
23
+ attr_accessor :company
24
+
25
+ attr_accessor :phone
26
+
27
+ attr_accessor :line1
28
+
29
+ attr_accessor :city
30
+
31
+ attr_accessor :country
32
+
33
+ attr_accessor :zip
34
+
35
+ # Attribute mapping from ruby-style variable name to JSON key.
36
+ def self.attribute_map
37
+ {
38
+ :'first_name' => :'firstName',
39
+ :'last_name' => :'lastName',
40
+ :'email' => :'email',
41
+ :'company' => :'company',
42
+ :'phone' => :'phone',
43
+ :'line1' => :'line1',
44
+ :'city' => :'city',
45
+ :'country' => :'country',
46
+ :'zip' => :'zip'
47
+ }
48
+ end
49
+
50
+ # Attribute type mapping.
51
+ def self.swagger_types
52
+ {
53
+ :'first_name' => :'String',
54
+ :'last_name' => :'String',
55
+ :'email' => :'String',
56
+ :'company' => :'String',
57
+ :'phone' => :'String',
58
+ :'line1' => :'String',
59
+ :'city' => :'String',
60
+ :'country' => :'String',
61
+ :'zip' => :'String'
62
+ }
63
+ end
64
+
65
+ # Initializes the object
66
+ # @param [Hash] attributes Model attributes in the form of hash
67
+ def initialize(attributes = {})
68
+ return unless attributes.is_a?(Hash)
69
+
70
+ # convert string to symbol for hash key
71
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
72
+
73
+ if attributes.has_key?(:'firstName')
74
+ self.first_name = attributes[:'firstName']
75
+ end
76
+
77
+ if attributes.has_key?(:'lastName')
78
+ self.last_name = attributes[:'lastName']
79
+ end
80
+
81
+ if attributes.has_key?(:'email')
82
+ self.email = attributes[:'email']
83
+ end
84
+
85
+ if attributes.has_key?(:'company')
86
+ self.company = attributes[:'company']
87
+ end
88
+
89
+ if attributes.has_key?(:'phone')
90
+ self.phone = attributes[:'phone']
91
+ end
92
+
93
+ if attributes.has_key?(:'line1')
94
+ self.line1 = attributes[:'line1']
95
+ end
96
+
97
+ if attributes.has_key?(:'city')
98
+ self.city = attributes[:'city']
99
+ end
100
+
101
+ if attributes.has_key?(:'country')
102
+ self.country = attributes[:'country']
103
+ end
104
+
105
+ if attributes.has_key?(:'zip')
106
+ self.zip = attributes[:'zip']
107
+ end
108
+ end
109
+
110
+ # Show invalid properties with the reasons. Usually used together with valid?
111
+ # @return Array for valid properties with the reasons
112
+ def list_invalid_properties
113
+ invalid_properties = Array.new
114
+ invalid_properties
115
+ end
116
+
117
+ # Check to see if the all the properties in the model are valid
118
+ # @return true if the model is valid
119
+ def valid?
120
+ true
121
+ end
122
+
123
+ # Checks equality by comparing each attribute.
124
+ # @param [Object] Object to be compared
125
+ def ==(o)
126
+ return true if self.equal?(o)
127
+ self.class == o.class &&
128
+ first_name == o.first_name &&
129
+ last_name == o.last_name &&
130
+ email == o.email &&
131
+ company == o.company &&
132
+ phone == o.phone &&
133
+ line1 == o.line1 &&
134
+ city == o.city &&
135
+ country == o.country &&
136
+ zip == o.zip
137
+ end
138
+
139
+ # @see the `==` method
140
+ # @param [Object] Object to be compared
141
+ def eql?(o)
142
+ self == o
143
+ end
144
+
145
+ # Calculates hash code according to all attributes.
146
+ # @return [Fixnum] Hash code
147
+ def hash
148
+ [first_name, last_name, email, company, phone, line1, city, country, zip].hash
149
+ end
150
+
151
+ # Builds the object from hash
152
+ # @param [Hash] attributes Model attributes in the form of hash
153
+ # @return [Object] Returns the model itself
154
+ def build_from_hash(attributes)
155
+ return nil unless attributes.is_a?(Hash)
156
+ self.class.swagger_types.each_pair do |key, type|
157
+ if type =~ /\AArray<(.*)>/i
158
+ # check to ensure the input is an array given that the attribute
159
+ # is documented as an array but the input is not
160
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
161
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
162
+ end
163
+ elsif !attributes[self.class.attribute_map[key]].nil?
164
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
165
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
166
+ end
167
+
168
+ self
169
+ end
170
+
171
+ # Deserializes the data based on type
172
+ # @param string type Data type
173
+ # @param string value Value to be deserialized
174
+ # @return [Object] Deserialized data
175
+ def _deserialize(type, value)
176
+ case type.to_sym
177
+ when :DateTime
178
+ DateTime.parse(value)
179
+ when :Date
180
+ Date.parse(value)
181
+ when :String
182
+ value.to_s
183
+ when :Integer
184
+ value.to_i
185
+ when :Float
186
+ value.to_f
187
+ when :BOOLEAN
188
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
189
+ true
190
+ else
191
+ false
192
+ end
193
+ when :Object
194
+ # generic object (usually a Hash), return directly
195
+ value
196
+ when /\AArray<(?<inner_type>.+)>\z/
197
+ inner_type = Regexp.last_match[:inner_type]
198
+ value.map { |v| _deserialize(inner_type, v) }
199
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
200
+ k_type = Regexp.last_match[:k_type]
201
+ v_type = Regexp.last_match[:v_type]
202
+ {}.tap do |hash|
203
+ value.each do |k, v|
204
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
205
+ end
206
+ end
207
+ else # model
208
+ temp_model = YousignClient.const_get(type).new
209
+ temp_model.build_from_hash(value)
210
+ end
211
+ end
212
+
213
+ # Returns the string representation of the object
214
+ # @return [String] String presentation of the object
215
+ def to_s
216
+ to_hash.to_s
217
+ end
218
+
219
+ # to_body is an alias to to_hash (backward compatibility)
220
+ # @return [Hash] Returns the object in the form of hash
221
+ def to_body
222
+ to_hash
223
+ end
224
+
225
+ # Returns the object in the form of hash
226
+ # @return [Hash] Returns the object in the form of hash
227
+ def to_hash
228
+ hash = {}
229
+ self.class.attribute_map.each_pair do |attr, param|
230
+ value = self.send(attr)
231
+ next if value.nil?
232
+ hash[param] = _to_hash(value)
233
+ end
234
+ hash
235
+ end
236
+
237
+ # Outputs non-array value in the form of hash
238
+ # For object, use to_hash. Otherwise, just return the value
239
+ # @param [Object] value Any valid value
240
+ # @return [Hash] Returns the value in the form of hash
241
+ def _to_hash(value)
242
+ if value.is_a?(Array)
243
+ value.compact.map { |v| _to_hash(v) }
244
+ elsif value.is_a?(Hash)
245
+ {}.tap do |hash|
246
+ value.each { |k, v| hash[k] = _to_hash(v) }
247
+ end
248
+ elsif value.respond_to? :to_hash
249
+ value.to_hash
250
+ else
251
+ value
252
+ end
253
+ end
254
+
255
+ end
256
+ end
@@ -0,0 +1,530 @@
1
+ =begin
2
+ #Yousign API Swagger
3
+
4
+ #For your information, the Yousign API documentation is available at https://dev.yousign.com/
5
+
6
+ OpenAPI spec version: 2.1
7
+ Contact: support@yousign.fr
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.14
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module YousignClient
16
+ class OrganizationOutput
17
+ # Organization ID
18
+ attr_accessor :id
19
+
20
+ # Organization name
21
+ attr_accessor :name
22
+
23
+ # Custom URL for the Organization (internal usage only, should not be used)
24
+ attr_accessor :url
25
+
26
+ # Created date of the object
27
+ attr_accessor :created_at
28
+
29
+ # Updated date of the object
30
+ attr_accessor :updated_at
31
+
32
+ # Internal usage, should not be used
33
+ attr_accessor :f_sso
34
+
35
+ # Internal usage, should not be used
36
+ attr_accessor :max_users
37
+
38
+ # Defined if the organization anable the related files
39
+ attr_accessor :procedure_related_files_enable
40
+
41
+ attr_accessor :subscriptions
42
+
43
+ # Internal usage, should not be used
44
+ attr_accessor :auto_collection
45
+
46
+ # Internal usage, should not be used
47
+ attr_accessor :vat_number
48
+
49
+ attr_accessor :billing_address
50
+
51
+ # Internal usage, should not be used
52
+ attr_accessor :in_app_support
53
+
54
+ # Internal usage, should not be used
55
+ attr_accessor :in_app_updates
56
+
57
+ # Internal usage, should not be used
58
+ attr_accessor :file_template
59
+
60
+ # Internal usage, should not be used
61
+ attr_accessor :f_archive
62
+
63
+ # Internal usage, should not be used
64
+ attr_accessor :f_user_permissions
65
+
66
+ # Internal usage, should not be used
67
+ attr_accessor :f_procedure_template
68
+
69
+ # Internal usage, should not be used
70
+ attr_accessor :f_procedure_reminder_auto
71
+
72
+ # Internal usage, should not be used
73
+ attr_accessor :f_api
74
+
75
+ # Internal usage, should not be used
76
+ attr_accessor :f_checkdocument
77
+
78
+ # Internal usage, should not be used
79
+ attr_accessor :f_procedure_create
80
+
81
+ # Internal usage, should not be used
82
+ attr_accessor :f_signature_ui
83
+
84
+ # Internal usage, should not be used
85
+ attr_accessor :f_server_stamp
86
+
87
+ # Internal usage, should not be used
88
+ attr_accessor :f_operation_level_none
89
+
90
+ # Internal usage, should not be used
91
+ attr_accessor :f_consent_process
92
+
93
+ # Internal usage, should not be used
94
+ attr_accessor :f_operation_level_advanced
95
+
96
+ # Internal usage, should not be used
97
+ attr_accessor :f_operation_custom_mode_email
98
+
99
+ # Internal usage, should not be used
100
+ attr_accessor :f_dynamic_fields
101
+
102
+ # Internal usage, should not be used
103
+ attr_accessor :saml_identity_provider
104
+
105
+ # Pattern of the password policy for the organization
106
+ attr_accessor :password_policy_pattern
107
+
108
+ # Description for the password policy
109
+ attr_accessor :password_policy_description
110
+
111
+ # Internal usage, should not be used
112
+ attr_accessor :user_activation
113
+
114
+ # Internal usage, should not be used
115
+ attr_accessor :f_procedure_template_permissions
116
+
117
+ # Attribute mapping from ruby-style variable name to JSON key.
118
+ def self.attribute_map
119
+ {
120
+ :'id' => :'id',
121
+ :'name' => :'name',
122
+ :'url' => :'url',
123
+ :'created_at' => :'createdAt',
124
+ :'updated_at' => :'updatedAt',
125
+ :'f_sso' => :'fSso',
126
+ :'max_users' => :'maxUsers',
127
+ :'procedure_related_files_enable' => :'procedureRelatedFilesEnable',
128
+ :'subscriptions' => :'subscriptions',
129
+ :'auto_collection' => :'autoCollection',
130
+ :'vat_number' => :'vatNumber',
131
+ :'billing_address' => :'billingAddress',
132
+ :'in_app_support' => :'inAppSupport',
133
+ :'in_app_updates' => :'inAppUpdates',
134
+ :'file_template' => :'fileTemplate',
135
+ :'f_archive' => :'fArchive',
136
+ :'f_user_permissions' => :'fUserPermissions',
137
+ :'f_procedure_template' => :'fProcedureTemplate',
138
+ :'f_procedure_reminder_auto' => :'fProcedureReminderAuto',
139
+ :'f_api' => :'fApi',
140
+ :'f_checkdocument' => :'fCheckdocument',
141
+ :'f_procedure_create' => :'fProcedureCreate',
142
+ :'f_signature_ui' => :'fSignatureUi',
143
+ :'f_server_stamp' => :'fServerStamp',
144
+ :'f_operation_level_none' => :'fOperationLevelNone',
145
+ :'f_consent_process' => :'fConsentProcess',
146
+ :'f_operation_level_advanced' => :'fOperationLevelAdvanced',
147
+ :'f_operation_custom_mode_email' => :'fOperationCustomModeEmail',
148
+ :'f_dynamic_fields' => :'fDynamicFields',
149
+ :'saml_identity_provider' => :'samlIdentityProvider',
150
+ :'password_policy_pattern' => :'passwordPolicyPattern',
151
+ :'password_policy_description' => :'passwordPolicyDescription',
152
+ :'user_activation' => :'userActivation',
153
+ :'f_procedure_template_permissions' => :'fProcedureTemplatePermissions'
154
+ }
155
+ end
156
+
157
+ # Attribute type mapping.
158
+ def self.swagger_types
159
+ {
160
+ :'id' => :'String',
161
+ :'name' => :'String',
162
+ :'url' => :'String',
163
+ :'created_at' => :'DateTime',
164
+ :'updated_at' => :'DateTime',
165
+ :'f_sso' => :'BOOLEAN',
166
+ :'max_users' => :'Float',
167
+ :'procedure_related_files_enable' => :'BOOLEAN',
168
+ :'subscriptions' => :'Array<String>',
169
+ :'auto_collection' => :'BOOLEAN',
170
+ :'vat_number' => :'String',
171
+ :'billing_address' => :'OrganizationBillingAddress',
172
+ :'in_app_support' => :'BOOLEAN',
173
+ :'in_app_updates' => :'String',
174
+ :'file_template' => :'BOOLEAN',
175
+ :'f_archive' => :'BOOLEAN',
176
+ :'f_user_permissions' => :'BOOLEAN',
177
+ :'f_procedure_template' => :'BOOLEAN',
178
+ :'f_procedure_reminder_auto' => :'BOOLEAN',
179
+ :'f_api' => :'BOOLEAN',
180
+ :'f_checkdocument' => :'BOOLEAN',
181
+ :'f_procedure_create' => :'BOOLEAN',
182
+ :'f_signature_ui' => :'BOOLEAN',
183
+ :'f_server_stamp' => :'BOOLEAN',
184
+ :'f_operation_level_none' => :'BOOLEAN',
185
+ :'f_consent_process' => :'BOOLEAN',
186
+ :'f_operation_level_advanced' => :'BOOLEAN',
187
+ :'f_operation_custom_mode_email' => :'BOOLEAN',
188
+ :'f_dynamic_fields' => :'BOOLEAN',
189
+ :'saml_identity_provider' => :'String',
190
+ :'password_policy_pattern' => :'String',
191
+ :'password_policy_description' => :'String',
192
+ :'user_activation' => :'BOOLEAN',
193
+ :'f_procedure_template_permissions' => :'BOOLEAN'
194
+ }
195
+ end
196
+
197
+ # Initializes the object
198
+ # @param [Hash] attributes Model attributes in the form of hash
199
+ def initialize(attributes = {})
200
+ return unless attributes.is_a?(Hash)
201
+
202
+ # convert string to symbol for hash key
203
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
204
+
205
+ if attributes.has_key?(:'id')
206
+ self.id = attributes[:'id']
207
+ end
208
+
209
+ if attributes.has_key?(:'name')
210
+ self.name = attributes[:'name']
211
+ end
212
+
213
+ if attributes.has_key?(:'url')
214
+ self.url = attributes[:'url']
215
+ end
216
+
217
+ if attributes.has_key?(:'createdAt')
218
+ self.created_at = attributes[:'createdAt']
219
+ end
220
+
221
+ if attributes.has_key?(:'updatedAt')
222
+ self.updated_at = attributes[:'updatedAt']
223
+ end
224
+
225
+ if attributes.has_key?(:'fSso')
226
+ self.f_sso = attributes[:'fSso']
227
+ end
228
+
229
+ if attributes.has_key?(:'maxUsers')
230
+ self.max_users = attributes[:'maxUsers']
231
+ end
232
+
233
+ if attributes.has_key?(:'procedureRelatedFilesEnable')
234
+ self.procedure_related_files_enable = attributes[:'procedureRelatedFilesEnable']
235
+ end
236
+
237
+ if attributes.has_key?(:'subscriptions')
238
+ if (value = attributes[:'subscriptions']).is_a?(Array)
239
+ self.subscriptions = value
240
+ end
241
+ end
242
+
243
+ if attributes.has_key?(:'autoCollection')
244
+ self.auto_collection = attributes[:'autoCollection']
245
+ end
246
+
247
+ if attributes.has_key?(:'vatNumber')
248
+ self.vat_number = attributes[:'vatNumber']
249
+ end
250
+
251
+ if attributes.has_key?(:'billingAddress')
252
+ self.billing_address = attributes[:'billingAddress']
253
+ end
254
+
255
+ if attributes.has_key?(:'inAppSupport')
256
+ self.in_app_support = attributes[:'inAppSupport']
257
+ end
258
+
259
+ if attributes.has_key?(:'inAppUpdates')
260
+ self.in_app_updates = attributes[:'inAppUpdates']
261
+ end
262
+
263
+ if attributes.has_key?(:'fileTemplate')
264
+ self.file_template = attributes[:'fileTemplate']
265
+ end
266
+
267
+ if attributes.has_key?(:'fArchive')
268
+ self.f_archive = attributes[:'fArchive']
269
+ end
270
+
271
+ if attributes.has_key?(:'fUserPermissions')
272
+ self.f_user_permissions = attributes[:'fUserPermissions']
273
+ end
274
+
275
+ if attributes.has_key?(:'fProcedureTemplate')
276
+ self.f_procedure_template = attributes[:'fProcedureTemplate']
277
+ end
278
+
279
+ if attributes.has_key?(:'fProcedureReminderAuto')
280
+ self.f_procedure_reminder_auto = attributes[:'fProcedureReminderAuto']
281
+ end
282
+
283
+ if attributes.has_key?(:'fApi')
284
+ self.f_api = attributes[:'fApi']
285
+ end
286
+
287
+ if attributes.has_key?(:'fCheckdocument')
288
+ self.f_checkdocument = attributes[:'fCheckdocument']
289
+ end
290
+
291
+ if attributes.has_key?(:'fProcedureCreate')
292
+ self.f_procedure_create = attributes[:'fProcedureCreate']
293
+ end
294
+
295
+ if attributes.has_key?(:'fSignatureUi')
296
+ self.f_signature_ui = attributes[:'fSignatureUi']
297
+ end
298
+
299
+ if attributes.has_key?(:'fServerStamp')
300
+ self.f_server_stamp = attributes[:'fServerStamp']
301
+ end
302
+
303
+ if attributes.has_key?(:'fOperationLevelNone')
304
+ self.f_operation_level_none = attributes[:'fOperationLevelNone']
305
+ end
306
+
307
+ if attributes.has_key?(:'fConsentProcess')
308
+ self.f_consent_process = attributes[:'fConsentProcess']
309
+ end
310
+
311
+ if attributes.has_key?(:'fOperationLevelAdvanced')
312
+ self.f_operation_level_advanced = attributes[:'fOperationLevelAdvanced']
313
+ end
314
+
315
+ if attributes.has_key?(:'fOperationCustomModeEmail')
316
+ self.f_operation_custom_mode_email = attributes[:'fOperationCustomModeEmail']
317
+ end
318
+
319
+ if attributes.has_key?(:'fDynamicFields')
320
+ self.f_dynamic_fields = attributes[:'fDynamicFields']
321
+ end
322
+
323
+ if attributes.has_key?(:'samlIdentityProvider')
324
+ self.saml_identity_provider = attributes[:'samlIdentityProvider']
325
+ end
326
+
327
+ if attributes.has_key?(:'passwordPolicyPattern')
328
+ self.password_policy_pattern = attributes[:'passwordPolicyPattern']
329
+ end
330
+
331
+ if attributes.has_key?(:'passwordPolicyDescription')
332
+ self.password_policy_description = attributes[:'passwordPolicyDescription']
333
+ end
334
+
335
+ if attributes.has_key?(:'userActivation')
336
+ self.user_activation = attributes[:'userActivation']
337
+ end
338
+
339
+ if attributes.has_key?(:'fProcedureTemplatePermissions')
340
+ self.f_procedure_template_permissions = attributes[:'fProcedureTemplatePermissions']
341
+ end
342
+ end
343
+
344
+ # Show invalid properties with the reasons. Usually used together with valid?
345
+ # @return Array for valid properties with the reasons
346
+ def list_invalid_properties
347
+ invalid_properties = Array.new
348
+ if !@id.nil? && @id !~ Regexp.new(/^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$/)
349
+ invalid_properties.push('invalid value for "id", must conform to the pattern /^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$/.')
350
+ end
351
+
352
+ invalid_properties
353
+ end
354
+
355
+ # Check to see if the all the properties in the model are valid
356
+ # @return true if the model is valid
357
+ def valid?
358
+ return false if !@id.nil? && @id !~ Regexp.new(/^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$/)
359
+ true
360
+ end
361
+
362
+ # Custom attribute writer method with validation
363
+ # @param [Object] id Value to be assigned
364
+ def id=(id)
365
+ if !id.nil? && id !~ Regexp.new(/^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$/)
366
+ fail ArgumentError, 'invalid value for "id", must conform to the pattern /^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$/.'
367
+ end
368
+
369
+ @id = id
370
+ end
371
+
372
+ # Checks equality by comparing each attribute.
373
+ # @param [Object] Object to be compared
374
+ def ==(o)
375
+ return true if self.equal?(o)
376
+ self.class == o.class &&
377
+ id == o.id &&
378
+ name == o.name &&
379
+ url == o.url &&
380
+ created_at == o.created_at &&
381
+ updated_at == o.updated_at &&
382
+ f_sso == o.f_sso &&
383
+ max_users == o.max_users &&
384
+ procedure_related_files_enable == o.procedure_related_files_enable &&
385
+ subscriptions == o.subscriptions &&
386
+ auto_collection == o.auto_collection &&
387
+ vat_number == o.vat_number &&
388
+ billing_address == o.billing_address &&
389
+ in_app_support == o.in_app_support &&
390
+ in_app_updates == o.in_app_updates &&
391
+ file_template == o.file_template &&
392
+ f_archive == o.f_archive &&
393
+ f_user_permissions == o.f_user_permissions &&
394
+ f_procedure_template == o.f_procedure_template &&
395
+ f_procedure_reminder_auto == o.f_procedure_reminder_auto &&
396
+ f_api == o.f_api &&
397
+ f_checkdocument == o.f_checkdocument &&
398
+ f_procedure_create == o.f_procedure_create &&
399
+ f_signature_ui == o.f_signature_ui &&
400
+ f_server_stamp == o.f_server_stamp &&
401
+ f_operation_level_none == o.f_operation_level_none &&
402
+ f_consent_process == o.f_consent_process &&
403
+ f_operation_level_advanced == o.f_operation_level_advanced &&
404
+ f_operation_custom_mode_email == o.f_operation_custom_mode_email &&
405
+ f_dynamic_fields == o.f_dynamic_fields &&
406
+ saml_identity_provider == o.saml_identity_provider &&
407
+ password_policy_pattern == o.password_policy_pattern &&
408
+ password_policy_description == o.password_policy_description &&
409
+ user_activation == o.user_activation &&
410
+ f_procedure_template_permissions == o.f_procedure_template_permissions
411
+ end
412
+
413
+ # @see the `==` method
414
+ # @param [Object] Object to be compared
415
+ def eql?(o)
416
+ self == o
417
+ end
418
+
419
+ # Calculates hash code according to all attributes.
420
+ # @return [Fixnum] Hash code
421
+ def hash
422
+ [id, name, url, created_at, updated_at, f_sso, max_users, procedure_related_files_enable, subscriptions, auto_collection, vat_number, billing_address, in_app_support, in_app_updates, file_template, f_archive, f_user_permissions, f_procedure_template, f_procedure_reminder_auto, f_api, f_checkdocument, f_procedure_create, f_signature_ui, f_server_stamp, f_operation_level_none, f_consent_process, f_operation_level_advanced, f_operation_custom_mode_email, f_dynamic_fields, saml_identity_provider, password_policy_pattern, password_policy_description, user_activation, f_procedure_template_permissions].hash
423
+ end
424
+
425
+ # Builds the object from hash
426
+ # @param [Hash] attributes Model attributes in the form of hash
427
+ # @return [Object] Returns the model itself
428
+ def build_from_hash(attributes)
429
+ return nil unless attributes.is_a?(Hash)
430
+ self.class.swagger_types.each_pair do |key, type|
431
+ if type =~ /\AArray<(.*)>/i
432
+ # check to ensure the input is an array given that the attribute
433
+ # is documented as an array but the input is not
434
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
435
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
436
+ end
437
+ elsif !attributes[self.class.attribute_map[key]].nil?
438
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
439
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
440
+ end
441
+
442
+ self
443
+ end
444
+
445
+ # Deserializes the data based on type
446
+ # @param string type Data type
447
+ # @param string value Value to be deserialized
448
+ # @return [Object] Deserialized data
449
+ def _deserialize(type, value)
450
+ case type.to_sym
451
+ when :DateTime
452
+ DateTime.parse(value)
453
+ when :Date
454
+ Date.parse(value)
455
+ when :String
456
+ value.to_s
457
+ when :Integer
458
+ value.to_i
459
+ when :Float
460
+ value.to_f
461
+ when :BOOLEAN
462
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
463
+ true
464
+ else
465
+ false
466
+ end
467
+ when :Object
468
+ # generic object (usually a Hash), return directly
469
+ value
470
+ when /\AArray<(?<inner_type>.+)>\z/
471
+ inner_type = Regexp.last_match[:inner_type]
472
+ value.map { |v| _deserialize(inner_type, v) }
473
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
474
+ k_type = Regexp.last_match[:k_type]
475
+ v_type = Regexp.last_match[:v_type]
476
+ {}.tap do |hash|
477
+ value.each do |k, v|
478
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
479
+ end
480
+ end
481
+ else # model
482
+ temp_model = YousignClient.const_get(type).new
483
+ temp_model.build_from_hash(value)
484
+ end
485
+ end
486
+
487
+ # Returns the string representation of the object
488
+ # @return [String] String presentation of the object
489
+ def to_s
490
+ to_hash.to_s
491
+ end
492
+
493
+ # to_body is an alias to to_hash (backward compatibility)
494
+ # @return [Hash] Returns the object in the form of hash
495
+ def to_body
496
+ to_hash
497
+ end
498
+
499
+ # Returns the object in the form of hash
500
+ # @return [Hash] Returns the object in the form of hash
501
+ def to_hash
502
+ hash = {}
503
+ self.class.attribute_map.each_pair do |attr, param|
504
+ value = self.send(attr)
505
+ next if value.nil?
506
+ hash[param] = _to_hash(value)
507
+ end
508
+ hash
509
+ end
510
+
511
+ # Outputs non-array value in the form of hash
512
+ # For object, use to_hash. Otherwise, just return the value
513
+ # @param [Object] value Any valid value
514
+ # @return [Hash] Returns the value in the form of hash
515
+ def _to_hash(value)
516
+ if value.is_a?(Array)
517
+ value.compact.map { |v| _to_hash(v) }
518
+ elsif value.is_a?(Hash)
519
+ {}.tap do |hash|
520
+ value.each { |k, v| hash[k] = _to_hash(v) }
521
+ end
522
+ elsif value.respond_to? :to_hash
523
+ value.to_hash
524
+ else
525
+ value
526
+ end
527
+ end
528
+
529
+ end
530
+ end