ory-keto-client 0.8.0.alpha1 → 0.8.0.alpha2

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 (113) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +7 -24
  4. data/docs/ExpandTree.md +3 -3
  5. data/docs/GenericError.md +6 -6
  6. data/docs/GetRelationTuplesResponse.md +1 -1
  7. data/docs/PatchDelta.md +1 -1
  8. data/lib/ory-keto-client/api/metadata_api.rb +3 -3
  9. data/lib/ory-keto-client/api/read_api.rb +3 -3
  10. data/lib/ory-keto-client/api/write_api.rb +3 -3
  11. data/lib/ory-keto-client/api_client.rb +3 -3
  12. data/lib/ory-keto-client/api_error.rb +3 -3
  13. data/lib/ory-keto-client/configuration.rb +3 -3
  14. data/lib/ory-keto-client/models/expand_tree.rb +5 -9
  15. data/lib/ory-keto-client/models/generic_error.rb +4 -10
  16. data/lib/ory-keto-client/models/get_check_response.rb +3 -3
  17. data/lib/ory-keto-client/models/get_relation_tuples_response.rb +3 -5
  18. data/lib/ory-keto-client/models/health_not_ready_status.rb +3 -3
  19. data/lib/ory-keto-client/models/health_status.rb +3 -4
  20. data/lib/ory-keto-client/models/inline_response200.rb +3 -3
  21. data/lib/ory-keto-client/models/inline_response2001.rb +3 -3
  22. data/lib/ory-keto-client/models/inline_response503.rb +3 -3
  23. data/lib/ory-keto-client/models/internal_relation_tuple.rb +3 -3
  24. data/lib/ory-keto-client/models/patch_delta.rb +5 -7
  25. data/lib/ory-keto-client/models/relation_query.rb +3 -4
  26. data/lib/ory-keto-client/models/subject_set.rb +3 -3
  27. data/lib/ory-keto-client/models/version.rb +3 -3
  28. data/lib/ory-keto-client/version.rb +4 -4
  29. data/lib/ory-keto-client.rb +3 -20
  30. data/ory-keto-client.gemspec +5 -5
  31. data/spec/api/metadata_api_spec.rb +3 -3
  32. data/spec/api/read_api_spec.rb +3 -3
  33. data/spec/api/write_api_spec.rb +3 -3
  34. data/spec/api_client_spec.rb +3 -3
  35. data/spec/configuration_spec.rb +3 -3
  36. data/spec/models/expand_tree_spec.rb +4 -4
  37. data/spec/models/generic_error_spec.rb +3 -3
  38. data/spec/models/get_check_response_spec.rb +3 -3
  39. data/spec/models/get_relation_tuples_response_spec.rb +3 -3
  40. data/spec/models/health_not_ready_status_spec.rb +3 -3
  41. data/spec/models/health_status_spec.rb +3 -3
  42. data/spec/models/inline_response2001_spec.rb +3 -3
  43. data/spec/models/inline_response200_spec.rb +3 -3
  44. data/spec/models/inline_response503_spec.rb +3 -3
  45. data/spec/models/internal_relation_tuple_spec.rb +3 -3
  46. data/spec/models/patch_delta_spec.rb +4 -4
  47. data/spec/models/relation_query_spec.rb +3 -3
  48. data/spec/models/subject_set_spec.rb +3 -3
  49. data/spec/models/version_spec.rb +3 -3
  50. data/spec/spec_helper.rb +3 -3
  51. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  52. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  53. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  54. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
  55. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
  56. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/mkmf.log +1 -1
  57. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  58. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  59. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  60. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
  61. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
  62. metadata +4 -72
  63. data/docs/CreateRelationTupleBadRequestBody.md +0 -28
  64. data/docs/CreateRelationTupleInternalServerErrorBody.md +0 -28
  65. data/docs/DeleteRelationTuplesBadRequestBody.md +0 -28
  66. data/docs/DeleteRelationTuplesInternalServerErrorBody.md +0 -28
  67. data/docs/GetCheckBadRequestBody.md +0 -28
  68. data/docs/GetCheckInternalServerErrorBody.md +0 -28
  69. data/docs/GetExpandBadRequestBody.md +0 -28
  70. data/docs/GetExpandInternalServerErrorBody.md +0 -28
  71. data/docs/GetExpandNotFoundBody.md +0 -28
  72. data/docs/GetRelationTuplesInternalServerErrorBody.md +0 -28
  73. data/docs/GetRelationTuplesNotFoundBody.md +0 -28
  74. data/docs/IsInstanceAliveInternalServerErrorBody.md +0 -28
  75. data/docs/PatchRelationTuplesBadRequestBody.md +0 -28
  76. data/docs/PatchRelationTuplesInternalServerErrorBody.md +0 -28
  77. data/docs/PatchRelationTuplesNotFoundBody.md +0 -28
  78. data/docs/PostCheckBadRequestBody.md +0 -28
  79. data/docs/PostCheckInternalServerErrorBody.md +0 -28
  80. data/lib/ory-keto-client/models/create_relation_tuple_bad_request_body.rb +0 -272
  81. data/lib/ory-keto-client/models/create_relation_tuple_internal_server_error_body.rb +0 -272
  82. data/lib/ory-keto-client/models/delete_relation_tuples_bad_request_body.rb +0 -272
  83. data/lib/ory-keto-client/models/delete_relation_tuples_internal_server_error_body.rb +0 -272
  84. data/lib/ory-keto-client/models/get_check_bad_request_body.rb +0 -272
  85. data/lib/ory-keto-client/models/get_check_internal_server_error_body.rb +0 -272
  86. data/lib/ory-keto-client/models/get_expand_bad_request_body.rb +0 -272
  87. data/lib/ory-keto-client/models/get_expand_internal_server_error_body.rb +0 -272
  88. data/lib/ory-keto-client/models/get_expand_not_found_body.rb +0 -272
  89. data/lib/ory-keto-client/models/get_relation_tuples_internal_server_error_body.rb +0 -272
  90. data/lib/ory-keto-client/models/get_relation_tuples_not_found_body.rb +0 -272
  91. data/lib/ory-keto-client/models/is_instance_alive_internal_server_error_body.rb +0 -272
  92. data/lib/ory-keto-client/models/patch_relation_tuples_bad_request_body.rb +0 -272
  93. data/lib/ory-keto-client/models/patch_relation_tuples_internal_server_error_body.rb +0 -272
  94. data/lib/ory-keto-client/models/patch_relation_tuples_not_found_body.rb +0 -272
  95. data/lib/ory-keto-client/models/post_check_bad_request_body.rb +0 -272
  96. data/lib/ory-keto-client/models/post_check_internal_server_error_body.rb +0 -272
  97. data/spec/models/create_relation_tuple_bad_request_body_spec.rb +0 -64
  98. data/spec/models/create_relation_tuple_internal_server_error_body_spec.rb +0 -64
  99. data/spec/models/delete_relation_tuples_bad_request_body_spec.rb +0 -64
  100. data/spec/models/delete_relation_tuples_internal_server_error_body_spec.rb +0 -64
  101. data/spec/models/get_check_bad_request_body_spec.rb +0 -64
  102. data/spec/models/get_check_internal_server_error_body_spec.rb +0 -64
  103. data/spec/models/get_expand_bad_request_body_spec.rb +0 -64
  104. data/spec/models/get_expand_internal_server_error_body_spec.rb +0 -64
  105. data/spec/models/get_expand_not_found_body_spec.rb +0 -64
  106. data/spec/models/get_relation_tuples_internal_server_error_body_spec.rb +0 -64
  107. data/spec/models/get_relation_tuples_not_found_body_spec.rb +0 -64
  108. data/spec/models/is_instance_alive_internal_server_error_body_spec.rb +0 -64
  109. data/spec/models/patch_relation_tuples_bad_request_body_spec.rb +0 -64
  110. data/spec/models/patch_relation_tuples_internal_server_error_body_spec.rb +0 -64
  111. data/spec/models/patch_relation_tuples_not_found_body_spec.rb +0 -64
  112. data/spec/models/post_check_bad_request_body_spec.rb +0 -64
  113. data/spec/models/post_check_internal_server_error_body_spec.rb +0 -64
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70160ae9d05fe18232257c13ea70449099745b080bfc0059b7a759c65f9703e3
4
- data.tar.gz: d7d1fb77e2db1a986d05ced509f603137a807c97d49183affd1162d61d39a4aa
3
+ metadata.gz: 92948b9ea62d96b8472713c010e52946d10860423d87e9c511de086b5ed786d4
4
+ data.tar.gz: aec56d549603b865f6bf185e8211462b4ee79cd0fbb5c3a737d10a71f139c36a
5
5
  SHA512:
6
- metadata.gz: c1e79064a76d45b221c84b66698047cd5fe7af60b4259bceb5505000bc5b06ca64b29acb50cf3e3fdaf393c45d10ff52a067f0fa13c128355276237395d12325
7
- data.tar.gz: c411c5c33797cd0287b541ac5fab0927b3b4c9f9ad15f5886d59fe72259e962680d4b84cb931d124e0c6dfb666dd5678e9835da533d83e1e09996a70f12ddab0
6
+ metadata.gz: 8896560d62793218281dfa945735e272c72b89feccd9a8f1fb80df05e767fa42af4f9118a3842be31740a99bf58cd1779a3ec55a38f402b112e1270bd5f990ed
7
+ data.tar.gz: 3b8cc68de0968af40d770ecd0d110c75398a136a330408b5b4cb62b70faed9d1a08469ee14cc13230ed5885522fcf5a6f36d6f25713e107368ff569a86cae3c9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-keto-client (0.8.0.alpha1)
4
+ ory-keto-client (0.8.0.alpha2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # ory-keto-client
2
2
 
3
- OryKetoClient - the Ruby gem for the Ory Oathkeeper API
3
+ OryKetoClient - the Ruby gem for the Ory Keto API
4
4
 
5
- Documentation for all of Ory Oathkeeper's APIs.
5
+ Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
6
6
 
7
7
 
8
8
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
9
9
 
10
- - API version: v0.8.0-alpha.1
11
- - Package version: v0.8.0-alpha.1
10
+ - API version: v0.8.0-alpha.2
11
+ - Package version: v0.8.0-alpha.2
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
14
14
  ## Installation
@@ -24,16 +24,16 @@ gem build ory-keto-client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ory-keto-client-v0.8.0-alpha.1.gem
27
+ gem install ./ory-keto-client-v0.8.0-alpha.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-keto-client-v0.8.0-alpha.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-keto-client-v0.8.0-alpha.2.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-keto-client', '~> v0.8.0-alpha.1'
36
+ gem 'ory-keto-client', '~> v0.8.0-alpha.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -89,20 +89,9 @@ Class | Method | HTTP request | Description
89
89
 
90
90
  ## Documentation for Models
91
91
 
92
- - [OryKetoClient::CreateRelationTupleBadRequestBody](docs/CreateRelationTupleBadRequestBody.md)
93
- - [OryKetoClient::CreateRelationTupleInternalServerErrorBody](docs/CreateRelationTupleInternalServerErrorBody.md)
94
- - [OryKetoClient::DeleteRelationTuplesBadRequestBody](docs/DeleteRelationTuplesBadRequestBody.md)
95
- - [OryKetoClient::DeleteRelationTuplesInternalServerErrorBody](docs/DeleteRelationTuplesInternalServerErrorBody.md)
96
92
  - [OryKetoClient::ExpandTree](docs/ExpandTree.md)
97
93
  - [OryKetoClient::GenericError](docs/GenericError.md)
98
- - [OryKetoClient::GetCheckBadRequestBody](docs/GetCheckBadRequestBody.md)
99
- - [OryKetoClient::GetCheckInternalServerErrorBody](docs/GetCheckInternalServerErrorBody.md)
100
94
  - [OryKetoClient::GetCheckResponse](docs/GetCheckResponse.md)
101
- - [OryKetoClient::GetExpandBadRequestBody](docs/GetExpandBadRequestBody.md)
102
- - [OryKetoClient::GetExpandInternalServerErrorBody](docs/GetExpandInternalServerErrorBody.md)
103
- - [OryKetoClient::GetExpandNotFoundBody](docs/GetExpandNotFoundBody.md)
104
- - [OryKetoClient::GetRelationTuplesInternalServerErrorBody](docs/GetRelationTuplesInternalServerErrorBody.md)
105
- - [OryKetoClient::GetRelationTuplesNotFoundBody](docs/GetRelationTuplesNotFoundBody.md)
106
95
  - [OryKetoClient::GetRelationTuplesResponse](docs/GetRelationTuplesResponse.md)
107
96
  - [OryKetoClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
108
97
  - [OryKetoClient::HealthStatus](docs/HealthStatus.md)
@@ -110,13 +99,7 @@ Class | Method | HTTP request | Description
110
99
  - [OryKetoClient::InlineResponse2001](docs/InlineResponse2001.md)
111
100
  - [OryKetoClient::InlineResponse503](docs/InlineResponse503.md)
112
101
  - [OryKetoClient::InternalRelationTuple](docs/InternalRelationTuple.md)
113
- - [OryKetoClient::IsInstanceAliveInternalServerErrorBody](docs/IsInstanceAliveInternalServerErrorBody.md)
114
102
  - [OryKetoClient::PatchDelta](docs/PatchDelta.md)
115
- - [OryKetoClient::PatchRelationTuplesBadRequestBody](docs/PatchRelationTuplesBadRequestBody.md)
116
- - [OryKetoClient::PatchRelationTuplesInternalServerErrorBody](docs/PatchRelationTuplesInternalServerErrorBody.md)
117
- - [OryKetoClient::PatchRelationTuplesNotFoundBody](docs/PatchRelationTuplesNotFoundBody.md)
118
- - [OryKetoClient::PostCheckBadRequestBody](docs/PostCheckBadRequestBody.md)
119
- - [OryKetoClient::PostCheckInternalServerErrorBody](docs/PostCheckInternalServerErrorBody.md)
120
103
  - [OryKetoClient::RelationQuery](docs/RelationQuery.md)
121
104
  - [OryKetoClient::SubjectSet](docs/SubjectSet.md)
122
105
  - [OryKetoClient::Version](docs/Version.md)
data/docs/ExpandTree.md CHANGED
@@ -4,10 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **children** | [**Array<ExpandTree>**](ExpandTree.md) | children | [optional] |
8
- | **subject_id** | **String** | subject id | [optional] |
7
+ | **children** | [**Array<ExpandTree>**](ExpandTree.md) | | [optional] |
8
+ | **subject_id** | **String** | | [optional] |
9
9
  | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] |
10
- | **type** | **String** | type | |
10
+ | **type** | **String** | | |
11
11
 
12
12
  ## Example
13
13
 
data/docs/GenericError.md CHANGED
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **code** | **Integer** | code | [optional] |
8
- | **details** | **Array<Hash<String, Object>>** | details | [optional] |
9
- | **message** | **String** | message | [optional] |
10
- | **reason** | **String** | reason | [optional] |
11
- | **request** | **String** | request | [optional] |
12
- | **status** | **String** | status | [optional] |
7
+ | **code** | **Integer** | | [optional] |
8
+ | **details** | **Array<Hash<String, Object>>** | | [optional] |
9
+ | **message** | **String** | | [optional] |
10
+ | **reason** | **String** | | [optional] |
11
+ | **request** | **String** | | [optional] |
12
+ | **status** | **String** | | [optional] |
13
13
 
14
14
  ## Example
15
15
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **next_page_token** | **String** | The opaque token to provide in a subsequent request to get the next page. It is the empty string iff this is the last page. | [optional] |
8
- | **relation_tuples** | [**Array<InternalRelationTuple>**](InternalRelationTuple.md) | relation tuples | [optional] |
8
+ | **relation_tuples** | [**Array<InternalRelationTuple>**](InternalRelationTuple.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
data/docs/PatchDelta.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **action** | **String** | action | [optional] |
7
+ | **action** | **String** | | [optional] |
8
8
  | **relation_tuple** | [**InternalRelationTuple**](InternalRelationTuple.md) | | [optional] |
9
9
 
10
10
  ## Example
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -14,17 +14,13 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- # ExpandTree ExpandTree ExpandTree expand tree
18
17
  class ExpandTree
19
- # children
20
18
  attr_accessor :children
21
19
 
22
- # subject id
23
20
  attr_accessor :subject_id
24
21
 
25
22
  attr_accessor :subject_set
26
23
 
27
- # type
28
24
  attr_accessor :type
29
25
 
30
26
  class EnumAttributeValidator
@@ -129,7 +125,7 @@ module OryKetoClient
129
125
  # @return true if the model is valid
130
126
  def valid?
131
127
  return false if @type.nil?
132
- type_validator = EnumAttributeValidator.new('String', ["[[[union exclusion intersection leaf]]]"])
128
+ type_validator = EnumAttributeValidator.new('String', ["union", "exclusion", "intersection", "leaf"])
133
129
  return false unless type_validator.valid?(@type)
134
130
  true
135
131
  end
@@ -137,7 +133,7 @@ module OryKetoClient
137
133
  # Custom attribute writer method checking allowed values (enum).
138
134
  # @param [Object] type Object to be assigned
139
135
  def type=(type)
140
- validator = EnumAttributeValidator.new('String', ["[[[union exclusion intersection leaf]]]"])
136
+ validator = EnumAttributeValidator.new('String', ["union", "exclusion", "intersection", "leaf"])
141
137
  unless validator.valid?(type)
142
138
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
143
139
  end
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -14,24 +14,18 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- # GenericError The standard error format
17
+ # The standard error format
18
18
  class GenericError
19
- # code
20
19
  attr_accessor :code
21
20
 
22
- # details
23
21
  attr_accessor :details
24
22
 
25
- # message
26
23
  attr_accessor :message
27
24
 
28
- # reason
29
25
  attr_accessor :reason
30
26
 
31
- # request
32
27
  attr_accessor :request
33
28
 
34
- # status
35
29
  attr_accessor :status
36
30
 
37
31
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -14,12 +14,10 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- # GetRelationTuplesResponse GetRelationTuplesResponse get relation tuples response
18
17
  class GetRelationTuplesResponse
19
18
  # The opaque token to provide in a subsequent request to get the next page. It is the empty string iff this is the last page.
20
19
  attr_accessor :next_page_token
21
20
 
22
- # relation tuples
23
21
  attr_accessor :relation_tuples
24
22
 
25
23
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -14,7 +14,6 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- # HealthStatus health status
18
17
  class HealthStatus
19
18
  # Status always contains \"ok\".
20
19
  attr_accessor :status
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -14,9 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- # PatchDelta PatchDelta PatchDelta PatchDelta PatchDelta PatchDelta PatchDelta PatchDelta PatchDelta PatchDelta patch delta
18
17
  class PatchDelta
19
- # action
20
18
  attr_accessor :action
21
19
 
22
20
  attr_accessor :relation_tuple
@@ -104,7 +102,7 @@ module OryKetoClient
104
102
  # Check to see if the all the properties in the model are valid
105
103
  # @return true if the model is valid
106
104
  def valid?
107
- action_validator = EnumAttributeValidator.new('String', ["[[[[[[[[[[insert delete]]]]]]]]]]"])
105
+ action_validator = EnumAttributeValidator.new('String', ["insert", "delete"])
108
106
  return false unless action_validator.valid?(@action)
109
107
  true
110
108
  end
@@ -112,7 +110,7 @@ module OryKetoClient
112
110
  # Custom attribute writer method checking allowed values (enum).
113
111
  # @param [Object] action Object to be assigned
114
112
  def action=(action)
115
- validator = EnumAttributeValidator.new('String', ["[[[[[[[[[[insert delete]]]]]]]]]]"])
113
+ validator = EnumAttributeValidator.new('String', ["insert", "delete"])
116
114
  unless validator.valid?(action)
117
115
  fail ArgumentError, "invalid value for \"action\", must be one of #{validator.allowable_values}."
118
116
  end
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -14,7 +14,6 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- # RelationQuery RelationQuery RelationQuery RelationQuery RelationQuery RelationQuery RelationQuery RelationQuery RelationQuery RelationQuery relation query
18
17
  class RelationQuery
19
18
  # Namespace of the Relation Tuple
20
19
  attr_accessor :namespace
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: 0.8.0.alpha1
6
+ The version of the OpenAPI document: 0.8.0.alpha2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module OryKetoClient
14
- VERSION = '0.8.0.alpha1'
14
+ VERSION = '0.8.0.alpha2'
15
15
  end
@@ -1,9 +1,9 @@
1
1
  =begin
2
- #Ory Oathkeeper API
2
+ #Ory Keto API
3
3
 
4
- #Documentation for all of Ory Oathkeeper's APIs.
4
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
5
5
 
6
- The version of the OpenAPI document: v0.8.0-alpha.1
6
+ The version of the OpenAPI document: v0.8.0-alpha.2
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -17,20 +17,9 @@ require 'ory-keto-client/version'
17
17
  require 'ory-keto-client/configuration'
18
18
 
19
19
  # Models
20
- require 'ory-keto-client/models/create_relation_tuple_bad_request_body'
21
- require 'ory-keto-client/models/create_relation_tuple_internal_server_error_body'
22
- require 'ory-keto-client/models/delete_relation_tuples_bad_request_body'
23
- require 'ory-keto-client/models/delete_relation_tuples_internal_server_error_body'
24
20
  require 'ory-keto-client/models/expand_tree'
25
21
  require 'ory-keto-client/models/generic_error'
26
- require 'ory-keto-client/models/get_check_bad_request_body'
27
- require 'ory-keto-client/models/get_check_internal_server_error_body'
28
22
  require 'ory-keto-client/models/get_check_response'
29
- require 'ory-keto-client/models/get_expand_bad_request_body'
30
- require 'ory-keto-client/models/get_expand_internal_server_error_body'
31
- require 'ory-keto-client/models/get_expand_not_found_body'
32
- require 'ory-keto-client/models/get_relation_tuples_internal_server_error_body'
33
- require 'ory-keto-client/models/get_relation_tuples_not_found_body'
34
23
  require 'ory-keto-client/models/get_relation_tuples_response'
35
24
  require 'ory-keto-client/models/health_not_ready_status'
36
25
  require 'ory-keto-client/models/health_status'
@@ -38,13 +27,7 @@ require 'ory-keto-client/models/inline_response200'
38
27
  require 'ory-keto-client/models/inline_response2001'
39
28
  require 'ory-keto-client/models/inline_response503'
40
29
  require 'ory-keto-client/models/internal_relation_tuple'
41
- require 'ory-keto-client/models/is_instance_alive_internal_server_error_body'
42
30
  require 'ory-keto-client/models/patch_delta'
43
- require 'ory-keto-client/models/patch_relation_tuples_bad_request_body'
44
- require 'ory-keto-client/models/patch_relation_tuples_internal_server_error_body'
45
- require 'ory-keto-client/models/patch_relation_tuples_not_found_body'
46
- require 'ory-keto-client/models/post_check_bad_request_body'
47
- require 'ory-keto-client/models/post_check_internal_server_error_body'
48
31
  require 'ory-keto-client/models/relation_query'
49
32
  require 'ory-keto-client/models/subject_set'
50
33
  require 'ory-keto-client/models/version'
@@ -1,11 +1,11 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  =begin
4
- #Ory Oathkeeper API
4
+ #Ory Keto API
5
5
 
6
- #Documentation for all of Ory Oathkeeper's APIs.
6
+ #Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
7
7
 
8
- The version of the OpenAPI document: v0.8.0-alpha.1
8
+ The version of the OpenAPI document: v0.8.0-alpha.2
9
9
  Contact: hi@ory.sh
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 5.4.0
@@ -22,8 +22,8 @@ Gem::Specification.new do |s|
22
22
  s.authors = ["ORY GmbH"]
23
23
  s.email = ["opensource@ory.sh"]
24
24
  s.homepage = "https://www.ory.sh"
25
- s.summary = "Ory Oathkeeper API Ruby Gem"
26
- s.description = "Documentation for all of Ory Oathkeeper's APIs. "
25
+ s.summary = "Ory Keto API Ruby Gem"
26
+ s.description = "Documentation for all of Ory Keto's REST APIs. gRPC is documented separately. "
27
27
  s.license = "Apache-2.0"
28
28
  s.required_ruby_version = ">= 2.4"
29
29