ory-hydra-client 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +5 -5
  4. data/lib/ory-hydra-client/api/jwk_api.rb +1 -1
  5. data/lib/ory-hydra-client/api/metadata_api.rb +1 -1
  6. data/lib/ory-hydra-client/api/o_auth2_api.rb +1 -1
  7. data/lib/ory-hydra-client/api/oidc_api.rb +1 -1
  8. data/lib/ory-hydra-client/api/wellknown_api.rb +1 -1
  9. data/lib/ory-hydra-client/api_client.rb +1 -1
  10. data/lib/ory-hydra-client/api_error.rb +1 -1
  11. data/lib/ory-hydra-client/configuration.rb +1 -1
  12. data/lib/ory-hydra-client/models/accept_o_auth2_consent_request.rb +1 -1
  13. data/lib/ory-hydra-client/models/accept_o_auth2_consent_request_session.rb +1 -1
  14. data/lib/ory-hydra-client/models/accept_o_auth2_login_request.rb +1 -1
  15. data/lib/ory-hydra-client/models/create_json_web_key_set.rb +1 -1
  16. data/lib/ory-hydra-client/models/error_o_auth2.rb +1 -1
  17. data/lib/ory-hydra-client/models/generic_error.rb +1 -1
  18. data/lib/ory-hydra-client/models/get_version200_response.rb +1 -1
  19. data/lib/ory-hydra-client/models/health_not_ready_status.rb +1 -1
  20. data/lib/ory-hydra-client/models/health_status.rb +1 -1
  21. data/lib/ory-hydra-client/models/introspected_o_auth2_token.rb +1 -1
  22. data/lib/ory-hydra-client/models/is_ready200_response.rb +1 -1
  23. data/lib/ory-hydra-client/models/is_ready503_response.rb +1 -1
  24. data/lib/ory-hydra-client/models/json_patch.rb +1 -1
  25. data/lib/ory-hydra-client/models/json_web_key.rb +1 -1
  26. data/lib/ory-hydra-client/models/json_web_key_set.rb +1 -1
  27. data/lib/ory-hydra-client/models/o_auth2_client.rb +1 -1
  28. data/lib/ory-hydra-client/models/o_auth2_client_token_lifespans.rb +1 -1
  29. data/lib/ory-hydra-client/models/o_auth2_consent_request.rb +1 -1
  30. data/lib/ory-hydra-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
  31. data/lib/ory-hydra-client/models/o_auth2_consent_session.rb +1 -1
  32. data/lib/ory-hydra-client/models/o_auth2_consent_session_expires_at.rb +1 -1
  33. data/lib/ory-hydra-client/models/o_auth2_login_request.rb +1 -1
  34. data/lib/ory-hydra-client/models/o_auth2_logout_request.rb +1 -1
  35. data/lib/ory-hydra-client/models/o_auth2_redirect_to.rb +1 -1
  36. data/lib/ory-hydra-client/models/o_auth2_token_exchange.rb +1 -1
  37. data/lib/ory-hydra-client/models/oidc_configuration.rb +1 -1
  38. data/lib/ory-hydra-client/models/oidc_user_info.rb +1 -1
  39. data/lib/ory-hydra-client/models/pagination.rb +1 -1
  40. data/lib/ory-hydra-client/models/pagination_headers.rb +1 -1
  41. data/lib/ory-hydra-client/models/reject_o_auth2_request.rb +1 -1
  42. data/lib/ory-hydra-client/models/token_pagination.rb +1 -1
  43. data/lib/ory-hydra-client/models/token_pagination_headers.rb +1 -1
  44. data/lib/ory-hydra-client/models/token_pagination_request_parameters.rb +1 -1
  45. data/lib/ory-hydra-client/models/token_pagination_response_headers.rb +1 -1
  46. data/lib/ory-hydra-client/models/trust_o_auth2_jwt_grant_issuer.rb +1 -1
  47. data/lib/ory-hydra-client/models/trusted_o_auth2_jwt_grant_issuer.rb +1 -1
  48. data/lib/ory-hydra-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +1 -1
  49. data/lib/ory-hydra-client/models/version.rb +1 -1
  50. data/lib/ory-hydra-client/version.rb +2 -2
  51. data/lib/ory-hydra-client.rb +1 -1
  52. data/ory-hydra-client.gemspec +1 -1
  53. data/spec/api/jwk_api_spec.rb +1 -1
  54. data/spec/api/metadata_api_spec.rb +1 -1
  55. data/spec/api/o_auth2_api_spec.rb +1 -1
  56. data/spec/api/oidc_api_spec.rb +1 -1
  57. data/spec/api/wellknown_api_spec.rb +1 -1
  58. data/spec/api_client_spec.rb +1 -1
  59. data/spec/configuration_spec.rb +1 -1
  60. data/spec/models/accept_o_auth2_consent_request_session_spec.rb +1 -1
  61. data/spec/models/accept_o_auth2_consent_request_spec.rb +1 -1
  62. data/spec/models/accept_o_auth2_login_request_spec.rb +1 -1
  63. data/spec/models/create_json_web_key_set_spec.rb +1 -1
  64. data/spec/models/error_o_auth2_spec.rb +1 -1
  65. data/spec/models/generic_error_spec.rb +1 -1
  66. data/spec/models/get_version200_response_spec.rb +1 -1
  67. data/spec/models/health_not_ready_status_spec.rb +1 -1
  68. data/spec/models/health_status_spec.rb +1 -1
  69. data/spec/models/introspected_o_auth2_token_spec.rb +1 -1
  70. data/spec/models/is_ready200_response_spec.rb +1 -1
  71. data/spec/models/is_ready503_response_spec.rb +1 -1
  72. data/spec/models/json_patch_spec.rb +1 -1
  73. data/spec/models/json_web_key_set_spec.rb +1 -1
  74. data/spec/models/json_web_key_spec.rb +1 -1
  75. data/spec/models/o_auth2_client_spec.rb +1 -1
  76. data/spec/models/o_auth2_client_token_lifespans_spec.rb +1 -1
  77. data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
  78. data/spec/models/o_auth2_consent_request_spec.rb +1 -1
  79. data/spec/models/o_auth2_consent_session_expires_at_spec.rb +1 -1
  80. data/spec/models/o_auth2_consent_session_spec.rb +1 -1
  81. data/spec/models/o_auth2_login_request_spec.rb +1 -1
  82. data/spec/models/o_auth2_logout_request_spec.rb +1 -1
  83. data/spec/models/o_auth2_redirect_to_spec.rb +1 -1
  84. data/spec/models/o_auth2_token_exchange_spec.rb +1 -1
  85. data/spec/models/oidc_configuration_spec.rb +1 -1
  86. data/spec/models/oidc_user_info_spec.rb +1 -1
  87. data/spec/models/pagination_headers_spec.rb +1 -1
  88. data/spec/models/pagination_spec.rb +1 -1
  89. data/spec/models/reject_o_auth2_request_spec.rb +1 -1
  90. data/spec/models/token_pagination_headers_spec.rb +1 -1
  91. data/spec/models/token_pagination_request_parameters_spec.rb +1 -1
  92. data/spec/models/token_pagination_response_headers_spec.rb +1 -1
  93. data/spec/models/token_pagination_spec.rb +1 -1
  94. data/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb +1 -1
  95. data/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +1 -1
  96. data/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +1 -1
  97. data/spec/models/version_spec.rb +1 -1
  98. data/spec/spec_helper.rb +1 -1
  99. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  100. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  101. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  102. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.6/gem_make.out +2 -2
  103. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.5/gem_make.out +2 -2
  104. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.5/mkmf.log +1 -1
  105. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  106. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  107. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  108. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
  109. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.5/ext/stringio/Makefile +2 -2
  110. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16481df72b0e8b54d8dfdcd468a895117be3bad7f06f3eca0f5e78391bb1f7a8
4
- data.tar.gz: 42a6ff68f1f0b54a2f6dbd8e506610ca82949d07b1290ce7ada19aba437b7357
3
+ metadata.gz: 8ef591cb5386e76b61410db3ea6ec6ffa0a893321f7d7388ca2b509537ecb3d1
4
+ data.tar.gz: 0b40cc8fe07cdc1185277e86c385e30a06870113a0279fb54197b818cea956c9
5
5
  SHA512:
6
- metadata.gz: ed07fc5c4145697e3589a54dac093a1da938b8533b373abc2be655ef35ab165bec6451b763f7cfd8f791462c16c19f6ed1594287bcaa0ff8350dce01a557e098
7
- data.tar.gz: 636f020e5bd88dae8608ce064cc0da3d07a914d4311b5af06d1825a50260c411e4bbbbb71c6fcbbe0208e3e1c67e309f09cd96a7ee6bef647ae88c1249fc1697
6
+ metadata.gz: 653827da4809385c1006f2e91406daaacfec1f19c58c86293485c2f69ff188d37ff9fe715b500ebbbd50167a12ce9607877c43721ad5f3c03b421a1726063778
7
+ data.tar.gz: ba381e370406d8343f520cbdc8efe635ca36418c0f5d1c5cef85e7460c81b550398565b18bf78d45b49a1176267153e273c55e8c92c90a28af7c02d62f719aa8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-hydra-client (2.1.0)
4
+ ory-hydra-client (2.1.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -7,8 +7,8 @@ Documentation for all of Ory Hydra's APIs.
7
7
 
8
8
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
9
9
 
10
- - API version: v2.1.0
11
- - Package version: v2.1.0
10
+ - API version: v2.1.1
11
+ - Package version: v2.1.1
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
14
14
  ## Installation
@@ -24,16 +24,16 @@ gem build ory-hydra-client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ory-hydra-client-v2.1.0.gem
27
+ gem install ./ory-hydra-client-v2.1.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-hydra-client-v2.1.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-hydra-client-v2.1.1.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ory-hydra-client', '~> v2.1.0'
36
+ gem 'ory-hydra-client', '~> v2.1.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: 2.1.0
6
+ The version of the OpenAPI document: 2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '2.1.0'
14
+ VERSION = '2.1.1'
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Documentation for all of Ory Hydra's APIs.
7
7
 
8
- The version of the OpenAPI document: v2.1.0
8
+ The version of the OpenAPI document: v2.1.1
9
9
  Contact: hi@ory.sh
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all of Ory Hydra's APIs.
5
5
 
6
- The version of the OpenAPI document: v2.1.0
6
+ The version of the OpenAPI document: v2.1.1
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1