ory-client 0.0.1.alpha18 → 0.0.1.alpha19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/lib/ory-client/api/metadata_api.rb +1 -1
  4. data/lib/ory-client/api/v0alpha2_api.rb +1 -1
  5. data/lib/ory-client/api_client.rb +1 -1
  6. data/lib/ory-client/api_error.rb +1 -1
  7. data/lib/ory-client/configuration.rb +1 -1
  8. data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
  9. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  10. data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
  11. data/lib/ory-client/models/authenticate_ok_body.rb +1 -1
  12. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  13. data/lib/ory-client/models/container_change_response_item.rb +1 -1
  14. data/lib/ory-client/models/container_create_created_body.rb +1 -1
  15. data/lib/ory-client/models/container_top_ok_body.rb +1 -1
  16. data/lib/ory-client/models/container_update_ok_body.rb +1 -1
  17. data/lib/ory-client/models/container_wait_ok_body.rb +1 -1
  18. data/lib/ory-client/models/container_wait_ok_body_error.rb +1 -1
  19. data/lib/ory-client/models/error_response.rb +1 -1
  20. data/lib/ory-client/models/generic_error.rb +1 -1
  21. data/lib/ory-client/models/graph_driver_data.rb +1 -1
  22. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  23. data/lib/ory-client/models/health_status.rb +1 -1
  24. data/lib/ory-client/models/id_response.rb +1 -1
  25. data/lib/ory-client/models/identity.rb +1 -1
  26. data/lib/ory-client/models/identity_credentials.rb +1 -1
  27. data/lib/ory-client/models/identity_credentials_type.rb +1 -1
  28. data/lib/ory-client/models/identity_state.rb +1 -1
  29. data/lib/ory-client/models/image_delete_response_item.rb +1 -1
  30. data/lib/ory-client/models/image_summary.rb +1 -1
  31. data/lib/ory-client/models/inline_response200.rb +1 -1
  32. data/lib/ory-client/models/inline_response2001.rb +1 -1
  33. data/lib/ory-client/models/inline_response503.rb +1 -1
  34. data/lib/ory-client/models/json_error.rb +1 -1
  35. data/lib/ory-client/models/meta.rb +1 -1
  36. data/lib/ory-client/models/plugin.rb +1 -1
  37. data/lib/ory-client/models/plugin_config.rb +1 -1
  38. data/lib/ory-client/models/plugin_config_args.rb +1 -1
  39. data/lib/ory-client/models/plugin_config_interface.rb +1 -1
  40. data/lib/ory-client/models/plugin_config_linux.rb +1 -1
  41. data/lib/ory-client/models/plugin_config_network.rb +1 -1
  42. data/lib/ory-client/models/plugin_config_rootfs.rb +1 -1
  43. data/lib/ory-client/models/plugin_config_user.rb +1 -1
  44. data/lib/ory-client/models/plugin_device.rb +1 -1
  45. data/lib/ory-client/models/plugin_env.rb +1 -1
  46. data/lib/ory-client/models/plugin_interface_type.rb +1 -1
  47. data/lib/ory-client/models/plugin_mount.rb +1 -1
  48. data/lib/ory-client/models/plugin_settings.rb +1 -1
  49. data/lib/ory-client/models/port.rb +1 -1
  50. data/lib/ory-client/models/recovery_address.rb +1 -1
  51. data/lib/ory-client/models/self_service_error.rb +1 -1
  52. data/lib/ory-client/models/self_service_login_flow.rb +1 -1
  53. data/lib/ory-client/models/self_service_logout_url.rb +1 -1
  54. data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
  55. data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
  56. data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
  57. data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
  58. data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
  59. data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
  60. data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
  61. data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
  62. data/lib/ory-client/models/service_update_response.rb +1 -1
  63. data/lib/ory-client/models/session.rb +1 -1
  64. data/lib/ory-client/models/session_authentication_method.rb +1 -1
  65. data/lib/ory-client/models/session_device.rb +1 -1
  66. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  67. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
  68. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  69. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  70. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  71. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  72. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  73. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  74. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  75. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  76. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
  77. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  78. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  79. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
  80. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  81. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  82. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  83. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  84. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  85. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  86. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
  87. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  88. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
  89. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
  90. data/lib/ory-client/models/ui_container.rb +1 -1
  91. data/lib/ory-client/models/ui_node.rb +1 -1
  92. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  93. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  94. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  95. data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
  96. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  97. data/lib/ory-client/models/ui_text.rb +1 -1
  98. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  99. data/lib/ory-client/models/version.rb +1 -1
  100. data/lib/ory-client/models/volume.rb +1 -1
  101. data/lib/ory-client/models/volume_usage_data.rb +1 -1
  102. data/lib/ory-client/version.rb +2 -2
  103. data/lib/ory-client.rb +1 -1
  104. data/ory-client.gemspec +1 -1
  105. data/spec/api_client_spec.rb +1 -1
  106. data/spec/configuration_spec.rb +1 -1
  107. data/spec/spec_helper.rb +1 -1
  108. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 837d9434aad2c0dc86aacab6a5ff566a42d0070462af81ee3ef018b7e6cba6f3
4
- data.tar.gz: 3b23168fd948c15af1e8d4911f995097b48b681b28d101a89e1d7f1ce59da814
3
+ metadata.gz: bcdccae5c7a2ebb4770d5954f494c16f3e42d8f889447c9d6998fbec3d1e66c3
4
+ data.tar.gz: 65526e65392b3dfb4c0d1524b301c38a588a74286265d695add39e4a93dd8394
5
5
  SHA512:
6
- metadata.gz: a39c8d1ba79ac71863c53f35d0ba320cf8c43ea127bdd087aad276a0a3c850d1735406b9d7ecc016383592c86a8849e05aa69e403f99bbda2bc2397852bb2941
7
- data.tar.gz: 28458d9f2f5cb6376f86e98af666e6682d67afa65e09330e8e722206c06adc6fecb0b2dffa19ca9f35e5ff42ab3b77fc1a4b8a1446b24f71ac207b42523bc3b3
6
+ metadata.gz: 2f6f0137b311ee6bc7f91189d560e660ae5ddbd164b094c991964a04e556b5d2e047ce86f21c8a733268fabf73acd63bddb539476233be10632368e0257c2d7e
7
+ data.tar.gz: 27aa885a25b81b4ac631f78eeab6aa1cb92303ec20d4a03c68c5327caf852f5a6fa9cfc11014fc2d40edae80f6c7e21f10623ff3e1013bcb2ebf62a03ac03467
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.18
12
- - Package version: v0.0.1-alpha.18
11
+ - API version: v0.0.1-alpha.19
12
+ - Package version: v0.0.1-alpha.19
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.18.gem
28
+ gem install ./ory-client-v0.0.1-alpha.19.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.18.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./ory-client-v0.0.1-alpha.19.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.18'
37
+ gem 'ory-client', '~> v0.0.1-alpha.19'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
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.18
6
+ The version of the OpenAPI document: v0.0.1-alpha.19
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.2.1