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
@@ -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: 0.8.0.alpha2
6
+ The version of the OpenAPI document: 0.8.2.alpha1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.2.1
11
11
  =end
12
12
 
13
13
  module OryKratosClient
14
- VERSION = '0.8.0.alpha2'
14
+ VERSION = '0.8.2.alpha1'
15
15
  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
@@ -5,7 +5,7 @@
5
5
 
6
6
  #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.
7
7
 
8
- The version of the OpenAPI document: v0.8.0-alpha.2
8
+ The version of the OpenAPI document: v0.8.2-alpha.1
9
9
  Contact: hi@ory.sh
10
10
  Generated by: https://openapi-generator.tech
11
11
  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