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
data/docs/V0alpha2Api.md CHANGED
@@ -8,6 +8,7 @@ All URIs are relative to *http://localhost*
8
8
  | [**admin_create_self_service_recovery_link**](V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /admin/recovery/link | Create a Recovery Link |
9
9
  | [**admin_delete_identity**](V0alpha2Api.md#admin_delete_identity) | **DELETE** /admin/identities/{id} | Delete an Identity |
10
10
  | [**admin_delete_identity_sessions**](V0alpha2Api.md#admin_delete_identity_sessions) | **DELETE** /admin/identities/{id}/sessions | Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity. |
11
+ | [**admin_extend_session**](V0alpha2Api.md#admin_extend_session) | **PATCH** /admin/sessions/{id}/extend | 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. |
11
12
  | [**admin_get_identity**](V0alpha2Api.md#admin_get_identity) | **GET** /admin/identities/{id} | Get an Identity |
12
13
  | [**admin_list_identities**](V0alpha2Api.md#admin_list_identities) | **GET** /admin/identities | List Identities |
13
14
  | [**admin_list_identity_sessions**](V0alpha2Api.md#admin_list_identity_sessions) | **GET** /admin/identities/{id}/sessions | This endpoint returns all sessions that belong to the given Identity. |
@@ -51,7 +52,7 @@ All URIs are relative to *http://localhost*
51
52
 
52
53
  Create an Identity
53
54
 
54
- 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).
55
+ 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).
55
56
 
56
57
  ### Examples
57
58
 
@@ -324,6 +325,77 @@ nil (empty response body)
324
325
  - **Accept**: application/json
325
326
 
326
327
 
328
+ ## admin_extend_session
329
+
330
+ > <Session> admin_extend_session(id)
331
+
332
+ 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.
333
+
334
+ Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
335
+
336
+ ### Examples
337
+
338
+ ```ruby
339
+ require 'time'
340
+ require 'ory-kratos-client'
341
+ # setup authorization
342
+ OryKratosClient.configure do |config|
343
+ # Configure API key authorization: oryAccessToken
344
+ config.api_key['oryAccessToken'] = 'YOUR API KEY'
345
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
346
+ # config.api_key_prefix['oryAccessToken'] = 'Bearer'
347
+ end
348
+
349
+ api_instance = OryKratosClient::V0alpha2Api.new
350
+ id = 'id_example' # String | ID is the session's ID.
351
+
352
+ begin
353
+ # 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.
354
+ result = api_instance.admin_extend_session(id)
355
+ p result
356
+ rescue OryKratosClient::ApiError => e
357
+ puts "Error when calling V0alpha2Api->admin_extend_session: #{e}"
358
+ end
359
+ ```
360
+
361
+ #### Using the admin_extend_session_with_http_info variant
362
+
363
+ This returns an Array which contains the response data, status code and headers.
364
+
365
+ > <Array(<Session>, Integer, Hash)> admin_extend_session_with_http_info(id)
366
+
367
+ ```ruby
368
+ begin
369
+ # 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.
370
+ data, status_code, headers = api_instance.admin_extend_session_with_http_info(id)
371
+ p status_code # => 2xx
372
+ p headers # => { ... }
373
+ p data # => <Session>
374
+ rescue OryKratosClient::ApiError => e
375
+ puts "Error when calling V0alpha2Api->admin_extend_session_with_http_info: #{e}"
376
+ end
377
+ ```
378
+
379
+ ### Parameters
380
+
381
+ | Name | Type | Description | Notes |
382
+ | ---- | ---- | ----------- | ----- |
383
+ | **id** | **String** | ID is the session&#39;s ID. | |
384
+
385
+ ### Return type
386
+
387
+ [**Session**](Session.md)
388
+
389
+ ### Authorization
390
+
391
+ [oryAccessToken](../README.md#oryAccessToken)
392
+
393
+ ### HTTP request headers
394
+
395
+ - **Content-Type**: Not defined
396
+ - **Accept**: application/json
397
+
398
+
327
399
  ## admin_get_identity
328
400
 
329
401
  > <Identity> admin_get_identity(id, opts)
@@ -559,7 +631,7 @@ end
559
631
 
560
632
  Update an Identity
561
633
 
562
- 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).
634
+ 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).
563
635
 
564
636
  ### Examples
565
637
 
@@ -839,7 +911,7 @@ require 'ory-kratos-client'
839
911
  api_instance = OryKratosClient::V0alpha2Api.new
840
912
  id = 'id_example' # String | The Login Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/login?flow=abcde`).
841
913
  opts = {
842
- cookie: 'cookie_example' # String | HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
914
+ cookie: 'cookie_example' # String | 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.
843
915
  }
844
916
 
845
917
  begin
@@ -874,7 +946,7 @@ end
874
946
  | Name | Type | Description | Notes |
875
947
  | ---- | ---- | ----------- | ----- |
876
948
  | **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;). | |
877
- | **cookie** | **String** | HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here. | [optional] |
949
+ | **cookie** | **String** | 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. | [optional] |
878
950
 
879
951
  ### Return type
880
952
 
@@ -907,7 +979,7 @@ require 'ory-kratos-client'
907
979
  api_instance = OryKratosClient::V0alpha2Api.new
908
980
  id = 'id_example' # String | The Flow ID The value for this parameter comes from `request` URL Query parameter sent to your application (e.g. `/recovery?flow=abcde`).
909
981
  opts = {
910
- cookie: 'cookie_example' # String | HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
982
+ cookie: 'cookie_example' # String | 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.
911
983
  }
912
984
 
913
985
  begin
@@ -942,7 +1014,7 @@ end
942
1014
  | Name | Type | Description | Notes |
943
1015
  | ---- | ---- | ----------- | ----- |
944
1016
  | **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;). | |
945
- | **cookie** | **String** | HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here. | [optional] |
1017
+ | **cookie** | **String** | 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. | [optional] |
946
1018
 
947
1019
  ### Return type
948
1020
 
@@ -975,7 +1047,7 @@ require 'ory-kratos-client'
975
1047
  api_instance = OryKratosClient::V0alpha2Api.new
976
1048
  id = 'id_example' # String | The Registration Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/registration?flow=abcde`).
977
1049
  opts = {
978
- cookie: 'cookie_example' # String | HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here.
1050
+ cookie: 'cookie_example' # String | 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.
979
1051
  }
980
1052
 
981
1053
  begin
@@ -1010,7 +1082,7 @@ end
1010
1082
  | Name | Type | Description | Notes |
1011
1083
  | ---- | ---- | ----------- | ----- |
1012
1084
  | **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;). | |
1013
- | **cookie** | **String** | HTTP Cookies When using the SDK on the server side you must include the HTTP Cookie Header originally sent to your HTTP handler here. | [optional] |
1085
+ | **cookie** | **String** | 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. | [optional] |
1014
1086
 
1015
1087
  ### Return type
1016
1088
 
@@ -1044,7 +1116,7 @@ api_instance = OryKratosClient::V0alpha2Api.new
1044
1116
  id = 'id_example' # String | ID is the Settings Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/settings?flow=abcde`).
1045
1117
  opts = {
1046
1118
  x_session_token: 'x_session_token_example', # String | The Session Token When using the SDK in an app without a browser, please include the session token here.
1047
- cookie: 'cookie_example' # String | 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.
1119
+ cookie: 'cookie_example' # String | 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.
1048
1120
  }
1049
1121
 
1050
1122
  begin
@@ -1080,7 +1152,7 @@ end
1080
1152
  | ---- | ---- | ----------- | ----- |
1081
1153
  | **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;). | |
1082
1154
  | **x_session_token** | **String** | The Session Token When using the SDK in an app without a browser, please include the session token here. | [optional] |
1083
- | **cookie** | **String** | 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. | [optional] |
1155
+ | **cookie** | **String** | 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. | [optional] |
1084
1156
 
1085
1157
  ### Return type
1086
1158
 
@@ -2151,7 +2223,7 @@ No authorization required
2151
2223
 
2152
2224
  ## submit_self_service_login_flow
2153
2225
 
2154
- > <SuccessfulSelfServiceLoginWithoutBrowser> submit_self_service_login_flow(flow, opts)
2226
+ > <SuccessfulSelfServiceLoginWithoutBrowser> submit_self_service_login_flow(flow, submit_self_service_login_flow_body, opts)
2155
2227
 
2156
2228
  Submit a Login Flow
2157
2229
 
@@ -2165,14 +2237,15 @@ require 'ory-kratos-client'
2165
2237
 
2166
2238
  api_instance = OryKratosClient::V0alpha2Api.new
2167
2239
  flow = 'flow_example' # String | The Login Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/login?flow=abcde`).
2240
+ submit_self_service_login_flow_body = OryKratosClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.new({lookup_secret: 'lookup_secret_example', method: 'method_example'}) # SubmitSelfServiceLoginFlowBody |
2168
2241
  opts = {
2169
2242
  x_session_token: 'x_session_token_example', # String | The Session Token of the Identity performing the settings flow.
2170
- submit_self_service_login_flow_body: OryKratosClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.new({lookup_secret: 'lookup_secret_example', method: 'method_example'}) # SubmitSelfServiceLoginFlowBody |
2243
+ cookie: 'cookie_example' # String | 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.
2171
2244
  }
2172
2245
 
2173
2246
  begin
2174
2247
  # Submit a Login Flow
2175
- result = api_instance.submit_self_service_login_flow(flow, opts)
2248
+ result = api_instance.submit_self_service_login_flow(flow, submit_self_service_login_flow_body, opts)
2176
2249
  p result
2177
2250
  rescue OryKratosClient::ApiError => e
2178
2251
  puts "Error when calling V0alpha2Api->submit_self_service_login_flow: #{e}"
@@ -2183,12 +2256,12 @@ end
2183
2256
 
2184
2257
  This returns an Array which contains the response data, status code and headers.
2185
2258
 
2186
- > <Array(<SuccessfulSelfServiceLoginWithoutBrowser>, Integer, Hash)> submit_self_service_login_flow_with_http_info(flow, opts)
2259
+ > <Array(<SuccessfulSelfServiceLoginWithoutBrowser>, Integer, Hash)> submit_self_service_login_flow_with_http_info(flow, submit_self_service_login_flow_body, opts)
2187
2260
 
2188
2261
  ```ruby
2189
2262
  begin
2190
2263
  # Submit a Login Flow
2191
- data, status_code, headers = api_instance.submit_self_service_login_flow_with_http_info(flow, opts)
2264
+ data, status_code, headers = api_instance.submit_self_service_login_flow_with_http_info(flow, submit_self_service_login_flow_body, opts)
2192
2265
  p status_code # => 2xx
2193
2266
  p headers # => { ... }
2194
2267
  p data # => <SuccessfulSelfServiceLoginWithoutBrowser>
@@ -2202,8 +2275,9 @@ end
2202
2275
  | Name | Type | Description | Notes |
2203
2276
  | ---- | ---- | ----------- | ----- |
2204
2277
  | **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;). | |
2278
+ | **submit_self_service_login_flow_body** | [**SubmitSelfServiceLoginFlowBody**](SubmitSelfServiceLoginFlowBody.md) | | |
2205
2279
  | **x_session_token** | **String** | The Session Token of the Identity performing the settings flow. | [optional] |
2206
- | **submit_self_service_login_flow_body** | [**SubmitSelfServiceLoginFlowBody**](SubmitSelfServiceLoginFlowBody.md) | | [optional] |
2280
+ | **cookie** | **String** | 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. | [optional] |
2207
2281
 
2208
2282
  ### Return type
2209
2283
 
@@ -2351,7 +2425,7 @@ No authorization required
2351
2425
 
2352
2426
  ## submit_self_service_recovery_flow
2353
2427
 
2354
- > <SelfServiceRecoveryFlow> submit_self_service_recovery_flow(flow, opts)
2428
+ > <SelfServiceRecoveryFlow> submit_self_service_recovery_flow(flow, submit_self_service_recovery_flow_body, opts)
2355
2429
 
2356
2430
  Complete Recovery Flow
2357
2431
 
@@ -2365,14 +2439,15 @@ require 'ory-kratos-client'
2365
2439
 
2366
2440
  api_instance = OryKratosClient::V0alpha2Api.new
2367
2441
  flow = 'flow_example' # String | The Recovery Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/recovery?flow=abcde`).
2442
+ submit_self_service_recovery_flow_body = OryKratosClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody.new({email: 'email_example', method: 'method_example'}) # SubmitSelfServiceRecoveryFlowBody |
2368
2443
  opts = {
2369
2444
  token: 'token_example', # String | 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.
2370
- submit_self_service_recovery_flow_body: OryKratosClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody.new({email: 'email_example', method: 'method_example'}) # SubmitSelfServiceRecoveryFlowBody |
2445
+ cookie: 'cookie_example' # String | 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.
2371
2446
  }
2372
2447
 
2373
2448
  begin
2374
2449
  # Complete Recovery Flow
2375
- result = api_instance.submit_self_service_recovery_flow(flow, opts)
2450
+ result = api_instance.submit_self_service_recovery_flow(flow, submit_self_service_recovery_flow_body, opts)
2376
2451
  p result
2377
2452
  rescue OryKratosClient::ApiError => e
2378
2453
  puts "Error when calling V0alpha2Api->submit_self_service_recovery_flow: #{e}"
@@ -2383,12 +2458,12 @@ end
2383
2458
 
2384
2459
  This returns an Array which contains the response data, status code and headers.
2385
2460
 
2386
- > <Array(<SelfServiceRecoveryFlow>, Integer, Hash)> submit_self_service_recovery_flow_with_http_info(flow, opts)
2461
+ > <Array(<SelfServiceRecoveryFlow>, Integer, Hash)> submit_self_service_recovery_flow_with_http_info(flow, submit_self_service_recovery_flow_body, opts)
2387
2462
 
2388
2463
  ```ruby
2389
2464
  begin
2390
2465
  # Complete Recovery Flow
2391
- data, status_code, headers = api_instance.submit_self_service_recovery_flow_with_http_info(flow, opts)
2466
+ data, status_code, headers = api_instance.submit_self_service_recovery_flow_with_http_info(flow, submit_self_service_recovery_flow_body, opts)
2392
2467
  p status_code # => 2xx
2393
2468
  p headers # => { ... }
2394
2469
  p data # => <SelfServiceRecoveryFlow>
@@ -2402,8 +2477,9 @@ end
2402
2477
  | Name | Type | Description | Notes |
2403
2478
  | ---- | ---- | ----------- | ----- |
2404
2479
  | **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;). | |
2480
+ | **submit_self_service_recovery_flow_body** | [**SubmitSelfServiceRecoveryFlowBody**](SubmitSelfServiceRecoveryFlowBody.md) | | |
2405
2481
  | **token** | **String** | 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. | [optional] |
2406
- | **submit_self_service_recovery_flow_body** | [**SubmitSelfServiceRecoveryFlowBody**](SubmitSelfServiceRecoveryFlowBody.md) | | [optional] |
2482
+ | **cookie** | **String** | 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. | [optional] |
2407
2483
 
2408
2484
  ### Return type
2409
2485
 
@@ -2421,7 +2497,7 @@ No authorization required
2421
2497
 
2422
2498
  ## submit_self_service_registration_flow
2423
2499
 
2424
- > <SuccessfulSelfServiceRegistrationWithoutBrowser> submit_self_service_registration_flow(flow, opts)
2500
+ > <SuccessfulSelfServiceRegistrationWithoutBrowser> submit_self_service_registration_flow(flow, submit_self_service_registration_flow_body, opts)
2425
2501
 
2426
2502
  Submit a Registration Flow
2427
2503
 
@@ -2435,13 +2511,14 @@ require 'ory-kratos-client'
2435
2511
 
2436
2512
  api_instance = OryKratosClient::V0alpha2Api.new
2437
2513
  flow = 'flow_example' # String | The Registration Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/registration?flow=abcde`).
2514
+ submit_self_service_registration_flow_body = OryKratosClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody.new({method: 'method_example', provider: 'provider_example'}) # SubmitSelfServiceRegistrationFlowBody |
2438
2515
  opts = {
2439
- submit_self_service_registration_flow_body: OryKratosClient::SubmitSelfServiceRegistrationFlowWithOidcMethodBody.new({method: 'method_example', provider: 'provider_example'}) # SubmitSelfServiceRegistrationFlowBody |
2516
+ cookie: 'cookie_example' # String | 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.
2440
2517
  }
2441
2518
 
2442
2519
  begin
2443
2520
  # Submit a Registration Flow
2444
- result = api_instance.submit_self_service_registration_flow(flow, opts)
2521
+ result = api_instance.submit_self_service_registration_flow(flow, submit_self_service_registration_flow_body, opts)
2445
2522
  p result
2446
2523
  rescue OryKratosClient::ApiError => e
2447
2524
  puts "Error when calling V0alpha2Api->submit_self_service_registration_flow: #{e}"
@@ -2452,12 +2529,12 @@ end
2452
2529
 
2453
2530
  This returns an Array which contains the response data, status code and headers.
2454
2531
 
2455
- > <Array(<SuccessfulSelfServiceRegistrationWithoutBrowser>, Integer, Hash)> submit_self_service_registration_flow_with_http_info(flow, opts)
2532
+ > <Array(<SuccessfulSelfServiceRegistrationWithoutBrowser>, Integer, Hash)> submit_self_service_registration_flow_with_http_info(flow, submit_self_service_registration_flow_body, opts)
2456
2533
 
2457
2534
  ```ruby
2458
2535
  begin
2459
2536
  # Submit a Registration Flow
2460
- data, status_code, headers = api_instance.submit_self_service_registration_flow_with_http_info(flow, opts)
2537
+ data, status_code, headers = api_instance.submit_self_service_registration_flow_with_http_info(flow, submit_self_service_registration_flow_body, opts)
2461
2538
  p status_code # => 2xx
2462
2539
  p headers # => { ... }
2463
2540
  p data # => <SuccessfulSelfServiceRegistrationWithoutBrowser>
@@ -2471,7 +2548,8 @@ end
2471
2548
  | Name | Type | Description | Notes |
2472
2549
  | ---- | ---- | ----------- | ----- |
2473
2550
  | **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;). | |
2474
- | **submit_self_service_registration_flow_body** | [**SubmitSelfServiceRegistrationFlowBody**](SubmitSelfServiceRegistrationFlowBody.md) | | [optional] |
2551
+ | **submit_self_service_registration_flow_body** | [**SubmitSelfServiceRegistrationFlowBody**](SubmitSelfServiceRegistrationFlowBody.md) | | |
2552
+ | **cookie** | **String** | 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. | [optional] |
2475
2553
 
2476
2554
  ### Return type
2477
2555
 
@@ -2489,7 +2567,7 @@ No authorization required
2489
2567
 
2490
2568
  ## submit_self_service_settings_flow
2491
2569
 
2492
- > <SelfServiceSettingsFlow> submit_self_service_settings_flow(flow, opts)
2570
+ > <SelfServiceSettingsFlow> submit_self_service_settings_flow(flow, submit_self_service_settings_flow_body, opts)
2493
2571
 
2494
2572
  Complete Settings Flow
2495
2573
 
@@ -2503,14 +2581,15 @@ require 'ory-kratos-client'
2503
2581
 
2504
2582
  api_instance = OryKratosClient::V0alpha2Api.new
2505
2583
  flow = 'flow_example' # String | The Settings Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/settings?flow=abcde`).
2584
+ submit_self_service_settings_flow_body = OryKratosClient::SubmitSelfServiceSettingsFlowWithLookupMethodBody.new({method: 'method_example'}) # SubmitSelfServiceSettingsFlowBody |
2506
2585
  opts = {
2507
2586
  x_session_token: 'x_session_token_example', # String | The Session Token of the Identity performing the settings flow.
2508
- submit_self_service_settings_flow_body: OryKratosClient::SubmitSelfServiceSettingsFlowWithLookupMethodBody.new({method: 'method_example'}) # SubmitSelfServiceSettingsFlowBody |
2587
+ cookie: 'cookie_example' # String | 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.
2509
2588
  }
2510
2589
 
2511
2590
  begin
2512
2591
  # Complete Settings Flow
2513
- result = api_instance.submit_self_service_settings_flow(flow, opts)
2592
+ result = api_instance.submit_self_service_settings_flow(flow, submit_self_service_settings_flow_body, opts)
2514
2593
  p result
2515
2594
  rescue OryKratosClient::ApiError => e
2516
2595
  puts "Error when calling V0alpha2Api->submit_self_service_settings_flow: #{e}"
@@ -2521,12 +2600,12 @@ end
2521
2600
 
2522
2601
  This returns an Array which contains the response data, status code and headers.
2523
2602
 
2524
- > <Array(<SelfServiceSettingsFlow>, Integer, Hash)> submit_self_service_settings_flow_with_http_info(flow, opts)
2603
+ > <Array(<SelfServiceSettingsFlow>, Integer, Hash)> submit_self_service_settings_flow_with_http_info(flow, submit_self_service_settings_flow_body, opts)
2525
2604
 
2526
2605
  ```ruby
2527
2606
  begin
2528
2607
  # Complete Settings Flow
2529
- data, status_code, headers = api_instance.submit_self_service_settings_flow_with_http_info(flow, opts)
2608
+ data, status_code, headers = api_instance.submit_self_service_settings_flow_with_http_info(flow, submit_self_service_settings_flow_body, opts)
2530
2609
  p status_code # => 2xx
2531
2610
  p headers # => { ... }
2532
2611
  p data # => <SelfServiceSettingsFlow>
@@ -2540,8 +2619,9 @@ end
2540
2619
  | Name | Type | Description | Notes |
2541
2620
  | ---- | ---- | ----------- | ----- |
2542
2621
  | **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;). | |
2622
+ | **submit_self_service_settings_flow_body** | [**SubmitSelfServiceSettingsFlowBody**](SubmitSelfServiceSettingsFlowBody.md) | | |
2543
2623
  | **x_session_token** | **String** | The Session Token of the Identity performing the settings flow. | [optional] |
2544
- | **submit_self_service_settings_flow_body** | [**SubmitSelfServiceSettingsFlowBody**](SubmitSelfServiceSettingsFlowBody.md) | | [optional] |
2624
+ | **cookie** | **String** | 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. | [optional] |
2545
2625
 
2546
2626
  ### Return type
2547
2627
 
@@ -2559,7 +2639,7 @@ No authorization required
2559
2639
 
2560
2640
  ## submit_self_service_verification_flow
2561
2641
 
2562
- > <SelfServiceVerificationFlow> submit_self_service_verification_flow(flow, opts)
2642
+ > <SelfServiceVerificationFlow> submit_self_service_verification_flow(flow, submit_self_service_verification_flow_body, opts)
2563
2643
 
2564
2644
  Complete Verification Flow
2565
2645
 
@@ -2573,14 +2653,15 @@ require 'ory-kratos-client'
2573
2653
 
2574
2654
  api_instance = OryKratosClient::V0alpha2Api.new
2575
2655
  flow = 'flow_example' # String | The Verification Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/verification?flow=abcde`).
2656
+ submit_self_service_verification_flow_body = OryKratosClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody.new({email: 'email_example', method: 'method_example'}) # SubmitSelfServiceVerificationFlowBody |
2576
2657
  opts = {
2577
2658
  token: 'token_example', # String | 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.
2578
- submit_self_service_verification_flow_body: OryKratosClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody.new({email: 'email_example', method: 'method_example'}) # SubmitSelfServiceVerificationFlowBody |
2659
+ cookie: 'cookie_example' # String | 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.
2579
2660
  }
2580
2661
 
2581
2662
  begin
2582
2663
  # Complete Verification Flow
2583
- result = api_instance.submit_self_service_verification_flow(flow, opts)
2664
+ result = api_instance.submit_self_service_verification_flow(flow, submit_self_service_verification_flow_body, opts)
2584
2665
  p result
2585
2666
  rescue OryKratosClient::ApiError => e
2586
2667
  puts "Error when calling V0alpha2Api->submit_self_service_verification_flow: #{e}"
@@ -2591,12 +2672,12 @@ end
2591
2672
 
2592
2673
  This returns an Array which contains the response data, status code and headers.
2593
2674
 
2594
- > <Array(<SelfServiceVerificationFlow>, Integer, Hash)> submit_self_service_verification_flow_with_http_info(flow, opts)
2675
+ > <Array(<SelfServiceVerificationFlow>, Integer, Hash)> submit_self_service_verification_flow_with_http_info(flow, submit_self_service_verification_flow_body, opts)
2595
2676
 
2596
2677
  ```ruby
2597
2678
  begin
2598
2679
  # Complete Verification Flow
2599
- data, status_code, headers = api_instance.submit_self_service_verification_flow_with_http_info(flow, opts)
2680
+ data, status_code, headers = api_instance.submit_self_service_verification_flow_with_http_info(flow, submit_self_service_verification_flow_body, opts)
2600
2681
  p status_code # => 2xx
2601
2682
  p headers # => { ... }
2602
2683
  p data # => <SelfServiceVerificationFlow>
@@ -2610,8 +2691,9 @@ end
2610
2691
  | Name | Type | Description | Notes |
2611
2692
  | ---- | ---- | ----------- | ----- |
2612
2693
  | **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;). | |
2694
+ | **submit_self_service_verification_flow_body** | [**SubmitSelfServiceVerificationFlowBody**](SubmitSelfServiceVerificationFlowBody.md) | | |
2613
2695
  | **token** | **String** | 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. | [optional] |
2614
- | **submit_self_service_verification_flow_body** | [**SubmitSelfServiceVerificationFlowBody**](SubmitSelfServiceVerificationFlowBody.md) | | [optional] |
2696
+ | **cookie** | **String** | 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. | [optional] |
2615
2697
 
2616
2698
  ### Return type
2617
2699
 
@@ -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