ory-client 0.0.1.alpha15 → 0.0.1.alpha19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (254) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +144 -150
  3. data/docs/AdminCreateIdentityBody.md +20 -0
  4. data/docs/AdminCreateSelfServiceRecoveryLinkBody.md +20 -0
  5. data/docs/AdminUpdateIdentityBody.md +22 -0
  6. data/docs/AuthenticateOKBody.md +2 -2
  7. data/docs/AuthenticatorAssuranceLevel.md +15 -0
  8. data/docs/ContainerChangeResponseItem.md +2 -2
  9. data/docs/ContainerCreateCreatedBody.md +2 -2
  10. data/docs/ContainerTopOKBody.md +2 -2
  11. data/docs/ContainerUpdateOKBody.md +2 -2
  12. data/docs/ContainerWaitOKBody.md +2 -2
  13. data/docs/ContainerWaitOKBodyError.md +2 -2
  14. data/docs/ErrorResponse.md +2 -2
  15. data/docs/GenericError.md +3 -3
  16. data/docs/GraphDriverData.md +2 -2
  17. data/docs/HealthNotReadyStatus.md +2 -2
  18. data/docs/HealthStatus.md +2 -2
  19. data/docs/IdResponse.md +2 -2
  20. data/docs/Identity.md +8 -2
  21. data/docs/IdentityCredentials.md +3 -3
  22. data/docs/IdentityCredentialsType.md +15 -0
  23. data/docs/IdentityState.md +15 -0
  24. data/docs/ImageDeleteResponseItem.md +2 -2
  25. data/docs/ImageSummary.md +2 -2
  26. data/docs/InlineResponse200.md +2 -2
  27. data/docs/InlineResponse2001.md +2 -2
  28. data/docs/InlineResponse503.md +2 -2
  29. data/docs/JsonError.md +2 -2
  30. data/docs/Meta.md +2 -2
  31. data/docs/MetadataApi.md +254 -0
  32. data/docs/Plugin.md +2 -2
  33. data/docs/PluginConfig.md +2 -2
  34. data/docs/PluginConfigArgs.md +2 -2
  35. data/docs/PluginConfigInterface.md +2 -2
  36. data/docs/PluginConfigLinux.md +2 -2
  37. data/docs/PluginConfigNetwork.md +2 -2
  38. data/docs/PluginConfigRootfs.md +2 -2
  39. data/docs/PluginConfigUser.md +2 -2
  40. data/docs/PluginDevice.md +2 -2
  41. data/docs/PluginEnv.md +2 -2
  42. data/docs/PluginInterfaceType.md +2 -2
  43. data/docs/PluginMount.md +2 -2
  44. data/docs/PluginSettings.md +2 -2
  45. data/docs/Port.md +2 -2
  46. data/docs/RecoveryAddress.md +2 -2
  47. data/docs/SelfServiceError.md +24 -0
  48. data/docs/SelfServiceLoginFlow.md +38 -0
  49. data/docs/SelfServiceLogoutUrl.md +18 -0
  50. data/docs/SelfServiceRecoveryFlow.md +32 -0
  51. data/docs/SelfServiceRecoveryFlowState.md +15 -0
  52. data/docs/SelfServiceRecoveryLink.md +20 -0
  53. data/docs/SelfServiceRegistrationFlow.md +30 -0
  54. data/docs/SelfServiceSettingsFlow.md +34 -0
  55. data/docs/SelfServiceSettingsFlowState.md +15 -0
  56. data/docs/SelfServiceVerificationFlow.md +32 -0
  57. data/docs/SelfServiceVerificationFlowState.md +15 -0
  58. data/docs/ServiceUpdateResponse.md +2 -2
  59. data/docs/Session.md +10 -6
  60. data/docs/SessionAuthenticationMethod.md +20 -0
  61. data/docs/SessionDevice.md +18 -0
  62. data/docs/SettingsProfileFormConfig.md +2 -2
  63. data/docs/SubmitSelfServiceLoginFlowBody.md +81 -0
  64. data/docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md +22 -0
  65. data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +22 -0
  66. data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +24 -0
  67. data/docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md +22 -0
  68. data/docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md +22 -0
  69. data/docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md +18 -0
  70. data/docs/SubmitSelfServiceRecoveryFlowBody.md +75 -0
  71. data/docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md +22 -0
  72. data/docs/SubmitSelfServiceRegistrationFlowBody.md +76 -0
  73. data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +22 -0
  74. data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md +24 -0
  75. data/docs/SubmitSelfServiceSettingsFlowBody.md +84 -0
  76. data/docs/SubmitSelfServiceSettingsFlowWithLookupMethodBody.md +26 -0
  77. data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +24 -0
  78. data/docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md +22 -0
  79. data/docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md +22 -0
  80. data/docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md +24 -0
  81. data/docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md +26 -0
  82. data/docs/SubmitSelfServiceVerificationFlowBody.md +75 -0
  83. data/docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md +22 -0
  84. data/docs/SuccessfulSelfServiceLoginWithoutBrowser.md +20 -0
  85. data/docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md +22 -0
  86. data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +20 -0
  87. data/docs/UiContainer.md +2 -2
  88. data/docs/UiNode.md +2 -2
  89. data/docs/UiNodeAnchorAttributes.md +4 -2
  90. data/docs/UiNodeAttributes.md +4 -4
  91. data/docs/UiNodeImageAttributes.md +9 -3
  92. data/docs/UiNodeInputAttributes.md +4 -2
  93. data/docs/UiNodeTextAttributes.md +4 -2
  94. data/docs/UiText.md +2 -2
  95. data/docs/V0alpha1Api.md +2184 -0
  96. data/docs/V0alpha2Api.md +2194 -0
  97. data/docs/VerifiableIdentityAddress.md +2 -2
  98. data/docs/Version.md +2 -2
  99. data/docs/Volume.md +2 -2
  100. data/docs/VolumeUsageData.md +2 -2
  101. data/lib/ory-client/api/metadata_api.rb +248 -0
  102. data/lib/ory-client/api/v0alpha1_api.rb +2054 -0
  103. data/lib/ory-client/api/v0alpha2_api.rb +2069 -0
  104. data/lib/ory-client/api_client.rb +4 -4
  105. data/lib/ory-client/api_error.rb +3 -3
  106. data/lib/ory-client/configuration.rb +5 -19
  107. data/lib/ory-client/models/admin_create_identity_body.rb +239 -0
  108. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +250 -0
  109. data/lib/ory-client/models/admin_update_identity_body.rb +248 -0
  110. data/lib/ory-client/models/authenticate_ok_body.rb +6 -6
  111. data/lib/ory-client/models/authenticator_assurance_level.rb +39 -0
  112. data/lib/ory-client/models/container_change_response_item.rb +6 -6
  113. data/lib/ory-client/models/container_create_created_body.rb +6 -6
  114. data/lib/ory-client/models/container_top_ok_body.rb +6 -6
  115. data/lib/ory-client/models/container_update_ok_body.rb +6 -6
  116. data/lib/ory-client/models/container_wait_ok_body.rb +6 -6
  117. data/lib/ory-client/models/container_wait_ok_body_error.rb +6 -6
  118. data/lib/ory-client/models/error_response.rb +6 -6
  119. data/lib/ory-client/models/generic_error.rb +8 -10
  120. data/lib/ory-client/models/graph_driver_data.rb +6 -6
  121. data/lib/ory-client/models/health_not_ready_status.rb +6 -6
  122. data/lib/ory-client/models/health_status.rb +6 -6
  123. data/lib/ory-client/models/id_response.rb +6 -6
  124. data/lib/ory-client/models/identity.rb +37 -7
  125. data/lib/ory-client/models/identity_credentials.rb +7 -8
  126. data/lib/ory-client/models/identity_credentials_type.rb +38 -0
  127. data/lib/ory-client/models/identity_state.rb +37 -0
  128. data/lib/ory-client/models/image_delete_response_item.rb +6 -6
  129. data/lib/ory-client/models/image_summary.rb +6 -6
  130. data/lib/ory-client/models/inline_response200.rb +6 -6
  131. data/lib/ory-client/models/inline_response2001.rb +6 -6
  132. data/lib/ory-client/models/inline_response503.rb +6 -6
  133. data/lib/ory-client/models/json_error.rb +6 -6
  134. data/lib/ory-client/models/meta.rb +6 -6
  135. data/lib/ory-client/models/plugin.rb +6 -6
  136. data/lib/ory-client/models/plugin_config.rb +6 -6
  137. data/lib/ory-client/models/plugin_config_args.rb +6 -6
  138. data/lib/ory-client/models/plugin_config_interface.rb +6 -6
  139. data/lib/ory-client/models/plugin_config_linux.rb +6 -6
  140. data/lib/ory-client/models/plugin_config_network.rb +6 -6
  141. data/lib/ory-client/models/plugin_config_rootfs.rb +6 -6
  142. data/lib/ory-client/models/plugin_config_user.rb +6 -6
  143. data/lib/ory-client/models/plugin_device.rb +6 -6
  144. data/lib/ory-client/models/plugin_env.rb +6 -6
  145. data/lib/ory-client/models/plugin_interface_type.rb +6 -6
  146. data/lib/ory-client/models/plugin_mount.rb +6 -6
  147. data/lib/ory-client/models/plugin_settings.rb +6 -6
  148. data/lib/ory-client/models/port.rb +6 -6
  149. data/lib/ory-client/models/recovery_address.rb +6 -6
  150. data/lib/ory-client/models/self_service_error.rb +252 -0
  151. data/lib/ory-client/models/self_service_login_flow.rb +346 -0
  152. data/lib/ory-client/models/self_service_logout_url.rb +219 -0
  153. data/lib/ory-client/models/self_service_recovery_flow.rb +317 -0
  154. data/lib/ory-client/models/self_service_recovery_flow_state.rb +38 -0
  155. data/lib/ory-client/models/self_service_recovery_link.rb +234 -0
  156. data/lib/ory-client/models/self_service_registration_flow.rb +301 -0
  157. data/lib/ory-client/models/self_service_settings_flow.rb +331 -0
  158. data/lib/ory-client/models/self_service_settings_flow_state.rb +37 -0
  159. data/lib/ory-client/models/self_service_verification_flow.rb +307 -0
  160. data/lib/ory-client/models/self_service_verification_flow_state.rb +38 -0
  161. data/lib/ory-client/models/service_update_response.rb +6 -6
  162. data/lib/ory-client/models/session.rb +33 -22
  163. data/lib/ory-client/models/session_authentication_method.rb +263 -0
  164. data/lib/ory-client/models/session_device.rb +219 -0
  165. data/lib/ory-client/models/settings_profile_form_config.rb +6 -6
  166. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +57 -0
  167. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +249 -0
  168. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +250 -0
  169. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +298 -0
  170. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +249 -0
  171. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +244 -0
  172. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +225 -0
  173. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +53 -0
  174. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +283 -0
  175. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +54 -0
  176. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +250 -0
  177. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +299 -0
  178. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +59 -0
  179. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +264 -0
  180. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +255 -0
  181. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +283 -0
  182. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +250 -0
  183. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +254 -0
  184. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +264 -0
  185. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +54 -0
  186. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +283 -0
  187. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +234 -0
  188. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +243 -0
  189. data/lib/ory-client/models/successful_self_service_settings_without_browser.rb +238 -0
  190. data/lib/ory-client/models/ui_container.rb +6 -6
  191. data/lib/ory-client/models/ui_node.rb +6 -6
  192. data/lib/ory-client/models/ui_node_anchor_attributes.rb +22 -7
  193. data/lib/ory-client/models/ui_node_attributes.rb +4 -4
  194. data/lib/ory-client/models/ui_node_image_attributes.rb +45 -10
  195. data/lib/ory-client/models/ui_node_input_attributes.rb +17 -7
  196. data/lib/ory-client/models/ui_node_text_attributes.rb +22 -7
  197. data/lib/ory-client/models/ui_text.rb +6 -6
  198. data/lib/ory-client/models/verifiable_identity_address.rb +6 -6
  199. data/lib/ory-client/models/version.rb +6 -6
  200. data/lib/ory-client/models/volume.rb +6 -6
  201. data/lib/ory-client/models/volume_usage_data.rb +6 -6
  202. data/lib/ory-client/version.rb +4 -4
  203. data/lib/ory-client.rb +48 -29
  204. data/ory-client.gemspec +3 -3
  205. data/spec/api/metadata_api_spec.rb +79 -0
  206. data/spec/api/v0alpha1_api_spec.rb +429 -0
  207. data/spec/api/v0alpha2_api_spec.rb +434 -0
  208. data/spec/api_client_spec.rb +31 -31
  209. data/spec/configuration_spec.rb +5 -5
  210. data/spec/models/admin_create_identity_body_spec.rb +40 -0
  211. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +40 -0
  212. data/spec/models/admin_update_identity_body_spec.rb +46 -0
  213. data/spec/models/authenticator_assurance_level_spec.rb +28 -0
  214. data/spec/models/identity_credentials_type_spec.rb +28 -0
  215. data/spec/models/identity_state_spec.rb +28 -0
  216. data/spec/models/self_service_error_spec.rb +52 -0
  217. data/spec/models/self_service_login_flow_spec.rb +88 -0
  218. data/spec/models/self_service_logout_url_spec.rb +34 -0
  219. data/spec/models/self_service_recovery_flow_spec.rb +76 -0
  220. data/spec/models/self_service_recovery_flow_state_spec.rb +28 -0
  221. data/spec/models/self_service_recovery_link_spec.rb +40 -0
  222. data/spec/models/self_service_registration_flow_spec.rb +70 -0
  223. data/spec/models/self_service_settings_flow_spec.rb +82 -0
  224. data/spec/models/self_service_settings_flow_state_spec.rb +28 -0
  225. data/spec/models/self_service_verification_flow_spec.rb +76 -0
  226. data/spec/models/self_service_verification_flow_state_spec.rb +28 -0
  227. data/spec/models/session_authentication_method_spec.rb +44 -0
  228. data/spec/models/session_device_spec.rb +34 -0
  229. data/spec/models/submit_self_service_login_flow_body_spec.rb +43 -0
  230. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +46 -0
  231. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +46 -0
  232. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +56 -0
  233. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +46 -0
  234. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +46 -0
  235. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +34 -0
  236. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +43 -0
  237. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +50 -0
  238. data/spec/models/submit_self_service_registration_flow_body_spec.rb +43 -0
  239. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +46 -0
  240. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +56 -0
  241. data/spec/models/submit_self_service_settings_flow_body_spec.rb +43 -0
  242. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +58 -0
  243. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +52 -0
  244. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +50 -0
  245. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +46 -0
  246. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +52 -0
  247. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +58 -0
  248. data/spec/models/submit_self_service_verification_flow_body_spec.rb +43 -0
  249. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +50 -0
  250. data/spec/models/successful_self_service_login_without_browser_spec.rb +40 -0
  251. data/spec/models/successful_self_service_registration_without_browser_spec.rb +46 -0
  252. data/spec/models/successful_self_service_settings_without_browser_spec.rb +40 -0
  253. data/spec/spec_helper.rb +2 -2
  254. metadata +186 -2
@@ -0,0 +1,263 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ # A singular authenticator used during authentication / login.
18
+ class SessionAuthenticationMethod
19
+ # When the authentication challenge was completed.
20
+ attr_accessor :completed_at
21
+
22
+ attr_accessor :method
23
+
24
+ class EnumAttributeValidator
25
+ attr_reader :datatype
26
+ attr_reader :allowable_values
27
+
28
+ def initialize(datatype, allowable_values)
29
+ @allowable_values = allowable_values.map do |value|
30
+ case datatype.to_s
31
+ when /Integer/i
32
+ value.to_i
33
+ when /Float/i
34
+ value.to_f
35
+ else
36
+ value
37
+ end
38
+ end
39
+ end
40
+
41
+ def valid?(value)
42
+ !value || allowable_values.include?(value)
43
+ end
44
+ end
45
+
46
+ # Attribute mapping from ruby-style variable name to JSON key.
47
+ def self.attribute_map
48
+ {
49
+ :'completed_at' => :'completed_at',
50
+ :'method' => :'method'
51
+ }
52
+ end
53
+
54
+ # Returns all the JSON keys this model knows about
55
+ def self.acceptable_attributes
56
+ attribute_map.values
57
+ end
58
+
59
+ # Attribute type mapping.
60
+ def self.openapi_types
61
+ {
62
+ :'completed_at' => :'Time',
63
+ :'method' => :'String'
64
+ }
65
+ end
66
+
67
+ # List of attributes with nullable: true
68
+ def self.openapi_nullable
69
+ Set.new([
70
+ ])
71
+ end
72
+
73
+ # Initializes the object
74
+ # @param [Hash] attributes Model attributes in the form of hash
75
+ def initialize(attributes = {})
76
+ if (!attributes.is_a?(Hash))
77
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::SessionAuthenticationMethod` initialize method"
78
+ end
79
+
80
+ # check to see if the attribute exists and convert string to symbol for hash key
81
+ attributes = attributes.each_with_object({}) { |(k, v), h|
82
+ if (!self.class.attribute_map.key?(k.to_sym))
83
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::SessionAuthenticationMethod`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
84
+ end
85
+ h[k.to_sym] = v
86
+ }
87
+
88
+ if attributes.key?(:'completed_at')
89
+ self.completed_at = attributes[:'completed_at']
90
+ end
91
+
92
+ if attributes.key?(:'method')
93
+ self.method = attributes[:'method']
94
+ end
95
+ end
96
+
97
+ # Show invalid properties with the reasons. Usually used together with valid?
98
+ # @return Array for valid properties with the reasons
99
+ def list_invalid_properties
100
+ invalid_properties = Array.new
101
+ invalid_properties
102
+ end
103
+
104
+ # Check to see if the all the properties in the model are valid
105
+ # @return true if the model is valid
106
+ def valid?
107
+ method_validator = EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc"])
108
+ return false unless method_validator.valid?(@method)
109
+ true
110
+ end
111
+
112
+ # Custom attribute writer method checking allowed values (enum).
113
+ # @param [Object] method Object to be assigned
114
+ def method=(method)
115
+ validator = EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc"])
116
+ unless validator.valid?(method)
117
+ fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
118
+ end
119
+ @method = method
120
+ end
121
+
122
+ # Checks equality by comparing each attribute.
123
+ # @param [Object] Object to be compared
124
+ def ==(o)
125
+ return true if self.equal?(o)
126
+ self.class == o.class &&
127
+ completed_at == o.completed_at &&
128
+ method == o.method
129
+ end
130
+
131
+ # @see the `==` method
132
+ # @param [Object] Object to be compared
133
+ def eql?(o)
134
+ self == o
135
+ end
136
+
137
+ # Calculates hash code according to all attributes.
138
+ # @return [Integer] Hash code
139
+ def hash
140
+ [completed_at, method].hash
141
+ end
142
+
143
+ # Builds the object from hash
144
+ # @param [Hash] attributes Model attributes in the form of hash
145
+ # @return [Object] Returns the model itself
146
+ def self.build_from_hash(attributes)
147
+ new.build_from_hash(attributes)
148
+ end
149
+
150
+ # Builds the object from hash
151
+ # @param [Hash] attributes Model attributes in the form of hash
152
+ # @return [Object] Returns the model itself
153
+ def build_from_hash(attributes)
154
+ return nil unless attributes.is_a?(Hash)
155
+ self.class.openapi_types.each_pair do |key, type|
156
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
157
+ self.send("#{key}=", nil)
158
+ elsif type =~ /\AArray<(.*)>/i
159
+ # check to ensure the input is an array given that the attribute
160
+ # is documented as an array but the input is not
161
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
162
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
163
+ end
164
+ elsif !attributes[self.class.attribute_map[key]].nil?
165
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
166
+ end
167
+ end
168
+
169
+ self
170
+ end
171
+
172
+ # Deserializes the data based on type
173
+ # @param string type Data type
174
+ # @param string value Value to be deserialized
175
+ # @return [Object] Deserialized data
176
+ def _deserialize(type, value)
177
+ case type.to_sym
178
+ when :Time
179
+ Time.parse(value)
180
+ when :Date
181
+ Date.parse(value)
182
+ when :String
183
+ value.to_s
184
+ when :Integer
185
+ value.to_i
186
+ when :Float
187
+ value.to_f
188
+ when :Boolean
189
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
190
+ true
191
+ else
192
+ false
193
+ end
194
+ when :Object
195
+ # generic object (usually a Hash), return directly
196
+ value
197
+ when /\AArray<(?<inner_type>.+)>\z/
198
+ inner_type = Regexp.last_match[:inner_type]
199
+ value.map { |v| _deserialize(inner_type, v) }
200
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
201
+ k_type = Regexp.last_match[:k_type]
202
+ v_type = Regexp.last_match[:v_type]
203
+ {}.tap do |hash|
204
+ value.each do |k, v|
205
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
206
+ end
207
+ end
208
+ else # model
209
+ # models (e.g. Pet) or oneOf
210
+ klass = OryClient.const_get(type)
211
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
212
+ end
213
+ end
214
+
215
+ # Returns the string representation of the object
216
+ # @return [String] String presentation of the object
217
+ def to_s
218
+ to_hash.to_s
219
+ end
220
+
221
+ # to_body is an alias to to_hash (backward compatibility)
222
+ # @return [Hash] Returns the object in the form of hash
223
+ def to_body
224
+ to_hash
225
+ end
226
+
227
+ # Returns the object in the form of hash
228
+ # @return [Hash] Returns the object in the form of hash
229
+ def to_hash
230
+ hash = {}
231
+ self.class.attribute_map.each_pair do |attr, param|
232
+ value = self.send(attr)
233
+ if value.nil?
234
+ is_nullable = self.class.openapi_nullable.include?(attr)
235
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
236
+ end
237
+
238
+ hash[param] = _to_hash(value)
239
+ end
240
+ hash
241
+ end
242
+
243
+ # Outputs non-array value in the form of hash
244
+ # For object, use to_hash. Otherwise, just return the value
245
+ # @param [Object] value Any valid value
246
+ # @return [Hash] Returns the value in the form of hash
247
+ def _to_hash(value)
248
+ if value.is_a?(Array)
249
+ value.compact.map { |v| _to_hash(v) }
250
+ elsif value.is_a?(Hash)
251
+ {}.tap do |hash|
252
+ value.each { |k, v| hash[k] = _to_hash(v) }
253
+ end
254
+ elsif value.respond_to? :to_hash
255
+ value.to_hash
256
+ else
257
+ value
258
+ end
259
+ end
260
+
261
+ end
262
+
263
+ end
@@ -0,0 +1,219 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryClient
17
+ class SessionDevice
18
+ # UserAgent of this device
19
+ attr_accessor :user_agent
20
+
21
+ # Attribute mapping from ruby-style variable name to JSON key.
22
+ def self.attribute_map
23
+ {
24
+ :'user_agent' => :'user_agent'
25
+ }
26
+ end
27
+
28
+ # Returns all the JSON keys this model knows about
29
+ def self.acceptable_attributes
30
+ attribute_map.values
31
+ end
32
+
33
+ # Attribute type mapping.
34
+ def self.openapi_types
35
+ {
36
+ :'user_agent' => :'String'
37
+ }
38
+ end
39
+
40
+ # List of attributes with nullable: true
41
+ def self.openapi_nullable
42
+ Set.new([
43
+ ])
44
+ end
45
+
46
+ # Initializes the object
47
+ # @param [Hash] attributes Model attributes in the form of hash
48
+ def initialize(attributes = {})
49
+ if (!attributes.is_a?(Hash))
50
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::SessionDevice` initialize method"
51
+ end
52
+
53
+ # check to see if the attribute exists and convert string to symbol for hash key
54
+ attributes = attributes.each_with_object({}) { |(k, v), h|
55
+ if (!self.class.attribute_map.key?(k.to_sym))
56
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::SessionDevice`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
57
+ end
58
+ h[k.to_sym] = v
59
+ }
60
+
61
+ if attributes.key?(:'user_agent')
62
+ self.user_agent = attributes[:'user_agent']
63
+ end
64
+ end
65
+
66
+ # Show invalid properties with the reasons. Usually used together with valid?
67
+ # @return Array for valid properties with the reasons
68
+ def list_invalid_properties
69
+ invalid_properties = Array.new
70
+ invalid_properties
71
+ end
72
+
73
+ # Check to see if the all the properties in the model are valid
74
+ # @return true if the model is valid
75
+ def valid?
76
+ true
77
+ end
78
+
79
+ # Checks equality by comparing each attribute.
80
+ # @param [Object] Object to be compared
81
+ def ==(o)
82
+ return true if self.equal?(o)
83
+ self.class == o.class &&
84
+ user_agent == o.user_agent
85
+ end
86
+
87
+ # @see the `==` method
88
+ # @param [Object] Object to be compared
89
+ def eql?(o)
90
+ self == o
91
+ end
92
+
93
+ # Calculates hash code according to all attributes.
94
+ # @return [Integer] Hash code
95
+ def hash
96
+ [user_agent].hash
97
+ end
98
+
99
+ # Builds the object from hash
100
+ # @param [Hash] attributes Model attributes in the form of hash
101
+ # @return [Object] Returns the model itself
102
+ def self.build_from_hash(attributes)
103
+ new.build_from_hash(attributes)
104
+ end
105
+
106
+ # Builds the object from hash
107
+ # @param [Hash] attributes Model attributes in the form of hash
108
+ # @return [Object] Returns the model itself
109
+ def build_from_hash(attributes)
110
+ return nil unless attributes.is_a?(Hash)
111
+ self.class.openapi_types.each_pair do |key, type|
112
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
113
+ self.send("#{key}=", nil)
114
+ elsif type =~ /\AArray<(.*)>/i
115
+ # check to ensure the input is an array given that the attribute
116
+ # is documented as an array but the input is not
117
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
118
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
119
+ end
120
+ elsif !attributes[self.class.attribute_map[key]].nil?
121
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
122
+ end
123
+ end
124
+
125
+ self
126
+ end
127
+
128
+ # Deserializes the data based on type
129
+ # @param string type Data type
130
+ # @param string value Value to be deserialized
131
+ # @return [Object] Deserialized data
132
+ def _deserialize(type, value)
133
+ case type.to_sym
134
+ when :Time
135
+ Time.parse(value)
136
+ when :Date
137
+ Date.parse(value)
138
+ when :String
139
+ value.to_s
140
+ when :Integer
141
+ value.to_i
142
+ when :Float
143
+ value.to_f
144
+ when :Boolean
145
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
146
+ true
147
+ else
148
+ false
149
+ end
150
+ when :Object
151
+ # generic object (usually a Hash), return directly
152
+ value
153
+ when /\AArray<(?<inner_type>.+)>\z/
154
+ inner_type = Regexp.last_match[:inner_type]
155
+ value.map { |v| _deserialize(inner_type, v) }
156
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
157
+ k_type = Regexp.last_match[:k_type]
158
+ v_type = Regexp.last_match[:v_type]
159
+ {}.tap do |hash|
160
+ value.each do |k, v|
161
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
162
+ end
163
+ end
164
+ else # model
165
+ # models (e.g. Pet) or oneOf
166
+ klass = OryClient.const_get(type)
167
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
168
+ end
169
+ end
170
+
171
+ # Returns the string representation of the object
172
+ # @return [String] String presentation of the object
173
+ def to_s
174
+ to_hash.to_s
175
+ end
176
+
177
+ # to_body is an alias to to_hash (backward compatibility)
178
+ # @return [Hash] Returns the object in the form of hash
179
+ def to_body
180
+ to_hash
181
+ end
182
+
183
+ # Returns the object in the form of hash
184
+ # @return [Hash] Returns the object in the form of hash
185
+ def to_hash
186
+ hash = {}
187
+ self.class.attribute_map.each_pair do |attr, param|
188
+ value = self.send(attr)
189
+ if value.nil?
190
+ is_nullable = self.class.openapi_nullable.include?(attr)
191
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
192
+ end
193
+
194
+ hash[param] = _to_hash(value)
195
+ end
196
+ hash
197
+ end
198
+
199
+ # Outputs non-array value in the form of hash
200
+ # For object, use to_hash. Otherwise, just return the value
201
+ # @param [Object] value Any valid value
202
+ # @return [Hash] Returns the value in the form of hash
203
+ def _to_hash(value)
204
+ if value.is_a?(Array)
205
+ value.compact.map { |v| _to_hash(v) }
206
+ elsif value.is_a?(Hash)
207
+ {}.tap do |hash|
208
+ value.each { |k, v| hash[k] = _to_hash(v) }
209
+ end
210
+ elsif value.respond_to? :to_hash
211
+ value.to_hash
212
+ else
213
+ value
214
+ end
215
+ end
216
+
217
+ end
218
+
219
+ end