ory-kratos-client 0.8.0.alpha2 → 0.8.2.alpha1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (287) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +5 -5
  4. data/lib/ory-kratos-client/api/metadata_api.rb +1 -1
  5. data/lib/ory-kratos-client/api/v0alpha2_api.rb +1 -1
  6. data/lib/ory-kratos-client/api_client.rb +1 -1
  7. data/lib/ory-kratos-client/api_error.rb +1 -1
  8. data/lib/ory-kratos-client/configuration.rb +1 -1
  9. data/lib/ory-kratos-client/models/admin_create_identity_body.rb +1 -1
  10. data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  11. data/lib/ory-kratos-client/models/admin_update_identity_body.rb +1 -1
  12. data/lib/ory-kratos-client/models/authenticator_assurance_level.rb +1 -1
  13. data/lib/ory-kratos-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  14. data/lib/ory-kratos-client/models/generic_error.rb +1 -1
  15. data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
  16. data/lib/ory-kratos-client/models/health_status.rb +1 -1
  17. data/lib/ory-kratos-client/models/identity.rb +1 -1
  18. data/lib/ory-kratos-client/models/identity_credentials.rb +1 -1
  19. data/lib/ory-kratos-client/models/identity_credentials_type.rb +1 -1
  20. data/lib/ory-kratos-client/models/identity_schema.rb +1 -1
  21. data/lib/ory-kratos-client/models/identity_state.rb +1 -1
  22. data/lib/ory-kratos-client/models/inline_response200.rb +1 -1
  23. data/lib/ory-kratos-client/models/inline_response2001.rb +1 -1
  24. data/lib/ory-kratos-client/models/inline_response503.rb +1 -1
  25. data/lib/ory-kratos-client/models/json_error.rb +1 -1
  26. data/lib/ory-kratos-client/models/needs_privileged_session_error.rb +1 -1
  27. data/lib/ory-kratos-client/models/recovery_address.rb +1 -1
  28. data/lib/ory-kratos-client/models/self_service_browser_location_change_required_error.rb +1 -1
  29. data/lib/ory-kratos-client/models/self_service_error.rb +1 -1
  30. data/lib/ory-kratos-client/models/self_service_flow_expired_error.rb +1 -1
  31. data/lib/ory-kratos-client/models/self_service_login_flow.rb +1 -1
  32. data/lib/ory-kratos-client/models/self_service_logout_url.rb +1 -1
  33. data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +1 -1
  34. data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +1 -1
  35. data/lib/ory-kratos-client/models/self_service_recovery_link.rb +1 -1
  36. data/lib/ory-kratos-client/models/self_service_registration_flow.rb +1 -1
  37. data/lib/ory-kratos-client/models/self_service_settings_flow.rb +1 -1
  38. data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +1 -1
  39. data/lib/ory-kratos-client/models/self_service_verification_flow.rb +1 -1
  40. data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +1 -1
  41. data/lib/ory-kratos-client/models/session.rb +1 -1
  42. data/lib/ory-kratos-client/models/session_authentication_method.rb +3 -3
  43. data/lib/ory-kratos-client/models/session_device.rb +1 -1
  44. data/lib/ory-kratos-client/models/settings_profile_form_config.rb +1 -1
  45. data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +1 -1
  46. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  47. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  48. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  49. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  50. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  51. data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  52. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  53. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  54. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +1 -1
  55. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  56. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  57. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +1 -1
  58. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  59. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  60. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  61. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  62. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  63. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  64. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +1 -1
  65. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  66. data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +1 -1
  67. data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +1 -1
  68. data/lib/ory-kratos-client/models/ui_container.rb +1 -1
  69. data/lib/ory-kratos-client/models/ui_node.rb +1 -1
  70. data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +1 -1
  71. data/lib/ory-kratos-client/models/ui_node_attributes.rb +1 -1
  72. data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +1 -1
  73. data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +1 -1
  74. data/lib/ory-kratos-client/models/ui_node_meta.rb +1 -1
  75. data/lib/ory-kratos-client/models/ui_node_script_attributes.rb +1 -1
  76. data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +1 -1
  77. data/lib/ory-kratos-client/models/ui_text.rb +1 -1
  78. data/lib/ory-kratos-client/models/verifiable_identity_address.rb +1 -1
  79. data/lib/ory-kratos-client/models/version.rb +1 -1
  80. data/lib/ory-kratos-client/version.rb +2 -2
  81. data/lib/ory-kratos-client.rb +1 -1
  82. data/ory-kratos-client.gemspec +1 -1
  83. data/spec/api/metadata_api_spec.rb +1 -1
  84. data/spec/api/v0alpha2_api_spec.rb +1 -1
  85. data/spec/api_client_spec.rb +1 -1
  86. data/spec/configuration_spec.rb +1 -1
  87. data/spec/models/admin_create_identity_body_spec.rb +1 -1
  88. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  89. data/spec/models/admin_update_identity_body_spec.rb +1 -1
  90. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  91. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  92. data/spec/models/generic_error_spec.rb +1 -1
  93. data/spec/models/health_not_ready_status_spec.rb +1 -1
  94. data/spec/models/health_status_spec.rb +1 -1
  95. data/spec/models/identity_credentials_spec.rb +1 -1
  96. data/spec/models/identity_credentials_type_spec.rb +1 -1
  97. data/spec/models/identity_schema_spec.rb +1 -1
  98. data/spec/models/identity_spec.rb +1 -1
  99. data/spec/models/identity_state_spec.rb +1 -1
  100. data/spec/models/inline_response2001_spec.rb +1 -1
  101. data/spec/models/inline_response200_spec.rb +1 -1
  102. data/spec/models/inline_response503_spec.rb +1 -1
  103. data/spec/models/json_error_spec.rb +1 -1
  104. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  105. data/spec/models/recovery_address_spec.rb +1 -1
  106. data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
  107. data/spec/models/self_service_error_spec.rb +1 -1
  108. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  109. data/spec/models/self_service_login_flow_spec.rb +1 -1
  110. data/spec/models/self_service_logout_url_spec.rb +1 -1
  111. data/spec/models/self_service_recovery_flow_spec.rb +1 -1
  112. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  113. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  114. data/spec/models/self_service_registration_flow_spec.rb +1 -1
  115. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  116. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  117. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  118. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  119. data/spec/models/session_authentication_method_spec.rb +2 -2
  120. data/spec/models/session_device_spec.rb +1 -1
  121. data/spec/models/session_spec.rb +1 -1
  122. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  123. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  124. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  125. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  126. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  127. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  128. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  129. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  130. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  131. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  132. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  133. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  134. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  135. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  136. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  137. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  138. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  139. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  140. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  141. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  142. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  143. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  144. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  145. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  146. data/spec/models/ui_container_spec.rb +1 -1
  147. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  148. data/spec/models/ui_node_attributes_spec.rb +1 -1
  149. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  150. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  151. data/spec/models/ui_node_meta_spec.rb +1 -1
  152. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  153. data/spec/models/ui_node_spec.rb +1 -1
  154. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  155. data/spec/models/ui_text_spec.rb +1 -1
  156. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  157. data/spec/models/version_spec.rb +1 -1
  158. data/spec/spec_helper.rb +1 -1
  159. data/vendor/bundle/ruby/2.5.0/cache/parser-3.0.3.2.gem +0 -0
  160. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.10.3.gem +0 -0
  161. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  162. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/gem_make.out +2 -3
  163. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/mkmf.log +31 -20
  164. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  165. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.2/gem_make.out +2 -2
  166. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  167. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/Makefile +7 -7
  168. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/extconf.h +0 -1
  169. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  170. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/LICENSE.txt +0 -0
  171. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/bin/ruby-parse +0 -0
  172. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/bin/ruby-rewrite +0 -0
  173. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/gauntlet_parser.rb +0 -0
  174. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/all.rb +0 -0
  175. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ast/node.rb +0 -0
  176. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ast/processor.rb +0 -0
  177. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/base.rb +0 -0
  178. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/builders/default.rb +99 -14
  179. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/clobbering_error.rb +0 -0
  180. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/color.rb +0 -0
  181. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/context.rb +7 -0
  182. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/current.rb +6 -6
  183. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/current_arg_stack.rb +0 -0
  184. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/deprecation.rb +0 -0
  185. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/diagnostic/engine.rb +0 -0
  186. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/diagnostic.rb +0 -0
  187. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/lexer/dedenter.rb +7 -1
  188. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/lexer/explanation.rb +0 -0
  189. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/lexer/literal.rb +0 -0
  190. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/lexer/stack_state.rb +0 -0
  191. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.3.2/lib/parser/lexer.rb +25028 -0
  192. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/macruby.rb +0 -0
  193. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/max_numparam_stack.rb +0 -0
  194. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/messages.rb +4 -0
  195. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/meta.rb +0 -0
  196. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/rewriter.rb +0 -0
  197. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby18.rb +0 -0
  198. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby19.rb +0 -0
  199. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby20.rb +0 -0
  200. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby21.rb +0 -0
  201. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby22.rb +0 -0
  202. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby23.rb +0 -0
  203. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby24.rb +0 -0
  204. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby25.rb +0 -0
  205. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby26.rb +0 -0
  206. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby27.rb +45 -41
  207. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby28.rb +0 -0
  208. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby30.rb +45 -41
  209. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/ruby31.rb +3251 -3185
  210. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/rubymotion.rb +0 -0
  211. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/runner/ruby_parse.rb +0 -0
  212. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/runner/ruby_rewrite.rb +0 -0
  213. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/runner.rb +0 -0
  214. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/buffer.rb +0 -0
  215. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/comment/associator.rb +0 -0
  216. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/comment.rb +0 -0
  217. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/collection.rb +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/condition.rb +0 -0
  219. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/constant.rb +0 -0
  220. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/definition.rb +0 -0
  221. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/for.rb +0 -0
  222. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/heredoc.rb +0 -0
  223. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/index.rb +0 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/keyword.rb +0 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/method_definition.rb +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/objc_kwarg.rb +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/operator.rb +0 -0
  228. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/rescue_body.rb +0 -0
  229. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/send.rb +0 -0
  230. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/ternary.rb +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map/variable.rb +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/map.rb +0 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/range.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/rewriter/action.rb +0 -0
  235. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/rewriter.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/tree_rewriter/action.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/source/tree_rewriter.rb +0 -0
  238. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/static_environment.rb +9 -0
  239. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/syntax_error.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/tree_rewriter.rb +0 -0
  241. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/variables_stack.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser/version.rb +1 -1
  243. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/lib/parser.rb +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.0.2.0 → parser-3.0.3.2}/parser.gemspec +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/Makefile +2 -2
  246. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/Changelog.md +10 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/LICENSE.md +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/README.md +0 -0
  249. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/caller_filter.rb +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/comparable_version.rb +0 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/differ.rb +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/directory_maker.rb +0 -0
  253. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/encoded_string.rb +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/hunk_generator.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/matcher_definition.rb +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/method_signature_verifier.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/mutex.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/object_formatter.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/recursive_const_methods.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/reentrant_mutex.rb +27 -10
  262. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/ruby_features.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/location.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/node.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/token.rb +12 -5
  266. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/formatting_support.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/shell_out.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/string_matcher.rb +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/version.rb +1 -1
  279. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/warnings.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support.rb +0 -0
  282. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.0.2.0.gemspec → parser-3.0.3.2.gemspec} +4 -4
  283. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-support-3.10.2.gemspec → rspec-support-3.10.3.gemspec} +5 -5
  284. metadata +117 -117
  285. data/vendor/bundle/ruby/2.5.0/cache/parser-3.0.2.0.gem +0 -0
  286. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.10.2.gem +0 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/parser-3.0.2.0/lib/parser/lexer.rb +0 -23840
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: beb381a22b9f011276a676aa46ba5378820007366b6f91ff29911e6e9988d1a9
4
- data.tar.gz: f72c69897e53f2eea5b6634d5e14dc91c9f8254b83cd8cba655730492e90d530
3
+ metadata.gz: ebd5b509939dc32a78024e0d8070df9be795cc57fd936b4573499c8ce7f7766c
4
+ data.tar.gz: 5ee86c3fa85cc34173580ee0a3584e5a78f41b075493c14a8ce41c661e1bd5ac
5
5
  SHA512:
6
- metadata.gz: 8b9568df6802ccb65dc81603b4356d4d06b1f3a381628a05bfce2766ed066bedadac7b024bcc812d823bd99c1dd834ec781500bc7e078fc4f5a517ed13bce5ad
7
- data.tar.gz: 6e0f7ccc7262ae759e15ea41008750c206e8ce68070ba02c0b1780be8f45a45c7e87249e1971d0667505a8637561f88bdd21c7dfb82c94c02f355ef2a80ddc83
6
+ metadata.gz: e3668302b1cb4d18f4454438f5be7eb121524aca7ac2bb38bb447db3eced8a23d42b628421ee4ad4d2de2ff8d8ecfe52c12df41fbe11f87f841f08b652bf95a4
7
+ data.tar.gz: 032c4718b1c3bc800bb5aedd097592e4210942faf60a50d2880caa315977b27d1e9345e09608ac1cd88b6a90de79a8ea317179f8dc85b1060d58e779be1a8309
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-kratos-client (0.8.0.alpha2)
4
+ ory-kratos-client (0.8.2.alpha1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -17,7 +17,7 @@ GEM
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
19
  parallel (1.21.0)
20
- parser (3.0.2.0)
20
+ parser (3.0.3.2)
21
21
  ast (~> 2.4.1)
22
22
  pry (0.13.1)
23
23
  coderay (~> 1.1)
@@ -40,7 +40,7 @@ GEM
40
40
  rspec-mocks (3.10.2)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.10.0)
43
- rspec-support (3.10.2)
43
+ rspec-support (3.10.3)
44
44
  rubocop (0.66.0)
45
45
  jaro_winkler (~> 1.5.1)
46
46
  parallel (~> 1.10)
@@ -65,4 +65,4 @@ DEPENDENCIES
65
65
  rubocop (~> 0.66.0)
66
66
 
67
67
  BUNDLED WITH
68
- 2.2.27
68
+ 2.2.30
data/README.md CHANGED
@@ -11,8 +11,8 @@ technology capable of authorizing incoming requests.
11
11
 
12
12
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
13
13
 
14
- - API version: v0.8.0-alpha.2
15
- - Package version: v0.8.0-alpha.2
14
+ - API version: v0.8.2-alpha.1
15
+ - Package version: v0.8.2-alpha.1
16
16
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
17
17
 
18
18
  ## Installation
@@ -28,16 +28,16 @@ gem build ory-kratos-client.gemspec
28
28
  Then either install the gem locally:
29
29
 
30
30
  ```shell
31
- gem install ./ory-kratos-client-v0.8.0-alpha.2.gem
31
+ gem install ./ory-kratos-client-v0.8.2-alpha.1.gem
32
32
  ```
33
33
 
34
- (for development, run `gem install --dev ./ory-kratos-client-v0.8.0-alpha.2.gem` to install the development dependencies)
34
+ (for development, run `gem install --dev ./ory-kratos-client-v0.8.2-alpha.1.gem` to install the development dependencies)
35
35
 
36
36
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
37
37
 
38
38
  Finally add this to the Gemfile:
39
39
 
40
- gem 'ory-kratos-client', '~> v0.8.0-alpha.2'
40
+ gem 'ory-kratos-client', '~> v0.8.2-alpha.1'
41
41
 
42
42
  ### Install from Git
43
43
 
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -104,7 +104,7 @@ module OryKratosClient
104
104
  # Check to see if the all the properties in the model are valid
105
105
  # @return true if the model is valid
106
106
  def valid?
107
- method_validator = EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc"])
107
+ method_validator = EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc", "webauthn"])
108
108
  return false unless method_validator.valid?(@method)
109
109
  true
110
110
  end
@@ -112,7 +112,7 @@ module OryKratosClient
112
112
  # Custom attribute writer method checking allowed values (enum).
113
113
  # @param [Object] method Object to be assigned
114
114
  def method=(method)
115
- validator = EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc"])
115
+ validator = EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc", "webauthn"])
116
116
  unless validator.valid?(method)
117
117
  fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
118
118
  end
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -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.8.0-alpha.2
6
+ The version of the OpenAPI document: v0.8.2-alpha.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1