ory-hydra-client 1.9.0.alpha3 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AdminApi.md +3 -3
  4. data/lib/ory-hydra-client.rb +1 -1
  5. data/lib/ory-hydra-client/api/admin_api.rb +5 -5
  6. data/lib/ory-hydra-client/api/public_api.rb +1 -1
  7. data/lib/ory-hydra-client/api_client.rb +1 -1
  8. data/lib/ory-hydra-client/api_error.rb +1 -1
  9. data/lib/ory-hydra-client/configuration.rb +1 -1
  10. data/lib/ory-hydra-client/models/accept_consent_request.rb +1 -1
  11. data/lib/ory-hydra-client/models/accept_login_request.rb +1 -1
  12. data/lib/ory-hydra-client/models/completed_request.rb +1 -1
  13. data/lib/ory-hydra-client/models/consent_request.rb +1 -1
  14. data/lib/ory-hydra-client/models/consent_request_session.rb +1 -1
  15. data/lib/ory-hydra-client/models/container_wait_ok_body_error.rb +1 -1
  16. data/lib/ory-hydra-client/models/flush_inactive_o_auth2_tokens_request.rb +1 -1
  17. data/lib/ory-hydra-client/models/generic_error.rb +1 -1
  18. data/lib/ory-hydra-client/models/health_not_ready_status.rb +1 -1
  19. data/lib/ory-hydra-client/models/health_status.rb +1 -1
  20. data/lib/ory-hydra-client/models/json_web_key.rb +1 -1
  21. data/lib/ory-hydra-client/models/json_web_key_set.rb +1 -1
  22. data/lib/ory-hydra-client/models/json_web_key_set_generator_request.rb +1 -1
  23. data/lib/ory-hydra-client/models/login_request.rb +1 -1
  24. data/lib/ory-hydra-client/models/logout_request.rb +1 -1
  25. data/lib/ory-hydra-client/models/o_auth2_client.rb +1 -1
  26. data/lib/ory-hydra-client/models/o_auth2_token_introspection.rb +1 -1
  27. data/lib/ory-hydra-client/models/oauth2_token_response.rb +1 -1
  28. data/lib/ory-hydra-client/models/open_id_connect_context.rb +1 -1
  29. data/lib/ory-hydra-client/models/plugin_config.rb +1 -1
  30. data/lib/ory-hydra-client/models/plugin_config_args.rb +1 -1
  31. data/lib/ory-hydra-client/models/plugin_config_interface.rb +1 -1
  32. data/lib/ory-hydra-client/models/plugin_config_linux.rb +1 -1
  33. data/lib/ory-hydra-client/models/plugin_config_network.rb +1 -1
  34. data/lib/ory-hydra-client/models/plugin_config_rootfs.rb +1 -1
  35. data/lib/ory-hydra-client/models/plugin_config_user.rb +1 -1
  36. data/lib/ory-hydra-client/models/plugin_device.rb +1 -1
  37. data/lib/ory-hydra-client/models/plugin_env.rb +1 -1
  38. data/lib/ory-hydra-client/models/plugin_interface_type.rb +1 -1
  39. data/lib/ory-hydra-client/models/plugin_mount.rb +1 -1
  40. data/lib/ory-hydra-client/models/plugin_settings.rb +1 -1
  41. data/lib/ory-hydra-client/models/previous_consent_session.rb +1 -1
  42. data/lib/ory-hydra-client/models/reject_request.rb +1 -1
  43. data/lib/ory-hydra-client/models/userinfo_response.rb +1 -1
  44. data/lib/ory-hydra-client/models/version.rb +1 -1
  45. data/lib/ory-hydra-client/models/volume_usage_data.rb +1 -1
  46. data/lib/ory-hydra-client/models/well_known.rb +1 -1
  47. data/lib/ory-hydra-client/version.rb +2 -2
  48. data/ory-hydra-client.gemspec +1 -1
  49. metadata +34 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fc3feab8ceac23be59e1cc2ada34435556480a971f08df6e6a70db6050e6795
4
- data.tar.gz: 74a6991933d11341ca2f5c0bd340b6b1ee7dbb0d60bc8e6ab990b09568b9d87f
3
+ metadata.gz: f94d80b4cf62fecd435ecc34da64905495d7f0d8c24eca8a6dac91b025721eae
4
+ data.tar.gz: 39cb8ad1215ca1a45e24f377888be984e85ae2d6db500fd91904713abbeed981
5
5
  SHA512:
6
- metadata.gz: 94db7b387872dc48ce234d471a09550e80574a5501c55a592f0596d6f9c7db20854d5e124316496c975975fd3cd7f95da6c20d81f05d17c224314d2ee0db9f72
7
- data.tar.gz: ba73bee6c707fbc351d79e0a0b5c06a0cecde1e2bbbc1449f9f3233a2b33f56d772bce923d1494c18372be152212bf0ea5c689116257d5bce74e85006eb1ea0e
6
+ metadata.gz: eaa85f8ce9c2f2876c2ba31eb0eed44cb6c478e913f6fad0ac4c4340a4698d1252f5c543fd8c60649eefaa17377ea98b7770a49032b071583318dea3fcc5cac5
7
+ data.tar.gz: 34ebba2489cf8f7671238cdb09c35e93aa9c498aad20f99f94af18f1a72f9de23261742a053c74521353dbea57410a48ec9c71c92f55e3b7a5600660c7e441bd
data/README.md CHANGED
@@ -6,8 +6,8 @@ Welcome to the ORY Hydra HTTP API documentation. You will find documentation for
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: v1.9.0-alpha.3
10
- - Package version: v1.9.0-alpha.3
9
+ - API version: v1.9.0
10
+ - Package version: v1.9.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build ory-hydra-client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./ory-hydra-client-v1.9.0-alpha.3.gem
26
+ gem install ./ory-hydra-client-v1.9.0.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.9.0-alpha.3.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.9.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ory-hydra-client', '~> v1.9.0-alpha.3'
35
+ gem 'ory-hydra-client', '~> v1.9.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -945,7 +945,7 @@ No authorization required
945
945
 
946
946
  List OAuth 2.0 Clients
947
947
 
948
- This endpoint lists all clients in the database, and never returns client secrets. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components. The \"Link\" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/clients?limit={limit}&offset={offset}>; rel=\"{page}\"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.
948
+ This endpoint lists all clients in the database, and never returns client secrets. As a default it lists the first 100 clients. The `limit` parameter can be used to retrieve more clients, but it has an upper bound at 500 objects. Pagination should be used to retrieve more than 500 objects. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components. The \"Link\" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/clients?limit={limit}&offset={offset}>; rel=\"{page}\"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.
949
949
 
950
950
  ### Example
951
951
 
@@ -955,7 +955,7 @@ require 'ory-hydra-client'
955
955
 
956
956
  api_instance = OryHydraClient::AdminApi.new
957
957
  opts = {
958
- limit: 56, # Integer | The maximum amount of policies returned.
958
+ limit: 56, # Integer | The maximum amount of policies returned, upper bound is 500 policies
959
959
  offset: 56 # Integer | The offset from where to start looking.
960
960
  }
961
961
 
@@ -973,7 +973,7 @@ end
973
973
 
974
974
  Name | Type | Description | Notes
975
975
  ------------- | ------------- | ------------- | -------------
976
- **limit** | **Integer**| The maximum amount of policies returned. | [optional]
976
+ **limit** | **Integer**| The maximum amount of policies returned, upper bound is 500 policies | [optional]
977
977
  **offset** | **Integer**| The offset from where to start looking. | [optional]
978
978
 
979
979
  ### Return type
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -1223,9 +1223,9 @@ module OryHydraClient
1223
1223
  end
1224
1224
 
1225
1225
  # List OAuth 2.0 Clients
1226
- # This endpoint lists all clients in the database, and never returns client secrets. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components. The \"Link\" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/clients?limit={limit}&offset={offset}>; rel=\"{page}\"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.
1226
+ # This endpoint lists all clients in the database, and never returns client secrets. As a default it lists the first 100 clients. The `limit` parameter can be used to retrieve more clients, but it has an upper bound at 500 objects. Pagination should be used to retrieve more than 500 objects. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components. The \"Link\" header is also included in successful responses, which contains one or more links for pagination, formatted like so: '<https://hydra-url/admin/clients?limit={limit}&offset={offset}>; rel=\"{page}\"', where page is one of the following applicable pages: 'first', 'next', 'last', and 'previous'. Multiple links can be included in this header, and will be separated by a comma.
1227
1227
  # @param [Hash] opts the optional parameters
1228
- # @option opts [Integer] :limit The maximum amount of policies returned.
1228
+ # @option opts [Integer] :limit The maximum amount of policies returned, upper bound is 500 policies
1229
1229
  # @option opts [Integer] :offset The offset from where to start looking.
1230
1230
  # @return [Array<OAuth2Client>]
1231
1231
  def list_o_auth2_clients(opts = {})
@@ -1234,9 +1234,9 @@ module OryHydraClient
1234
1234
  end
1235
1235
 
1236
1236
  # List OAuth 2.0 Clients
1237
- # This endpoint lists all clients in the database, and never returns client secrets. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components. The \&quot;Link\&quot; header is also included in successful responses, which contains one or more links for pagination, formatted like so: &#39;&lt;https://hydra-url/admin/clients?limit&#x3D;{limit}&amp;offset&#x3D;{offset}&gt;; rel&#x3D;\&quot;{page}\&quot;&#39;, where page is one of the following applicable pages: &#39;first&#39;, &#39;next&#39;, &#39;last&#39;, and &#39;previous&#39;. Multiple links can be included in this header, and will be separated by a comma.
1237
+ # This endpoint lists all clients in the database, and never returns client secrets. As a default it lists the first 100 clients. The &#x60;limit&#x60; parameter can be used to retrieve more clients, but it has an upper bound at 500 objects. Pagination should be used to retrieve more than 500 objects. OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities. To manage ORY Hydra, you will need an OAuth 2.0 Client as well. Make sure that this endpoint is well protected and only callable by first-party components. The \&quot;Link\&quot; header is also included in successful responses, which contains one or more links for pagination, formatted like so: &#39;&lt;https://hydra-url/admin/clients?limit&#x3D;{limit}&amp;offset&#x3D;{offset}&gt;; rel&#x3D;\&quot;{page}\&quot;&#39;, where page is one of the following applicable pages: &#39;first&#39;, &#39;next&#39;, &#39;last&#39;, and &#39;previous&#39;. Multiple links can be included in this header, and will be separated by a comma.
1238
1238
  # @param [Hash] opts the optional parameters
1239
- # @option opts [Integer] :limit The maximum amount of policies returned.
1239
+ # @option opts [Integer] :limit The maximum amount of policies returned, upper bound is 500 policies
1240
1240
  # @option opts [Integer] :offset The offset from where to start looking.
1241
1241
  # @return [Array<(Array<OAuth2Client>, Integer, Hash)>] Array<OAuth2Client> data, response status code and response headers
1242
1242
  def list_o_auth2_clients_with_http_info(opts = {})
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: v1.9.0-alpha.3
6
+ The version of the OpenAPI document: v1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
5
5
 
6
- The version of the OpenAPI document: 1.9.0.alpha3
6
+ The version of the OpenAPI document: 1.9.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '1.9.0.alpha3'
14
+ VERSION = '1.9.0'
15
15
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here.
7
7
 
8
- The version of the OpenAPI document: v1.9.0-alpha.3
8
+ The version of the OpenAPI document: v1.9.0
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 4.3.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ory-hydra-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0.alpha3
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-08 00:00:00.000000000 Z
11
+ date: 2021-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -225,9 +225,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
225
225
  version: '1.9'
226
226
  required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  requirements:
228
- - - ">"
228
+ - - ">="
229
229
  - !ruby/object:Gem::Version
230
- version: 1.3.1
230
+ version: '0'
231
231
  requirements: []
232
232
  rubyforge_project:
233
233
  rubygems_version: 2.7.6.2
@@ -235,46 +235,46 @@ signing_key:
235
235
  specification_version: 4
236
236
  summary: ORY Hydra Ruby Gem
237
237
  test_files:
238
- - spec/api/public_api_spec.rb
239
238
  - spec/api/admin_api_spec.rb
239
+ - spec/api/public_api_spec.rb
240
240
  - spec/api_client_spec.rb
241
241
  - spec/configuration_spec.rb
242
- - spec/models/oauth2_token_response_spec.rb
243
- - spec/models/plugin_config_user_spec.rb
244
- - spec/models/plugin_config_interface_spec.rb
245
- - spec/models/plugin_device_spec.rb
246
- - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
247
- - spec/models/userinfo_response_spec.rb
248
- - spec/models/completed_request_spec.rb
249
- - spec/models/login_request_spec.rb
250
- - spec/models/plugin_interface_type_spec.rb
251
- - spec/models/plugin_config_args_spec.rb
252
- - spec/models/logout_request_spec.rb
253
- - spec/models/o_auth2_token_introspection_spec.rb
254
- - spec/models/plugin_config_rootfs_spec.rb
255
- - spec/models/oauth_token_response_spec.rb
256
- - spec/models/json_web_key_spec.rb
257
- - spec/models/accept_login_request_spec.rb
242
+ - spec/models/o_auth2_client_spec.rb
258
243
  - spec/models/plugin_mount_spec.rb
259
- - spec/models/json_web_key_set_spec.rb
260
- - spec/models/volume_usage_data_spec.rb
261
244
  - spec/models/json_web_key_set_generator_request_spec.rb
262
245
  - spec/models/plugin_settings_spec.rb
263
- - spec/models/previous_consent_session_spec.rb
264
246
  - spec/models/health_status_spec.rb
265
- - spec/models/open_id_connect_context_spec.rb
266
- - spec/models/generic_error_spec.rb
247
+ - spec/models/o_auth2_token_introspection_spec.rb
248
+ - spec/models/volume_usage_data_spec.rb
249
+ - spec/models/plugin_env_spec.rb
250
+ - spec/models/logout_request_spec.rb
251
+ - spec/models/reject_request_spec.rb
267
252
  - spec/models/consent_request_spec.rb
268
- - spec/models/version_spec.rb
253
+ - spec/models/plugin_config_rootfs_spec.rb
254
+ - spec/models/completed_request_spec.rb
269
255
  - spec/models/container_wait_ok_body_error_spec.rb
270
- - spec/models/reject_request_spec.rb
271
- - spec/models/health_not_ready_status_spec.rb
256
+ - spec/models/oauth_token_response_spec.rb
257
+ - spec/models/plugin_config_user_spec.rb
258
+ - spec/models/plugin_interface_type_spec.rb
259
+ - spec/models/oauth2_token_response_spec.rb
260
+ - spec/models/accept_consent_request_spec.rb
261
+ - spec/models/version_spec.rb
262
+ - spec/models/plugin_config_interface_spec.rb
272
263
  - spec/models/plugin_config_spec.rb
273
- - spec/models/plugin_env_spec.rb
264
+ - spec/models/userinfo_response_spec.rb
265
+ - spec/models/previous_consent_session_spec.rb
266
+ - spec/models/health_not_ready_status_spec.rb
267
+ - spec/models/plugin_device_spec.rb
268
+ - spec/models/plugin_config_linux_spec.rb
274
269
  - spec/models/plugin_config_network_spec.rb
275
- - spec/models/o_auth2_client_spec.rb
276
- - spec/models/consent_request_session_spec.rb
270
+ - spec/models/json_web_key_set_spec.rb
271
+ - spec/models/accept_login_request_spec.rb
277
272
  - spec/models/well_known_spec.rb
278
- - spec/models/plugin_config_linux_spec.rb
279
- - spec/models/accept_consent_request_spec.rb
273
+ - spec/models/json_web_key_spec.rb
274
+ - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
275
+ - spec/models/login_request_spec.rb
276
+ - spec/models/consent_request_session_spec.rb
277
+ - spec/models/open_id_connect_context_spec.rb
278
+ - spec/models/generic_error_spec.rb
279
+ - spec/models/plugin_config_args_spec.rb
280
280
  - spec/spec_helper.rb