ory-client 0.0.1.alpha56 → 0.0.1.alpha67

Sign up to get free protection for your applications and to get access to all the features.
Files changed (397) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +15 -15
  4. data/docs/CloudAccount.md +22 -0
  5. data/docs/Identity.md +1 -1
  6. data/docs/IdentitySchema.md +6 -0
  7. data/docs/InvitePayload.md +18 -0
  8. data/docs/Project.md +2 -0
  9. data/docs/ProjectInvite.md +34 -0
  10. data/docs/ProjectRevision.md +127 -53
  11. data/docs/ProjectRevisionHook.md +46 -0
  12. data/docs/ProjectRevisionIdentitySchema.md +36 -0
  13. data/docs/ProjectRevisionThirdPartyLoginProvider.md +54 -0
  14. data/docs/QuotaProjectMemberSeats.md +22 -0
  15. data/docs/SuccessfulUpdateProjectConfig.md +20 -0
  16. data/docs/UiNodeInputAttributes.md +1 -1
  17. data/docs/UpdateProjectConfigConfig.md +18 -0
  18. data/docs/V0alpha0Api.md +4 -4
  19. data/docs/Warning.md +20 -0
  20. data/lib/ory-client/api/metadata_api.rb +2 -2
  21. data/lib/ory-client/api/v0alpha0_api.rb +16 -10
  22. data/lib/ory-client/api/v0alpha2_api.rb +38 -11
  23. data/lib/ory-client/api_client.rb +5 -5
  24. data/lib/ory-client/api_error.rb +2 -2
  25. data/lib/ory-client/configuration.rb +4 -3
  26. data/lib/ory-client/models/active_project.rb +2 -2
  27. data/lib/ory-client/models/admin_create_identity_body.rb +2 -2
  28. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +2 -2
  29. data/lib/ory-client/models/admin_update_identity_body.rb +2 -2
  30. data/lib/ory-client/models/api_token.rb +2 -2
  31. data/lib/ory-client/models/authenticator_assurance_level.rb +2 -2
  32. data/lib/ory-client/models/{project_totp_config.rb → cloud_account.rb} +27 -20
  33. data/lib/ory-client/models/cname_settings.rb +2 -2
  34. data/lib/ory-client/models/create_custom_hostname_body.rb +2 -2
  35. data/lib/ory-client/models/create_subscription_payload.rb +2 -2
  36. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +2 -2
  37. data/lib/ory-client/models/generic_error.rb +2 -2
  38. data/lib/ory-client/models/health_not_ready_status.rb +2 -2
  39. data/lib/ory-client/models/health_status.rb +2 -2
  40. data/lib/ory-client/models/identity.rb +3 -3
  41. data/lib/ory-client/models/identity_credentials.rb +2 -2
  42. data/lib/ory-client/models/identity_credentials_type.rb +2 -2
  43. data/lib/ory-client/models/identity_preset.rb +2 -2
  44. data/lib/ory-client/models/identity_schema.rb +43 -3
  45. data/lib/ory-client/models/identity_schema_location.rb +2 -2
  46. data/lib/ory-client/models/identity_schema_validation_result.rb +2 -2
  47. data/lib/ory-client/models/identity_state.rb +2 -2
  48. data/lib/ory-client/models/inline_response200.rb +2 -2
  49. data/lib/ory-client/models/inline_response2001.rb +2 -2
  50. data/lib/ory-client/models/inline_response503.rb +2 -2
  51. data/lib/ory-client/models/{project_recovery_config.rb → invite_payload.rb} +12 -13
  52. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +2 -2
  53. data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +2 -2
  54. data/lib/ory-client/models/json_error.rb +2 -2
  55. data/lib/ory-client/models/needs_privileged_session_error.rb +2 -2
  56. data/lib/ory-client/models/null_plan.rb +2 -2
  57. data/lib/ory-client/models/pagination.rb +2 -2
  58. data/lib/ory-client/models/project.rb +19 -3
  59. data/lib/ory-client/models/project_host.rb +2 -2
  60. data/lib/ory-client/models/{project_web_authn_config.rb → project_invite.rb} +117 -41
  61. data/lib/ory-client/models/project_revision.rb +556 -218
  62. data/lib/ory-client/models/project_revision_hook.rb +367 -0
  63. data/lib/ory-client/models/{redirection_config.rb → project_revision_identity_schema.rb} +78 -56
  64. data/lib/ory-client/models/{project_oidc_config.rb → project_revision_third_party_login_provider.rb} +90 -33
  65. data/lib/ory-client/models/project_slug.rb +2 -2
  66. data/lib/ory-client/models/{redirection_field.rb → quota_project_member_seats.rb} +24 -33
  67. data/lib/ory-client/models/recovery_address.rb +2 -2
  68. data/lib/ory-client/models/revoked_sessions.rb +2 -2
  69. data/lib/ory-client/models/schema_patch.rb +2 -2
  70. data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +2 -2
  71. data/lib/ory-client/models/self_service_error.rb +2 -2
  72. data/lib/ory-client/models/self_service_flow_expired_error.rb +2 -2
  73. data/lib/ory-client/models/self_service_login_flow.rb +2 -2
  74. data/lib/ory-client/models/self_service_logout_url.rb +2 -2
  75. data/lib/ory-client/models/self_service_recovery_flow.rb +2 -2
  76. data/lib/ory-client/models/self_service_recovery_flow_state.rb +2 -2
  77. data/lib/ory-client/models/self_service_recovery_link.rb +2 -2
  78. data/lib/ory-client/models/self_service_registration_flow.rb +2 -2
  79. data/lib/ory-client/models/self_service_settings_flow.rb +2 -2
  80. data/lib/ory-client/models/self_service_settings_flow_state.rb +2 -2
  81. data/lib/ory-client/models/self_service_verification_flow.rb +2 -2
  82. data/lib/ory-client/models/self_service_verification_flow_state.rb +2 -2
  83. data/lib/ory-client/models/session.rb +2 -2
  84. data/lib/ory-client/models/session_authentication_method.rb +2 -2
  85. data/lib/ory-client/models/session_device.rb +2 -2
  86. data/lib/ory-client/models/settings_profile_form_config.rb +2 -2
  87. data/lib/ory-client/models/stripe_customer_response.rb +2 -2
  88. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +2 -2
  89. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +2 -2
  90. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +2 -2
  91. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +2 -2
  92. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +2 -2
  93. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +2 -2
  94. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +2 -2
  95. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +2 -2
  96. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +2 -2
  97. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +2 -2
  98. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +2 -2
  99. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +2 -2
  100. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +2 -2
  101. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +2 -2
  102. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +2 -2
  103. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +2 -2
  104. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +2 -2
  105. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +2 -2
  106. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +2 -2
  107. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +2 -2
  108. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +2 -2
  109. data/lib/ory-client/models/subscription.rb +2 -2
  110. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +2 -2
  111. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +2 -2
  112. data/lib/ory-client/models/{project_verification_config.rb → successful_update_project_config.rb} +21 -20
  113. data/lib/ory-client/models/ui_container.rb +2 -2
  114. data/lib/ory-client/models/ui_node.rb +2 -2
  115. data/lib/ory-client/models/ui_node_anchor_attributes.rb +2 -2
  116. data/lib/ory-client/models/ui_node_attributes.rb +2 -2
  117. data/lib/ory-client/models/ui_node_image_attributes.rb +2 -2
  118. data/lib/ory-client/models/ui_node_input_attributes.rb +3 -3
  119. data/lib/ory-client/models/ui_node_meta.rb +2 -2
  120. data/lib/ory-client/models/ui_node_script_attributes.rb +2 -2
  121. data/lib/ory-client/models/ui_node_text_attributes.rb +2 -2
  122. data/lib/ory-client/models/ui_text.rb +2 -2
  123. data/lib/ory-client/models/update_custom_hostname_body.rb +2 -2
  124. data/lib/ory-client/models/{project_lookup_secret_config.rb → update_project_config_config.rb} +18 -13
  125. data/lib/ory-client/models/update_subscription_payload.rb +2 -2
  126. data/lib/ory-client/models/verifiable_identity_address.rb +2 -2
  127. data/lib/ory-client/models/version.rb +2 -2
  128. data/lib/ory-client/models/{project_password_config.rb → warning.rb} +18 -20
  129. data/lib/ory-client/version.rb +3 -3
  130. data/lib/ory-client.rb +12 -12
  131. data/ory-client.gemspec +2 -2
  132. data/spec/api/metadata_api_spec.rb +2 -2
  133. data/spec/api/v0alpha0_api_spec.rb +4 -4
  134. data/spec/api/v0alpha2_api_spec.rb +2 -2
  135. data/spec/api_client_spec.rb +4 -4
  136. data/spec/configuration_spec.rb +2 -2
  137. data/spec/models/active_project_spec.rb +2 -2
  138. data/spec/models/admin_create_identity_body_spec.rb +2 -2
  139. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +2 -2
  140. data/spec/models/admin_update_identity_body_spec.rb +2 -2
  141. data/spec/models/api_token_spec.rb +2 -2
  142. data/spec/models/authenticator_assurance_level_spec.rb +2 -2
  143. data/spec/models/{project_password_config_spec.rb → cloud_account_spec.rb} +16 -10
  144. data/spec/models/cname_settings_spec.rb +2 -2
  145. data/spec/models/create_custom_hostname_body_spec.rb +2 -2
  146. data/spec/models/create_subscription_payload_spec.rb +2 -2
  147. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +2 -2
  148. data/spec/models/generic_error_spec.rb +2 -2
  149. data/spec/models/health_not_ready_status_spec.rb +2 -2
  150. data/spec/models/health_status_spec.rb +2 -2
  151. data/spec/models/identity_credentials_spec.rb +2 -2
  152. data/spec/models/identity_credentials_type_spec.rb +2 -2
  153. data/spec/models/identity_preset_spec.rb +2 -2
  154. data/spec/models/identity_schema_location_spec.rb +2 -2
  155. data/spec/models/identity_schema_spec.rb +20 -2
  156. data/spec/models/identity_schema_validation_result_spec.rb +2 -2
  157. data/spec/models/identity_spec.rb +2 -2
  158. data/spec/models/identity_state_spec.rb +2 -2
  159. data/spec/models/inline_response2001_spec.rb +2 -2
  160. data/spec/models/inline_response200_spec.rb +2 -2
  161. data/spec/models/inline_response503_spec.rb +2 -2
  162. data/spec/models/{project_recovery_config_spec.rb → invite_payload_spec.rb} +9 -9
  163. data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +2 -2
  164. data/spec/models/is_owner_for_project_by_slug_spec.rb +2 -2
  165. data/spec/models/json_error_spec.rb +2 -2
  166. data/spec/models/needs_privileged_session_error_spec.rb +2 -2
  167. data/spec/models/null_plan_spec.rb +2 -2
  168. data/spec/models/pagination_spec.rb +2 -2
  169. data/spec/models/project_host_spec.rb +2 -2
  170. data/spec/models/{redirection_config_spec.rb → project_invite_spec.rb} +22 -16
  171. data/spec/models/{project_oidc_config_spec.rb → project_revision_hook_spec.rb} +32 -20
  172. data/spec/models/project_revision_identity_schema_spec.rb +88 -0
  173. data/spec/models/project_revision_spec.rb +253 -31
  174. data/spec/models/{project_patch_spec.rb → project_revision_third_party_login_provider_spec.rb} +27 -45
  175. data/spec/models/project_slug_spec.rb +2 -2
  176. data/spec/models/project_spec.rb +8 -2
  177. data/spec/models/{redirection_field_spec.rb → quota_project_member_seats_spec.rb} +11 -17
  178. data/spec/models/recovery_address_spec.rb +2 -2
  179. data/spec/models/revoked_sessions_spec.rb +2 -2
  180. data/spec/models/schema_patch_spec.rb +2 -2
  181. data/spec/models/self_service_browser_location_change_required_error_spec.rb +2 -2
  182. data/spec/models/self_service_error_spec.rb +2 -2
  183. data/spec/models/self_service_flow_expired_error_spec.rb +2 -2
  184. data/spec/models/self_service_login_flow_spec.rb +2 -2
  185. data/spec/models/self_service_logout_url_spec.rb +2 -2
  186. data/spec/models/self_service_recovery_flow_spec.rb +2 -2
  187. data/spec/models/self_service_recovery_flow_state_spec.rb +2 -2
  188. data/spec/models/self_service_recovery_link_spec.rb +2 -2
  189. data/spec/models/self_service_registration_flow_spec.rb +2 -2
  190. data/spec/models/self_service_settings_flow_spec.rb +2 -2
  191. data/spec/models/self_service_settings_flow_state_spec.rb +2 -2
  192. data/spec/models/self_service_verification_flow_spec.rb +2 -2
  193. data/spec/models/self_service_verification_flow_state_spec.rb +2 -2
  194. data/spec/models/session_authentication_method_spec.rb +2 -2
  195. data/spec/models/session_device_spec.rb +2 -2
  196. data/spec/models/session_spec.rb +2 -2
  197. data/spec/models/settings_profile_form_config_spec.rb +2 -2
  198. data/spec/models/stripe_customer_response_spec.rb +2 -2
  199. data/spec/models/submit_self_service_login_flow_body_spec.rb +2 -2
  200. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +2 -2
  201. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +2 -2
  202. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +2 -2
  203. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +2 -2
  204. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +2 -2
  205. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +2 -2
  206. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +2 -2
  207. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +2 -2
  208. data/spec/models/submit_self_service_registration_flow_body_spec.rb +2 -2
  209. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +2 -2
  210. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +2 -2
  211. data/spec/models/submit_self_service_settings_flow_body_spec.rb +2 -2
  212. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +2 -2
  213. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +2 -2
  214. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +2 -2
  215. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +2 -2
  216. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +2 -2
  217. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +2 -2
  218. data/spec/models/submit_self_service_verification_flow_body_spec.rb +2 -2
  219. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +2 -2
  220. data/spec/models/subscription_spec.rb +2 -2
  221. data/spec/models/successful_self_service_login_without_browser_spec.rb +2 -2
  222. data/spec/models/successful_self_service_registration_without_browser_spec.rb +2 -2
  223. data/spec/models/{project_verification_config_spec.rb → successful_update_project_config_spec.rb} +10 -10
  224. data/spec/models/ui_container_spec.rb +2 -2
  225. data/spec/models/ui_node_anchor_attributes_spec.rb +2 -2
  226. data/spec/models/ui_node_attributes_spec.rb +2 -2
  227. data/spec/models/ui_node_image_attributes_spec.rb +2 -2
  228. data/spec/models/ui_node_input_attributes_spec.rb +2 -2
  229. data/spec/models/ui_node_meta_spec.rb +2 -2
  230. data/spec/models/ui_node_script_attributes_spec.rb +2 -2
  231. data/spec/models/ui_node_spec.rb +2 -2
  232. data/spec/models/ui_node_text_attributes_spec.rb +2 -2
  233. data/spec/models/ui_text_spec.rb +2 -2
  234. data/spec/models/update_custom_hostname_body_spec.rb +2 -2
  235. data/spec/models/{project_lookup_secret_config_spec.rb → update_project_config_config_spec.rb} +9 -9
  236. data/spec/models/update_subscription_payload_spec.rb +2 -2
  237. data/spec/models/verifiable_identity_address_spec.rb +2 -2
  238. data/spec/models/version_spec.rb +2 -2
  239. data/spec/models/{project_totp_config_spec.rb → warning_spec.rb} +10 -10
  240. data/spec/spec_helper.rb +2 -2
  241. data/vendor/bundle/ruby/2.5.0/cache/rspec-core-3.10.2.gem +0 -0
  242. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.10.3.gem +0 -0
  243. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  244. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  245. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  246. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
  247. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
  248. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
  249. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  250. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  251. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  252. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
  253. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/.document +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/.yardopts +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/Changelog.md +17 -2
  256. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/LICENSE.md +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/README.md +1 -1
  258. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/exe/rspec +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/autorun.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/backtrace_formatter.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/coordinator.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/server.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/shell_command.rb +0 -0
  266. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/bisect/utilities.rb +12 -1
  268. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/configuration.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/configuration_options.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/did_you_mean.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/drb.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/dsl.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/example.rb +1 -1
  274. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/example_group.rb +2 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/example_status_persister.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/filter_manager.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/flat_map.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/console_codes.rb +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/exception_presenter.rb +1 -1
  287. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/helpers.rb +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/html_printer.rb +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/protocol.rb +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  299. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/formatters.rb +8 -2
  300. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/hooks.rb +0 -0
  301. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/invocations.rb +0 -0
  302. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/memoized_helpers.rb +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/metadata.rb +0 -0
  304. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/metadata_filter.rb +0 -0
  305. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  306. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  309. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  310. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  311. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/notifications.rb +0 -0
  312. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/option_parser.rb +0 -0
  313. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/ordering.rb +0 -0
  314. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/output_wrapper.rb +0 -0
  315. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/pending.rb +8 -16
  316. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/profiler.rb +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/project_initializer/.rspec +0 -0
  318. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/project_initializer/spec/spec_helper.rb +2 -4
  319. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/project_initializer.rb +0 -0
  320. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/rake_task.rb +0 -0
  321. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/reporter.rb +0 -0
  322. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/ruby_project.rb +0 -0
  323. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/runner.rb +0 -0
  324. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/sandbox.rb +0 -0
  325. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/set.rb +0 -0
  326. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/shared_context.rb +0 -0
  327. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/shared_example_group.rb +0 -0
  328. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/shell_escape.rb +0 -0
  329. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  330. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/version.rb +1 -1
  331. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/warnings.rb +0 -0
  332. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core/world.rb +0 -0
  333. data/vendor/bundle/ruby/2.5.0/gems/{rspec-core-3.10.1 → rspec-core-3.10.2}/lib/rspec/core.rb +0 -0
  334. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/.document +0 -0
  335. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/.yardopts +0 -0
  336. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/Changelog.md +10 -1
  337. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/LICENSE.md +0 -0
  338. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/README.md +0 -0
  339. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  340. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  341. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  342. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  343. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  344. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  345. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  346. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  347. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  348. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/any_instance.rb +0 -0
  349. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/argument_list_matcher.rb +17 -3
  350. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/argument_matchers.rb +0 -0
  351. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/configuration.rb +0 -0
  352. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/error_generator.rb +0 -0
  353. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/example_methods.rb +0 -0
  354. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  355. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/marshal_extension.rb +0 -0
  356. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  357. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  358. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/receive.rb +1 -0
  359. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  360. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  361. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/message_chain.rb +0 -0
  362. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/message_expectation.rb +2 -1
  363. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/method_double.rb +0 -0
  364. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/method_reference.rb +0 -0
  365. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/minitest_integration.rb +0 -0
  366. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/mutate_const.rb +0 -0
  367. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/object_reference.rb +0 -0
  368. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/order_group.rb +0 -0
  369. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/proxy.rb +0 -0
  370. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/space.rb +0 -0
  371. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/standalone.rb +0 -0
  372. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/syntax.rb +0 -0
  373. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/targets.rb +0 -0
  374. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/test_double.rb +0 -0
  375. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/verifying_double.rb +2 -10
  376. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  377. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  378. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks/version.rb +1 -1
  379. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.10.2 → rspec-mocks-3.10.3}/lib/rspec/mocks.rb +0 -0
  380. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
  381. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-core-3.10.1.gemspec → rspec-core-3.10.2.gemspec} +5 -5
  382. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.10.2.gemspec → rspec-mocks-3.10.3.gemspec} +8 -8
  383. metadata +174 -174
  384. data/docs/ProjectLookupSecretConfig.md +0 -18
  385. data/docs/ProjectOidcConfig.md +0 -42
  386. data/docs/ProjectPasswordConfig.md +0 -20
  387. data/docs/ProjectPatch.md +0 -60
  388. data/docs/ProjectRecoveryConfig.md +0 -18
  389. data/docs/ProjectTotpConfig.md +0 -20
  390. data/docs/ProjectVerificationConfig.md +0 -20
  391. data/docs/ProjectWebAuthnConfig.md +0 -26
  392. data/docs/RedirectionConfig.md +0 -32
  393. data/docs/RedirectionField.md +0 -24
  394. data/lib/ory-client/models/project_patch.rb +0 -502
  395. data/spec/models/project_web_authn_config_spec.rb +0 -58
  396. data/vendor/bundle/ruby/2.5.0/cache/rspec-core-3.10.1.gem +0 -0
  397. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.10.2.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf00005be9d15f9a2e379db5d01a94f5e2a1e7d191fc860ec6648933134ea335
4
- data.tar.gz: 5347c04fd96f20bd5680d48bb66592d451a861374760b7b91e531e34bf17ec98
3
+ metadata.gz: fdc7f6e91d67b929fbef6da0f271f62a637018d5e847bd5911af03617e88856a
4
+ data.tar.gz: e3fb13db7daf4984453a23b81f6b5aae557409c174d7548a9bdc34431299738d
5
5
  SHA512:
6
- metadata.gz: b7066666a3e1f3aa5cdb17a8c1d75794a3db8931efc6bdbb43bb9b5a9f074feb6472bda9cfdb84126682a928f3b3e0981f92e5aef097edc2d050e71e10fe8e2c
7
- data.tar.gz: 18b1458a0c71897025c4f898b89812e185298b24dab9354ed1e88424a43924ecbe06544093ad31afab7e43329c95888304ced5322c583340d66aa499f6dacd94
6
+ metadata.gz: 6150295a4346496c9b7c0c918c8969a3828ffe9425e4c0c673c475b98980da3050caabfd841643ec22b9f74c01a29606d1dd8878bcb99b3e7b5441c1805610ab
7
+ data.tar.gz: 26534eeac3358f9a17b3710c3df7749ba747c610bbc9bd76e5419da1a84b61ab09beda47f73b9f1fff09caeb295c9631c603a46d5c059264ddb6023e9096e2df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-client (0.0.1.alpha56)
4
+ ory-client (0.0.1.alpha67)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -33,12 +33,12 @@ GEM
33
33
  rspec-core (~> 3.10.0)
34
34
  rspec-expectations (~> 3.10.0)
35
35
  rspec-mocks (~> 3.10.0)
36
- rspec-core (3.10.1)
36
+ rspec-core (3.10.2)
37
37
  rspec-support (~> 3.10.0)
38
38
  rspec-expectations (3.10.2)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.10.0)
41
- rspec-mocks (3.10.2)
41
+ rspec-mocks (3.10.3)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.10.0)
44
44
  rspec-support (3.10.3)
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.56
12
- - Package version: v0.0.1-alpha.56
11
+ - API version: v0.0.1-alpha.67
12
+ - Package version: v0.0.1-alpha.67
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.56.gem
28
+ gem install ./ory-client-v0.0.1-alpha.67.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.56.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.67.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.56'
37
+ gem 'ory-client', '~> v0.0.1-alpha.67'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -132,6 +132,7 @@ Class | Method | HTTP request | Description
132
132
  - [OryClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md)
133
133
  - [OryClient::ApiToken](docs/ApiToken.md)
134
134
  - [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md)
135
+ - [OryClient::CloudAccount](docs/CloudAccount.md)
135
136
  - [OryClient::CnameSettings](docs/CnameSettings.md)
136
137
  - [OryClient::CreateCustomHostnameBody](docs/CreateCustomHostnameBody.md)
137
138
  - [OryClient::CreateSubscriptionPayload](docs/CreateSubscriptionPayload.md)
@@ -150,6 +151,7 @@ Class | Method | HTTP request | Description
150
151
  - [OryClient::InlineResponse200](docs/InlineResponse200.md)
151
152
  - [OryClient::InlineResponse2001](docs/InlineResponse2001.md)
152
153
  - [OryClient::InlineResponse503](docs/InlineResponse503.md)
154
+ - [OryClient::InvitePayload](docs/InvitePayload.md)
153
155
  - [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
154
156
  - [OryClient::IsOwnerForProjectBySlugPayload](docs/IsOwnerForProjectBySlugPayload.md)
155
157
  - [OryClient::JsonError](docs/JsonError.md)
@@ -158,19 +160,14 @@ Class | Method | HTTP request | Description
158
160
  - [OryClient::Pagination](docs/Pagination.md)
159
161
  - [OryClient::Project](docs/Project.md)
160
162
  - [OryClient::ProjectHost](docs/ProjectHost.md)
161
- - [OryClient::ProjectLookupSecretConfig](docs/ProjectLookupSecretConfig.md)
162
- - [OryClient::ProjectOidcConfig](docs/ProjectOidcConfig.md)
163
- - [OryClient::ProjectPasswordConfig](docs/ProjectPasswordConfig.md)
164
- - [OryClient::ProjectPatch](docs/ProjectPatch.md)
165
- - [OryClient::ProjectRecoveryConfig](docs/ProjectRecoveryConfig.md)
163
+ - [OryClient::ProjectInvite](docs/ProjectInvite.md)
166
164
  - [OryClient::ProjectRevision](docs/ProjectRevision.md)
165
+ - [OryClient::ProjectRevisionHook](docs/ProjectRevisionHook.md)
166
+ - [OryClient::ProjectRevisionIdentitySchema](docs/ProjectRevisionIdentitySchema.md)
167
+ - [OryClient::ProjectRevisionThirdPartyLoginProvider](docs/ProjectRevisionThirdPartyLoginProvider.md)
167
168
  - [OryClient::ProjectSlug](docs/ProjectSlug.md)
168
- - [OryClient::ProjectTotpConfig](docs/ProjectTotpConfig.md)
169
- - [OryClient::ProjectVerificationConfig](docs/ProjectVerificationConfig.md)
170
- - [OryClient::ProjectWebAuthnConfig](docs/ProjectWebAuthnConfig.md)
169
+ - [OryClient::QuotaProjectMemberSeats](docs/QuotaProjectMemberSeats.md)
171
170
  - [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
172
- - [OryClient::RedirectionConfig](docs/RedirectionConfig.md)
173
- - [OryClient::RedirectionField](docs/RedirectionField.md)
174
171
  - [OryClient::RevokedSessions](docs/RevokedSessions.md)
175
172
  - [OryClient::SchemaPatch](docs/SchemaPatch.md)
176
173
  - [OryClient::SelfServiceBrowserLocationChangeRequiredError](docs/SelfServiceBrowserLocationChangeRequiredError.md)
@@ -215,6 +212,7 @@ Class | Method | HTTP request | Description
215
212
  - [OryClient::Subscription](docs/Subscription.md)
216
213
  - [OryClient::SuccessfulSelfServiceLoginWithoutBrowser](docs/SuccessfulSelfServiceLoginWithoutBrowser.md)
217
214
  - [OryClient::SuccessfulSelfServiceRegistrationWithoutBrowser](docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md)
215
+ - [OryClient::SuccessfulUpdateProjectConfig](docs/SuccessfulUpdateProjectConfig.md)
218
216
  - [OryClient::UiContainer](docs/UiContainer.md)
219
217
  - [OryClient::UiNode](docs/UiNode.md)
220
218
  - [OryClient::UiNodeAnchorAttributes](docs/UiNodeAnchorAttributes.md)
@@ -226,9 +224,11 @@ Class | Method | HTTP request | Description
226
224
  - [OryClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
227
225
  - [OryClient::UiText](docs/UiText.md)
228
226
  - [OryClient::UpdateCustomHostnameBody](docs/UpdateCustomHostnameBody.md)
227
+ - [OryClient::UpdateProjectConfigConfig](docs/UpdateProjectConfigConfig.md)
229
228
  - [OryClient::UpdateSubscriptionPayload](docs/UpdateSubscriptionPayload.md)
230
229
  - [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
231
230
  - [OryClient::Version](docs/Version.md)
231
+ - [OryClient::Warning](docs/Warning.md)
232
232
 
233
233
 
234
234
  ## Documentation for Authorization
@@ -0,0 +1,22 @@
1
+ # OryClient::CloudAccount
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **email** | **String** | | [optional] |
8
+ | **id** | **String** | | [optional] |
9
+ | **name** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'ory-client'
15
+
16
+ instance = OryClient::CloudAccount.new(
17
+ email: null,
18
+ id: null,
19
+ name: null
20
+ )
21
+ ```
22
+
data/docs/Identity.md CHANGED
@@ -12,7 +12,7 @@
12
12
  | **schema_url** | **String** | SchemaURL is the URL of the endpoint where the identity&#39;s traits schema can be fetched from. format: url | |
13
13
  | **state** | [**IdentityState**](IdentityState.md) | | [optional] |
14
14
  | **state_changed_at** | **Time** | | [optional] |
15
- | **traits** | [**AnyType**](.md) | Traits represent an identity&#39;s traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in &#x60;schema_url&#x60;. | |
15
+ | **traits** | **Object** | Traits represent an identity&#39;s traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in &#x60;schema_url&#x60;. | |
16
16
  | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
17
17
  | **verifiable_addresses** | [**Array&lt;VerifiableIdentityAddress&gt;**](VerifiableIdentityAddress.md) | VerifiableAddresses contains all the addresses that can be verified by the user. | [optional] |
18
18
 
@@ -4,6 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **blob_name** | **String** | The gcs file name This is a randomly generated name which is used to uniquely identify the file on the blob storage | |
8
+ | **blob_url** | **String** | The publicly accessible url of the schema | |
9
+ | **content_hash** | **String** | The Content Hash Contains a hash of the schema&#39;s content. | [optional] |
7
10
  | **created_at** | **Time** | The Schema&#39;s Creation Date | [readonly] |
8
11
  | **id** | **String** | | |
9
12
  | **name** | **String** | The schema name This is set by the user and is for them to easily recognise their schema | |
@@ -16,6 +19,9 @@
16
19
  require 'ory-client'
17
20
 
18
21
  instance = OryClient::IdentitySchema.new(
22
+ blob_name: null,
23
+ blob_url: null,
24
+ content_hash: null,
19
25
  created_at: null,
20
26
  id: null,
21
27
  name: CustomerIdentity,
@@ -0,0 +1,18 @@
1
+ # OryClient::InvitePayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **invitee_email** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-client'
13
+
14
+ instance = OryClient::InvitePayload.new(
15
+ invitee_email: null
16
+ )
17
+ ```
18
+
data/docs/Project.md CHANGED
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **created_at** | **Time** | The Project&#39;s Creation Date | [readonly] |
8
8
  | **current_revision** | [**ProjectRevision**](ProjectRevision.md) | | |
9
+ | **hosts** | **Array&lt;String&gt;** | | |
9
10
  | **id** | **String** | | |
10
11
  | **revisions** | [**Array&lt;ProjectRevision&gt;**](ProjectRevision.md) | | |
11
12
  | **slug** | **String** | The project&#39;s slug | [readonly] |
@@ -21,6 +22,7 @@ require 'ory-client'
21
22
  instance = OryClient::Project.new(
22
23
  created_at: null,
23
24
  current_revision: null,
25
+ hosts: null,
24
26
  id: null,
25
27
  revisions: null,
26
28
  slug: null,
@@ -0,0 +1,34 @@
1
+ # OryClient::ProjectInvite
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **created_at** | **Time** | The Project&#39;s Revision Creation Date | [readonly] |
8
+ | **id** | **String** | | |
9
+ | **invitee_email** | **String** | The invitee&#39;s email | |
10
+ | **invitee_id** | **String** | | [optional] |
11
+ | **owner_email** | **String** | The invite owner&#39;s email Usually the project&#39;s owner email | |
12
+ | **owner_id** | **String** | | |
13
+ | **project_id** | **String** | | |
14
+ | **status** | **String** | The invite&#39;s status Keeps track of the invites status such as pending, accepted, declined, expired | |
15
+ | **updated_at** | **Time** | Last Time Project&#39;s Revision was Updated | [readonly] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'ory-client'
21
+
22
+ instance = OryClient::ProjectInvite.new(
23
+ created_at: null,
24
+ id: null,
25
+ invitee_email: null,
26
+ invitee_id: null,
27
+ owner_email: null,
28
+ owner_id: null,
29
+ project_id: null,
30
+ status: null,
31
+ updated_at: null
32
+ )
33
+ ```
34
+
@@ -4,35 +4,72 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **api_url** | **String** | The Project API URL The URL where the Project&#39;s APIs are available. | |
8
- | **application_url** | **String** | Your Application URL The URL where your application is available. Your users will be redirected to this URL when they successfully complete a login, logout, verification, recovery, or registration flow. More fine-grained redirection patterns are available for the individual flows. | |
9
- | **created_at** | **Time** | The Project&#39;s Revision Creation Date | [readonly] |
10
- | **default_identity_schema_url** | **String** | Default Identity Schema URL This represents your Ory Kratos Default Identity Schema. It is your identity&#39;s default schema. This allows setting custom fields such as \&quot;address\&quot;, specifying whether you want to log in using email or a username, and more. For more information on this topic, please check out the identity documentation. The value of this field can be either any \&quot;https://\&quot; URL - for example a file hosted at GitHub, or a &#x60;preset://&#x60;-prefixed string. Available profiles are: profile://email profile://username | |
11
- | **error_ui_url** | **String** | Self-Service Error UI URL Sets the UI URL for the error UI. If left empty, this will use Ory&#39;s hosted pages. | [optional] |
12
- | **hosts** | **Array&lt;String&gt;** | | |
13
- | **id** | **String** | | |
14
- | **kratos_config_version** | **String** | The Project&#39;s Kratos Config Version | [optional][readonly] |
15
- | **kratos_custom_schema_id** | **String** | | [optional] |
16
- | **login_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the login UI. If left empty, this will use Ory&#39;s hosted pages. | [optional] |
17
- | **lookup_secret** | [**ProjectLookupSecretConfig**](ProjectLookupSecretConfig.md) | | [optional] |
7
+ | **created_at** | **Time** | The Project&#39;s Revision Creation Date | [optional][readonly] |
8
+ | **id** | **String** | | [optional] |
9
+ | **kratos_cookies_same_site** | **String** | Configures the Ory Kratos Cookie SameSite Attribute This governs the \&quot;cookies.same_site\&quot; setting. | [optional] |
10
+ | **kratos_courier_smtp_connection_uri** | **String** | Configures the Ory Kratos SMTP Connection URI This governs the \&quot;courier.smtp.connection_uri\&quot; setting. | [optional] |
11
+ | **kratos_courier_smtp_from_address** | **String** | Configures the Ory Kratos SMTP From Address This governs the \&quot;courier.smtp.from_address\&quot; setting. | [optional] |
12
+ | **kratos_courier_smtp_from_name** | **String** | Configures the Ory Kratos SMTP From Name This governs the \&quot;courier.smtp.from_name\&quot; setting. | [optional] |
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&lt;ProjectRevisionIdentitySchema&gt;**](ProjectRevisionIdentitySchema.md) | | [optional] |
15
+ | **kratos_secrets_cipher** | **Array&lt;String&gt;** | | [optional] |
16
+ | **kratos_secrets_cookie** | **Array&lt;String&gt;** | | [optional] |
17
+ | **kratos_secrets_default** | **Array&lt;String&gt;** | | [optional] |
18
+ | **kratos_selfservice_allowed_return_urls** | **Array&lt;String&gt;** | | [optional] |
19
+ | **kratos_selfservice_default_browser_return_url** | **String** | Configures the Ory Kratos Default Return URL This governs the \&quot;selfservice.allowed_return_urls\&quot; setting. | [optional] |
20
+ | **kratos_selfservice_flows_error_ui_url** | **String** | Configures the Ory Kratos Error UI URL This governs the \&quot;selfservice.flows.error.ui_url\&quot; setting. | [optional] |
21
+ | **kratos_selfservice_flows_hooks** | [**Array&lt;ProjectRevisionHook&gt;**](ProjectRevisionHook.md) | | [optional] |
22
+ | **kratos_selfservice_flows_login_after_default_browser_return_url** | **String** | Configures the Ory Kratos Login Default Return URL This governs the \&quot;selfservice.flows.login.after.default_browser_return_url\&quot; setting. | [optional] |
23
+ | **kratos_selfservice_flows_login_after_oidc_default_browser_return_url** | **String** | Configures the Ory Kratos Login After OIDC Default Return URL This governs the \&quot;selfservice.flows.login.after.oidc.default_browser_return_url\&quot; setting. | [optional] |
24
+ | **kratos_selfservice_flows_login_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Login After Password Default Return URL This governs the \&quot;selfservice.flows.login.after.password.default_browser_return_url\&quot; setting. | [optional] |
25
+ | **kratos_selfservice_flows_login_lifespan** | **String** | Configures the Ory Kratos Login Lifespan This governs the \&quot;selfservice.flows.login.lifespan\&quot; setting. | [optional] |
26
+ | **kratos_selfservice_flows_login_ui_url** | **String** | Configures the Ory Kratos Login UI URL This governs the \&quot;selfservice.flows.login.ui_url\&quot; setting. | [optional] |
27
+ | **kratos_selfservice_flows_logout_after_default_browser_return_url** | **String** | Configures the Ory Kratos Logout Default Return URL This governs the \&quot;selfservice.flows.logout.after.default_browser_return_url\&quot; setting. | [optional] |
28
+ | **kratos_selfservice_flows_recovery_after_default_browser_return_url** | **String** | Configures the Ory Kratos Recovery Default Return URL This governs the \&quot;selfservice.flows.recovery.after.default_browser_return_url\&quot; setting. | [optional] |
29
+ | **kratos_selfservice_flows_recovery_enabled** | **Boolean** | Configures the Ory Kratos Recovery Enabled Setting This governs the \&quot;selfservice.flows.recovery.enabled\&quot; setting. | [optional] |
30
+ | **kratos_selfservice_flows_recovery_lifespan** | **String** | Configures the Ory Kratos Recovery Lifespan This governs the \&quot;selfservice.flows.recovery.lifespan\&quot; setting. | [optional] |
31
+ | **kratos_selfservice_flows_recovery_ui_url** | **String** | Configures the Ory Kratos Recovery UI URL This governs the \&quot;selfservice.flows.recovery.ui_url\&quot; setting. | [optional] |
32
+ | **kratos_selfservice_flows_registration_after_default_browser_return_url** | **String** | Configures the Ory Kratos Registration Default Return URL This governs the \&quot;selfservice.flows.registration.after.default_browser_return_url\&quot; setting. | [optional] |
33
+ | **kratos_selfservice_flows_registration_after_oidc_default_browser_return_url** | **String** | Configures the Ory Kratos Registration After OIDC Default Return URL This governs the \&quot;selfservice.flows.registration.after.oidc.default_browser_return_url\&quot; setting. | [optional] |
34
+ | **kratos_selfservice_flows_registration_after_password_default_browser_return_url** | **String** | Configures the Ory Kratos Registration After Password Default Return URL This governs the \&quot;selfservice.flows.registration.after.password.default_browser_return_url\&quot; setting. | [optional] |
35
+ | **kratos_selfservice_flows_registration_lifespan** | **String** | Configures the Ory Kratos Registration Lifespan This governs the \&quot;selfservice.flows.registration.lifespan\&quot; setting. | [optional] |
36
+ | **kratos_selfservice_flows_registration_ui_url** | **String** | Configures the Ory Kratos Registration UI URL This governs the \&quot;selfservice.flows.registration.ui_url\&quot; setting.0 | [optional] |
37
+ | **kratos_selfservice_flows_settings_after_default_browser_return_url** | **String** | Configures the Ory Kratos Settings Default Return URL This governs the \&quot;selfservice.flows.settings.after.default_browser_return_url\&quot; setting. | [optional] |
38
+ | **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 \&quot;selfservice.flows.settings.after.password.default_browser_return_url\&quot; setting. | [optional] |
39
+ | **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 \&quot;selfservice.flows.settings.after.profile.default_browser_return_url\&quot; setting. | [optional] |
40
+ | **kratos_selfservice_flows_settings_lifespan** | **String** | Configures the Ory Kratos Settings Lifespan This governs the \&quot;selfservice.flows.settings.lifespan\&quot; setting. | [optional] |
41
+ | **kratos_selfservice_flows_settings_privileged_session_max_age** | **String** | Configures the Ory Kratos Settings Privileged Session Max Age This governs the \&quot;selfservice.flows.settings.privileged_session_max_age\&quot; setting. | [optional] |
42
+ | **kratos_selfservice_flows_settings_required_aal** | **String** | Configures the Ory Kratos Settings Required AAL This governs the \&quot;selfservice.flows.settings.required_aal\&quot; setting. | [optional] |
43
+ | **kratos_selfservice_flows_settings_ui_url** | **String** | Configures the Ory Kratos Settings UI URL This governs the \&quot;selfservice.flows.settings.ui_url\&quot; setting. | [optional] |
44
+ | **kratos_selfservice_flows_verification_after_default_browser_return_url** | **String** | Configures the Ory Kratos Verification Default Return URL This governs the \&quot;selfservice.flows.verification.after.default_browser_return_url\&quot; setting. | [optional] |
45
+ | **kratos_selfservice_flows_verification_enabled** | **Boolean** | Configures the Ory Kratos Verification Enabled Setting This governs the \&quot;selfservice.flows.verification.enabled\&quot; setting. | [optional] |
46
+ | **kratos_selfservice_flows_verification_lifespan** | **String** | Configures the Ory Kratos Verification Lifespan This governs the \&quot;selfservice.flows.verification.lifespan\&quot; setting. | [optional] |
47
+ | **kratos_selfservice_flows_verification_ui_url** | **String** | Configures the Ory Kratos Verification UI URL This governs the \&quot;selfservice.flows.verification.ui_url\&quot; setting. | [optional] |
48
+ | **kratos_selfservice_methods_link_config_base_url** | **String** | Configures the Base URL which Recovery, Verification, and Login Links Point to It is recommended to leave this value empty. It will be appropriately configured to the best matching domain (e.g. when using custom domains) automatically. This governs the \&quot;selfservice.methods.link.config.base_url\&quot; setting. | [optional] |
49
+ | **kratos_selfservice_methods_link_config_lifespan** | **String** | Configures whether Ory Kratos Link Method is enabled This governs the \&quot;selfservice.methods.link.config.lifespan\&quot; setting. | [optional] |
50
+ | **kratos_selfservice_methods_link_enabled** | **Boolean** | | [optional] |
51
+ | **kratos_selfservice_methods_lookup_secret_enabled** | **Boolean** | | [optional] |
52
+ | **kratos_selfservice_methods_oidc_config_providers** | [**Array&lt;ProjectRevisionThirdPartyLoginProvider&gt;**](ProjectRevisionThirdPartyLoginProvider.md) | | [optional] |
53
+ | **kratos_selfservice_methods_oidc_enabled** | **Boolean** | Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled This governs the \&quot;selfservice.methods.oidc.enabled\&quot; setting. | [optional] |
54
+ | **kratos_selfservice_methods_password_config_haveibeenpwned_enabled** | **Boolean** | | [optional] |
55
+ | **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 \&quot;selfservice.methods.password.enabled\&quot; setting. | [optional] |
57
+ | **kratos_selfservice_methods_password_enabled** | **Boolean** | | [optional] |
58
+ | **kratos_selfservice_methods_profile_enabled** | **Boolean** | | [optional] |
59
+ | **kratos_selfservice_methods_totp_config_issuer** | **String** | Configures Ory Kratos TOTP Issuer This governs the \&quot;selfservice.methods.totp.config.issuer\&quot; setting. | [optional] |
60
+ | **kratos_selfservice_methods_totp_enabled** | **Boolean** | | [optional] |
61
+ | **kratos_selfservice_methods_webauthn_config_rp_display_name** | **String** | Configures the Ory Kratos Webauthn RP Display Name This governs the \&quot;selfservice.methods.webauthn.config.rp.display_name\&quot; setting. | [optional] |
62
+ | **kratos_selfservice_methods_webauthn_config_rp_icon** | **String** | Configures the Ory Kratos Webauthn RP Icon This governs the \&quot;selfservice.methods.webauthn.config.rp.icon\&quot; setting. | [optional] |
63
+ | **kratos_selfservice_methods_webauthn_config_rp_id** | **String** | Configures the Ory Kratos Webauthn RP ID This governs the \&quot;selfservice.methods.webauthn.config.rp.id\&quot; setting. | [optional] |
64
+ | **kratos_selfservice_methods_webauthn_config_rp_origin** | **String** | Configures the Ory Kratos Webauthn RP Origin This governs the \&quot;selfservice.methods.webauthn.config.rp.origin\&quot; setting. | [optional] |
65
+ | **kratos_selfservice_methods_webauthn_enabled** | **Boolean** | | [optional] |
66
+ | **kratos_session_cookie_persistent** | **Boolean** | | [optional] |
67
+ | **kratos_session_cookie_same_site** | **String** | Configures the Ory Kratos Session Cookie SameSite Attribute This governs the \&quot;session.cookie.same_site\&quot; setting. | [optional] |
68
+ | **kratos_session_lifespan** | **String** | Configures the Ory Kratos Session Lifespan This governs the \&quot;session.lifespan\&quot; setting. | [optional] |
69
+ | **kratos_session_whoami_required_aal** | **String** | Configures the Ory Kratos Session Whoami AAL requirement This governs the \&quot;session.whoami.required_aal\&quot; setting. | [optional] |
18
70
  | **name** | **String** | The project&#39;s name. | |
19
- | **oidc_providers** | [**Array&lt;ProjectOidcConfig&gt;**](ProjectOidcConfig.md) | | [optional] |
20
- | **password** | [**ProjectPasswordConfig**](ProjectPasswordConfig.md) | | [optional] |
21
- | **project_id** | **String** | | |
22
- | **recovery** | [**ProjectRecoveryConfig**](ProjectRecoveryConfig.md) | | [optional] |
23
- | **recovery_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the recovery UI. If left empty, this will use Ory&#39;s hosted pages. | [optional] |
24
- | **redirection_config** | [**RedirectionConfig**](RedirectionConfig.md) | | [optional] |
25
- | **registration_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the registration UI. If left empty, this will use Ory&#39;s hosted pages. | [optional] |
26
- | **session_after_sign_up** | **Boolean** | Issue Session after Sign Up If set to true, users will receive a session after they successfully signed up. Enabling this option allows account enumeration during registration flows. Read more: https://www.ory.sh/kratos/docs/self-service/flows/user-registration#successful-registration | |
27
- | **session_soft_2fa** | **Boolean** | Enable Soft 2FA for Login Sessions | [optional] |
28
- | **settings_privileged_session_max_age_seconds** | **Integer** | Duration in Seconds of how long a Session is Privileged Defines how long a session is considered privileged in seconds. If the session&#39;s authenticated_at is older than the value specified here, the user needs to re-authenticate to perform certain actions (e.g. password change). | [optional] |
29
- | **settings_soft_2fa** | **Boolean** | Enable Soft 2FA for Self-Service Settings Flows | [optional] |
30
- | **settings_ui_url** | **String** | Self-Service Settings UI URL Sets the UI URL for the settings UI. If left empty, this will use Ory&#39;s hosted pages. | [optional] |
31
- | **totp** | [**ProjectTotpConfig**](ProjectTotpConfig.md) | | [optional] |
32
- | **updated_at** | **Time** | Last Time Project&#39;s Revision was Updated | [readonly] |
33
- | **verification** | [**ProjectVerificationConfig**](ProjectVerificationConfig.md) | | [optional] |
34
- | **verification_ui_url** | **String** | Self-Service Login UI URL Sets the UI URL for the verification UI. If left empty, this will use Ory&#39;s hosted pages. | [optional] |
35
- | **webauthn** | [**ProjectWebAuthnConfig**](ProjectWebAuthnConfig.md) | | [optional] |
71
+ | **project_id** | **String** | | [optional] |
72
+ | **updated_at** | **Time** | Last Time Project&#39;s Revision was Updated | [optional][readonly] |
36
73
 
37
74
  ## Example
38
75
 
@@ -40,35 +77,72 @@
40
77
  require 'ory-client'
41
78
 
42
79
  instance = OryClient::ProjectRevision.new(
43
- api_url: null,
44
- application_url: null,
45
80
  created_at: null,
46
- default_identity_schema_url: null,
47
- error_ui_url: null,
48
- hosts: null,
49
81
  id: null,
50
- kratos_config_version: null,
51
- kratos_custom_schema_id: null,
52
- login_ui_url: null,
53
- lookup_secret: null,
82
+ kratos_cookies_same_site: null,
83
+ kratos_courier_smtp_connection_uri: null,
84
+ kratos_courier_smtp_from_address: null,
85
+ kratos_courier_smtp_from_name: null,
86
+ kratos_courier_smtp_headers: null,
87
+ kratos_identity_schemas: null,
88
+ kratos_secrets_cipher: null,
89
+ kratos_secrets_cookie: null,
90
+ kratos_secrets_default: null,
91
+ kratos_selfservice_allowed_return_urls: null,
92
+ kratos_selfservice_default_browser_return_url: null,
93
+ kratos_selfservice_flows_error_ui_url: null,
94
+ kratos_selfservice_flows_hooks: null,
95
+ kratos_selfservice_flows_login_after_default_browser_return_url: null,
96
+ kratos_selfservice_flows_login_after_oidc_default_browser_return_url: null,
97
+ kratos_selfservice_flows_login_after_password_default_browser_return_url: null,
98
+ kratos_selfservice_flows_login_lifespan: null,
99
+ kratos_selfservice_flows_login_ui_url: null,
100
+ kratos_selfservice_flows_logout_after_default_browser_return_url: null,
101
+ kratos_selfservice_flows_recovery_after_default_browser_return_url: null,
102
+ kratos_selfservice_flows_recovery_enabled: null,
103
+ kratos_selfservice_flows_recovery_lifespan: null,
104
+ kratos_selfservice_flows_recovery_ui_url: null,
105
+ kratos_selfservice_flows_registration_after_default_browser_return_url: null,
106
+ kratos_selfservice_flows_registration_after_oidc_default_browser_return_url: null,
107
+ kratos_selfservice_flows_registration_after_password_default_browser_return_url: null,
108
+ kratos_selfservice_flows_registration_lifespan: null,
109
+ kratos_selfservice_flows_registration_ui_url: null,
110
+ kratos_selfservice_flows_settings_after_default_browser_return_url: null,
111
+ kratos_selfservice_flows_settings_after_password_default_browser_return_url: null,
112
+ kratos_selfservice_flows_settings_after_profile_default_browser_return_url: null,
113
+ kratos_selfservice_flows_settings_lifespan: null,
114
+ kratos_selfservice_flows_settings_privileged_session_max_age: null,
115
+ kratos_selfservice_flows_settings_required_aal: null,
116
+ kratos_selfservice_flows_settings_ui_url: null,
117
+ kratos_selfservice_flows_verification_after_default_browser_return_url: null,
118
+ kratos_selfservice_flows_verification_enabled: null,
119
+ kratos_selfservice_flows_verification_lifespan: null,
120
+ kratos_selfservice_flows_verification_ui_url: null,
121
+ kratos_selfservice_methods_link_config_base_url: null,
122
+ kratos_selfservice_methods_link_config_lifespan: null,
123
+ kratos_selfservice_methods_link_enabled: null,
124
+ kratos_selfservice_methods_lookup_secret_enabled: null,
125
+ kratos_selfservice_methods_oidc_config_providers: null,
126
+ kratos_selfservice_methods_oidc_enabled: null,
127
+ kratos_selfservice_methods_password_config_haveibeenpwned_enabled: null,
128
+ kratos_selfservice_methods_password_config_ignore_network_errors: null,
129
+ kratos_selfservice_methods_password_config_max_breaches: null,
130
+ kratos_selfservice_methods_password_enabled: null,
131
+ kratos_selfservice_methods_profile_enabled: null,
132
+ kratos_selfservice_methods_totp_config_issuer: null,
133
+ kratos_selfservice_methods_totp_enabled: null,
134
+ kratos_selfservice_methods_webauthn_config_rp_display_name: null,
135
+ kratos_selfservice_methods_webauthn_config_rp_icon: null,
136
+ kratos_selfservice_methods_webauthn_config_rp_id: null,
137
+ kratos_selfservice_methods_webauthn_config_rp_origin: null,
138
+ kratos_selfservice_methods_webauthn_enabled: null,
139
+ kratos_session_cookie_persistent: null,
140
+ kratos_session_cookie_same_site: null,
141
+ kratos_session_lifespan: null,
142
+ kratos_session_whoami_required_aal: null,
54
143
  name: null,
55
- oidc_providers: null,
56
- password: null,
57
144
  project_id: null,
58
- recovery: null,
59
- recovery_ui_url: null,
60
- redirection_config: null,
61
- registration_ui_url: null,
62
- session_after_sign_up: null,
63
- session_soft_2fa: null,
64
- settings_privileged_session_max_age_seconds: null,
65
- settings_soft_2fa: null,
66
- settings_ui_url: null,
67
- totp: null,
68
- updated_at: null,
69
- verification: null,
70
- verification_ui_url: null,
71
- webauthn: null
145
+ updated_at: null
72
146
  )
73
147
  ```
74
148
 
@@ -0,0 +1,46 @@
1
+ # OryClient::ProjectRevisionHook
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **config_key** | **String** | The Hooks Config Key | |
8
+ | **created_at** | **Time** | The Project&#39;s Revision Creation Date | [optional][readonly] |
9
+ | **hook** | **String** | The Hook Type | |
10
+ | **id** | **String** | | [optional] |
11
+ | **project_revision_id** | **String** | | [optional] |
12
+ | **updated_at** | **Time** | Last Time Project&#39;s Revision was Updated | [optional][readonly] |
13
+ | **web_hook_config_auth_api_key_in** | **String** | Whether to send the API Key in the HTTP Header or as a HTTP Cookie | [optional] |
14
+ | **web_hook_config_auth_api_key_name** | **String** | The name of the api key | [optional] |
15
+ | **web_hook_config_auth_api_key_value** | **String** | The value of the api key | [optional] |
16
+ | **web_hook_config_auth_basic_auth_password** | **String** | The password to be sent in the HTTP Basic Auth Header | [optional] |
17
+ | **web_hook_config_auth_basic_auth_user** | **String** | The username to be sent in the HTTP Basic Auth Header | [optional] |
18
+ | **web_hook_config_auth_type** | **String** | HTTP Auth Method to use for the Web-Hook | [optional] |
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
+ | **web_hook_config_method** | **String** | The HTTP method to use (GET, POST, etc) for the Web-Hook | [optional] |
21
+ | **web_hook_config_url** | **String** | The URL the Web-Hook should call | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'ory-client'
27
+
28
+ instance = OryClient::ProjectRevisionHook.new(
29
+ config_key: null,
30
+ created_at: null,
31
+ hook: null,
32
+ id: null,
33
+ project_revision_id: null,
34
+ updated_at: null,
35
+ web_hook_config_auth_api_key_in: header,
36
+ web_hook_config_auth_api_key_name: X-API-Key,
37
+ web_hook_config_auth_api_key_value: eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ,
38
+ web_hook_config_auth_basic_auth_password: null,
39
+ web_hook_config_auth_basic_auth_user: null,
40
+ web_hook_config_auth_type: null,
41
+ web_hook_config_body: base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9&#x3D;,
42
+ web_hook_config_method: POST,
43
+ web_hook_config_url: https://www.example.org/web-hook-listener
44
+ )
45
+ ```
46
+
@@ -0,0 +1,36 @@
1
+ # OryClient::ProjectRevisionIdentitySchema
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **created_at** | **Time** | The Project&#39;s Revision Creation Date | [optional][readonly] |
8
+ | **id** | **String** | | [optional] |
9
+ | **identity_schema** | [**IdentitySchema**](IdentitySchema.md) | | [optional] |
10
+ | **identity_schema_id** | **String** | | [optional] |
11
+ | **import_id** | **String** | The imported (named) ID of the Identity Schema referenced in the Ory Kratos config. | [optional] |
12
+ | **import_url** | **String** | The ImportURL can be used to import an Identity Schema from a bse64 encoded string. In the future, this key also support HTTPS and other sources! If you import an Ory Kratos configuration, this would be akin to the &#x60;identity.schemas.#.url&#x60; key. The configuration will always return the import URL when you fetch it from the API. | [optional] |
13
+ | **is_default** | **Boolean** | If true sets the default schema for identities Only one schema can ever be the default schema. If you try to add two schemas with default to true, the request will fail. | [optional] |
14
+ | **preset** | **String** | Use a preset instead of a custom identity schema. | [optional] |
15
+ | **project_revision_id** | **String** | | [optional] |
16
+ | **updated_at** | **Time** | Last Time Project&#39;s Revision was Updated | [optional][readonly] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'ory-client'
22
+
23
+ instance = OryClient::ProjectRevisionIdentitySchema.new(
24
+ created_at: null,
25
+ id: null,
26
+ identity_schema: null,
27
+ identity_schema_id: null,
28
+ import_id: null,
29
+ import_url: base64://ey...,
30
+ is_default: null,
31
+ preset: null,
32
+ project_revision_id: null,
33
+ updated_at: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,54 @@
1
+ # OryClient::ProjectRevisionThirdPartyLoginProvider
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **apple_private_key** | **String** | Apple Private Key Sign In with Apple Private Key needed for generating a JWT token for client secret | [optional] |
8
+ | **apple_private_key_id** | **String** | Apple Private Key Identifier Sign In with Apple Private Key Identifier needed for generating a JWT token for client secret | [optional] |
9
+ | **apple_team_id** | **String** | Apple Developer Team ID Apple Developer Team ID needed for generating a JWT token for client secret | [optional] |
10
+ | **auth_url** | **String** | AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when &#x60;provider&#x60; is set to &#x60;generic&#x60;. | [optional] |
11
+ | **azure_tenant** | **String** | Tenant is the Azure AD Tenant to use for authentication, and must be set when &#x60;provider&#x60; is set to &#x60;microsoft&#x60;. Can be either &#x60;common&#x60;, &#x60;organizations&#x60;, &#x60;consumers&#x60; for a multitenant application or a specific tenant like &#x60;8eaef023-2b34-4da1-9baa-8bc8c9d6a490&#x60; or &#x60;contoso.onmicrosoft.com&#x60;. | [optional] |
12
+ | **client_id** | **String** | ClientID is the application&#39;s Client ID. | [optional] |
13
+ | **client_secret** | **String** | ClientSecret is the application&#39;s secret. | [optional] |
14
+ | **created_at** | **Time** | The Project&#39;s Revision Creation Date | [optional][readonly] |
15
+ | **id** | **String** | | [optional] |
16
+ | **issuer_url** | **String** | IssuerURL is the OpenID Connect Server URL. You can leave this empty if &#x60;provider&#x60; is not set to &#x60;generic&#x60;. If set, neither &#x60;auth_url&#x60; nor &#x60;token_url&#x60; are required. | [optional] |
17
+ | **label** | **String** | Label represents an optional label which can be used in the UI generation. | [optional] |
18
+ | **mapper_url** | **String** | Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider&#39;s data (e.g. GitHub or Google profile information) to hydrate the identity&#39;s data. It can be either a URL (file://, http(s)://, base64://) or an inline JSONNet code snippet. | [optional] |
19
+ | **project_revision_id** | **String** | | [optional] |
20
+ | **provider** | **String** | Provider is either \&quot;generic\&quot; for a generic OAuth 2.0 / OpenID Connect Provider or one of: generic google github gitlab microsoft discord slack facebook vk yandex apple | [optional] |
21
+ | **provider_id** | **String** | ID is the provider&#39;s ID | [optional] |
22
+ | **requested_claims** | **Object** | | [optional] |
23
+ | **scope** | **Array&lt;String&gt;** | | [optional] |
24
+ | **token_url** | **String** | TokenURL is the token url, typically something like: https://example.org/oauth2/token Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when &#x60;provider&#x60; is set to &#x60;generic&#x60;. | [optional] |
25
+ | **updated_at** | **Time** | Last Time Project&#39;s Revision was Updated | [optional][readonly] |
26
+
27
+ ## Example
28
+
29
+ ```ruby
30
+ require 'ory-client'
31
+
32
+ instance = OryClient::ProjectRevisionThirdPartyLoginProvider.new(
33
+ apple_private_key: -----BEGIN PRIVATE KEY----- ........ -----END PRIVATE KEY-----,
34
+ apple_private_key_id: UX56C66723,
35
+ apple_team_id: KP76DQS54M,
36
+ auth_url: https://www.googleapis.com/oauth2/v2/auth,
37
+ azure_tenant: contoso.onmicrosoft.com,
38
+ client_id: null,
39
+ client_secret: null,
40
+ created_at: null,
41
+ id: null,
42
+ issuer_url: https://accounts.google.com,
43
+ label: null,
44
+ mapper_url: null,
45
+ project_revision_id: null,
46
+ provider: google,
47
+ provider_id: null,
48
+ requested_claims: null,
49
+ scope: null,
50
+ token_url: https://www.googleapis.com/oauth2/v4/token,
51
+ updated_at: null
52
+ )
53
+ ```
54
+
@@ -0,0 +1,22 @@
1
+ # OryClient::QuotaProjectMemberSeats
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **project_id** | **String** | | [optional] |
8
+ | **remaining_seats** | **Integer** | | [optional] |
9
+ | **total_seats** | **Integer** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'ory-client'
15
+
16
+ instance = OryClient::QuotaProjectMemberSeats.new(
17
+ project_id: null,
18
+ remaining_seats: null,
19
+ total_seats: null
20
+ )
21
+ ```
22
+