ory-hydra-client 1.6.0 → 1.7.0

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 (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/docs/AdminApi.md +3 -1
  4. data/lib/ory-hydra-client.rb +1 -1
  5. data/lib/ory-hydra-client/api/admin_api.rb +4 -1
  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 +32 -32
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe4d18e420093483147d5e38670d448534310cda185ced3d9d991e6645bf9d01
4
- data.tar.gz: 99a73a851a7278e7d9143abad140636a1435f709873187b392dd08625d9f9303
3
+ metadata.gz: c007ddcc60ff352b57b7ac7b39f7a000a519f5a8621e9d7fe9be264e454479d6
4
+ data.tar.gz: ab434717edaa5a73839ccd6896894a5c4cb2b1c127cc6359cd4a61618dde92e7
5
5
  SHA512:
6
- metadata.gz: da014019bab78d42c874ca8f0fb1a499a85d61a79cc0a275487f6a99f9efc03a3f394e2e0c719f20d2b15d4316bd35ba45732b15c9885d70bdd43599ac299139
7
- data.tar.gz: 7b8e93d77f20587b715a97eda9441853a44d868f4a79302c077606b32ada3de83b61a88f7fe52d910a8d59641ed40f828439a4bc9bd7367146ba2fa840d4068c
6
+ metadata.gz: 63707a05220d3ab5a00792ccf8f1b41c5eeaa58ed8f0e76dddd81c0a22deae62d38b2cf8e44f1434287341b950ba6dd43725def373d319d7985ae231e5be7426
7
+ data.tar.gz: 75be376911622c9d01947bfd4c5b3cfd9207ee879a7674950cb766fbfa9bbffc5d4620c92e077a5c9a1aac165e62c0cfcc280763d5c512309edcd8fe06f64991
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.6.0
10
- - Package version: v1.6.0
9
+ - API version: v1.7.0
10
+ - Package version: v1.7.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.6.0.gem
26
+ gem install ./ory-hydra-client-v1.7.0.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./ory-hydra-client-v1.6.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ory-hydra-client-v1.7.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.6.0'
35
+ gem 'ory-hydra-client', '~> v1.7.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -170,7 +170,7 @@ Class | Method | HTTP request | Description
170
170
 
171
171
  - **Type**: OAuth
172
172
  - **Flow**: accessCode
173
- - **Authorization URL**: /oauth2/auth
173
+ - **Authorization URL**: https://hydra.demo.ory.sh/oauth2/auth
174
174
  - **Scopes**:
175
175
  - offline: A scope required when requesting refresh tokens (alias for `offline_access`)
176
176
  - offline_access: A scope required when requesting refresh tokens
@@ -1256,7 +1256,8 @@ require 'ory-hydra-client'
1256
1256
  api_instance = OryHydraClient::AdminApi.new
1257
1257
  subject = 'subject_example' # String | The subject (Subject) who's consent sessions should be deleted.
1258
1258
  opts = {
1259
- client: 'client_example' # String | If set, deletes only those consent sessions by the Subject that have been granted to the specified OAuth 2.0 Client ID
1259
+ client: 'client_example', # String | If set, deletes only those consent sessions by the Subject that have been granted to the specified OAuth 2.0 Client ID
1260
+ all: true # Boolean | If set to `?all=true`, deletes all consent sessions by the Subject that have been granted.
1260
1261
  }
1261
1262
 
1262
1263
  begin
@@ -1274,6 +1275,7 @@ Name | Type | Description | Notes
1274
1275
  ------------- | ------------- | ------------- | -------------
1275
1276
  **subject** | **String**| The subject (Subject) who's consent sessions should be deleted. |
1276
1277
  **client** | **String**| If set, deletes only those consent sessions by the Subject that have been granted to the specified OAuth 2.0 Client ID | [optional]
1278
+ **all** | **Boolean**| If set to `?all=true`, deletes all consent sessions by the Subject that have been granted. | [optional]
1277
1279
 
1278
1280
  ### Return type
1279
1281
 
@@ -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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.3.1
@@ -1607,6 +1607,7 @@ module OryHydraClient
1607
1607
  # @param subject [String] The subject (Subject) who's consent sessions should be deleted.
1608
1608
  # @param [Hash] opts the optional parameters
1609
1609
  # @option opts [String] :client If set, deletes only those consent sessions by the Subject that have been granted to the specified OAuth 2.0 Client ID
1610
+ # @option opts [Boolean] :all If set to `?all=true`, deletes all consent sessions by the Subject that have been granted.
1610
1611
  # @return [nil]
1611
1612
  def revoke_consent_sessions(subject, opts = {})
1612
1613
  revoke_consent_sessions_with_http_info(subject, opts)
@@ -1618,6 +1619,7 @@ module OryHydraClient
1618
1619
  # @param subject [String] The subject (Subject) who's consent sessions should be deleted.
1619
1620
  # @param [Hash] opts the optional parameters
1620
1621
  # @option opts [String] :client If set, deletes only those consent sessions by the Subject that have been granted to the specified OAuth 2.0 Client ID
1622
+ # @option opts [Boolean] :all If set to `?all=true`, deletes all consent sessions by the Subject that have been granted.
1621
1623
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
1622
1624
  def revoke_consent_sessions_with_http_info(subject, opts = {})
1623
1625
  if @api_client.config.debugging
@@ -1634,6 +1636,7 @@ module OryHydraClient
1634
1636
  query_params = opts[:query_params] || {}
1635
1637
  query_params[:'subject'] = subject
1636
1638
  query_params[:'client'] = opts[:'client'] if !opts[:'client'].nil?
1639
+ query_params[:'all'] = opts[:'all'] if !opts[:'all'].nil?
1637
1640
 
1638
1641
  # header parameters
1639
1642
  header_params = opts[:header_params] || {}
@@ -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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: v1.7.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.6.0
6
+ The version of the OpenAPI document: 1.7.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.6.0'
14
+ VERSION = '1.7.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.6.0
8
+ The version of the OpenAPI document: v1.7.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.6.0
4
+ version: 1.7.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-07-20 00:00:00.000000000 Z
11
+ date: 2020-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -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/logout_request_spec.rb
243
- - spec/models/completed_request_spec.rb
244
- - spec/models/json_web_key_set_generator_request_spec.rb
245
- - spec/models/health_status_spec.rb
246
- - spec/models/generic_error_spec.rb
247
- - spec/models/previous_consent_session_spec.rb
242
+ - spec/models/plugin_config_spec.rb
243
+ - spec/models/plugin_config_network_spec.rb
244
+ - spec/models/o_auth2_token_introspection_spec.rb
248
245
  - spec/models/plugin_mount_spec.rb
249
- - spec/models/plugin_interface_type_spec.rb
250
- - spec/models/plugin_settings_spec.rb
251
- - spec/models/accept_login_request_spec.rb
252
- - spec/models/plugin_config_args_spec.rb
253
246
  - spec/models/consent_request_session_spec.rb
254
- - spec/models/plugin_config_spec.rb
255
- - spec/models/userinfo_response_spec.rb
256
247
  - spec/models/container_wait_ok_body_error_spec.rb
257
- - spec/models/open_id_connect_context_spec.rb
258
- - spec/models/oauth2_token_response_spec.rb
259
- - spec/models/oauth_token_response_spec.rb
260
- - spec/models/volume_usage_data_spec.rb
248
+ - spec/models/login_request_spec.rb
249
+ - spec/models/plugin_env_spec.rb
250
+ - spec/models/previous_consent_session_spec.rb
261
251
  - spec/models/plugin_config_user_spec.rb
252
+ - spec/models/well_known_spec.rb
253
+ - spec/models/completed_request_spec.rb
254
+ - spec/models/plugin_config_linux_spec.rb
255
+ - spec/models/accept_login_request_spec.rb
256
+ - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
257
+ - spec/models/json_web_key_spec.rb
258
+ - spec/models/volume_usage_data_spec.rb
259
+ - spec/models/plugin_config_args_spec.rb
262
260
  - spec/models/plugin_device_spec.rb
263
- - spec/models/json_web_key_set_spec.rb
264
- - spec/models/reject_request_spec.rb
261
+ - spec/models/logout_request_spec.rb
265
262
  - spec/models/plugin_config_interface_spec.rb
266
- - spec/models/o_auth2_token_introspection_spec.rb
263
+ - spec/models/version_spec.rb
264
+ - spec/models/plugin_interface_type_spec.rb
265
+ - spec/models/open_id_connect_context_spec.rb
266
+ - spec/models/oauth2_token_response_spec.rb
267
+ - spec/models/plugin_config_rootfs_spec.rb
268
+ - spec/models/reject_request_spec.rb
269
+ - spec/models/o_auth2_client_spec.rb
270
+ - spec/models/json_web_key_set_spec.rb
267
271
  - spec/models/health_not_ready_status_spec.rb
268
- - spec/models/flush_inactive_o_auth2_tokens_request_spec.rb
269
272
  - spec/models/consent_request_spec.rb
273
+ - spec/models/plugin_settings_spec.rb
274
+ - spec/models/health_status_spec.rb
275
+ - spec/models/userinfo_response_spec.rb
276
+ - spec/models/oauth_token_response_spec.rb
277
+ - spec/models/generic_error_spec.rb
270
278
  - spec/models/accept_consent_request_spec.rb
271
- - spec/models/login_request_spec.rb
272
- - spec/models/plugin_config_linux_spec.rb
273
- - spec/models/plugin_env_spec.rb
274
- - spec/models/plugin_config_rootfs_spec.rb
275
- - spec/models/version_spec.rb
276
- - spec/models/o_auth2_client_spec.rb
277
- - spec/models/json_web_key_spec.rb
278
- - spec/models/well_known_spec.rb
279
- - spec/models/plugin_config_network_spec.rb
279
+ - spec/models/json_web_key_set_generator_request_spec.rb
280
280
  - spec/spec_helper.rb