ory-kratos-client 0.9.0.alpha3 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (453) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -7
  3. data/LICENSE +201 -0
  4. data/README.md +6 -5
  5. data/docs/AdminCreateIdentityBody.md +4 -0
  6. data/docs/AdminUpdateIdentityBody.md +4 -0
  7. data/docs/Identity.md +4 -0
  8. data/docs/SelfServiceRecoveryFlow.md +1 -1
  9. data/docs/SelfServiceRegistrationFlow.md +1 -1
  10. data/docs/SelfServiceSettingsFlow.md +1 -1
  11. data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +1 -1
  12. data/docs/UiNode.md +2 -2
  13. data/docs/UiNodeAnchorAttributes.md +1 -1
  14. data/docs/UiNodeAttributes.md +2 -2
  15. data/docs/UiNodeImageAttributes.md +1 -1
  16. data/docs/UiNodeInputAttributes.md +1 -1
  17. data/docs/UiNodeScriptAttributes.md +1 -1
  18. data/docs/UiNodeTextAttributes.md +1 -1
  19. data/docs/V0alpha2Api.md +122 -40
  20. data/lib/ory-kratos-client/api/metadata_api.rb +1 -1
  21. data/lib/ory-kratos-client/api/v0alpha2_api.rb +145 -47
  22. data/lib/ory-kratos-client/api_client.rb +1 -1
  23. data/lib/ory-kratos-client/api_error.rb +1 -1
  24. data/lib/ory-kratos-client/configuration.rb +1 -1
  25. data/lib/ory-kratos-client/models/admin_create_identity_body.rb +24 -2
  26. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
  27. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
  28. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
  29. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_password.rb +1 -1
  30. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
  31. data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  32. data/lib/ory-kratos-client/models/admin_identity_import_credentials.rb +1 -1
  33. data/lib/ory-kratos-client/models/admin_update_identity_body.rb +24 -2
  34. data/lib/ory-kratos-client/models/authenticator_assurance_level.rb +1 -1
  35. data/lib/ory-kratos-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  36. data/lib/ory-kratos-client/models/generic_error.rb +1 -1
  37. data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
  38. data/lib/ory-kratos-client/models/health_status.rb +1 -1
  39. data/lib/ory-kratos-client/models/identity.rb +24 -2
  40. data/lib/ory-kratos-client/models/identity_credentials.rb +1 -1
  41. data/lib/ory-kratos-client/models/identity_credentials_oidc.rb +1 -1
  42. data/lib/ory-kratos-client/models/identity_credentials_oidc_provider.rb +1 -1
  43. data/lib/ory-kratos-client/models/identity_credentials_password.rb +1 -1
  44. data/lib/ory-kratos-client/models/identity_credentials_type.rb +1 -1
  45. data/lib/ory-kratos-client/models/identity_schema.rb +1 -1
  46. data/lib/ory-kratos-client/models/identity_state.rb +1 -1
  47. data/lib/ory-kratos-client/models/inline_response200.rb +1 -1
  48. data/lib/ory-kratos-client/models/inline_response2001.rb +1 -1
  49. data/lib/ory-kratos-client/models/inline_response503.rb +1 -1
  50. data/lib/ory-kratos-client/models/json_error.rb +1 -1
  51. data/lib/ory-kratos-client/models/needs_privileged_session_error.rb +1 -1
  52. data/lib/ory-kratos-client/models/pagination.rb +1 -1
  53. data/lib/ory-kratos-client/models/recovery_address.rb +1 -1
  54. data/lib/ory-kratos-client/models/revoked_sessions.rb +1 -1
  55. data/lib/ory-kratos-client/models/self_service_browser_location_change_required_error.rb +1 -1
  56. data/lib/ory-kratos-client/models/self_service_error.rb +1 -1
  57. data/lib/ory-kratos-client/models/self_service_flow_expired_error.rb +1 -1
  58. data/lib/ory-kratos-client/models/self_service_login_flow.rb +1 -1
  59. data/lib/ory-kratos-client/models/self_service_logout_url.rb +1 -1
  60. data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +6 -1
  61. data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +1 -1
  62. data/lib/ory-kratos-client/models/self_service_recovery_link.rb +1 -1
  63. data/lib/ory-kratos-client/models/self_service_registration_flow.rb +6 -1
  64. data/lib/ory-kratos-client/models/self_service_settings_flow.rb +6 -1
  65. data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +1 -1
  66. data/lib/ory-kratos-client/models/self_service_verification_flow.rb +1 -1
  67. data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +1 -1
  68. data/lib/ory-kratos-client/models/session.rb +1 -1
  69. data/lib/ory-kratos-client/models/session_authentication_method.rb +3 -3
  70. data/lib/ory-kratos-client/models/session_device.rb +1 -1
  71. data/lib/ory-kratos-client/models/settings_profile_form_config.rb +1 -1
  72. data/lib/ory-kratos-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
  73. data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +1 -1
  74. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  75. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  76. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -6
  77. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  78. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  79. data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  80. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  81. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  82. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +1 -1
  83. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  84. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  85. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
  86. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +1 -1
  87. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  88. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  89. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  90. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  91. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  92. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  93. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +1 -1
  94. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  95. data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +1 -1
  96. data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +1 -1
  97. data/lib/ory-kratos-client/models/ui_container.rb +1 -1
  98. data/lib/ory-kratos-client/models/ui_node.rb +49 -1
  99. data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +2 -1
  100. data/lib/ory-kratos-client/models/ui_node_attributes.rb +3 -3
  101. data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +2 -1
  102. data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +2 -1
  103. data/lib/ory-kratos-client/models/ui_node_meta.rb +1 -1
  104. data/lib/ory-kratos-client/models/ui_node_script_attributes.rb +2 -1
  105. data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +2 -1
  106. data/lib/ory-kratos-client/models/ui_text.rb +1 -1
  107. data/lib/ory-kratos-client/models/verifiable_identity_address.rb +1 -1
  108. data/lib/ory-kratos-client/models/version.rb +1 -1
  109. data/lib/ory-kratos-client/version.rb +2 -2
  110. data/lib/ory-kratos-client.rb +1 -1
  111. data/ory-kratos-client.gemspec +1 -1
  112. data/spec/api/metadata_api_spec.rb +1 -1
  113. data/spec/api/v0alpha2_api_spec.rb +29 -12
  114. data/spec/api_client_spec.rb +1 -1
  115. data/spec/configuration_spec.rb +1 -1
  116. data/spec/models/admin_create_identity_body_spec.rb +13 -1
  117. data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
  118. data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
  119. data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
  120. data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
  121. data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
  122. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  123. data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
  124. data/spec/models/admin_update_identity_body_spec.rb +13 -1
  125. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  126. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  127. data/spec/models/generic_error_spec.rb +1 -1
  128. data/spec/models/health_not_ready_status_spec.rb +1 -1
  129. data/spec/models/health_status_spec.rb +1 -1
  130. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  131. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  132. data/spec/models/identity_credentials_password_spec.rb +1 -1
  133. data/spec/models/identity_credentials_spec.rb +1 -1
  134. data/spec/models/identity_credentials_type_spec.rb +1 -1
  135. data/spec/models/identity_schema_spec.rb +1 -1
  136. data/spec/models/identity_spec.rb +13 -1
  137. data/spec/models/identity_state_spec.rb +1 -1
  138. data/spec/models/inline_response2001_spec.rb +1 -1
  139. data/spec/models/inline_response200_spec.rb +1 -1
  140. data/spec/models/inline_response503_spec.rb +1 -1
  141. data/spec/models/json_error_spec.rb +1 -1
  142. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  143. data/spec/models/pagination_spec.rb +1 -1
  144. data/spec/models/recovery_address_spec.rb +1 -1
  145. data/spec/models/revoked_sessions_spec.rb +1 -1
  146. data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
  147. data/spec/models/self_service_error_spec.rb +1 -1
  148. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  149. data/spec/models/self_service_login_flow_spec.rb +1 -1
  150. data/spec/models/self_service_logout_url_spec.rb +1 -1
  151. data/spec/models/self_service_recovery_flow_spec.rb +1 -1
  152. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  153. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  154. data/spec/models/self_service_registration_flow_spec.rb +1 -1
  155. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  156. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  157. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  158. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  159. data/spec/models/session_authentication_method_spec.rb +2 -2
  160. data/spec/models/session_device_spec.rb +1 -1
  161. data/spec/models/session_spec.rb +1 -1
  162. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  163. data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
  164. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  165. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  166. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  167. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  168. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  169. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  170. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  171. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  172. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  173. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  174. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  175. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  176. data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
  177. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  178. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  179. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  180. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  181. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  182. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  183. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  184. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  185. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  186. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  187. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  188. data/spec/models/ui_container_spec.rb +1 -1
  189. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  190. data/spec/models/ui_node_attributes_spec.rb +1 -1
  191. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  192. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  193. data/spec/models/ui_node_meta_spec.rb +1 -1
  194. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  195. data/spec/models/ui_node_spec.rb +9 -1
  196. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  197. data/spec/models/ui_text_spec.rb +1 -1
  198. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  199. data/spec/models/version_spec.rb +1 -1
  200. data/spec/spec_helper.rb +1 -1
  201. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.22.1.gem +0 -0
  202. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.0.gem +0 -0
  203. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.4.gem +0 -0
  204. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.1.gem +0 -0
  205. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.2.gem +0 -0
  206. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  207. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  208. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/mkmf.log +10 -10
  209. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  210. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/gem.build_complete +0 -0
  211. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/gem_make.out +6 -6
  212. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/mkmf.log +15 -15
  213. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/psych.so +0 -0
  214. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/gem.build_complete +0 -0
  215. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/gem_make.out +6 -6
  216. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/mkmf.log +5 -5
  217. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/stringio.so +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +4 -4
  219. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +4 -4
  220. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +4 -4
  221. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.22.0 → parallel-1.22.1}/MIT-LICENSE.txt +0 -0
  222. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.22.0 → parallel-1.22.1}/lib/parallel/processor_count.rb +1 -2
  223. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.22.1/lib/parallel/version.rb +4 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.22.0 → parallel-1.22.1}/lib/parallel.rb +0 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/LICENSE.txt +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-parse +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-rewrite +0 -0
  228. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/gauntlet_parser.rb +0 -0
  229. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/all.rb +0 -0
  230. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/node.rb +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/processor.rb +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/base.rb +0 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/builders/default.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/clobbering_error.rb +0 -0
  235. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/color.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/context.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current.rb +4 -4
  238. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current_arg_stack.rb +0 -0
  239. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/deprecation.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic/engine.rb +0 -0
  241. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/dedenter.rb +0 -0
  243. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/explanation.rb +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/literal.rb +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/stack_state.rb +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer.rb +0 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/macruby.rb +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/max_numparam_stack.rb +0 -0
  249. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/messages.rb +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/meta.rb +0 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rewriter.rb +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby18.rb +0 -0
  253. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby19.rb +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby20.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby21.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby22.rb +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby23.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby24.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby25.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby26.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby27.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby28.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby30.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby31.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby32.rb +8 -4
  266. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rubymotion.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_parse.rb +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/buffer.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment/associator.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/collection.rb +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/condition.rb +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/constant.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/definition.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/for.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/heredoc.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/index.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/keyword.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/method_definition.rb +0 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/operator.rb +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/rescue_body.rb +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/send.rb +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/ternary.rb +0 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/variable.rb +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map.rb +0 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/range.rb +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter/action.rb +0 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter.rb +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter.rb +0 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/static_environment.rb +0 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/syntax_error.rb +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/tree_rewriter.rb +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/variables_stack.rb +0 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/version.rb +1 -1
  299. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser.rb +0 -0
  300. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/parser.gemspec +0 -0
  301. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/.gitignore +0 -0
  302. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Gemfile +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/LICENSE +0 -0
  304. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Mavenfile +0 -0
  305. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/README.md +0 -0
  306. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Rakefile +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/bin/console +0 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/bin/setup +0 -0
  309. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/.sitearchdir.time +0 -0
  310. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/Makefile +4 -4
  311. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/api.o +0 -0
  312. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/depend +0 -0
  313. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/dumper.o +0 -0
  314. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/emitter.o +0 -0
  315. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/extconf.rb +0 -0
  316. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/loader.o +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/parser.o +0 -0
  318. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.c +0 -0
  319. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.h +0 -0
  320. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.o +0 -0
  321. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3/lib → psych-4.0.4/ext/psych}/psych.so +0 -0
  322. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.c +0 -0
  323. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.h +0 -0
  324. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.o +0 -0
  325. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.c +0 -0
  326. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.h +0 -0
  327. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.o +0 -0
  328. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.c +0 -0
  329. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.h +0 -0
  330. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.o +0 -0
  331. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.c +0 -0
  332. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.h +0 -0
  333. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.o +0 -0
  334. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/reader.o +0 -0
  335. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/scanner.o +0 -0
  336. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/writer.o +0 -0
  337. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/LICENSE +0 -0
  338. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/api.c +0 -0
  339. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/config.h +0 -0
  340. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/dumper.c +0 -0
  341. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/emitter.c +0 -0
  342. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/loader.c +0 -0
  343. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/parser.c +0 -0
  344. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/reader.c +0 -0
  345. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/scanner.c +0 -0
  346. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/writer.c +0 -0
  347. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/yaml.h +0 -0
  348. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/yaml_private.h +0 -0
  349. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/class_loader.rb +0 -0
  350. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/coder.rb +0 -0
  351. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/core_ext.rb +0 -0
  352. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/exception.rb +0 -0
  353. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handler.rb +0 -0
  354. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handlers/document_stream.rb +0 -0
  355. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handlers/recorder.rb +0 -0
  356. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/ruby_events.rb +0 -0
  357. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/stream.rb +0 -0
  358. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/tree_builder.rb +0 -0
  359. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/yaml_events.rb +0 -0
  360. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/alias.rb +0 -0
  361. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/document.rb +0 -0
  362. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/mapping.rb +0 -0
  363. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/node.rb +2 -2
  364. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/scalar.rb +0 -0
  365. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/sequence.rb +0 -0
  366. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/stream.rb +0 -0
  367. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes.rb +0 -0
  368. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/omap.rb +0 -0
  369. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/parser.rb +0 -0
  370. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/scalar_scanner.rb +17 -10
  371. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/set.rb +0 -0
  372. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/stream.rb +0 -0
  373. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/streaming.rb +0 -0
  374. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/syntax_error.rb +0 -0
  375. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/tree_builder.rb +0 -0
  376. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/versions.rb +1 -1
  377. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/depth_first.rb +0 -0
  378. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/emitter.rb +0 -0
  379. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/json_tree.rb +0 -0
  380. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/to_ruby.rb +2 -2
  381. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/visitor.rb +0 -0
  382. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/yaml_tree.rb +0 -0
  383. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors.rb +0 -0
  384. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/y.rb +0 -0
  385. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych.rb +7 -7
  386. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3/ext/psych → psych-4.0.4/lib}/psych.so +0 -0
  387. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/psych.gemspec +0 -0
  388. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.document +0 -0
  389. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.yardopts +0 -0
  390. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/Changelog.md +10 -1
  391. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/LICENSE.md +0 -0
  392. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/README.md +0 -0
  393. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  394. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  395. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  396. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  397. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  398. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  399. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  400. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  401. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  402. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance.rb +0 -0
  403. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_list_matcher.rb +2 -1
  404. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_matchers.rb +0 -0
  405. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/configuration.rb +0 -0
  406. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/error_generator.rb +0 -0
  407. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/example_methods.rb +0 -0
  408. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  409. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/marshal_extension.rb +0 -0
  410. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  411. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  412. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive.rb +1 -1
  413. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  414. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  415. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_chain.rb +0 -0
  416. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_expectation.rb +13 -3
  417. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_double.rb +3 -0
  418. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_reference.rb +0 -0
  419. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/minitest_integration.rb +0 -0
  420. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/mutate_const.rb +0 -0
  421. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/object_reference.rb +0 -0
  422. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/order_group.rb +0 -0
  423. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/proxy.rb +6 -0
  424. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/space.rb +0 -0
  425. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/standalone.rb +0 -0
  426. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/syntax.rb +0 -0
  427. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/targets.rb +0 -0
  428. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/test_double.rb +0 -0
  429. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_double.rb +0 -0
  430. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  431. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  432. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/version.rb +1 -1
  433. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks.rb +0 -0
  434. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/README.md +0 -0
  435. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/.sitearchdir.time +0 -0
  436. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/Makefile +4 -4
  437. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/extconf.rb +0 -0
  438. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.c +1 -1
  439. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.o +0 -0
  440. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.so +0 -0
  441. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/lib/stringio.so +0 -0
  442. data/vendor/bundle/ruby/2.5.0/specifications/{parallel-1.22.0.gemspec → parallel-1.22.1.gemspec} +4 -4
  443. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.1.1.0.gemspec → parser-3.1.2.0.gemspec} +4 -4
  444. data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.3.gemspec → psych-4.0.4.gemspec} +3 -3
  445. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.11.0.gemspec → rspec-mocks-3.11.1.gemspec} +5 -5
  446. data/vendor/bundle/ruby/2.5.0/specifications/{stringio-3.0.1.gemspec → stringio-3.0.2.gemspec} +5 -5
  447. metadata +244 -243
  448. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.22.0.gem +0 -0
  449. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.1.0.gem +0 -0
  450. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.3.gem +0 -0
  451. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.0.gem +0 -0
  452. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.1.gem +0 -0
  453. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.22.0/lib/parallel/version.rb +0 -4
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
5
5
 
6
- The version of the OpenAPI document: v0.9.0-alpha.3
6
+ The version of the OpenAPI document: v0.10.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -20,7 +20,7 @@ module OryKratosClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # Create an Identity
23
- # This endpoint creates an identity. It is NOT possible to set an identity's credentials (password, ...) using this method! A way to achieve that will be introduced in the future. Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
23
+ # This endpoint creates an identity. Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [AdminCreateIdentityBody] :admin_create_identity_body
26
26
  # @return [Identity]
@@ -30,7 +30,7 @@ module OryKratosClient
30
30
  end
31
31
 
32
32
  # Create an Identity
33
- # This endpoint creates an identity. It is NOT possible to set an identity's credentials (password, ...) using this method! A way to achieve that will be introduced in the future. Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
33
+ # This endpoint creates an identity. Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
34
34
  # @param [Hash] opts the optional parameters
35
35
  # @option opts [AdminCreateIdentityBody] :admin_create_identity_body
36
36
  # @return [Array<(Identity, Integer, Hash)>] Identity data, response status code and response headers
@@ -273,6 +273,69 @@ module OryKratosClient
273
273
  return data, status_code, headers
274
274
  end
275
275
 
276
+ # Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed.
277
+ # Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
278
+ # @param id [String] ID is the session&#39;s ID.
279
+ # @param [Hash] opts the optional parameters
280
+ # @return [Session]
281
+ def admin_extend_session(id, opts = {})
282
+ data, _status_code, _headers = admin_extend_session_with_http_info(id, opts)
283
+ data
284
+ end
285
+
286
+ # Calling this endpoint extends the given session ID. If &#x60;session.earliest_possible_extend&#x60; is set it will only extend the session after the specified time has passed.
287
+ # Retrieve the session ID from the &#x60;/sessions/whoami&#x60; endpoint / &#x60;toSession&#x60; SDK method.
288
+ # @param id [String] ID is the session&#39;s ID.
289
+ # @param [Hash] opts the optional parameters
290
+ # @return [Array<(Session, Integer, Hash)>] Session data, response status code and response headers
291
+ def admin_extend_session_with_http_info(id, opts = {})
292
+ if @api_client.config.debugging
293
+ @api_client.config.logger.debug 'Calling API: V0alpha2Api.admin_extend_session ...'
294
+ end
295
+ # verify the required parameter 'id' is set
296
+ if @api_client.config.client_side_validation && id.nil?
297
+ fail ArgumentError, "Missing the required parameter 'id' when calling V0alpha2Api.admin_extend_session"
298
+ end
299
+ # resource path
300
+ local_var_path = '/admin/sessions/{id}/extend'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
301
+
302
+ # query parameters
303
+ query_params = opts[:query_params] || {}
304
+
305
+ # header parameters
306
+ header_params = opts[:header_params] || {}
307
+ # HTTP header 'Accept' (if needed)
308
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
309
+
310
+ # form parameters
311
+ form_params = opts[:form_params] || {}
312
+
313
+ # http body (model)
314
+ post_body = opts[:debug_body]
315
+
316
+ # return_type
317
+ return_type = opts[:debug_return_type] || 'Session'
318
+
319
+ # auth_names
320
+ auth_names = opts[:debug_auth_names] || ['oryAccessToken']
321
+
322
+ new_options = opts.merge(
323
+ :operation => :"V0alpha2Api.admin_extend_session",
324
+ :header_params => header_params,
325
+ :query_params => query_params,
326
+ :form_params => form_params,
327
+ :body => post_body,
328
+ :auth_names => auth_names,
329
+ :return_type => return_type
330
+ )
331
+
332
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
333
+ if @api_client.config.debugging
334
+ @api_client.config.logger.debug "API called: V0alpha2Api#admin_extend_session\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
335
+ end
336
+ return data, status_code, headers
337
+ end
338
+
276
339
  # Get an Identity
277
340
  # Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
278
341
  # @param id [String] ID must be set to the ID of identity you want to get
@@ -499,7 +562,7 @@ module OryKratosClient
499
562
  end
500
563
 
501
564
  # Update an Identity
502
- # This endpoint updates an identity. It is NOT possible to set an identity's credentials (password, ...) using this method! A way to achieve that will be introduced in the future. The full identity payload (except credentials) is expected. This endpoint does not support patching. Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
565
+ # This endpoint updates an identity. The full identity payload (except credentials) is expected. This endpoint does not support patching. Learn how identities work in [Ory Kratos' User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
503
566
  # @param id [String] ID must be set to the ID of identity you want to update
504
567
  # @param [Hash] opts the optional parameters
505
568
  # @option opts [AdminUpdateIdentityBody] :admin_update_identity_body
@@ -510,7 +573,7 @@ module OryKratosClient
510
573
  end
511
574
 
512
575
  # Update an Identity
513
- # This endpoint updates an identity. It is NOT possible to set an identity&#39;s credentials (password, ...) using this method! A way to achieve that will be introduced in the future. The full identity payload (except credentials) is expected. This endpoint does not support patching. Learn how identities work in [Ory Kratos&#39; User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
576
+ # This endpoint updates an identity. The full identity payload (except credentials) is expected. This endpoint does not support patching. Learn how identities work in [Ory Kratos&#39; User And Identity Model Documentation](https://www.ory.sh/docs/next/kratos/concepts/identity-user-model).
514
577
  # @param id [String] ID must be set to the ID of identity you want to update
515
578
  # @param [Hash] opts the optional parameters
516
579
  # @option opts [AdminUpdateIdentityBody] :admin_update_identity_body
@@ -757,7 +820,7 @@ module OryKratosClient
757
820
  # This endpoint returns a login flow's context with, for example, error details and other information. Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail. If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint: ```js pseudo-code example router.get('/login', async function (req, res) { const flow = await client.getSelfServiceLoginFlow(req.header('cookie'), req.query['flow']) res.render('login', flow) }) ``` This request may fail due to several reasons. The `error.id` can be one of: `session_already_available`: The user is already signed in. `self_service_flow_expired`: The flow is expired and you should request a new one. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
758
821
  # @param id [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
759
822
  # @param [Hash] opts the optional parameters
760
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
823
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
761
824
  # @return [SelfServiceLoginFlow]
762
825
  def get_self_service_login_flow(id, opts = {})
763
826
  data, _status_code, _headers = get_self_service_login_flow_with_http_info(id, opts)
@@ -768,7 +831,7 @@ module OryKratosClient
768
831
  # This endpoint returns a login flow&#39;s context with, for example, error details and other information. Browser flows expect the anti-CSRF cookie to be included in the request&#39;s HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail. If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint: &#x60;&#x60;&#x60;js pseudo-code example router.get(&#39;/login&#39;, async function (req, res) { const flow &#x3D; await client.getSelfServiceLoginFlow(req.header(&#39;cookie&#39;), req.query[&#39;flow&#39;]) res.render(&#39;login&#39;, flow) }) &#x60;&#x60;&#x60; This request may fail due to several reasons. The &#x60;error.id&#x60; can be one of: &#x60;session_already_available&#x60;: The user is already signed in. &#x60;self_service_flow_expired&#x60;: The flow is expired and you should request a new one. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
769
832
  # @param id [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
770
833
  # @param [Hash] opts the optional parameters
771
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
834
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
772
835
  # @return [Array<(SelfServiceLoginFlow, Integer, Hash)>] SelfServiceLoginFlow data, response status code and response headers
773
836
  def get_self_service_login_flow_with_http_info(id, opts = {})
774
837
  if @api_client.config.debugging
@@ -789,7 +852,7 @@ module OryKratosClient
789
852
  header_params = opts[:header_params] || {}
790
853
  # HTTP header 'Accept' (if needed)
791
854
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
792
- header_params[:'cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
855
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
793
856
 
794
857
  # form parameters
795
858
  form_params = opts[:form_params] || {}
@@ -824,7 +887,7 @@ module OryKratosClient
824
887
  # This endpoint returns a recovery flow's context with, for example, error details and other information. Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail. If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint: ```js pseudo-code example router.get('/recovery', async function (req, res) { const flow = await client.getSelfServiceRecoveryFlow(req.header('Cookie'), req.query['flow']) res.render('recovery', flow) }) ``` More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
825
888
  # @param id [String] The Flow ID The value for this parameter comes from &#x60;request&#x60; URL Query parameter sent to your application (e.g. &#x60;/recovery?flow&#x3D;abcde&#x60;).
826
889
  # @param [Hash] opts the optional parameters
827
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
890
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
828
891
  # @return [SelfServiceRecoveryFlow]
829
892
  def get_self_service_recovery_flow(id, opts = {})
830
893
  data, _status_code, _headers = get_self_service_recovery_flow_with_http_info(id, opts)
@@ -835,7 +898,7 @@ module OryKratosClient
835
898
  # This endpoint returns a recovery flow&#39;s context with, for example, error details and other information. Browser flows expect the anti-CSRF cookie to be included in the request&#39;s HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail. If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint: &#x60;&#x60;&#x60;js pseudo-code example router.get(&#39;/recovery&#39;, async function (req, res) { const flow &#x3D; await client.getSelfServiceRecoveryFlow(req.header(&#39;Cookie&#39;), req.query[&#39;flow&#39;]) res.render(&#39;recovery&#39;, flow) }) &#x60;&#x60;&#x60; More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
836
899
  # @param id [String] The Flow ID The value for this parameter comes from &#x60;request&#x60; URL Query parameter sent to your application (e.g. &#x60;/recovery?flow&#x3D;abcde&#x60;).
837
900
  # @param [Hash] opts the optional parameters
838
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
901
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
839
902
  # @return [Array<(SelfServiceRecoveryFlow, Integer, Hash)>] SelfServiceRecoveryFlow data, response status code and response headers
840
903
  def get_self_service_recovery_flow_with_http_info(id, opts = {})
841
904
  if @api_client.config.debugging
@@ -856,7 +919,7 @@ module OryKratosClient
856
919
  header_params = opts[:header_params] || {}
857
920
  # HTTP header 'Accept' (if needed)
858
921
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
859
- header_params[:'cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
922
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
860
923
 
861
924
  # form parameters
862
925
  form_params = opts[:form_params] || {}
@@ -891,7 +954,7 @@ module OryKratosClient
891
954
  # This endpoint returns a registration flow's context with, for example, error details and other information. Browser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail. If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint: ```js pseudo-code example router.get('/registration', async function (req, res) { const flow = await client.getSelfServiceRegistrationFlow(req.header('cookie'), req.query['flow']) res.render('registration', flow) }) ``` This request may fail due to several reasons. The `error.id` can be one of: `session_already_available`: The user is already signed in. `self_service_flow_expired`: The flow is expired and you should request a new one. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
892
955
  # @param id [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
893
956
  # @param [Hash] opts the optional parameters
894
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
957
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
895
958
  # @return [SelfServiceRegistrationFlow]
896
959
  def get_self_service_registration_flow(id, opts = {})
897
960
  data, _status_code, _headers = get_self_service_registration_flow_with_http_info(id, opts)
@@ -902,7 +965,7 @@ module OryKratosClient
902
965
  # This endpoint returns a registration flow&#39;s context with, for example, error details and other information. Browser flows expect the anti-CSRF cookie to be included in the request&#39;s HTTP Cookie Header. For AJAX requests you must ensure that cookies are included in the request or requests will fail. If you use the browser-flow for server-side apps, the services need to run on a common top-level-domain and you need to forward the incoming HTTP Cookie header to this endpoint: &#x60;&#x60;&#x60;js pseudo-code example router.get(&#39;/registration&#39;, async function (req, res) { const flow &#x3D; await client.getSelfServiceRegistrationFlow(req.header(&#39;cookie&#39;), req.query[&#39;flow&#39;]) res.render(&#39;registration&#39;, flow) }) &#x60;&#x60;&#x60; This request may fail due to several reasons. The &#x60;error.id&#x60; can be one of: &#x60;session_already_available&#x60;: The user is already signed in. &#x60;self_service_flow_expired&#x60;: The flow is expired and you should request a new one. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
903
966
  # @param id [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
904
967
  # @param [Hash] opts the optional parameters
905
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
968
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
906
969
  # @return [Array<(SelfServiceRegistrationFlow, Integer, Hash)>] SelfServiceRegistrationFlow data, response status code and response headers
907
970
  def get_self_service_registration_flow_with_http_info(id, opts = {})
908
971
  if @api_client.config.debugging
@@ -923,7 +986,7 @@ module OryKratosClient
923
986
  header_params = opts[:header_params] || {}
924
987
  # HTTP header 'Accept' (if needed)
925
988
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
926
- header_params[:'cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
989
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
927
990
 
928
991
  # form parameters
929
992
  form_params = opts[:form_params] || {}
@@ -959,7 +1022,7 @@ module OryKratosClient
959
1022
  # @param id [String] ID is the Settings Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/settings?flow&#x3D;abcde&#x60;).
960
1023
  # @param [Hash] opts the optional parameters
961
1024
  # @option opts [String] :x_session_token The Session Token When using the SDK in an app without a browser, please include the session token here.
962
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here. You only need to do this for browser- based flows.
1025
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
963
1026
  # @return [SelfServiceSettingsFlow]
964
1027
  def get_self_service_settings_flow(id, opts = {})
965
1028
  data, _status_code, _headers = get_self_service_settings_flow_with_http_info(id, opts)
@@ -971,7 +1034,7 @@ module OryKratosClient
971
1034
  # @param id [String] ID is the Settings Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/settings?flow&#x3D;abcde&#x60;).
972
1035
  # @param [Hash] opts the optional parameters
973
1036
  # @option opts [String] :x_session_token The Session Token When using the SDK in an app without a browser, please include the session token here.
974
- # @option opts [String] :cookie HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here. You only need to do this for browser- based flows.
1037
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
975
1038
  # @return [Array<(SelfServiceSettingsFlow, Integer, Hash)>] SelfServiceSettingsFlow data, response status code and response headers
976
1039
  def get_self_service_settings_flow_with_http_info(id, opts = {})
977
1040
  if @api_client.config.debugging
@@ -993,7 +1056,7 @@ module OryKratosClient
993
1056
  # HTTP header 'Accept' (if needed)
994
1057
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
995
1058
  header_params[:'X-Session-Token'] = opts[:'x_session_token'] if !opts[:'x_session_token'].nil?
996
- header_params[:'cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
1059
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
997
1060
 
998
1061
  # form parameters
999
1062
  form_params = opts[:form_params] || {}
@@ -2034,23 +2097,25 @@ module OryKratosClient
2034
2097
  # Submit a Login Flow
2035
2098
  # :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows. API flows expect `application/json` to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body; HTTP 400 on form validation errors. Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with a HTTP 303 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded; a HTTP 303 redirect to the login UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of `application/json` will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. If this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of: `session_already_available`: The user is already signed in. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration! `browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
2036
2099
  # @param flow [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
2100
+ # @param submit_self_service_login_flow_body [SubmitSelfServiceLoginFlowBody]
2037
2101
  # @param [Hash] opts the optional parameters
2038
2102
  # @option opts [String] :x_session_token The Session Token of the Identity performing the settings flow.
2039
- # @option opts [SubmitSelfServiceLoginFlowBody] :submit_self_service_login_flow_body
2103
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2040
2104
  # @return [SuccessfulSelfServiceLoginWithoutBrowser]
2041
- def submit_self_service_login_flow(flow, opts = {})
2042
- data, _status_code, _headers = submit_self_service_login_flow_with_http_info(flow, opts)
2105
+ def submit_self_service_login_flow(flow, submit_self_service_login_flow_body, opts = {})
2106
+ data, _status_code, _headers = submit_self_service_login_flow_with_http_info(flow, submit_self_service_login_flow_body, opts)
2043
2107
  data
2044
2108
  end
2045
2109
 
2046
2110
  # Submit a Login Flow
2047
2111
  # :::info This endpoint is EXPERIMENTAL and subject to potential breaking changes in the future. ::: Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows. API flows expect &#x60;application/json&#x60; to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 410 if the original flow expired with the appropriate error messages set and optionally a &#x60;use_flow_id&#x60; parameter in the body; HTTP 400 on form validation errors. Browser flows expect a Content-Type of &#x60;application/x-www-form-urlencoded&#x60; or &#x60;application/json&#x60; to be sent in the body and respond with a HTTP 303 redirect to the post/after login URL or the &#x60;return_to&#x60; value if it was set and if the login succeeded; a HTTP 303 redirect to the login UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of &#x60;application/json&#x60; will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a &#x60;Set-Cookie&#x60; header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. If this endpoint is called with &#x60;Accept: application/json&#x60; in the header, the response contains the flow without a redirect. In the case of an error, the &#x60;error.id&#x60; of the JSON response body can be one of: &#x60;session_already_available&#x60;: The user is already signed in. &#x60;security_csrf_violation&#x60;: Unable to fetch the flow because a CSRF violation occurred. &#x60;security_identity_mismatch&#x60;: The requested &#x60;?return_to&#x60; address is not allowed to be used. Adjust this in the configuration! &#x60;browser_location_change_required&#x60;: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
2048
2112
  # @param flow [String] The Login Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/login?flow&#x3D;abcde&#x60;).
2113
+ # @param submit_self_service_login_flow_body [SubmitSelfServiceLoginFlowBody]
2049
2114
  # @param [Hash] opts the optional parameters
2050
2115
  # @option opts [String] :x_session_token The Session Token of the Identity performing the settings flow.
2051
- # @option opts [SubmitSelfServiceLoginFlowBody] :submit_self_service_login_flow_body
2116
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2052
2117
  # @return [Array<(SuccessfulSelfServiceLoginWithoutBrowser, Integer, Hash)>] SuccessfulSelfServiceLoginWithoutBrowser data, response status code and response headers
2053
- def submit_self_service_login_flow_with_http_info(flow, opts = {})
2118
+ def submit_self_service_login_flow_with_http_info(flow, submit_self_service_login_flow_body, opts = {})
2054
2119
  if @api_client.config.debugging
2055
2120
  @api_client.config.logger.debug 'Calling API: V0alpha2Api.submit_self_service_login_flow ...'
2056
2121
  end
@@ -2058,6 +2123,10 @@ module OryKratosClient
2058
2123
  if @api_client.config.client_side_validation && flow.nil?
2059
2124
  fail ArgumentError, "Missing the required parameter 'flow' when calling V0alpha2Api.submit_self_service_login_flow"
2060
2125
  end
2126
+ # verify the required parameter 'submit_self_service_login_flow_body' is set
2127
+ if @api_client.config.client_side_validation && submit_self_service_login_flow_body.nil?
2128
+ fail ArgumentError, "Missing the required parameter 'submit_self_service_login_flow_body' when calling V0alpha2Api.submit_self_service_login_flow"
2129
+ end
2061
2130
  # resource path
2062
2131
  local_var_path = '/self-service/login'
2063
2132
 
@@ -2075,12 +2144,13 @@ module OryKratosClient
2075
2144
  header_params['Content-Type'] = content_type
2076
2145
  end
2077
2146
  header_params[:'X-Session-Token'] = opts[:'x_session_token'] if !opts[:'x_session_token'].nil?
2147
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
2078
2148
 
2079
2149
  # form parameters
2080
2150
  form_params = opts[:form_params] || {}
2081
2151
 
2082
2152
  # http body (model)
2083
- post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'submit_self_service_login_flow_body'])
2153
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(submit_self_service_login_flow_body)
2084
2154
 
2085
2155
  # return_type
2086
2156
  return_type = opts[:debug_return_type] || 'SuccessfulSelfServiceLoginWithoutBrowser'
@@ -2239,23 +2309,25 @@ module OryKratosClient
2239
2309
  # Complete Recovery Flow
2240
2310
  # Use this endpoint to complete a recovery flow. This endpoint behaves differently for API and browser flows and has several states: `choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid. and a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended. `sent_email` is the success state after `choose_method` for the `link` method and allows the user to request another recovery email. It works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state. `passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a recovery link\") does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with a new Recovery Flow ID which contains an error message that the recovery link was invalid. More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
2241
2311
  # @param flow [String] The Recovery Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/recovery?flow&#x3D;abcde&#x60;).
2312
+ # @param submit_self_service_recovery_flow_body [SubmitSelfServiceRecoveryFlowBody]
2242
2313
  # @param [Hash] opts the optional parameters
2243
2314
  # @option opts [String] :token Recovery Token The recovery token which completes the recovery request. If the token is invalid (e.g. expired) an error will be shown to the end-user. This parameter is usually set in a link and not used by any direct API call.
2244
- # @option opts [SubmitSelfServiceRecoveryFlowBody] :submit_self_service_recovery_flow_body
2315
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2245
2316
  # @return [SelfServiceRecoveryFlow]
2246
- def submit_self_service_recovery_flow(flow, opts = {})
2247
- data, _status_code, _headers = submit_self_service_recovery_flow_with_http_info(flow, opts)
2317
+ def submit_self_service_recovery_flow(flow, submit_self_service_recovery_flow_body, opts = {})
2318
+ data, _status_code, _headers = submit_self_service_recovery_flow_with_http_info(flow, submit_self_service_recovery_flow_body, opts)
2248
2319
  data
2249
2320
  end
2250
2321
 
2251
2322
  # Complete Recovery Flow
2252
2323
  # Use this endpoint to complete a recovery flow. This endpoint behaves differently for API and browser flows and has several states: &#x60;choose_method&#x60; expects &#x60;flow&#x60; (in the URL query) and &#x60;email&#x60; (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header &#x60;Accept: application/json&#x60; it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid. and a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header &#x60;Accept&#x60; or with &#x60;Accept: text/*&#x60; it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended. &#x60;sent_email&#x60; is the success state after &#x60;choose_method&#x60; for the &#x60;link&#x60; method and allows the user to request another recovery email. It works for both API and Browser-initiated flows and returns the same responses as the flow in &#x60;choose_method&#x60; state. &#x60;passed_challenge&#x60; expects a &#x60;token&#x60; to be sent in the URL query and given the nature of the flow (\&quot;sending a recovery link\&quot;) does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with a new Recovery Flow ID which contains an error message that the recovery link was invalid. More information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).
2253
2324
  # @param flow [String] The Recovery Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/recovery?flow&#x3D;abcde&#x60;).
2325
+ # @param submit_self_service_recovery_flow_body [SubmitSelfServiceRecoveryFlowBody]
2254
2326
  # @param [Hash] opts the optional parameters
2255
2327
  # @option opts [String] :token Recovery Token The recovery token which completes the recovery request. If the token is invalid (e.g. expired) an error will be shown to the end-user. This parameter is usually set in a link and not used by any direct API call.
2256
- # @option opts [SubmitSelfServiceRecoveryFlowBody] :submit_self_service_recovery_flow_body
2328
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2257
2329
  # @return [Array<(SelfServiceRecoveryFlow, Integer, Hash)>] SelfServiceRecoveryFlow data, response status code and response headers
2258
- def submit_self_service_recovery_flow_with_http_info(flow, opts = {})
2330
+ def submit_self_service_recovery_flow_with_http_info(flow, submit_self_service_recovery_flow_body, opts = {})
2259
2331
  if @api_client.config.debugging
2260
2332
  @api_client.config.logger.debug 'Calling API: V0alpha2Api.submit_self_service_recovery_flow ...'
2261
2333
  end
@@ -2263,6 +2335,10 @@ module OryKratosClient
2263
2335
  if @api_client.config.client_side_validation && flow.nil?
2264
2336
  fail ArgumentError, "Missing the required parameter 'flow' when calling V0alpha2Api.submit_self_service_recovery_flow"
2265
2337
  end
2338
+ # verify the required parameter 'submit_self_service_recovery_flow_body' is set
2339
+ if @api_client.config.client_side_validation && submit_self_service_recovery_flow_body.nil?
2340
+ fail ArgumentError, "Missing the required parameter 'submit_self_service_recovery_flow_body' when calling V0alpha2Api.submit_self_service_recovery_flow"
2341
+ end
2266
2342
  # resource path
2267
2343
  local_var_path = '/self-service/recovery'
2268
2344
 
@@ -2280,12 +2356,13 @@ module OryKratosClient
2280
2356
  if !content_type.nil?
2281
2357
  header_params['Content-Type'] = content_type
2282
2358
  end
2359
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
2283
2360
 
2284
2361
  # form parameters
2285
2362
  form_params = opts[:form_params] || {}
2286
2363
 
2287
2364
  # http body (model)
2288
- post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'submit_self_service_recovery_flow_body'])
2365
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(submit_self_service_recovery_flow_body)
2289
2366
 
2290
2367
  # return_type
2291
2368
  return_type = opts[:debug_return_type] || 'SelfServiceRecoveryFlow'
@@ -2313,21 +2390,23 @@ module OryKratosClient
2313
2390
  # Submit a Registration Flow
2314
2391
  # Use this endpoint to complete a registration flow by sending an identity's traits and password. This endpoint behaves differently for API and browser flows. API flows expect `application/json` to be sent in the body and respond with HTTP 200 and a application/json body with the created identity success - if the session hook is configured the `session` and `session_token` will also be included; HTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body; HTTP 400 on form validation errors. Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with a HTTP 303 redirect to the post/after registration URL or the `return_to` value if it was set and if the registration succeeded; a HTTP 303 redirect to the registration UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of `application/json` will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. If this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of: `session_already_available`: The user is already signed in. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration! `browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
2315
2392
  # @param flow [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
2393
+ # @param submit_self_service_registration_flow_body [SubmitSelfServiceRegistrationFlowBody]
2316
2394
  # @param [Hash] opts the optional parameters
2317
- # @option opts [SubmitSelfServiceRegistrationFlowBody] :submit_self_service_registration_flow_body
2395
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2318
2396
  # @return [SuccessfulSelfServiceRegistrationWithoutBrowser]
2319
- def submit_self_service_registration_flow(flow, opts = {})
2320
- data, _status_code, _headers = submit_self_service_registration_flow_with_http_info(flow, opts)
2397
+ def submit_self_service_registration_flow(flow, submit_self_service_registration_flow_body, opts = {})
2398
+ data, _status_code, _headers = submit_self_service_registration_flow_with_http_info(flow, submit_self_service_registration_flow_body, opts)
2321
2399
  data
2322
2400
  end
2323
2401
 
2324
2402
  # Submit a Registration Flow
2325
2403
  # Use this endpoint to complete a registration flow by sending an identity&#39;s traits and password. This endpoint behaves differently for API and browser flows. API flows expect &#x60;application/json&#x60; to be sent in the body and respond with HTTP 200 and a application/json body with the created identity success - if the session hook is configured the &#x60;session&#x60; and &#x60;session_token&#x60; will also be included; HTTP 410 if the original flow expired with the appropriate error messages set and optionally a &#x60;use_flow_id&#x60; parameter in the body; HTTP 400 on form validation errors. Browser flows expect a Content-Type of &#x60;application/x-www-form-urlencoded&#x60; or &#x60;application/json&#x60; to be sent in the body and respond with a HTTP 303 redirect to the post/after registration URL or the &#x60;return_to&#x60; value if it was set and if the registration succeeded; a HTTP 303 redirect to the registration UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of &#x60;application/json&#x60; will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a &#x60;Set-Cookie&#x60; header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. If this endpoint is called with &#x60;Accept: application/json&#x60; in the header, the response contains the flow without a redirect. In the case of an error, the &#x60;error.id&#x60; of the JSON response body can be one of: &#x60;session_already_available&#x60;: The user is already signed in. &#x60;security_csrf_violation&#x60;: Unable to fetch the flow because a CSRF violation occurred. &#x60;security_identity_mismatch&#x60;: The requested &#x60;?return_to&#x60; address is not allowed to be used. Adjust this in the configuration! &#x60;browser_location_change_required&#x60;: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
2326
2404
  # @param flow [String] The Registration Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/registration?flow&#x3D;abcde&#x60;).
2405
+ # @param submit_self_service_registration_flow_body [SubmitSelfServiceRegistrationFlowBody]
2327
2406
  # @param [Hash] opts the optional parameters
2328
- # @option opts [SubmitSelfServiceRegistrationFlowBody] :submit_self_service_registration_flow_body
2407
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2329
2408
  # @return [Array<(SuccessfulSelfServiceRegistrationWithoutBrowser, Integer, Hash)>] SuccessfulSelfServiceRegistrationWithoutBrowser data, response status code and response headers
2330
- def submit_self_service_registration_flow_with_http_info(flow, opts = {})
2409
+ def submit_self_service_registration_flow_with_http_info(flow, submit_self_service_registration_flow_body, opts = {})
2331
2410
  if @api_client.config.debugging
2332
2411
  @api_client.config.logger.debug 'Calling API: V0alpha2Api.submit_self_service_registration_flow ...'
2333
2412
  end
@@ -2335,6 +2414,10 @@ module OryKratosClient
2335
2414
  if @api_client.config.client_side_validation && flow.nil?
2336
2415
  fail ArgumentError, "Missing the required parameter 'flow' when calling V0alpha2Api.submit_self_service_registration_flow"
2337
2416
  end
2417
+ # verify the required parameter 'submit_self_service_registration_flow_body' is set
2418
+ if @api_client.config.client_side_validation && submit_self_service_registration_flow_body.nil?
2419
+ fail ArgumentError, "Missing the required parameter 'submit_self_service_registration_flow_body' when calling V0alpha2Api.submit_self_service_registration_flow"
2420
+ end
2338
2421
  # resource path
2339
2422
  local_var_path = '/self-service/registration'
2340
2423
 
@@ -2351,12 +2434,13 @@ module OryKratosClient
2351
2434
  if !content_type.nil?
2352
2435
  header_params['Content-Type'] = content_type
2353
2436
  end
2437
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
2354
2438
 
2355
2439
  # form parameters
2356
2440
  form_params = opts[:form_params] || {}
2357
2441
 
2358
2442
  # http body (model)
2359
- post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'submit_self_service_registration_flow_body'])
2443
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(submit_self_service_registration_flow_body)
2360
2444
 
2361
2445
  # return_type
2362
2446
  return_type = opts[:debug_return_type] || 'SuccessfulSelfServiceRegistrationWithoutBrowser'
@@ -2384,23 +2468,25 @@ module OryKratosClient
2384
2468
  # Complete Settings Flow
2385
2469
  # Use this endpoint to complete a settings flow by sending an identity's updated password. This endpoint behaves differently for API and browser flows. API-initiated flows expect `application/json` to be sent in the body and respond with HTTP 200 and an application/json body with the session token on success; HTTP 303 redirect to a fresh settings flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. HTTP 401 when the endpoint is called without a valid session token. HTTP 403 when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low. Implies that the user needs to re-authenticate. Browser flows without HTTP Header `Accept` or with `Accept: text/*` respond with a HTTP 303 redirect to the post/after settings URL or the `return_to` value if it was set and if the flow succeeded; a HTTP 303 redirect to the Settings UI URL with the flow ID containing the validation errors otherwise. a HTTP 303 redirect to the login endpoint when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low. Browser flows with HTTP Header `Accept: application/json` respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 401 when the endpoint is called without a valid session cookie. HTTP 403 when the page is accessed without a session cookie or the session's AAL is too low. HTTP 400 on form validation errors. Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user to sign in with the second factor (happens automatically for server-side browser flows) or change the configuration. If this endpoint is called with a `Accept: application/json` HTTP header, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of: `session_refresh_required`: The identity requested to change something that needs a privileged session. Redirect the identity to the login init endpoint with query parameters `?refresh=true&return_to=<the-current-browser-url>`, or initiate a refresh login flow otherwise. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `session_inactive`: No Ory Session was found - sign in a user first. `security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other identity logged in instead. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration! `browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows. More information can be found at [Ory Kratos User Settings & Profile Management Documentation](../self-service/flows/user-settings).
2386
2470
  # @param flow [String] The Settings Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/settings?flow&#x3D;abcde&#x60;).
2471
+ # @param submit_self_service_settings_flow_body [SubmitSelfServiceSettingsFlowBody]
2387
2472
  # @param [Hash] opts the optional parameters
2388
2473
  # @option opts [String] :x_session_token The Session Token of the Identity performing the settings flow.
2389
- # @option opts [SubmitSelfServiceSettingsFlowBody] :submit_self_service_settings_flow_body
2474
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2390
2475
  # @return [SelfServiceSettingsFlow]
2391
- def submit_self_service_settings_flow(flow, opts = {})
2392
- data, _status_code, _headers = submit_self_service_settings_flow_with_http_info(flow, opts)
2476
+ def submit_self_service_settings_flow(flow, submit_self_service_settings_flow_body, opts = {})
2477
+ data, _status_code, _headers = submit_self_service_settings_flow_with_http_info(flow, submit_self_service_settings_flow_body, opts)
2393
2478
  data
2394
2479
  end
2395
2480
 
2396
2481
  # Complete Settings Flow
2397
2482
  # Use this endpoint to complete a settings flow by sending an identity&#39;s updated password. This endpoint behaves differently for API and browser flows. API-initiated flows expect &#x60;application/json&#x60; to be sent in the body and respond with HTTP 200 and an application/json body with the session token on success; HTTP 303 redirect to a fresh settings flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. HTTP 401 when the endpoint is called without a valid session token. HTTP 403 when &#x60;selfservice.flows.settings.privileged_session_max_age&#x60; was reached or the session&#39;s AAL is too low. Implies that the user needs to re-authenticate. Browser flows without HTTP Header &#x60;Accept&#x60; or with &#x60;Accept: text/*&#x60; respond with a HTTP 303 redirect to the post/after settings URL or the &#x60;return_to&#x60; value if it was set and if the flow succeeded; a HTTP 303 redirect to the Settings UI URL with the flow ID containing the validation errors otherwise. a HTTP 303 redirect to the login endpoint when &#x60;selfservice.flows.settings.privileged_session_max_age&#x60; was reached or the session&#39;s AAL is too low. Browser flows with HTTP Header &#x60;Accept: application/json&#x60; respond with HTTP 200 and a application/json body with the signed in identity and a &#x60;Set-Cookie&#x60; header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 401 when the endpoint is called without a valid session cookie. HTTP 403 when the page is accessed without a session cookie or the session&#39;s AAL is too low. HTTP 400 on form validation errors. Depending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator Assurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn credentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user to sign in with the second factor (happens automatically for server-side browser flows) or change the configuration. If this endpoint is called with a &#x60;Accept: application/json&#x60; HTTP header, the response contains the flow without a redirect. In the case of an error, the &#x60;error.id&#x60; of the JSON response body can be one of: &#x60;session_refresh_required&#x60;: The identity requested to change something that needs a privileged session. Redirect the identity to the login init endpoint with query parameters &#x60;?refresh&#x3D;true&amp;return_to&#x3D;&lt;the-current-browser-url&gt;&#x60;, or initiate a refresh login flow otherwise. &#x60;security_csrf_violation&#x60;: Unable to fetch the flow because a CSRF violation occurred. &#x60;session_inactive&#x60;: No Ory Session was found - sign in a user first. &#x60;security_identity_mismatch&#x60;: The flow was interrupted with &#x60;session_refresh_required&#x60; but apparently some other identity logged in instead. &#x60;security_identity_mismatch&#x60;: The requested &#x60;?return_to&#x60; address is not allowed to be used. Adjust this in the configuration! &#x60;browser_location_change_required&#x60;: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows. More information can be found at [Ory Kratos User Settings &amp; Profile Management Documentation](../self-service/flows/user-settings).
2398
2483
  # @param flow [String] The Settings Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/settings?flow&#x3D;abcde&#x60;).
2484
+ # @param submit_self_service_settings_flow_body [SubmitSelfServiceSettingsFlowBody]
2399
2485
  # @param [Hash] opts the optional parameters
2400
2486
  # @option opts [String] :x_session_token The Session Token of the Identity performing the settings flow.
2401
- # @option opts [SubmitSelfServiceSettingsFlowBody] :submit_self_service_settings_flow_body
2487
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2402
2488
  # @return [Array<(SelfServiceSettingsFlow, Integer, Hash)>] SelfServiceSettingsFlow data, response status code and response headers
2403
- def submit_self_service_settings_flow_with_http_info(flow, opts = {})
2489
+ def submit_self_service_settings_flow_with_http_info(flow, submit_self_service_settings_flow_body, opts = {})
2404
2490
  if @api_client.config.debugging
2405
2491
  @api_client.config.logger.debug 'Calling API: V0alpha2Api.submit_self_service_settings_flow ...'
2406
2492
  end
@@ -2408,6 +2494,10 @@ module OryKratosClient
2408
2494
  if @api_client.config.client_side_validation && flow.nil?
2409
2495
  fail ArgumentError, "Missing the required parameter 'flow' when calling V0alpha2Api.submit_self_service_settings_flow"
2410
2496
  end
2497
+ # verify the required parameter 'submit_self_service_settings_flow_body' is set
2498
+ if @api_client.config.client_side_validation && submit_self_service_settings_flow_body.nil?
2499
+ fail ArgumentError, "Missing the required parameter 'submit_self_service_settings_flow_body' when calling V0alpha2Api.submit_self_service_settings_flow"
2500
+ end
2411
2501
  # resource path
2412
2502
  local_var_path = '/self-service/settings'
2413
2503
 
@@ -2425,12 +2515,13 @@ module OryKratosClient
2425
2515
  header_params['Content-Type'] = content_type
2426
2516
  end
2427
2517
  header_params[:'X-Session-Token'] = opts[:'x_session_token'] if !opts[:'x_session_token'].nil?
2518
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
2428
2519
 
2429
2520
  # form parameters
2430
2521
  form_params = opts[:form_params] || {}
2431
2522
 
2432
2523
  # http body (model)
2433
- post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'submit_self_service_settings_flow_body'])
2524
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(submit_self_service_settings_flow_body)
2434
2525
 
2435
2526
  # return_type
2436
2527
  return_type = opts[:debug_return_type] || 'SelfServiceSettingsFlow'
@@ -2458,23 +2549,25 @@ module OryKratosClient
2458
2549
  # Complete Verification Flow
2459
2550
  # Use this endpoint to complete a verification flow. This endpoint behaves differently for API and browser flows and has several states: `choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid and a HTTP 303 See Other redirect with a fresh verification flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Verification UI URL with the Verification Flow ID appended. `sent_email` is the success state after `choose_method` when using the `link` method and allows the user to request another verification email. It works for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state. `passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a verification link\") does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Verification UI URL with a new Verification Flow ID which contains an error message that the verification link was invalid. More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/selfservice/flows/verify-email-account-activation).
2460
2551
  # @param flow [String] The Verification Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/verification?flow&#x3D;abcde&#x60;).
2552
+ # @param submit_self_service_verification_flow_body [SubmitSelfServiceVerificationFlowBody]
2461
2553
  # @param [Hash] opts the optional parameters
2462
2554
  # @option opts [String] :token Verification Token The verification token which completes the verification request. If the token is invalid (e.g. expired) an error will be shown to the end-user. This parameter is usually set in a link and not used by any direct API call.
2463
- # @option opts [SubmitSelfServiceVerificationFlowBody] :submit_self_service_verification_flow_body
2555
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2464
2556
  # @return [SelfServiceVerificationFlow]
2465
- def submit_self_service_verification_flow(flow, opts = {})
2466
- data, _status_code, _headers = submit_self_service_verification_flow_with_http_info(flow, opts)
2557
+ def submit_self_service_verification_flow(flow, submit_self_service_verification_flow_body, opts = {})
2558
+ data, _status_code, _headers = submit_self_service_verification_flow_with_http_info(flow, submit_self_service_verification_flow_body, opts)
2467
2559
  data
2468
2560
  end
2469
2561
 
2470
2562
  # Complete Verification Flow
2471
2563
  # Use this endpoint to complete a verification flow. This endpoint behaves differently for API and browser flows and has several states: &#x60;choose_method&#x60; expects &#x60;flow&#x60; (in the URL query) and &#x60;email&#x60; (in the body) to be sent and works with API- and Browser-initiated flows. For API clients and Browser clients with HTTP Header &#x60;Accept: application/json&#x60; it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid and a HTTP 303 See Other redirect with a fresh verification flow if the flow was otherwise invalid (e.g. expired). For Browser clients without HTTP Header &#x60;Accept&#x60; or with &#x60;Accept: text/*&#x60; it returns a HTTP 303 See Other redirect to the Verification UI URL with the Verification Flow ID appended. &#x60;sent_email&#x60; is the success state after &#x60;choose_method&#x60; when using the &#x60;link&#x60; method and allows the user to request another verification email. It works for both API and Browser-initiated flows and returns the same responses as the flow in &#x60;choose_method&#x60; state. &#x60;passed_challenge&#x60; expects a &#x60;token&#x60; to be sent in the URL query and given the nature of the flow (\&quot;sending a verification link\&quot;) does not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL (if the link was valid) and instructs the user to update their password, or a redirect to the Verification UI URL with a new Verification Flow ID which contains an error message that the verification link was invalid. More information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/selfservice/flows/verify-email-account-activation).
2472
2564
  # @param flow [String] The Verification Flow ID The value for this parameter comes from &#x60;flow&#x60; URL Query parameter sent to your application (e.g. &#x60;/verification?flow&#x3D;abcde&#x60;).
2565
+ # @param submit_self_service_verification_flow_body [SubmitSelfServiceVerificationFlowBody]
2473
2566
  # @param [Hash] opts the optional parameters
2474
2567
  # @option opts [String] :token Verification Token The verification token which completes the verification request. If the token is invalid (e.g. expired) an error will be shown to the end-user. This parameter is usually set in a link and not used by any direct API call.
2475
- # @option opts [SubmitSelfServiceVerificationFlowBody] :submit_self_service_verification_flow_body
2568
+ # @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
2476
2569
  # @return [Array<(SelfServiceVerificationFlow, Integer, Hash)>] SelfServiceVerificationFlow data, response status code and response headers
2477
- def submit_self_service_verification_flow_with_http_info(flow, opts = {})
2570
+ def submit_self_service_verification_flow_with_http_info(flow, submit_self_service_verification_flow_body, opts = {})
2478
2571
  if @api_client.config.debugging
2479
2572
  @api_client.config.logger.debug 'Calling API: V0alpha2Api.submit_self_service_verification_flow ...'
2480
2573
  end
@@ -2482,6 +2575,10 @@ module OryKratosClient
2482
2575
  if @api_client.config.client_side_validation && flow.nil?
2483
2576
  fail ArgumentError, "Missing the required parameter 'flow' when calling V0alpha2Api.submit_self_service_verification_flow"
2484
2577
  end
2578
+ # verify the required parameter 'submit_self_service_verification_flow_body' is set
2579
+ if @api_client.config.client_side_validation && submit_self_service_verification_flow_body.nil?
2580
+ fail ArgumentError, "Missing the required parameter 'submit_self_service_verification_flow_body' when calling V0alpha2Api.submit_self_service_verification_flow"
2581
+ end
2485
2582
  # resource path
2486
2583
  local_var_path = '/self-service/verification'
2487
2584
 
@@ -2499,12 +2596,13 @@ module OryKratosClient
2499
2596
  if !content_type.nil?
2500
2597
  header_params['Content-Type'] = content_type
2501
2598
  end
2599
+ header_params[:'Cookie'] = opts[:'cookie'] if !opts[:'cookie'].nil?
2502
2600
 
2503
2601
  # form parameters
2504
2602
  form_params = opts[:form_params] || {}
2505
2603
 
2506
2604
  # http body (model)
2507
- post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'submit_self_service_verification_flow_body'])
2605
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(submit_self_service_verification_flow_body)
2508
2606
 
2509
2607
  # return_type
2510
2608
  return_type = opts[:debug_return_type] || 'SelfServiceVerificationFlow'
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
5
5
 
6
- The version of the OpenAPI document: v0.9.0-alpha.3
6
+ The version of the OpenAPI document: v0.10.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
5
5
 
6
- The version of the OpenAPI document: v0.9.0-alpha.3
6
+ The version of the OpenAPI document: v0.10.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
5
5
 
6
- The version of the OpenAPI document: v0.9.0-alpha.3
6
+ The version of the OpenAPI document: v0.10.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0