ory-client 0.0.1.alpha21 → 0.0.1.alpha23

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
@@ -0,0 +1,58 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OryClient::ProjectWebAuthnConfig
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryClient::ProjectWebAuthnConfig do
21
+ let(:instance) { OryClient::ProjectWebAuthnConfig.new }
22
+
23
+ describe 'test an instance of ProjectWebAuthnConfig' do
24
+ it 'should create an instance of ProjectWebAuthnConfig' do
25
+ expect(instance).to be_instance_of(OryClient::ProjectWebAuthnConfig)
26
+ end
27
+ end
28
+ describe 'test attribute "enabled"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "rp_display_name"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "rp_icon"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "rp_id"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "rp_origin"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ end
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OryClient::ProvisionProjectPayload
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryClient::ProvisionProjectPayload do
21
+ let(:instance) { OryClient::ProvisionProjectPayload.new }
22
+
23
+ describe 'test an instance of ProvisionProjectPayload' do
24
+ it 'should create an instance of ProvisionProjectPayload' do
25
+ expect(instance).to be_instance_of(OryClient::ProvisionProjectPayload)
26
+ end
27
+ end
28
+ describe 'test attribute "subscription_id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -0,0 +1,76 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OryClient::RedirectionConfig
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryClient::RedirectionConfig do
21
+ let(:instance) { OryClient::RedirectionConfig.new }
22
+
23
+ describe 'test an instance of RedirectionConfig' do
24
+ it 'should create an instance of RedirectionConfig' do
25
+ expect(instance).to be_instance_of(OryClient::RedirectionConfig)
26
+ end
27
+ end
28
+ describe 'test attribute "global"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "login"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "logout"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "recovery"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "registration"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "settings"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "url_allowlist"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "verification"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ end
@@ -0,0 +1,52 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OryClient::RedirectionField
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryClient::RedirectionField do
21
+ let(:instance) { OryClient::RedirectionField.new }
22
+
23
+ describe 'test an instance of RedirectionField' do
24
+ it 'should create an instance of RedirectionField' do
25
+ expect(instance).to be_instance_of(OryClient::RedirectionField)
26
+ end
27
+ end
28
+ describe 'test attribute "main"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "oidc"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "password"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "profile"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ end
@@ -0,0 +1,40 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OryClient::SchemaPatch
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryClient::SchemaPatch do
21
+ let(:instance) { OryClient::SchemaPatch.new }
22
+
23
+ describe 'test an instance of SchemaPatch' do
24
+ it 'should create an instance of SchemaPatch' do
25
+ expect(instance).to be_instance_of(OryClient::SchemaPatch)
26
+ end
27
+ end
28
+ describe 'test attribute "data"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "name"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -25,7 +25,37 @@ describe OryClient::SelfServiceBrowserLocationChangeRequiredError do
25
25
  expect(instance).to be_instance_of(OryClient::SelfServiceBrowserLocationChangeRequiredError)
26
26
  end
27
27
  end
28
- describe 'test attribute "error"' do
28
+ describe 'test attribute "code"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "debug"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "details"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "id"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "message"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "reason"' do
29
59
  it 'should work' do
30
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
61
  end
@@ -37,4 +67,16 @@ describe OryClient::SelfServiceBrowserLocationChangeRequiredError do
37
67
  end
38
68
  end
39
69
 
70
+ describe 'test attribute "request"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "status"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
40
82
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -25,7 +25,43 @@ describe OryClient::SelfServiceFlowExpiredError do
25
25
  expect(instance).to be_instance_of(OryClient::SelfServiceFlowExpiredError)
26
26
  end
27
27
  end
28
- describe 'test attribute "error"' do
28
+ describe 'test attribute "code"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "debug"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "details"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "id"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "message"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "reason"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "request"' do
29
65
  it 'should work' do
30
66
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
67
  end
@@ -37,6 +73,12 @@ describe OryClient::SelfServiceFlowExpiredError do
37
73
  end
38
74
  end
39
75
 
76
+ describe 'test attribute "status"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
40
82
  describe 'test attribute "use_flow_id"' do
41
83
  it 'should work' do
42
84
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -34,7 +34,7 @@ describe OryClient::SessionAuthenticationMethod do
34
34
  describe 'test attribute "method"' do
35
35
  it 'should work' do
36
36
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc"])
37
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["link_recovery", "password", "totp", "oidc", "webauthn"])
38
38
  # validator.allowable_values.each do |value|
39
39
  # expect { instance.method = value }.not_to raise_error
40
40
  # end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -0,0 +1,34 @@
1
+ =begin
2
+ #Ory APIs
3
+
4
+ #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
+ Contact: support@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for OryClient::StripeCustomerResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe OryClient::StripeCustomerResponse do
21
+ let(:instance) { OryClient::StripeCustomerResponse.new }
22
+
23
+ describe 'test an instance of StripeCustomerResponse' do
24
+ it 'should create an instance of StripeCustomerResponse' do
25
+ expect(instance).to be_instance_of(OryClient::StripeCustomerResponse)
26
+ end
27
+ end
28
+ describe 'test attribute "id"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.0.1-alpha.21
6
+ The version of the OpenAPI document: v0.0.1-alpha.23
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1