ory-client 0.0.1.alpha21 → 0.0.1.alpha28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (390) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +36 -6
  4. data/docs/ActiveProject.md +18 -0
  5. data/docs/ApiToken.md +26 -0
  6. data/docs/CreateCustomHostnameBody.md +20 -0
  7. data/docs/GenericError.md +10 -4
  8. data/docs/IdentityPreset.md +20 -0
  9. data/docs/IdentitySchema.md +8 -2
  10. data/docs/IdentitySchemaLocation.md +18 -0
  11. data/docs/IdentitySchemaValidationResult.md +20 -0
  12. data/docs/IsOwnerForProjectBySlug.md +20 -0
  13. data/docs/IsOwnerForProjectBySlugPayload.md +22 -0
  14. data/docs/MetadataApi.md +0 -61
  15. data/docs/NullString.md +20 -0
  16. data/docs/NullUUID.md +20 -0
  17. data/docs/Project.md +34 -0
  18. data/docs/ProjectHost.md +22 -0
  19. data/docs/ProjectLookupSecretConfig.md +18 -0
  20. data/docs/ProjectOidcConfig.md +42 -0
  21. data/docs/ProjectPasswordConfig.md +20 -0
  22. data/docs/ProjectPatch.md +60 -0
  23. data/docs/ProjectRecoveryConfig.md +18 -0
  24. data/docs/ProjectRevision.md +74 -0
  25. data/docs/ProjectSlug.md +18 -0
  26. data/docs/ProjectTotpConfig.md +20 -0
  27. data/docs/ProjectVerificationConfig.md +20 -0
  28. data/docs/ProjectWebAuthnConfig.md +26 -0
  29. data/docs/ProvisionProjectPayload.md +18 -0
  30. data/docs/RedirectionConfig.md +32 -0
  31. data/docs/RedirectionField.md +24 -0
  32. data/docs/SchemaPatch.md +20 -0
  33. data/docs/SelfServiceBrowserLocationChangeRequiredError.md +17 -3
  34. data/docs/SelfServiceFlowExpiredError.md +16 -2
  35. data/docs/StripeCustomerResponse.md +18 -0
  36. data/docs/V0alpha0Api.md +298 -0
  37. data/docs/V0alpha2Api.md +13 -13
  38. data/lib/ory-client/api/metadata_api.rb +1 -56
  39. data/lib/ory-client/api/v0alpha0_api.rb +270 -0
  40. data/lib/ory-client/api/v0alpha2_api.rb +27 -27
  41. data/lib/ory-client/api_client.rb +1 -1
  42. data/lib/ory-client/api_error.rb +1 -1
  43. data/lib/ory-client/configuration.rb +1 -1
  44. data/lib/ory-client/models/active_project.rb +220 -0
  45. data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
  46. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  47. data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
  48. data/lib/ory-client/models/api_token.rb +271 -0
  49. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  50. data/lib/ory-client/models/create_custom_hostname_body.rb +229 -0
  51. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  52. data/lib/ory-client/models/generic_error.rb +38 -7
  53. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  54. data/lib/ory-client/models/health_status.rb +1 -1
  55. data/lib/ory-client/models/identity.rb +1 -1
  56. data/lib/ory-client/models/identity_credentials.rb +1 -1
  57. data/lib/ory-client/models/identity_credentials_type.rb +1 -1
  58. data/lib/ory-client/models/identity_preset.rb +239 -0
  59. data/lib/ory-client/models/identity_schema.rb +56 -6
  60. data/lib/ory-client/models/identity_schema_location.rb +218 -0
  61. data/lib/ory-client/models/identity_schema_validation_result.rb +227 -0
  62. data/lib/ory-client/models/identity_state.rb +1 -1
  63. data/lib/ory-client/models/inline_response200.rb +1 -1
  64. data/lib/ory-client/models/inline_response2001.rb +1 -1
  65. data/lib/ory-client/models/inline_response503.rb +1 -1
  66. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +239 -0
  67. data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +249 -0
  68. data/lib/ory-client/models/json_error.rb +1 -1
  69. data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
  70. data/lib/ory-client/models/null_string.rb +228 -0
  71. data/lib/ory-client/models/null_uuid.rb +228 -0
  72. data/lib/ory-client/models/project.rb +365 -0
  73. data/lib/ory-client/models/project_host.rb +252 -0
  74. data/lib/ory-client/models/project_lookup_secret_config.rb +219 -0
  75. data/lib/ory-client/models/project_oidc_config.rb +340 -0
  76. data/lib/ory-client/models/project_password_config.rb +229 -0
  77. data/lib/ory-client/models/project_patch.rb +502 -0
  78. data/lib/ory-client/models/project_recovery_config.rb +219 -0
  79. data/lib/ory-client/models/project_revision.rb +541 -0
  80. data/lib/ory-client/models/project_slug.rb +219 -0
  81. data/lib/ory-client/models/project_totp_config.rb +229 -0
  82. data/lib/ory-client/models/project_verification_config.rb +229 -0
  83. data/lib/ory-client/models/project_web_authn_config.rb +259 -0
  84. data/lib/ory-client/models/provision_project_payload.rb +224 -0
  85. data/lib/ory-client/models/recovery_address.rb +1 -1
  86. data/lib/ory-client/models/redirection_config.rb +283 -0
  87. data/lib/ory-client/models/redirection_field.rb +245 -0
  88. data/lib/ory-client/models/schema_patch.rb +239 -0
  89. data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +89 -11
  90. data/lib/ory-client/models/self_service_error.rb +1 -1
  91. data/lib/ory-client/models/self_service_flow_expired_error.rb +86 -8
  92. data/lib/ory-client/models/self_service_login_flow.rb +1 -1
  93. data/lib/ory-client/models/self_service_logout_url.rb +1 -1
  94. data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
  95. data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
  96. data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
  97. data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
  98. data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
  99. data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
  100. data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
  101. data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
  102. data/lib/ory-client/models/session.rb +1 -1
  103. data/lib/ory-client/models/session_authentication_method.rb +3 -3
  104. data/lib/ory-client/models/session_device.rb +1 -1
  105. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  106. data/lib/ory-client/models/stripe_customer_response.rb +218 -0
  107. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
  108. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  109. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  110. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  111. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  112. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  113. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  114. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  115. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  116. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
  117. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  118. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  119. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
  120. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  121. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  122. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  123. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  124. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  125. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  126. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
  127. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  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/verifiable_identity_address.rb +1 -1
  141. data/lib/ory-client/models/version.rb +1 -1
  142. data/lib/ory-client/version.rb +2 -2
  143. data/lib/ory-client.rb +29 -1
  144. data/ory-client.gemspec +1 -1
  145. data/spec/api/metadata_api_spec.rb +1 -12
  146. data/spec/api/v0alpha0_api_spec.rb +83 -0
  147. data/spec/api/v0alpha2_api_spec.rb +14 -14
  148. data/spec/api_client_spec.rb +1 -1
  149. data/spec/configuration_spec.rb +1 -1
  150. data/spec/models/active_project_spec.rb +34 -0
  151. data/spec/models/admin_create_identity_body_spec.rb +1 -1
  152. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  153. data/spec/models/admin_update_identity_body_spec.rb +1 -1
  154. data/spec/models/api_token_spec.rb +58 -0
  155. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  156. data/spec/models/create_custom_hostname_body_spec.rb +40 -0
  157. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  158. data/spec/models/generic_error_spec.rb +19 -1
  159. data/spec/models/health_not_ready_status_spec.rb +1 -1
  160. data/spec/models/health_status_spec.rb +1 -1
  161. data/spec/models/identity_credentials_spec.rb +1 -1
  162. data/spec/models/identity_credentials_type_spec.rb +1 -1
  163. data/spec/models/identity_preset_spec.rb +40 -0
  164. data/spec/models/identity_schema_location_spec.rb +34 -0
  165. data/spec/models/identity_schema_spec.rb +19 -1
  166. data/spec/models/identity_schema_validation_result_spec.rb +40 -0
  167. data/spec/models/identity_spec.rb +1 -1
  168. data/spec/models/identity_state_spec.rb +1 -1
  169. data/spec/models/inline_response2001_spec.rb +1 -1
  170. data/spec/models/inline_response200_spec.rb +1 -1
  171. data/spec/models/inline_response503_spec.rb +1 -1
  172. data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +46 -0
  173. data/spec/models/is_owner_for_project_by_slug_spec.rb +40 -0
  174. data/spec/models/json_error_spec.rb +1 -1
  175. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  176. data/spec/models/null_string_spec.rb +40 -0
  177. data/spec/models/null_uuid_spec.rb +40 -0
  178. data/spec/models/project_host_spec.rb +46 -0
  179. data/spec/models/project_lookup_secret_config_spec.rb +34 -0
  180. data/spec/models/project_oidc_config_spec.rb +106 -0
  181. data/spec/models/project_password_config_spec.rb +40 -0
  182. data/spec/models/project_patch_spec.rb +160 -0
  183. data/spec/models/project_recovery_config_spec.rb +34 -0
  184. data/spec/models/project_revision_spec.rb +202 -0
  185. data/spec/models/project_slug_spec.rb +34 -0
  186. data/spec/models/project_spec.rb +86 -0
  187. data/spec/models/project_totp_config_spec.rb +40 -0
  188. data/spec/models/project_verification_config_spec.rb +40 -0
  189. data/spec/models/project_web_authn_config_spec.rb +58 -0
  190. data/spec/models/provision_project_payload_spec.rb +34 -0
  191. data/spec/models/recovery_address_spec.rb +1 -1
  192. data/spec/models/redirection_config_spec.rb +76 -0
  193. data/spec/models/redirection_field_spec.rb +52 -0
  194. data/spec/models/schema_patch_spec.rb +40 -0
  195. data/spec/models/self_service_browser_location_change_required_error_spec.rb +44 -2
  196. data/spec/models/self_service_error_spec.rb +1 -1
  197. data/spec/models/self_service_flow_expired_error_spec.rb +44 -2
  198. data/spec/models/self_service_login_flow_spec.rb +1 -1
  199. data/spec/models/self_service_logout_url_spec.rb +1 -1
  200. data/spec/models/self_service_recovery_flow_spec.rb +1 -1
  201. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  202. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  203. data/spec/models/self_service_registration_flow_spec.rb +1 -1
  204. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  205. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  206. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  207. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  208. data/spec/models/session_authentication_method_spec.rb +2 -2
  209. data/spec/models/session_device_spec.rb +1 -1
  210. data/spec/models/session_spec.rb +1 -1
  211. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  212. data/spec/models/stripe_customer_response_spec.rb +34 -0
  213. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  214. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  215. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  216. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  217. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  218. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  219. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  220. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  221. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  222. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  223. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  224. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  225. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  226. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  227. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  228. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  229. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  230. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  231. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  232. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  233. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  234. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  235. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  236. data/spec/models/ui_container_spec.rb +1 -1
  237. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  238. data/spec/models/ui_node_attributes_spec.rb +1 -1
  239. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  240. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  241. data/spec/models/ui_node_meta_spec.rb +1 -1
  242. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  243. data/spec/models/ui_node_spec.rb +1 -1
  244. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  245. data/spec/models/ui_text_spec.rb +1 -1
  246. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  247. data/spec/models/version_spec.rb +1 -1
  248. data/spec/spec_helper.rb +1 -1
  249. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.2.gem +0 -0
  250. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.10.3.gem +0 -0
  251. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  252. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/gem_make.out +2 -3
  253. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/mkmf.log +31 -20
  254. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  255. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/gem.build_complete +0 -0
  256. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/gem_make.out +6 -6
  257. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/mkmf.log +0 -0
  258. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/psych.so +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  260. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/Makefile +7 -7
  261. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/extconf.h +0 -1
  262. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  263. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/.gitignore +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Gemfile +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/LICENSE +0 -0
  266. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Mavenfile +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/README.md +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Rakefile +1 -1
  269. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/bin/console +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/bin/setup +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/.sitearchdir.time +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/Makefile +2 -2
  273. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/api.o +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/depend +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/dumper.o +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/emitter.o +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/extconf.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/loader.o +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/parser.o +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.c +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.h +0 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.o +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1/lib → psych-4.0.2/ext/psych}/psych.so +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.c +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.h +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.o +0 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.c +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.h +0 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.o +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.c +0 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.h +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.o +0 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.c +0 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.h +0 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.o +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/reader.o +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/scanner.o +0 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/writer.o +0 -0
  299. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/LICENSE +0 -0
  300. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/api.c +0 -0
  301. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/config.h +0 -0
  302. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/dumper.c +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/emitter.c +0 -0
  304. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/loader.c +0 -0
  305. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/parser.c +0 -0
  306. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/reader.c +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/scanner.c +0 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/writer.c +0 -0
  309. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/yaml.h +0 -0
  310. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/yaml_private.h +0 -0
  311. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/class_loader.rb +0 -0
  312. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/coder.rb +0 -0
  313. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/core_ext.rb +0 -0
  314. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/exception.rb +0 -0
  315. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handler.rb +0 -0
  316. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handlers/document_stream.rb +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handlers/recorder.rb +0 -0
  318. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/ruby_events.rb +0 -0
  319. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/stream.rb +0 -0
  320. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/tree_builder.rb +0 -0
  321. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/yaml_events.rb +0 -0
  322. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/alias.rb +0 -0
  323. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/document.rb +0 -0
  324. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/mapping.rb +0 -0
  325. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/node.rb +0 -0
  326. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/scalar.rb +0 -0
  327. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/sequence.rb +0 -0
  328. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/stream.rb +0 -0
  329. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes.rb +0 -0
  330. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/omap.rb +0 -0
  331. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/parser.rb +0 -0
  332. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/scalar_scanner.rb +8 -9
  333. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/set.rb +0 -0
  334. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/stream.rb +0 -0
  335. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/streaming.rb +0 -0
  336. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/syntax_error.rb +0 -0
  337. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/tree_builder.rb +0 -0
  338. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/versions.rb +1 -1
  339. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/depth_first.rb +0 -0
  340. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/emitter.rb +0 -0
  341. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/json_tree.rb +0 -0
  342. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/to_ruby.rb +0 -0
  343. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/visitor.rb +0 -0
  344. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/yaml_tree.rb +2 -0
  345. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors.rb +0 -0
  346. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/y.rb +0 -0
  347. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych.rb +1 -1
  348. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1/ext/psych → psych-4.0.2/lib}/psych.so +0 -0
  349. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/psych.gemspec +0 -0
  350. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/Changelog.md +10 -0
  351. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/LICENSE.md +0 -0
  352. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/README.md +0 -0
  353. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/caller_filter.rb +0 -0
  354. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/comparable_version.rb +0 -0
  355. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/differ.rb +0 -0
  356. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/directory_maker.rb +0 -0
  357. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/encoded_string.rb +0 -0
  358. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  359. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/hunk_generator.rb +0 -0
  360. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/matcher_definition.rb +0 -0
  361. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/method_signature_verifier.rb +0 -0
  362. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/mutex.rb +0 -0
  363. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/object_formatter.rb +0 -0
  364. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/recursive_const_methods.rb +0 -0
  365. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/reentrant_mutex.rb +27 -10
  366. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/ruby_features.rb +0 -0
  367. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/location.rb +0 -0
  368. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/node.rb +0 -0
  369. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/token.rb +12 -5
  370. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source.rb +0 -0
  371. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  372. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  373. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/formatting_support.rb +0 -0
  374. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  375. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  376. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/shell_out.rb +0 -0
  377. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  378. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/string_matcher.rb +0 -0
  379. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  380. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  381. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec.rb +0 -0
  382. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/version.rb +1 -1
  383. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/warnings.rb +0 -0
  384. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  385. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support.rb +0 -0
  386. data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.1.gemspec → psych-4.0.2.gemspec} +3 -3
  387. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-support-3.10.2.gemspec → rspec-support-3.10.3.gemspec} +5 -5
  388. metadata +245 -133
  389. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.1.gem +0 -0
  390. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.10.2.gem +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 382969013d1fc0cac0563e66a2181b730f51c8693dd1e324f070ff521cbc2102
4
- data.tar.gz: 88392a5eb5c1c1540c7b22c19bb4a9029c2c743fb7690744136509bbfa4261b1
3
+ metadata.gz: 48891a986dbcff4fec6b1da83f23cdf065a5af4f0eec541999cd3094ad1e3a7d
4
+ data.tar.gz: 0ac5fcdcf71b6378b3294943841ac918ec0260df6a58f20f7066ae56afd93b52
5
5
  SHA512:
6
- metadata.gz: d3925b726faeb8e11fd81ae596ba0bd86c1f671374e932f70879a2a281ef9a767703c84816d01783357b9ffa1d943e2e8f1a8dc13644fadb47907cf940eddfb2
7
- data.tar.gz: 7bb1f1c42543586f39b8477c76b1d3616993386aba2f0c1b0151953742af9728546d29d79b970386e5b6eb12f9e3b65f0cdd314c6545320fdda26277fdfcf58c
6
+ metadata.gz: aaccc30ec4fe9efb23f3814c86bf968040ee18bfc489ff93887ec282cdd77dd4b8496ed1bba879689772f6cbf69486d7687ebae690da1ae5054c2ef2be1aed78
7
+ data.tar.gz: 94f7a9f0e61a649500ded6a07c9996b0003cb19529b102abb04324283b24f85e08e19e4646ece852077a94c015a3203ee56d300a067e6c4c53955f5998845bca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-client (0.0.1.alpha21)
4
+ ory-client (0.0.1.alpha28)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -25,7 +25,7 @@ GEM
25
25
  pry-byebug (3.9.0)
26
26
  byebug (~> 11.0)
27
27
  pry (~> 0.13.0)
28
- psych (4.0.1)
28
+ psych (4.0.2)
29
29
  rainbow (3.0.0)
30
30
  rake (13.0.6)
31
31
  rspec (3.10.0)
@@ -40,7 +40,7 @@ GEM
40
40
  rspec-mocks (3.10.2)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.10.0)
43
- rspec-support (3.10.2)
43
+ rspec-support (3.10.3)
44
44
  rubocop (0.66.0)
45
45
  jaro_winkler (~> 1.5.1)
46
46
  parallel (~> 1.10)
@@ -65,4 +65,4 @@ DEPENDENCIES
65
65
  rubocop (~> 0.66.0)
66
66
 
67
67
  BUNDLED WITH
68
- 2.2.27
68
+ 2.2.30
data/README.md CHANGED
@@ -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.21
12
- - Package version: v0.0.1-alpha.21
11
+ - API version: v0.0.1-alpha.28
12
+ - Package version: v0.0.1-alpha.28
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.21.gem
28
+ gem install ./ory-client-v0.0.1-alpha.28.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.21.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.28.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.21'
37
+ gem 'ory-client', '~> v0.0.1-alpha.28'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -79,7 +79,10 @@ Class | Method | HTTP request | Description
79
79
  *OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version.
80
80
  *OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status
81
81
  *OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status
82
- *OryClient::MetadataApi* | [**prometheus**](docs/MetadataApi.md#prometheus) | **GET** /api/kratos/public/metrics/prometheus | Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
82
+ *OryClient::V0alpha0Api* | [**create_project**](docs/V0alpha0Api.md#create_project) | **POST** /backoffice/public/projects | Create a Project
83
+ *OryClient::V0alpha0Api* | [**get_project**](docs/V0alpha0Api.md#get_project) | **GET** /backoffice/public/projects/{project_id} | Get a Project
84
+ *OryClient::V0alpha0Api* | [**list_projects**](docs/V0alpha0Api.md#list_projects) | **GET** /backoffice/public/projects | List All Projects
85
+ *OryClient::V0alpha0Api* | [**update_project**](docs/V0alpha0Api.md#update_project) | **PUT** /backoffice/public/projects/{project_id} | Update a Project
83
86
  *OryClient::V0alpha2Api* | [**admin_create_identity**](docs/V0alpha2Api.md#admin_create_identity) | **POST** /api/kratos/admin/identities | Create an Identity
84
87
  *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
85
88
  *OryClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /api/kratos/admin/identities/{id} | Delete an Identity
@@ -119,10 +122,13 @@ Class | Method | HTTP request | Description
119
122
 
120
123
  ## Documentation for Models
121
124
 
125
+ - [OryClient::ActiveProject](docs/ActiveProject.md)
122
126
  - [OryClient::AdminCreateIdentityBody](docs/AdminCreateIdentityBody.md)
123
127
  - [OryClient::AdminCreateSelfServiceRecoveryLinkBody](docs/AdminCreateSelfServiceRecoveryLinkBody.md)
124
128
  - [OryClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md)
129
+ - [OryClient::ApiToken](docs/ApiToken.md)
125
130
  - [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md)
131
+ - [OryClient::CreateCustomHostnameBody](docs/CreateCustomHostnameBody.md)
126
132
  - [OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md)
127
133
  - [OryClient::GenericError](docs/GenericError.md)
128
134
  - [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
@@ -130,14 +136,37 @@ Class | Method | HTTP request | Description
130
136
  - [OryClient::Identity](docs/Identity.md)
131
137
  - [OryClient::IdentityCredentials](docs/IdentityCredentials.md)
132
138
  - [OryClient::IdentityCredentialsType](docs/IdentityCredentialsType.md)
139
+ - [OryClient::IdentityPreset](docs/IdentityPreset.md)
133
140
  - [OryClient::IdentitySchema](docs/IdentitySchema.md)
141
+ - [OryClient::IdentitySchemaLocation](docs/IdentitySchemaLocation.md)
142
+ - [OryClient::IdentitySchemaValidationResult](docs/IdentitySchemaValidationResult.md)
134
143
  - [OryClient::IdentityState](docs/IdentityState.md)
135
144
  - [OryClient::InlineResponse200](docs/InlineResponse200.md)
136
145
  - [OryClient::InlineResponse2001](docs/InlineResponse2001.md)
137
146
  - [OryClient::InlineResponse503](docs/InlineResponse503.md)
147
+ - [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
148
+ - [OryClient::IsOwnerForProjectBySlugPayload](docs/IsOwnerForProjectBySlugPayload.md)
138
149
  - [OryClient::JsonError](docs/JsonError.md)
139
150
  - [OryClient::NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md)
151
+ - [OryClient::NullString](docs/NullString.md)
152
+ - [OryClient::NullUUID](docs/NullUUID.md)
153
+ - [OryClient::Project](docs/Project.md)
154
+ - [OryClient::ProjectHost](docs/ProjectHost.md)
155
+ - [OryClient::ProjectLookupSecretConfig](docs/ProjectLookupSecretConfig.md)
156
+ - [OryClient::ProjectOidcConfig](docs/ProjectOidcConfig.md)
157
+ - [OryClient::ProjectPasswordConfig](docs/ProjectPasswordConfig.md)
158
+ - [OryClient::ProjectPatch](docs/ProjectPatch.md)
159
+ - [OryClient::ProjectRecoveryConfig](docs/ProjectRecoveryConfig.md)
160
+ - [OryClient::ProjectRevision](docs/ProjectRevision.md)
161
+ - [OryClient::ProjectSlug](docs/ProjectSlug.md)
162
+ - [OryClient::ProjectTotpConfig](docs/ProjectTotpConfig.md)
163
+ - [OryClient::ProjectVerificationConfig](docs/ProjectVerificationConfig.md)
164
+ - [OryClient::ProjectWebAuthnConfig](docs/ProjectWebAuthnConfig.md)
165
+ - [OryClient::ProvisionProjectPayload](docs/ProvisionProjectPayload.md)
140
166
  - [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
167
+ - [OryClient::RedirectionConfig](docs/RedirectionConfig.md)
168
+ - [OryClient::RedirectionField](docs/RedirectionField.md)
169
+ - [OryClient::SchemaPatch](docs/SchemaPatch.md)
141
170
  - [OryClient::SelfServiceBrowserLocationChangeRequiredError](docs/SelfServiceBrowserLocationChangeRequiredError.md)
142
171
  - [OryClient::SelfServiceError](docs/SelfServiceError.md)
143
172
  - [OryClient::SelfServiceFlowExpiredError](docs/SelfServiceFlowExpiredError.md)
@@ -155,6 +184,7 @@ Class | Method | HTTP request | Description
155
184
  - [OryClient::SessionAuthenticationMethod](docs/SessionAuthenticationMethod.md)
156
185
  - [OryClient::SessionDevice](docs/SessionDevice.md)
157
186
  - [OryClient::SettingsProfileFormConfig](docs/SettingsProfileFormConfig.md)
187
+ - [OryClient::StripeCustomerResponse](docs/StripeCustomerResponse.md)
158
188
  - [OryClient::SubmitSelfServiceLoginFlowBody](docs/SubmitSelfServiceLoginFlowBody.md)
159
189
  - [OryClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody](docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md)
160
190
  - [OryClient::SubmitSelfServiceLoginFlowWithOidcMethodBody](docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md)
@@ -0,0 +1,18 @@
1
+ # OryClient::ActiveProject
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **project_id** | **String** | The Active Project ID format: uuid | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-client'
13
+
14
+ instance = OryClient::ActiveProject.new(
15
+ project_id: null
16
+ )
17
+ ```
18
+
data/docs/ApiToken.md ADDED
@@ -0,0 +1,26 @@
1
+ # OryClient::ApiToken
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **name** | **String** | The Token&#39;s Name Set this to help you remember, for example, where you use the token. | |
9
+ | **owner_id** | **String** | | |
10
+ | **project_id** | **String** | | [optional] |
11
+ | **value** | **String** | The token&#39;s value | [optional][readonly] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'ory-client'
17
+
18
+ instance = OryClient::ApiToken.new(
19
+ id: null,
20
+ name: null,
21
+ owner_id: null,
22
+ project_id: null,
23
+ value: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,20 @@
1
+ # OryClient::CreateCustomHostnameBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **cookie_domain** | **String** | The domain where cookies will be set. Has to be a parent domain of the custom hostname to work. | [optional] |
8
+ | **hostname** | **String** | The custom hostname where the API will be exposed. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::CreateCustomHostnameBody.new(
16
+ cookie_domain: null,
17
+ hostname: null
18
+ )
19
+ ```
20
+
data/docs/GenericError.md CHANGED
@@ -5,13 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **code** | **Integer** | The status code | [optional] |
8
- | **debug** | **String** | Debug information This field is often not exposed to protect against leaking sensitive information. | [optional] |
8
+ | **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [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
12
  | **id** | **String** | The error ID Useful when trying to identify various errors in application logic. | [optional] |
11
- | **message** | **String** | Error message The error&#39;s message. | |
13
+ | **message** | **String** | Message contains the error message. | |
12
14
  | **reason** | **String** | A human-readable reason for the error | [optional] |
13
15
  | **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] |
14
16
  | **status** | **String** | The status description | [optional] |
17
+ | **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |
15
18
 
16
19
  ## Example
17
20
 
@@ -20,13 +23,16 @@ require 'ory-client'
20
23
 
21
24
  instance = OryClient::GenericError.new(
22
25
  code: 404,
23
- debug: SQL field &quot;foo&quot; is not a bool.,
26
+ debug: The database adapter was unable to find the element,
24
27
  details: null,
28
+ error: The requested resource could not be found,
29
+ error_description: Object with ID 12345 does not exist,
25
30
  id: null,
26
31
  message: The resource could not be found,
27
32
  reason: User with ID 1234 does not exist.,
28
33
  request: d7ef54b1-ec15-46e6-bccb-524b82c035e6,
29
- status: Not Found
34
+ status: Not Found,
35
+ status_code: 404
30
36
  )
31
37
  ```
32
38
 
@@ -0,0 +1,20 @@
1
+ # OryClient::IdentityPreset
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **schema** | **Object** | Schema is the Identity JSON Schema | |
8
+ | **url** | **String** | URL is the preset identifier | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::IdentityPreset.new(
16
+ schema: null,
17
+ url: null
18
+ )
19
+ ```
20
+
@@ -4,8 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | The ID of the Identity JSON Schema | [optional] |
7
+ | **created_at** | **Time** | The Schema&#39;s Creation Date | [readonly] |
8
+ | **id** | **String** | | |
9
+ | **name** | **String** | The schema name This is set by the user and is for them to easily recognise their schema | |
8
10
  | **schema** | **Object** | The actual Identity JSON Schema | [optional] |
11
+ | **updated_at** | **Time** | Last Time Schema was Updated | [readonly] |
9
12
 
10
13
  ## Example
11
14
 
@@ -13,8 +16,11 @@
13
16
  require 'ory-client'
14
17
 
15
18
  instance = OryClient::IdentitySchema.new(
19
+ created_at: null,
16
20
  id: null,
17
- schema: null
21
+ name: CustomerIdentity,
22
+ schema: null,
23
+ updated_at: null
18
24
  )
19
25
  ```
20
26
 
@@ -0,0 +1,18 @@
1
+ # OryClient::IdentitySchemaLocation
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **location** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-client'
13
+
14
+ instance = OryClient::IdentitySchemaLocation.new(
15
+ location: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # OryClient::IdentitySchemaValidationResult
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **message** | **String** | | [optional] |
8
+ | **valid** | **Boolean** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::IdentitySchemaValidationResult.new(
16
+ message: null,
17
+ valid: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # OryClient::IsOwnerForProjectBySlug
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **project_slug** | **String** | ProjectSlug is the project&#39;s slug. | |
8
+ | **subject** | **String** | Subject is the subject from the API Token. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::IsOwnerForProjectBySlug.new(
16
+ project_slug: null,
17
+ subject: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,22 @@
1
+ # OryClient::IsOwnerForProjectBySlugPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **project_scope** | **String** | ProjectScope is the project_id resolved from the API Token. | [optional] |
8
+ | **project_slug** | **String** | ProjectSlug is the project&#39;s slug. | |
9
+ | **subject** | **String** | Subject is the subject from the API Token. | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'ory-client'
15
+
16
+ instance = OryClient::IsOwnerForProjectBySlugPayload.new(
17
+ project_scope: null,
18
+ project_slug: null,
19
+ subject: null
20
+ )
21
+ ```
22
+
data/docs/MetadataApi.md CHANGED
@@ -7,7 +7,6 @@ All URIs are relative to *https://playground.projects.oryapis.com*
7
7
  | [**get_version**](MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version. |
8
8
  | [**is_alive**](MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status |
9
9
  | [**is_ready**](MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status |
10
- | [**prometheus**](MetadataApi.md#prometheus) | **GET** /api/kratos/public/metrics/prometheus | Get snapshot metrics from the service. If you&#39;re using k8s, you can then add annotations to your deployment like so: |
11
10
 
12
11
 
13
12
  ## get_version
@@ -192,63 +191,3 @@ No authorization required
192
191
  - **Content-Type**: Not defined
193
192
  - **Accept**: application/json
194
193
 
195
-
196
- ## prometheus
197
-
198
- > prometheus
199
-
200
- Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
201
-
202
- ``` metadata: annotations: prometheus.io/port: \"4434\" prometheus.io/path: \"/metrics/prometheus\" ```
203
-
204
- ### Examples
205
-
206
- ```ruby
207
- require 'time'
208
- require 'ory-client'
209
-
210
- api_instance = OryClient::MetadataApi.new
211
-
212
- begin
213
- # Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
214
- api_instance.prometheus
215
- rescue OryClient::ApiError => e
216
- puts "Error when calling MetadataApi->prometheus: #{e}"
217
- end
218
- ```
219
-
220
- #### Using the prometheus_with_http_info variant
221
-
222
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
223
-
224
- > <Array(nil, Integer, Hash)> prometheus_with_http_info
225
-
226
- ```ruby
227
- begin
228
- # Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
229
- data, status_code, headers = api_instance.prometheus_with_http_info
230
- p status_code # => 2xx
231
- p headers # => { ... }
232
- p data # => nil
233
- rescue OryClient::ApiError => e
234
- puts "Error when calling MetadataApi->prometheus_with_http_info: #{e}"
235
- end
236
- ```
237
-
238
- ### Parameters
239
-
240
- This endpoint does not need any parameter.
241
-
242
- ### Return type
243
-
244
- nil (empty response body)
245
-
246
- ### Authorization
247
-
248
- No authorization required
249
-
250
- ### HTTP request headers
251
-
252
- - **Content-Type**: Not defined
253
- - **Accept**: Not defined
254
-
@@ -0,0 +1,20 @@
1
+ # OryClient::NullString
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **string** | **String** | | [optional] |
8
+ | **valid** | **Boolean** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::NullString.new(
16
+ string: null,
17
+ valid: null
18
+ )
19
+ ```
20
+
data/docs/NullUUID.md ADDED
@@ -0,0 +1,20 @@
1
+ # OryClient::NullUUID
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **uuid** | **String** | | [optional] |
8
+ | **valid** | **Boolean** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::NullUUID.new(
16
+ uuid: null,
17
+ valid: null
18
+ )
19
+ ```
20
+
data/docs/Project.md ADDED
@@ -0,0 +1,34 @@
1
+ # OryClient::Project
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **created_at** | **Time** | The Project&#39;s Creation Date | [readonly] |
8
+ | **current_revision** | [**ProjectRevision**](ProjectRevision.md) | | |
9
+ | **id** | **String** | | |
10
+ | **ongoing_stripe_checkout_id** | [**NullString**](NullString.md) | | [optional] |
11
+ | **revisions** | [**Array&lt;ProjectRevision&gt;**](ProjectRevision.md) | | |
12
+ | **slug** | **String** | The project&#39;s slug | [readonly] |
13
+ | **state** | **String** | The state of the project. | [readonly] |
14
+ | **subscription_id** | [**NullUUID**](NullUUID.md) | | [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::Project.new(
23
+ created_at: null,
24
+ current_revision: null,
25
+ id: null,
26
+ ongoing_stripe_checkout_id: null,
27
+ revisions: null,
28
+ slug: null,
29
+ state: null,
30
+ subscription_id: null,
31
+ updated_at: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,22 @@
1
+ # OryClient::ProjectHost
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **host** | **String** | The project&#39;s host. | |
8
+ | **id** | **String** | | |
9
+ | **project_id** | **String** | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'ory-client'
15
+
16
+ instance = OryClient::ProjectHost.new(
17
+ host: null,
18
+ id: null,
19
+ project_id: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # OryClient::ProjectLookupSecretConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enabled** | **Boolean** | Set to true to enable the WebAuthn authentication method. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'ory-client'
13
+
14
+ instance = OryClient::ProjectLookupSecretConfig.new(
15
+ enabled: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,42 @@
1
+ # OryClient::ProjectOidcConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **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] |
8
+ | **client_id** | **String** | ClientID is the application&#39;s Client ID. | [optional] |
9
+ | **client_secret** | **String** | ClientSecret is the application&#39;s secret. | [optional] |
10
+ | **id** | **String** | ID is the provider&#39;s ID | [optional] |
11
+ | **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] |
12
+ | **label** | **String** | Label represents an optional label which can be used in the UI generation. | [optional] |
13
+ | **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] |
14
+ | **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 | [optional] |
15
+ | **requested_claims** | **Object** | RequestedClaims string encoded json object that specifies claims and optionally their properties which should be included in the id_token or returned from the UserInfo Endpoint. More information: https://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter | [optional] |
16
+ | **scope** | **Array&lt;String&gt;** | Scope specifies optional requested permissions. | [optional] |
17
+ | **string** | **String** | | [optional] |
18
+ | **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] |
19
+ | **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] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'ory-client'
25
+
26
+ instance = OryClient::ProjectOidcConfig.new(
27
+ auth_url: null,
28
+ client_id: null,
29
+ client_secret: null,
30
+ id: null,
31
+ issuer_url: null,
32
+ label: null,
33
+ mapper_url: null,
34
+ provider: null,
35
+ requested_claims: null,
36
+ scope: null,
37
+ string: null,
38
+ tenant: null,
39
+ token_url: null
40
+ )
41
+ ```
42
+
@@ -0,0 +1,20 @@
1
+ # OryClient::ProjectPasswordConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enabled** | **Boolean** | Set to true to enable the password authentication method. | [optional] |
8
+ | **revoke_active_sessions** | **Boolean** | Set to true to remove active sessions when the users logs in. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'ory-client'
14
+
15
+ instance = OryClient::ProjectPasswordConfig.new(
16
+ enabled: null,
17
+ revoke_active_sessions: null
18
+ )
19
+ ```
20
+