ory-client 0.0.1.alpha131 → 0.0.1.alpha132

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +60 -65
  4. data/docs/CreateProjectBody.md +18 -0
  5. data/docs/GenericError.md +6 -10
  6. data/docs/GenericErrorContent.md +26 -0
  7. data/docs/{IdentityPreset.md → IdentitySchemaPreset.md} +2 -2
  8. data/docs/JsonPatch.md +22 -0
  9. data/docs/MetadataApi.md +3 -3
  10. data/docs/NormalizedProject.md +34 -0
  11. data/docs/{ProjectRevision.md → NormalizedProjectRevision.md} +45 -7
  12. data/docs/{ProjectRevisionHook.md → NormalizedProjectRevisionHook.md} +4 -2
  13. data/docs/{ProjectRevisionIdentitySchema.md → NormalizedProjectRevisionIdentitySchema.md} +2 -2
  14. data/docs/{ProjectRevisionThirdPartyLoginProvider.md → NormalizedProjectRevisionThirdPartyProvider.md} +2 -2
  15. data/docs/Project.md +7 -13
  16. data/docs/ProjectServiceIdentity.md +18 -0
  17. data/docs/{UpdateProjectConfigConfig.md → ProjectServices.md} +3 -3
  18. data/docs/{SuccessfulProjectConfigUpdate.md → SuccessfulProjectUpdate.md} +4 -4
  19. data/docs/UpdateProject.md +20 -0
  20. data/docs/V0alpha2Api.md +43 -43
  21. data/lib/ory-client/api/metadata_api.rb +4 -4
  22. data/lib/ory-client/api/v0alpha2_api.rb +48 -48
  23. data/lib/ory-client/api_client.rb +1 -1
  24. data/lib/ory-client/api_error.rb +1 -1
  25. data/lib/ory-client/configuration.rb +1 -1
  26. data/lib/ory-client/models/active_project.rb +1 -1
  27. data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
  28. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
  29. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
  30. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
  31. data/lib/ory-client/models/admin_create_identity_import_credentials_password.rb +1 -1
  32. data/lib/ory-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
  33. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  34. data/lib/ory-client/models/admin_identity_import_credentials.rb +1 -1
  35. data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
  36. data/lib/ory-client/models/api_token.rb +1 -1
  37. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  38. data/lib/ory-client/models/cloud_account.rb +1 -1
  39. data/lib/ory-client/models/cname_settings.rb +1 -1
  40. data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
  41. data/lib/ory-client/models/{inline_object.rb → create_project_body.rb} +15 -15
  42. data/lib/ory-client/models/create_subscription_payload.rb +1 -1
  43. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  44. data/lib/ory-client/models/generic_error.rb +8 -29
  45. data/lib/ory-client/models/generic_error_content.rb +260 -0
  46. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  47. data/lib/ory-client/models/health_status.rb +1 -1
  48. data/lib/ory-client/models/identity.rb +1 -1
  49. data/lib/ory-client/models/identity_credentials.rb +1 -1
  50. data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
  51. data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
  52. data/lib/ory-client/models/identity_credentials_password.rb +1 -1
  53. data/lib/ory-client/models/identity_credentials_type.rb +1 -1
  54. data/lib/ory-client/models/identity_schema.rb +1 -1
  55. data/lib/ory-client/models/identity_schema_location.rb +1 -1
  56. data/lib/ory-client/models/{identity_preset.rb → identity_schema_preset.rb} +4 -4
  57. data/lib/ory-client/models/identity_schema_validation_result.rb +1 -1
  58. data/lib/ory-client/models/identity_state.rb +1 -1
  59. data/lib/ory-client/models/inline_response200.rb +1 -1
  60. data/lib/ory-client/models/inline_response2001.rb +1 -1
  61. data/lib/ory-client/models/inline_response503.rb +1 -1
  62. data/lib/ory-client/models/invite_payload.rb +1 -1
  63. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
  64. data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
  65. data/lib/ory-client/models/json_error.rb +1 -1
  66. data/lib/ory-client/models/json_patch.rb +285 -0
  67. data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
  68. data/lib/ory-client/models/normalized_project.rb +372 -0
  69. data/lib/ory-client/models/{project_revision.rb → normalized_project_revision.rb} +200 -10
  70. data/lib/ory-client/models/{project_revision_hook.rb → normalized_project_revision_hook.rb} +15 -5
  71. data/lib/ory-client/models/{project_revision_identity_schema.rb → normalized_project_revision_identity_schema.rb} +4 -4
  72. data/lib/ory-client/models/{project_revision_third_party_login_provider.rb → normalized_project_revision_third_party_provider.rb} +4 -4
  73. data/lib/ory-client/models/null_plan.rb +1 -1
  74. data/lib/ory-client/models/pagination.rb +1 -1
  75. data/lib/ory-client/models/project.rb +38 -80
  76. data/lib/ory-client/models/project_host.rb +1 -1
  77. data/lib/ory-client/models/project_invite.rb +1 -1
  78. data/lib/ory-client/models/project_service_identity.rb +223 -0
  79. data/lib/ory-client/models/{update_project_config_config.rb → project_services.rb} +5 -6
  80. data/lib/ory-client/models/project_slug.rb +1 -1
  81. data/lib/ory-client/models/quota_project_member_seats.rb +1 -1
  82. data/lib/ory-client/models/recovery_address.rb +1 -1
  83. data/lib/ory-client/models/revoked_sessions.rb +1 -1
  84. data/lib/ory-client/models/schema_patch.rb +1 -1
  85. data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
  86. data/lib/ory-client/models/self_service_error.rb +1 -1
  87. data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
  88. data/lib/ory-client/models/self_service_login_flow.rb +1 -1
  89. data/lib/ory-client/models/self_service_logout_url.rb +1 -1
  90. data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
  91. data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
  92. data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
  93. data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
  94. data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
  95. data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
  96. data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
  97. data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
  98. data/lib/ory-client/models/session.rb +1 -1
  99. data/lib/ory-client/models/session_authentication_method.rb +1 -1
  100. data/lib/ory-client/models/session_device.rb +1 -1
  101. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  102. data/lib/ory-client/models/stripe_customer_response.rb +1 -1
  103. data/lib/ory-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
  104. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
  105. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  106. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  107. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  108. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  109. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  110. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  111. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  112. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  113. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
  114. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  115. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  116. data/lib/ory-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
  117. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
  118. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  119. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  120. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  121. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  122. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  123. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  124. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
  125. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  126. data/lib/ory-client/models/subscription.rb +1 -1
  127. data/lib/ory-client/models/{successful_project_config_update.rb → successful_project_update.rb} +14 -4
  128. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
  129. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
  130. data/lib/ory-client/models/ui_container.rb +1 -1
  131. data/lib/ory-client/models/ui_node.rb +1 -1
  132. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  133. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  134. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  135. data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
  136. data/lib/ory-client/models/ui_node_meta.rb +1 -1
  137. data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
  138. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  139. data/lib/ory-client/models/ui_text.rb +1 -1
  140. data/lib/ory-client/models/update_custom_hostname_body.rb +1 -1
  141. data/lib/ory-client/models/update_project.rb +238 -0
  142. data/lib/ory-client/models/update_subscription_payload.rb +1 -1
  143. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  144. data/lib/ory-client/models/version.rb +1 -1
  145. data/lib/ory-client/models/warning.rb +1 -1
  146. data/lib/ory-client/version.rb +2 -2
  147. data/lib/ory-client.rb +14 -10
  148. data/ory-client.gemspec +1 -1
  149. data/spec/api/metadata_api_spec.rb +1 -1
  150. data/spec/api/v0alpha2_api_spec.rb +5 -5
  151. data/spec/api_client_spec.rb +1 -1
  152. data/spec/configuration_spec.rb +1 -1
  153. data/spec/models/active_project_spec.rb +1 -1
  154. data/spec/models/admin_create_identity_body_spec.rb +1 -1
  155. data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
  156. data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
  157. data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
  158. data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
  159. data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
  160. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  161. data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
  162. data/spec/models/admin_update_identity_body_spec.rb +1 -1
  163. data/spec/models/api_token_spec.rb +1 -1
  164. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  165. data/spec/models/cloud_account_spec.rb +1 -1
  166. data/spec/models/cname_settings_spec.rb +1 -1
  167. data/spec/models/create_custom_hostname_body_spec.rb +1 -1
  168. data/spec/models/{inline_object_spec.rb → create_project_body_spec.rb} +8 -8
  169. data/spec/models/create_subscription_payload_spec.rb +1 -1
  170. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  171. data/spec/models/generic_error_content_spec.rb +58 -0
  172. data/spec/models/generic_error_spec.rb +1 -13
  173. data/spec/models/health_not_ready_status_spec.rb +1 -1
  174. data/spec/models/health_status_spec.rb +1 -1
  175. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  176. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  177. data/spec/models/identity_credentials_password_spec.rb +1 -1
  178. data/spec/models/identity_credentials_spec.rb +1 -1
  179. data/spec/models/identity_credentials_type_spec.rb +1 -1
  180. data/spec/models/identity_schema_location_spec.rb +1 -1
  181. data/spec/models/{identity_preset_spec.rb → identity_schema_preset_spec.rb} +7 -7
  182. data/spec/models/identity_schema_spec.rb +1 -1
  183. data/spec/models/identity_schema_validation_result_spec.rb +1 -1
  184. data/spec/models/identity_spec.rb +1 -1
  185. data/spec/models/identity_state_spec.rb +1 -1
  186. data/spec/models/inline_response2001_spec.rb +1 -1
  187. data/spec/models/inline_response200_spec.rb +1 -1
  188. data/spec/models/inline_response503_spec.rb +1 -1
  189. data/spec/models/invite_payload_spec.rb +1 -1
  190. data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
  191. data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
  192. data/spec/models/json_error_spec.rb +1 -1
  193. data/spec/models/json_patch_spec.rb +50 -0
  194. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  195. data/spec/models/{project_revision_hook_spec.rb → normalized_project_revision_hook_spec.rb} +13 -7
  196. data/spec/models/{project_revision_identity_schema_spec.rb → normalized_project_revision_identity_schema_spec.rb} +7 -7
  197. data/spec/models/{project_revision_spec.rb → normalized_project_revision_spec.rb} +121 -7
  198. data/spec/models/{project_revision_third_party_login_provider_spec.rb → normalized_project_revision_third_party_provider_spec.rb} +7 -7
  199. data/spec/models/normalized_project_spec.rb +86 -0
  200. data/spec/models/null_plan_spec.rb +1 -1
  201. data/spec/models/pagination_spec.rb +1 -1
  202. data/spec/models/project_host_spec.rb +1 -1
  203. data/spec/models/project_invite_spec.rb +1 -1
  204. data/spec/models/project_service_identity_spec.rb +34 -0
  205. data/spec/models/{update_project_config_config_spec.rb → project_services_spec.rb} +7 -7
  206. data/spec/models/project_slug_spec.rb +1 -1
  207. data/spec/models/project_spec.rb +5 -23
  208. data/spec/models/quota_project_member_seats_spec.rb +1 -1
  209. data/spec/models/recovery_address_spec.rb +1 -1
  210. data/spec/models/revoked_sessions_spec.rb +1 -1
  211. data/spec/models/schema_patch_spec.rb +1 -1
  212. data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
  213. data/spec/models/self_service_error_spec.rb +1 -1
  214. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  215. data/spec/models/self_service_login_flow_spec.rb +1 -1
  216. data/spec/models/self_service_logout_url_spec.rb +1 -1
  217. data/spec/models/self_service_recovery_flow_spec.rb +1 -1
  218. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  219. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  220. data/spec/models/self_service_registration_flow_spec.rb +1 -1
  221. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  222. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  223. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  224. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  225. data/spec/models/session_authentication_method_spec.rb +1 -1
  226. data/spec/models/session_device_spec.rb +1 -1
  227. data/spec/models/session_spec.rb +1 -1
  228. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  229. data/spec/models/stripe_customer_response_spec.rb +1 -1
  230. data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
  231. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  232. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  233. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  234. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  235. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  236. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  237. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  238. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  239. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  240. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  241. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  242. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  243. data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
  244. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  245. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  246. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  247. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  248. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  249. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  250. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  251. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  252. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  253. data/spec/models/subscription_spec.rb +1 -1
  254. data/spec/models/{successful_project_config_update_spec.rb → successful_project_update_spec.rb} +7 -7
  255. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  256. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  257. data/spec/models/ui_container_spec.rb +1 -1
  258. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  259. data/spec/models/ui_node_attributes_spec.rb +1 -1
  260. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  261. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  262. data/spec/models/ui_node_meta_spec.rb +1 -1
  263. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  264. data/spec/models/ui_node_spec.rb +1 -1
  265. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  266. data/spec/models/ui_text_spec.rb +1 -1
  267. data/spec/models/update_custom_hostname_body_spec.rb +1 -1
  268. data/spec/models/update_project_spec.rb +40 -0
  269. data/spec/models/update_subscription_payload_spec.rb +1 -1
  270. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  271. data/spec/models/version_spec.rb +1 -1
  272. data/spec/models/warning_spec.rb +1 -1
  273. data/spec/spec_helper.rb +1 -1
  274. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  275. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  276. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  277. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
  278. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
  279. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
  280. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  281. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  282. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  283. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
  284. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
  285. metadata +55 -39
  286. data/docs/InlineObject.md +0 -18
  287. data/docs/V0alpha0Api.md +0 -712
  288. data/lib/ory-client/api/v0alpha0_api.rb +0 -662
  289. data/spec/api/v0alpha0_api_spec.rb +0 -156
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ccf53b6f1ab68caeff76d62a46742b27e50e0b2d6e2a52c34e33057da00c886
4
- data.tar.gz: 5a1c20c39837efe07375367bff3039cd1d96fd65050ed44cf69aa9f9b5491914
3
+ metadata.gz: 1b4bb85437155bbffa1e00f7c91b28932270276e0f777b08091a7642b75c3262
4
+ data.tar.gz: d97eb62647ed331f2c7a8497bc8ce75b20e51ee531d0847e46803e330bb8f0a8
5
5
  SHA512:
6
- metadata.gz: ca31c865c56be13ddc3915a211541303cdd093094aab67f1d6b8762a870c83be72bd1b7118c96c5ff90f923ead8ccb90afc1aa9b433a2e75e96bbad8e9171f9a
7
- data.tar.gz: 0da8db4b18d0c5bf20ab9de26052dde4d7356abb6cc370369f3cb86c748ee6dd8c61fb0afcfdc3026e19012485e84c02d74702204a9ef4d9c763d14c14a5c97a
6
+ metadata.gz: 3bdc6bb054b70fc226dd5686603de752e44c6fcff5bf41a87406b35806968e31a42096d6b5aaf49207a8ff2196f890379987bdbdd8451a1b55dc6b8fa8f709e5
7
+ data.tar.gz: 9539578e72b6d7ff28c5e02e0ffc5e5d3e5eb939c84ca2a1cd046b6880d6583144408f9df6dc41e715c1067ead72f15578bdfdd49e19ee50222b6fa1b2edddef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-client (0.0.1.alpha131)
4
+ ory-client (0.0.1.alpha132)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
8
8
 
9
9
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
10
10
 
11
- - API version: v0.0.1-alpha.131
12
- - Package version: v0.0.1-alpha.131
11
+ - API version: v0.0.1-alpha.132
12
+ - Package version: v0.0.1-alpha.132
13
13
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
14
14
 
15
15
  ## Installation
@@ -25,16 +25,16 @@ gem build ory-client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./ory-client-v0.0.1-alpha.131.gem
28
+ gem install ./ory-client-v0.0.1-alpha.132.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.131.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.132.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'ory-client', '~> v0.0.1-alpha.131'
37
+ gem 'ory-client', '~> v0.0.1-alpha.132'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -76,58 +76,48 @@ All URIs are relative to *https://playground.projects.oryapis.com*
76
76
 
77
77
  Class | Method | HTTP request | Description
78
78
  ------------ | ------------- | ------------- | -------------
79
- *OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version.
80
- *OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status
81
- *OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status
82
- *OryClient::V0alpha0Api* | [**create_project**](docs/V0alpha0Api.md#create_project) | **POST** /backoffice/public/projects | Create a Project
83
- *OryClient::V0alpha0Api* | [**get_active_project**](docs/V0alpha0Api.md#get_active_project) | **GET** /backoffice/public/console/projects/active | Returns Your Active Ory Cloud Project
84
- *OryClient::V0alpha0Api* | [**get_project**](docs/V0alpha0Api.md#get_project) | **GET** /backoffice/public/projects/{project_id} | Get a Project
85
- *OryClient::V0alpha0Api* | [**get_project_members**](docs/V0alpha0Api.md#get_project_members) | **GET** /backoffice/public/projects/{project_id}/members | Get all members associated with this project.
86
- *OryClient::V0alpha0Api* | [**list_projects**](docs/V0alpha0Api.md#list_projects) | **GET** /backoffice/public/projects | List All Projects
87
- *OryClient::V0alpha0Api* | [**purge_project**](docs/V0alpha0Api.md#purge_project) | **DELETE** /backoffice/public/projects/{project_id} | Irrecoverably Purge a Project
88
- *OryClient::V0alpha0Api* | [**remove_project_member**](docs/V0alpha0Api.md#remove_project_member) | **DELETE** /backoffice/public/projects/{project_id}/members/{member_id} | Remove a member associated with this project. This also sets their invite status to `REMOVED`.
89
- *OryClient::V0alpha0Api* | [**set_active_project**](docs/V0alpha0Api.md#set_active_project) | **PUT** /backoffice/public/console/projects/active | Sets Your Active Project
90
- *OryClient::V0alpha0Api* | [**update_project**](docs/V0alpha0Api.md#update_project) | **PUT** /backoffice/public/projects/{project_id} | Update a Project
91
- *OryClient::V0alpha0Api* | [**update_project_config**](docs/V0alpha0Api.md#update_project_config) | **PUT** /backoffice/public/projects/{project_id}/configs | Update an Ory Cloud Project Configuration
92
- *OryClient::V0alpha2Api* | [**admin_create_identity**](docs/V0alpha2Api.md#admin_create_identity) | **POST** /api/kratos/admin/identities | Create an Identity
93
- *OryClient::V0alpha2Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /api/kratos/admin/recovery/link | Create a Recovery Link
94
- *OryClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /api/kratos/admin/identities/{id} | Delete an Identity
95
- *OryClient::V0alpha2Api* | [**admin_delete_identity_sessions**](docs/V0alpha2Api.md#admin_delete_identity_sessions) | **DELETE** /api/kratos/admin/identities/{id}/sessions | Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
96
- *OryClient::V0alpha2Api* | [**admin_get_identity**](docs/V0alpha2Api.md#admin_get_identity) | **GET** /api/kratos/admin/identities/{id} | Get an Identity
97
- *OryClient::V0alpha2Api* | [**admin_list_identities**](docs/V0alpha2Api.md#admin_list_identities) | **GET** /api/kratos/admin/identities | List Identities
98
- *OryClient::V0alpha2Api* | [**admin_list_identity_sessions**](docs/V0alpha2Api.md#admin_list_identity_sessions) | **GET** /api/kratos/admin/identities/{id}/sessions | This endpoint returns all sessions that belong to the given Identity.
99
- *OryClient::V0alpha2Api* | [**admin_update_identity**](docs/V0alpha2Api.md#admin_update_identity) | **PUT** /api/kratos/admin/identities/{id} | Update an Identity
100
- *OryClient::V0alpha2Api* | [**create_self_service_logout_flow_url_for_browsers**](docs/V0alpha2Api.md#create_self_service_logout_flow_url_for_browsers) | **GET** /api/kratos/public/self-service/logout/browser | Create a Logout URL for Browsers
101
- *OryClient::V0alpha2Api* | [**get_json_schema**](docs/V0alpha2Api.md#get_json_schema) | **GET** /api/kratos/public/schemas/{id} |
102
- *OryClient::V0alpha2Api* | [**get_self_service_error**](docs/V0alpha2Api.md#get_self_service_error) | **GET** /api/kratos/public/self-service/errors | Get Self-Service Errors
103
- *OryClient::V0alpha2Api* | [**get_self_service_login_flow**](docs/V0alpha2Api.md#get_self_service_login_flow) | **GET** /api/kratos/public/self-service/login/flows | Get Login Flow
104
- *OryClient::V0alpha2Api* | [**get_self_service_recovery_flow**](docs/V0alpha2Api.md#get_self_service_recovery_flow) | **GET** /api/kratos/public/self-service/recovery/flows | Get Recovery Flow
105
- *OryClient::V0alpha2Api* | [**get_self_service_registration_flow**](docs/V0alpha2Api.md#get_self_service_registration_flow) | **GET** /api/kratos/public/self-service/registration/flows | Get Registration Flow
106
- *OryClient::V0alpha2Api* | [**get_self_service_settings_flow**](docs/V0alpha2Api.md#get_self_service_settings_flow) | **GET** /api/kratos/public/self-service/settings/flows | Get Settings Flow
107
- *OryClient::V0alpha2Api* | [**get_self_service_verification_flow**](docs/V0alpha2Api.md#get_self_service_verification_flow) | **GET** /api/kratos/public/self-service/verification/flows | Get Verification Flow
108
- *OryClient::V0alpha2Api* | [**get_web_authn_java_script**](docs/V0alpha2Api.md#get_web_authn_java_script) | **GET** /api/kratos/public/.well-known/ory/webauthn.js | Get WebAuthn JavaScript
109
- *OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_login_flow_for_browsers) | **GET** /api/kratos/public/self-service/login/browser | Initialize Login Flow for Browsers
110
- *OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_login_flow_without_browser) | **GET** /api/kratos/public/self-service/login/api | Initialize Login Flow for APIs, Services, Apps, ...
111
- *OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_for_browsers) | **GET** /api/kratos/public/self-service/recovery/browser | Initialize Recovery Flow for Browsers
112
- *OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_without_browser) | **GET** /api/kratos/public/self-service/recovery/api | Initialize Recovery Flow for APIs, Services, Apps, ...
113
- *OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_for_browsers) | **GET** /api/kratos/public/self-service/registration/browser | Initialize Registration Flow for Browsers
114
- *OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_without_browser) | **GET** /api/kratos/public/self-service/registration/api | Initialize Registration Flow for APIs, Services, Apps, ...
115
- *OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_for_browsers) | **GET** /api/kratos/public/self-service/settings/browser | Initialize Settings Flow for Browsers
116
- *OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_without_browser) | **GET** /api/kratos/public/self-service/settings/api | Initialize Settings Flow for APIs, Services, Apps, ...
117
- *OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_for_browsers) | **GET** /api/kratos/public/self-service/verification/browser | Initialize Verification Flow for Browser Clients
118
- *OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_without_browser) | **GET** /api/kratos/public/self-service/verification/api | Initialize Verification Flow for APIs, Services, Apps, ...
119
- *OryClient::V0alpha2Api* | [**list_identity_schemas**](docs/V0alpha2Api.md#list_identity_schemas) | **GET** /api/kratos/public/schemas |
120
- *OryClient::V0alpha2Api* | [**list_sessions**](docs/V0alpha2Api.md#list_sessions) | **GET** /api/kratos/public/sessions | This endpoints returns all other active sessions that belong to the logged-in user. The current session can be retrieved by calling the `/sessions/whoami` endpoint.
121
- *OryClient::V0alpha2Api* | [**revoke_session**](docs/V0alpha2Api.md#revoke_session) | **DELETE** /api/kratos/public/sessions/{id} | Calling this endpoint invalidates the specified session. The current session cannot be revoked. Session data are not deleted.
122
- *OryClient::V0alpha2Api* | [**revoke_sessions**](docs/V0alpha2Api.md#revoke_sessions) | **DELETE** /api/kratos/public/sessions | Calling this endpoint invalidates all except the current session that belong to the logged-in user. Session data are not deleted.
123
- *OryClient::V0alpha2Api* | [**submit_self_service_login_flow**](docs/V0alpha2Api.md#submit_self_service_login_flow) | **POST** /api/kratos/public/self-service/login | Submit a Login Flow
124
- *OryClient::V0alpha2Api* | [**submit_self_service_logout_flow**](docs/V0alpha2Api.md#submit_self_service_logout_flow) | **GET** /api/kratos/public/self-service/logout | Complete Self-Service Logout
125
- *OryClient::V0alpha2Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha2Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /api/kratos/public/self-service/logout/api | Perform Logout for APIs, Services, Apps, ...
126
- *OryClient::V0alpha2Api* | [**submit_self_service_recovery_flow**](docs/V0alpha2Api.md#submit_self_service_recovery_flow) | **POST** /api/kratos/public/self-service/recovery | Complete Recovery Flow
127
- *OryClient::V0alpha2Api* | [**submit_self_service_registration_flow**](docs/V0alpha2Api.md#submit_self_service_registration_flow) | **POST** /api/kratos/public/self-service/registration | Submit a Registration Flow
128
- *OryClient::V0alpha2Api* | [**submit_self_service_settings_flow**](docs/V0alpha2Api.md#submit_self_service_settings_flow) | **POST** /api/kratos/public/self-service/settings | Complete Settings Flow
129
- *OryClient::V0alpha2Api* | [**submit_self_service_verification_flow**](docs/V0alpha2Api.md#submit_self_service_verification_flow) | **POST** /api/kratos/public/self-service/verification | Complete Verification Flow
130
- *OryClient::V0alpha2Api* | [**to_session**](docs/V0alpha2Api.md#to_session) | **GET** /api/kratos/public/sessions/whoami | Check Who the Current HTTP Session Belongs To
79
+ *OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
80
+ *OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status
81
+ *OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status
82
+ *OryClient::V0alpha2Api* | [**admin_create_identity**](docs/V0alpha2Api.md#admin_create_identity) | **POST** /admin/identities | Create an Identity
83
+ *OryClient::V0alpha2Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /admin/recovery/link | Create a Recovery Link
84
+ *OryClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /admin/identities/{id} | Delete an Identity
85
+ *OryClient::V0alpha2Api* | [**admin_delete_identity_sessions**](docs/V0alpha2Api.md#admin_delete_identity_sessions) | **DELETE** /admin/identities/{id}/sessions | Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
86
+ *OryClient::V0alpha2Api* | [**admin_get_identity**](docs/V0alpha2Api.md#admin_get_identity) | **GET** /admin/identities/{id} | Get an Identity
87
+ *OryClient::V0alpha2Api* | [**admin_list_identities**](docs/V0alpha2Api.md#admin_list_identities) | **GET** /admin/identities | List Identities
88
+ *OryClient::V0alpha2Api* | [**admin_list_identity_sessions**](docs/V0alpha2Api.md#admin_list_identity_sessions) | **GET** /admin/identities/{id}/sessions | This endpoint returns all sessions that belong to the given Identity.
89
+ *OryClient::V0alpha2Api* | [**admin_update_identity**](docs/V0alpha2Api.md#admin_update_identity) | **PUT** /admin/identities/{id} | Update an Identity
90
+ *OryClient::V0alpha2Api* | [**create_self_service_logout_flow_url_for_browsers**](docs/V0alpha2Api.md#create_self_service_logout_flow_url_for_browsers) | **GET** /self-service/logout/browser | Create a Logout URL for Browsers
91
+ *OryClient::V0alpha2Api* | [**get_json_schema**](docs/V0alpha2Api.md#get_json_schema) | **GET** /schemas/{id} |
92
+ *OryClient::V0alpha2Api* | [**get_self_service_error**](docs/V0alpha2Api.md#get_self_service_error) | **GET** /self-service/errors | Get Self-Service Errors
93
+ *OryClient::V0alpha2Api* | [**get_self_service_login_flow**](docs/V0alpha2Api.md#get_self_service_login_flow) | **GET** /self-service/login/flows | Get Login Flow
94
+ *OryClient::V0alpha2Api* | [**get_self_service_recovery_flow**](docs/V0alpha2Api.md#get_self_service_recovery_flow) | **GET** /self-service/recovery/flows | Get Recovery Flow
95
+ *OryClient::V0alpha2Api* | [**get_self_service_registration_flow**](docs/V0alpha2Api.md#get_self_service_registration_flow) | **GET** /self-service/registration/flows | Get Registration Flow
96
+ *OryClient::V0alpha2Api* | [**get_self_service_settings_flow**](docs/V0alpha2Api.md#get_self_service_settings_flow) | **GET** /self-service/settings/flows | Get Settings Flow
97
+ *OryClient::V0alpha2Api* | [**get_self_service_verification_flow**](docs/V0alpha2Api.md#get_self_service_verification_flow) | **GET** /self-service/verification/flows | Get Verification Flow
98
+ *OryClient::V0alpha2Api* | [**get_web_authn_java_script**](docs/V0alpha2Api.md#get_web_authn_java_script) | **GET** /.well-known/ory/webauthn.js | Get WebAuthn JavaScript
99
+ *OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_login_flow_for_browsers) | **GET** /self-service/login/browser | Initialize Login Flow for Browsers
100
+ *OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_login_flow_without_browser) | **GET** /self-service/login/api | Initialize Login Flow for APIs, Services, Apps, ...
101
+ *OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_for_browsers) | **GET** /self-service/recovery/browser | Initialize Recovery Flow for Browsers
102
+ *OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_without_browser) | **GET** /self-service/recovery/api | Initialize Recovery Flow for APIs, Services, Apps, ...
103
+ *OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_for_browsers) | **GET** /self-service/registration/browser | Initialize Registration Flow for Browsers
104
+ *OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_without_browser) | **GET** /self-service/registration/api | Initialize Registration Flow for APIs, Services, Apps, ...
105
+ *OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_for_browsers) | **GET** /self-service/settings/browser | Initialize Settings Flow for Browsers
106
+ *OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_without_browser) | **GET** /self-service/settings/api | Initialize Settings Flow for APIs, Services, Apps, ...
107
+ *OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_for_browsers) | **GET** /self-service/verification/browser | Initialize Verification Flow for Browser Clients
108
+ *OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_without_browser) | **GET** /self-service/verification/api | Initialize Verification Flow for APIs, Services, Apps, ...
109
+ *OryClient::V0alpha2Api* | [**list_identity_schemas**](docs/V0alpha2Api.md#list_identity_schemas) | **GET** /schemas |
110
+ *OryClient::V0alpha2Api* | [**list_sessions**](docs/V0alpha2Api.md#list_sessions) | **GET** /sessions | This endpoints returns all other active sessions that belong to the logged-in user. The current session can be retrieved by calling the `/sessions/whoami` endpoint.
111
+ *OryClient::V0alpha2Api* | [**revoke_session**](docs/V0alpha2Api.md#revoke_session) | **DELETE** /sessions/{id} | Calling this endpoint invalidates the specified session. The current session cannot be revoked. Session data are not deleted.
112
+ *OryClient::V0alpha2Api* | [**revoke_sessions**](docs/V0alpha2Api.md#revoke_sessions) | **DELETE** /sessions | Calling this endpoint invalidates all except the current session that belong to the logged-in user. Session data are not deleted.
113
+ *OryClient::V0alpha2Api* | [**submit_self_service_login_flow**](docs/V0alpha2Api.md#submit_self_service_login_flow) | **POST** /self-service/login | Submit a Login Flow
114
+ *OryClient::V0alpha2Api* | [**submit_self_service_logout_flow**](docs/V0alpha2Api.md#submit_self_service_logout_flow) | **GET** /self-service/logout | Complete Self-Service Logout
115
+ *OryClient::V0alpha2Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha2Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /self-service/logout/api | Perform Logout for APIs, Services, Apps, ...
116
+ *OryClient::V0alpha2Api* | [**submit_self_service_recovery_flow**](docs/V0alpha2Api.md#submit_self_service_recovery_flow) | **POST** /self-service/recovery | Complete Recovery Flow
117
+ *OryClient::V0alpha2Api* | [**submit_self_service_registration_flow**](docs/V0alpha2Api.md#submit_self_service_registration_flow) | **POST** /self-service/registration | Submit a Registration Flow
118
+ *OryClient::V0alpha2Api* | [**submit_self_service_settings_flow**](docs/V0alpha2Api.md#submit_self_service_settings_flow) | **POST** /self-service/settings | Complete Settings Flow
119
+ *OryClient::V0alpha2Api* | [**submit_self_service_verification_flow**](docs/V0alpha2Api.md#submit_self_service_verification_flow) | **POST** /self-service/verification | Complete Verification Flow
120
+ *OryClient::V0alpha2Api* | [**to_session**](docs/V0alpha2Api.md#to_session) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
131
121
 
132
122
 
133
123
  ## Documentation for Models
@@ -147,9 +137,11 @@ Class | Method | HTTP request | Description
147
137
  - [OryClient::CloudAccount](docs/CloudAccount.md)
148
138
  - [OryClient::CnameSettings](docs/CnameSettings.md)
149
139
  - [OryClient::CreateCustomHostnameBody](docs/CreateCustomHostnameBody.md)
140
+ - [OryClient::CreateProjectBody](docs/CreateProjectBody.md)
150
141
  - [OryClient::CreateSubscriptionPayload](docs/CreateSubscriptionPayload.md)
151
142
  - [OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md)
152
143
  - [OryClient::GenericError](docs/GenericError.md)
144
+ - [OryClient::GenericErrorContent](docs/GenericErrorContent.md)
153
145
  - [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
154
146
  - [OryClient::HealthStatus](docs/HealthStatus.md)
155
147
  - [OryClient::Identity](docs/Identity.md)
@@ -158,12 +150,11 @@ Class | Method | HTTP request | Description
158
150
  - [OryClient::IdentityCredentialsOidcProvider](docs/IdentityCredentialsOidcProvider.md)
159
151
  - [OryClient::IdentityCredentialsPassword](docs/IdentityCredentialsPassword.md)
160
152
  - [OryClient::IdentityCredentialsType](docs/IdentityCredentialsType.md)
161
- - [OryClient::IdentityPreset](docs/IdentityPreset.md)
162
153
  - [OryClient::IdentitySchema](docs/IdentitySchema.md)
163
154
  - [OryClient::IdentitySchemaLocation](docs/IdentitySchemaLocation.md)
155
+ - [OryClient::IdentitySchemaPreset](docs/IdentitySchemaPreset.md)
164
156
  - [OryClient::IdentitySchemaValidationResult](docs/IdentitySchemaValidationResult.md)
165
157
  - [OryClient::IdentityState](docs/IdentityState.md)
166
- - [OryClient::InlineObject](docs/InlineObject.md)
167
158
  - [OryClient::InlineResponse200](docs/InlineResponse200.md)
168
159
  - [OryClient::InlineResponse2001](docs/InlineResponse2001.md)
169
160
  - [OryClient::InlineResponse503](docs/InlineResponse503.md)
@@ -171,16 +162,20 @@ Class | Method | HTTP request | Description
171
162
  - [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
172
163
  - [OryClient::IsOwnerForProjectBySlugPayload](docs/IsOwnerForProjectBySlugPayload.md)
173
164
  - [OryClient::JsonError](docs/JsonError.md)
165
+ - [OryClient::JsonPatch](docs/JsonPatch.md)
174
166
  - [OryClient::NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md)
167
+ - [OryClient::NormalizedProject](docs/NormalizedProject.md)
168
+ - [OryClient::NormalizedProjectRevision](docs/NormalizedProjectRevision.md)
169
+ - [OryClient::NormalizedProjectRevisionHook](docs/NormalizedProjectRevisionHook.md)
170
+ - [OryClient::NormalizedProjectRevisionIdentitySchema](docs/NormalizedProjectRevisionIdentitySchema.md)
171
+ - [OryClient::NormalizedProjectRevisionThirdPartyProvider](docs/NormalizedProjectRevisionThirdPartyProvider.md)
175
172
  - [OryClient::NullPlan](docs/NullPlan.md)
176
173
  - [OryClient::Pagination](docs/Pagination.md)
177
174
  - [OryClient::Project](docs/Project.md)
178
175
  - [OryClient::ProjectHost](docs/ProjectHost.md)
179
176
  - [OryClient::ProjectInvite](docs/ProjectInvite.md)
180
- - [OryClient::ProjectRevision](docs/ProjectRevision.md)
181
- - [OryClient::ProjectRevisionHook](docs/ProjectRevisionHook.md)
182
- - [OryClient::ProjectRevisionIdentitySchema](docs/ProjectRevisionIdentitySchema.md)
183
- - [OryClient::ProjectRevisionThirdPartyLoginProvider](docs/ProjectRevisionThirdPartyLoginProvider.md)
177
+ - [OryClient::ProjectServiceIdentity](docs/ProjectServiceIdentity.md)
178
+ - [OryClient::ProjectServices](docs/ProjectServices.md)
184
179
  - [OryClient::ProjectSlug](docs/ProjectSlug.md)
185
180
  - [OryClient::QuotaProjectMemberSeats](docs/QuotaProjectMemberSeats.md)
186
181
  - [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
@@ -228,7 +223,7 @@ Class | Method | HTTP request | Description
228
223
  - [OryClient::SubmitSelfServiceVerificationFlowBody](docs/SubmitSelfServiceVerificationFlowBody.md)
229
224
  - [OryClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody](docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md)
230
225
  - [OryClient::Subscription](docs/Subscription.md)
231
- - [OryClient::SuccessfulProjectConfigUpdate](docs/SuccessfulProjectConfigUpdate.md)
226
+ - [OryClient::SuccessfulProjectUpdate](docs/SuccessfulProjectUpdate.md)
232
227
  - [OryClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
233
228
  - [OryClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
234
229
  - [OryClient::UiContainer](docs/UiContainer.md)
@@ -242,7 +237,7 @@ Class | Method | HTTP request | Description
242
237
  - [OryClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
243
238
  - [OryClient::UiText](docs/UiText.md)
244
239
  - [OryClient::UpdateCustomHostnameBody](docs/UpdateCustomHostnameBody.md)
245
- - [OryClient::UpdateProjectConfigConfig](docs/UpdateProjectConfigConfig.md)
240
+ - [OryClient::UpdateProject](docs/UpdateProject.md)
246
241
  - [OryClient::UpdateSubscriptionPayload](docs/UpdateSubscriptionPayload.md)
247
242
  - [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
248
243
  - [OryClient::Version](docs/Version.md)
@@ -0,0 +1,18 @@
1
+ # OryClient::CreateProjectBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | The name of the project to be created | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-client'
13
+
14
+ instance = OryClient::CreateProjectBody.new(
15
+ name: null
16
+ )
17
+ ```
18
+
data/docs/GenericError.md CHANGED
@@ -5,16 +5,14 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **code** | **Integer** | The status code | [optional] |
8
- | **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] |
8
+ | **debug** | **String** | Debug information This field is often not exposed to protect against leaking sensitive information. | [optional] |
9
9
  | **details** | **Object** | Further error details | [optional] |
10
- | **error** | **String** | Name is the error name. | [optional] |
11
- | **error_description** | **String** | Description contains further information on the nature of the error. | [optional] |
10
+ | **error** | [**GenericErrorContent**](GenericErrorContent.md) | | [optional] |
12
11
  | **id** | **String** | The error ID Useful when trying to identify various errors in application logic. | [optional] |
13
- | **message** | **String** | Message contains the error message. | |
12
+ | **message** | **String** | Error message The error's message. | |
14
13
  | **reason** | **String** | A human-readable reason for the error | [optional] |
15
14
  | **request** | **String** | The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. | [optional] |
16
15
  | **status** | **String** | The status description | [optional] |
17
- | **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |
18
16
 
19
17
  ## Example
20
18
 
@@ -23,16 +21,14 @@ require 'ory-client'
23
21
 
24
22
  instance = OryClient::GenericError.new(
25
23
  code: 404,
26
- debug: The database adapter was unable to find the element,
24
+ debug: SQL field "foo" is not a bool.,
27
25
  details: null,
28
- error: The requested resource could not be found,
29
- error_description: Object with ID 12345 does not exist,
26
+ error: null,
30
27
  id: null,
31
28
  message: The resource could not be found,
32
29
  reason: User with ID 1234 does not exist.,
33
30
  request: d7ef54b1-ec15-46e6-bccb-524b82c035e6,
34
- status: Not Found,
35
- status_code: 404
31
+ status: Not Found
36
32
  )
37
33
  ```
38
34
 
@@ -0,0 +1,26 @@
1
+ # OryClient::GenericErrorContent
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] |
8
+ | **error** | **String** | Name is the error name. | [optional] |
9
+ | **error_description** | **String** | Description contains further information on the nature of the error. | [optional] |
10
+ | **message** | **String** | Message contains the error message. | [optional] |
11
+ | **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'ory-client'
17
+
18
+ instance = OryClient::GenericErrorContent.new(
19
+ debug: The database adapter was unable to find the element,
20
+ error: The requested resource could not be found,
21
+ error_description: Object with ID 12345 does not exist,
22
+ message: null,
23
+ status_code: 404
24
+ )
25
+ ```
26
+
@@ -1,4 +1,4 @@
1
- # OryClient::IdentityPreset
1
+ # OryClient::IdentitySchemaPreset
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'ory-client'
14
14
 
15
- instance = OryClient::IdentityPreset.new(
15
+ instance = OryClient::IdentitySchemaPreset.new(
16
16
  schema: null,
17
17
  url: null
18
18
  )
data/docs/JsonPatch.md ADDED
@@ -0,0 +1,22 @@
1
+ # OryClient::JsonPatch
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **op** | **String** | The JSON Patch operation | |
8
+ | **path** | **String** | The JSON Pointer to the target key | |
9
+ | **value** | **Object** | The value to be used. Only available for `add` and `replace` operations. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'ory-client'
15
+
16
+ instance = OryClient::JsonPatch.new(
17
+ op: null,
18
+ path: /services/identity/config/smtp/from_name,
19
+ value: null
20
+ )
21
+ ```
22
+
data/docs/MetadataApi.md CHANGED
@@ -4,9 +4,9 @@ All URIs are relative to *https://playground.projects.oryapis.com*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
- | [**get_version**](MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version. |
8
- | [**is_alive**](MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status |
9
- | [**is_ready**](MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status |
7
+ | [**get_version**](MetadataApi.md#get_version) | **GET** /version | Return Running Software Version. |
8
+ | [**is_alive**](MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status |
9
+ | [**is_ready**](MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status |
10
10
 
11
11
 
12
12
  ## get_version
@@ -0,0 +1,34 @@
1
+ # OryClient::NormalizedProject
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **created_at** | **Time** | The Project's Creation Date | [readonly] |
8
+ | **current_revision** | [**NormalizedProjectRevision**](NormalizedProjectRevision.md) | | |
9
+ | **hosts** | **Array<String>** | | |
10
+ | **id** | **String** | | |
11
+ | **revisions** | [**Array<NormalizedProjectRevision>**](NormalizedProjectRevision.md) | | |
12
+ | **slug** | **String** | The project's slug | [readonly] |
13
+ | **state** | **String** | The state of the project. | [readonly] |
14
+ | **subscription_id** | **String** | | [optional] |
15
+ | **updated_at** | **Time** | Last Time Project was Updated | [readonly] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'ory-client'
21
+
22
+ instance = OryClient::NormalizedProject.new(
23
+ created_at: null,
24
+ current_revision: null,
25
+ hosts: null,
26
+ id: null,
27
+ revisions: null,
28
+ slug: null,
29
+ state: null,
30
+ subscription_id: null,
31
+ updated_at: null
32
+ )
33
+ ```
34
+
@@ -1,4 +1,4 @@
1
- # OryClient::ProjectRevision
1
+ # OryClient::NormalizedProjectRevision
2
2
 
3
3
  ## Properties
4
4
 
@@ -11,17 +11,30 @@
11
11
  | **kratos_courier_smtp_from_address** | **String** | Configures the Ory Kratos SMTP From Address This governs the \"courier.smtp.from_address\" setting. | [optional] |
12
12
  | **kratos_courier_smtp_from_name** | **String** | Configures the Ory Kratos SMTP From Name This governs the \"courier.smtp.from_name\" setting. | [optional] |
13
13
  | **kratos_courier_smtp_headers** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |
14
- | **kratos_identity_schemas** | [**Array<ProjectRevisionIdentitySchema>**](ProjectRevisionIdentitySchema.md) | | [optional] |
14
+ | **kratos_courier_templates_recovery_invalid_email_body_html** | **String** | Configures the Ory Kratos Invalid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting. | [optional] |
15
+ | **kratos_courier_templates_recovery_invalid_email_body_plaintext** | **String** | Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting. | [optional] |
16
+ | **kratos_courier_templates_recovery_invalid_email_subject** | **String** | Configures the Ory Kratos Invalid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting. | [optional] |
17
+ | **kratos_courier_templates_recovery_valid_email_body_html** | **String** | Configures the Ory Kratos Valid Recovery Email Body HTML Template This governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting. | [optional] |
18
+ | **kratos_courier_templates_recovery_valid_email_body_plaintext** | **String** | Configures the Ory Kratos Valid Recovery Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting. | [optional] |
19
+ | **kratos_courier_templates_recovery_valid_email_subject** | **String** | Configures the Ory Kratos Valid Recovery Email Subject Template This governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting. | [optional] |
20
+ | **kratos_courier_templates_verification_invalid_email_body_html** | **String** | Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting. | [optional] |
21
+ | **kratos_courier_templates_verification_invalid_email_body_plaintext** | **String** | Configures the Ory Kratos Invalid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting. | [optional] |
22
+ | **kratos_courier_templates_verification_invalid_email_subject** | **String** | Configures the Ory Kratos Invalid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting. | [optional] |
23
+ | **kratos_courier_templates_verification_valid_email_body_html** | **String** | Configures the Ory Kratos Valid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting. | [optional] |
24
+ | **kratos_courier_templates_verification_valid_email_body_plaintext** | **String** | Configures the Ory Kratos Valid Verification Email Body Plaintext Template This governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting. | [optional] |
25
+ | **kratos_courier_templates_verification_valid_email_subject** | **String** | Configures the Ory Kratos Valid Verification Email Subject Template This governs the \"courier.smtp.templates.verification.valid.email.subject\" setting. | [optional] |
26
+ | **kratos_identity_schemas** | [**Array<NormalizedProjectRevisionIdentitySchema>**](NormalizedProjectRevisionIdentitySchema.md) | | [optional] |
15
27
  | **kratos_secrets_cipher** | **Array<String>** | | [optional] |
16
28
  | **kratos_secrets_cookie** | **Array<String>** | | [optional] |
17
29
  | **kratos_secrets_default** | **Array<String>** | | [optional] |
18
30
  | **kratos_selfservice_allowed_return_urls** | **Array<String>** | | [optional] |
19
31
  | **kratos_selfservice_default_browser_return_url** | **String** | Configures the Ory Kratos Default Return URL This governs the \"selfservice.allowed_return_urls\" setting. | [optional] |
20
32
  | **kratos_selfservice_flows_error_ui_url** | **String** | Configures the Ory Kratos Error UI URL This governs the \"selfservice.flows.error.ui_url\" setting. | [optional] |
21
- | **kratos_selfservice_flows_hooks** | [**Array<ProjectRevisionHook>**](ProjectRevisionHook.md) | | [optional] |
33
+ | **kratos_selfservice_flows_hooks** | [**Array<NormalizedProjectRevisionHook>**](NormalizedProjectRevisionHook.md) | | [optional] |
22
34
  | **kratos_selfservice_flows_login_after_default_browser_return_url** | **String** | Configures the Ory Kratos Login Default Return URL This governs the \"selfservice.flows.login.after.default_browser_return_url\" setting. | [optional] |
23
35
  | **kratos_selfservice_flows_login_after_oidc_default_browser_return_url** | **String** | Configures the Ory Kratos Login After OIDC Default Return URL This governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting. | [optional] |
24
36
  | **kratos_selfservice_flows_login_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting. | [optional] |
37
+ | **kratos_selfservice_flows_login_after_webauthn_default_browser_return_url** | **String** | Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting. | [optional] |
25
38
  | **kratos_selfservice_flows_login_lifespan** | **String** | Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting. | [optional] |
26
39
  | **kratos_selfservice_flows_login_ui_url** | **String** | Configures the Ory Kratos Login UI URL This governs the \"selfservice.flows.login.ui_url\" setting. | [optional] |
27
40
  | **kratos_selfservice_flows_logout_after_default_browser_return_url** | **String** | Configures the Ory Kratos Logout Default Return URL This governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting. | [optional] |
@@ -32,8 +45,10 @@
32
45
  | **kratos_selfservice_flows_registration_after_default_browser_return_url** | **String** | Configures the Ory Kratos Registration Default Return URL This governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting. | [optional] |
33
46
  | **kratos_selfservice_flows_registration_after_oidc_default_browser_return_url** | **String** | Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting. | [optional] |
34
47
  | **kratos_selfservice_flows_registration_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting. | [optional] |
48
+ | **kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url** | **String** | Configures the Ory Kratos Registration After Password Default Return URL This governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting. | [optional] |
49
+ | **kratos_selfservice_flows_registration_enabled** | **Boolean** | | [optional] |
35
50
  | **kratos_selfservice_flows_registration_lifespan** | **String** | Configures the Ory Kratos Registration Lifespan This governs the \"selfservice.flows.registration.lifespan\" setting. | [optional] |
36
- | **kratos_selfservice_flows_registration_ui_url** | **String** | Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting.0 | [optional] |
51
+ | **kratos_selfservice_flows_registration_ui_url** | **String** | Configures the Ory Kratos Registration UI URL This governs the \"selfservice.flows.registration.ui_url\" setting. | [optional] |
37
52
  | **kratos_selfservice_flows_settings_after_default_browser_return_url** | **String** | Configures the Ory Kratos Settings Default Return URL This governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting. | [optional] |
38
53
  | **kratos_selfservice_flows_settings_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Settings Default Return URL After Updating Passwords This governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting. | [optional] |
39
54
  | **kratos_selfservice_flows_settings_after_profile_default_browser_return_url** | **String** | Configures the Ory Kratos Settings Default Return URL After Updating Profiles This governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting. | [optional] |
@@ -49,15 +64,19 @@
49
64
  | **kratos_selfservice_methods_link_config_lifespan** | **String** | Configures whether Ory Kratos Link Method is enabled This governs the \"selfservice.methods.link.config.lifespan\" setting. | [optional] |
50
65
  | **kratos_selfservice_methods_link_enabled** | **Boolean** | | [optional] |
51
66
  | **kratos_selfservice_methods_lookup_secret_enabled** | **Boolean** | | [optional] |
52
- | **kratos_selfservice_methods_oidc_config_providers** | [**Array<ProjectRevisionThirdPartyLoginProvider>**](ProjectRevisionThirdPartyLoginProvider.md) | | [optional] |
67
+ | **kratos_selfservice_methods_oidc_config_base_redirect_uri** | **String** | Configures the Ory Kratos Third Party / OpenID Connect base redirect URI This governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting. | [optional] |
68
+ | **kratos_selfservice_methods_oidc_config_providers** | [**Array<NormalizedProjectRevisionThirdPartyProvider>**](NormalizedProjectRevisionThirdPartyProvider.md) | | [optional] |
53
69
  | **kratos_selfservice_methods_oidc_enabled** | **Boolean** | Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled This governs the \"selfservice.methods.oidc.enabled\" setting. | [optional] |
54
70
  | **kratos_selfservice_methods_password_config_haveibeenpwned_enabled** | **Boolean** | | [optional] |
71
+ | **kratos_selfservice_methods_password_config_identifier_similarity_check_enabled** | **Boolean** | | [optional] |
55
72
  | **kratos_selfservice_methods_password_config_ignore_network_errors** | **Boolean** | | [optional] |
56
- | **kratos_selfservice_methods_password_config_max_breaches** | **Integer** | Configures Ory Kratos Password Max Breaches Detection This governs the \"selfservice.methods.password.enabled\" setting. | [optional] |
73
+ | **kratos_selfservice_methods_password_config_max_breaches** | **Integer** | Configures Ory Kratos Password Max Breaches Detection This governs the \"selfservice.methods.password.config.max_breaches\" setting. | [optional] |
74
+ | **kratos_selfservice_methods_password_config_min_password_length** | **Integer** | Configures the minimum length of passwords. This governs the \"selfservice.methods.password.config.min_password_length\" setting. | [optional] |
57
75
  | **kratos_selfservice_methods_password_enabled** | **Boolean** | | [optional] |
58
76
  | **kratos_selfservice_methods_profile_enabled** | **Boolean** | | [optional] |
59
77
  | **kratos_selfservice_methods_totp_config_issuer** | **String** | Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting. | [optional] |
60
78
  | **kratos_selfservice_methods_totp_enabled** | **Boolean** | | [optional] |
79
+ | **kratos_selfservice_methods_webauthn_config_passwordless** | **Boolean** | Configures whether Ory Kratos Webauthn is used for passwordless flows This governs the \"selfservice.methods.webauthn.config.passwordless\" setting. | [optional] |
61
80
  | **kratos_selfservice_methods_webauthn_config_rp_display_name** | **String** | Configures the Ory Kratos Webauthn RP Display Name This governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting. | [optional] |
62
81
  | **kratos_selfservice_methods_webauthn_config_rp_icon** | **String** | Configures the Ory Kratos Webauthn RP Icon This governs the \"selfservice.methods.webauthn.config.rp.icon\" setting. | [optional] |
63
82
  | **kratos_selfservice_methods_webauthn_config_rp_id** | **String** | Configures the Ory Kratos Webauthn RP ID This governs the \"selfservice.methods.webauthn.config.rp.id\" setting. | [optional] |
@@ -76,7 +95,7 @@
76
95
  ```ruby
77
96
  require 'ory-client'
78
97
 
79
- instance = OryClient::ProjectRevision.new(
98
+ instance = OryClient::NormalizedProjectRevision.new(
80
99
  created_at: null,
81
100
  id: null,
82
101
  kratos_cookies_same_site: null,
@@ -84,6 +103,18 @@ instance = OryClient::ProjectRevision.new(
84
103
  kratos_courier_smtp_from_address: null,
85
104
  kratos_courier_smtp_from_name: null,
86
105
  kratos_courier_smtp_headers: null,
106
+ kratos_courier_templates_recovery_invalid_email_body_html: null,
107
+ kratos_courier_templates_recovery_invalid_email_body_plaintext: null,
108
+ kratos_courier_templates_recovery_invalid_email_subject: null,
109
+ kratos_courier_templates_recovery_valid_email_body_html: null,
110
+ kratos_courier_templates_recovery_valid_email_body_plaintext: null,
111
+ kratos_courier_templates_recovery_valid_email_subject: null,
112
+ kratos_courier_templates_verification_invalid_email_body_html: null,
113
+ kratos_courier_templates_verification_invalid_email_body_plaintext: null,
114
+ kratos_courier_templates_verification_invalid_email_subject: null,
115
+ kratos_courier_templates_verification_valid_email_body_html: null,
116
+ kratos_courier_templates_verification_valid_email_body_plaintext: null,
117
+ kratos_courier_templates_verification_valid_email_subject: null,
87
118
  kratos_identity_schemas: null,
88
119
  kratos_secrets_cipher: null,
89
120
  kratos_secrets_cookie: null,
@@ -95,6 +126,7 @@ instance = OryClient::ProjectRevision.new(
95
126
  kratos_selfservice_flows_login_after_default_browser_return_url: null,
96
127
  kratos_selfservice_flows_login_after_oidc_default_browser_return_url: null,
97
128
  kratos_selfservice_flows_login_after_password_default_browser_return_url: null,
129
+ kratos_selfservice_flows_login_after_webauthn_default_browser_return_url: null,
98
130
  kratos_selfservice_flows_login_lifespan: null,
99
131
  kratos_selfservice_flows_login_ui_url: null,
100
132
  kratos_selfservice_flows_logout_after_default_browser_return_url: null,
@@ -105,6 +137,8 @@ instance = OryClient::ProjectRevision.new(
105
137
  kratos_selfservice_flows_registration_after_default_browser_return_url: null,
106
138
  kratos_selfservice_flows_registration_after_oidc_default_browser_return_url: null,
107
139
  kratos_selfservice_flows_registration_after_password_default_browser_return_url: null,
140
+ kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url: null,
141
+ kratos_selfservice_flows_registration_enabled: null,
108
142
  kratos_selfservice_flows_registration_lifespan: null,
109
143
  kratos_selfservice_flows_registration_ui_url: null,
110
144
  kratos_selfservice_flows_settings_after_default_browser_return_url: null,
@@ -122,15 +156,19 @@ instance = OryClient::ProjectRevision.new(
122
156
  kratos_selfservice_methods_link_config_lifespan: null,
123
157
  kratos_selfservice_methods_link_enabled: null,
124
158
  kratos_selfservice_methods_lookup_secret_enabled: null,
159
+ kratos_selfservice_methods_oidc_config_base_redirect_uri: null,
125
160
  kratos_selfservice_methods_oidc_config_providers: null,
126
161
  kratos_selfservice_methods_oidc_enabled: null,
127
162
  kratos_selfservice_methods_password_config_haveibeenpwned_enabled: null,
163
+ kratos_selfservice_methods_password_config_identifier_similarity_check_enabled: null,
128
164
  kratos_selfservice_methods_password_config_ignore_network_errors: null,
129
165
  kratos_selfservice_methods_password_config_max_breaches: null,
166
+ kratos_selfservice_methods_password_config_min_password_length: null,
130
167
  kratos_selfservice_methods_password_enabled: null,
131
168
  kratos_selfservice_methods_profile_enabled: null,
132
169
  kratos_selfservice_methods_totp_config_issuer: null,
133
170
  kratos_selfservice_methods_totp_enabled: null,
171
+ kratos_selfservice_methods_webauthn_config_passwordless: null,
134
172
  kratos_selfservice_methods_webauthn_config_rp_display_name: null,
135
173
  kratos_selfservice_methods_webauthn_config_rp_icon: null,
136
174
  kratos_selfservice_methods_webauthn_config_rp_id: null,
@@ -1,4 +1,4 @@
1
- # OryClient::ProjectRevisionHook
1
+ # OryClient::NormalizedProjectRevisionHook
2
2
 
3
3
  ## Properties
4
4
 
@@ -18,6 +18,7 @@
18
18
  | **web_hook_config_auth_type** | **String** | HTTP Auth Method to use for the Web-Hook | [optional] |
19
19
  | **web_hook_config_body** | **String** | URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads. | [optional] |
20
20
  | **web_hook_config_method** | **String** | The HTTP method to use (GET, POST, etc) for the Web-Hook | [optional] |
21
+ | **web_hook_config_response_ignore** | **Boolean** | Whether to ignore the Web Hook response | [optional] |
21
22
  | **web_hook_config_url** | **String** | The URL the Web-Hook should call | [optional] |
22
23
 
23
24
  ## Example
@@ -25,7 +26,7 @@
25
26
  ```ruby
26
27
  require 'ory-client'
27
28
 
28
- instance = OryClient::ProjectRevisionHook.new(
29
+ instance = OryClient::NormalizedProjectRevisionHook.new(
29
30
  config_key: null,
30
31
  created_at: null,
31
32
  hook: null,
@@ -40,6 +41,7 @@ instance = OryClient::ProjectRevisionHook.new(
40
41
  web_hook_config_auth_type: null,
41
42
  web_hook_config_body: base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=,
42
43
  web_hook_config_method: POST,
44
+ web_hook_config_response_ignore: null,
43
45
  web_hook_config_url: https://www.example.org/web-hook-listener
44
46
  )
45
47
  ```