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

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -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
@@ -46,7 +46,7 @@ describe OryKetoClient::ExpandTree do
46
46
  describe 'test attribute "type"' do
47
47
  it 'should work' do
48
48
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["[[[union exclusion intersection leaf]]]"])
49
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["union", "exclusion", "intersection", "leaf"])
50
50
  # validator.allowable_values.each do |value|
51
51
  # expect { instance.type = value }.not_to raise_error
52
52
  # 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
@@ -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
@@ -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
@@ -28,7 +28,7 @@ describe OryKetoClient::PatchDelta do
28
28
  describe 'test attribute "action"' do
29
29
  it 'should work' do
30
30
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["[[[[[[[[[[insert delete]]]]]]]]]]"])
31
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["insert", "delete"])
32
32
  # validator.allowable_values.each do |value|
33
33
  # expect { instance.action = value }.not_to raise_error
34
34
  # 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
@@ -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
data/spec/spec_helper.rb CHANGED
@@ -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,5 +1,5 @@
1
1
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
2
- /usr/bin/ruby2.5 -r ./siteconf20220222-3648-1qlfb23.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220304-3632-1ywemsp.rb extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
@@ -16,4 +16,4 @@ linking shared-object byebug/byebug.so
16
16
 
17
17
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
18
18
  make "DESTDIR=" install
19
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20220222-3648-64c3vy/byebug
19
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20220304-3632-8t51fv/byebug
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
2
- /usr/bin/ruby2.5 -r ./siteconf20220222-3648-vk36dr.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220304-3632-1qiwupp.rb extconf.rb
3
3
  /usr/lib/ruby/2.5.0/mkmf.rb:1554: warning: Insecure world writable dir /go/bin in PATH, mode 040777
4
4
  checking for ffi_prep_closure_loc() in -lffi... yes
5
5
  checking for ffi_prep_cif_var()... yes
@@ -41,4 +41,4 @@ linking shared-object ffi_c.so
41
41
 
42
42
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
43
43
  make "DESTDIR=" install
44
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220222-3648-86ti5g
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220304-3632-1x6aluj
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
2
- /usr/bin/ruby2.5 -r ./siteconf20220222-3648-1dxi1iu.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220304-3632-gmk2cx.rb extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
@@ -35,4 +35,4 @@ linking shared-object jaro_winkler/jaro_winkler_ext.so
35
35
 
36
36
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
37
37
  make "DESTDIR=" install
38
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20220222-3648-47wc1r/jaro_winkler
38
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20220304-3632-2blczz/jaro_winkler
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych
2
- /usr/bin/ruby2.5 -r ./siteconf20220222-3648-dwlfe5.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220304-3632-vy0gzx.rb extconf.rb
3
3
  checking for yaml.h... no
4
4
  checking for _WIN32... no
5
5
  checking for dlfcn.h... yes
@@ -38,4 +38,4 @@ linking shared-object psych.so
38
38
 
39
39
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych
40
40
  make "DESTDIR=" install
41
- /usr/bin/install -c -m 0755 psych.so ./.gem.20220222-3648-1mvsm4p
41
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20220304-3632-1rw3v7o
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio
2
- /usr/bin/ruby2.5 -r ./siteconf20220222-3648-vik9od.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220304-3632-1ww5efm.rb extconf.rb
3
3
  checking for rb_io_extract_modeenc() in ruby/io.h... no
4
4
  creating Makefile
5
5
 
@@ -13,4 +13,4 @@ linking shared-object stringio.so
13
13
 
14
14
  current directory: /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio
15
15
  make "DESTDIR=" install
16
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20220222-3648-s02uxk
16
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20220304-3632-83rdvx
@@ -39,7 +39,7 @@ checked program was:
39
39
  /* end */
40
40
 
41
41
  "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 -I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/ruby2.5-ADJMZV/ruby2.5-2.5.5=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.5 -lpthread -lgmp -ldl -lcrypt -lm -lc"
42
- /usr/bin/ld: /tmp/ccxkitEe.o: in function `t':
42
+ /usr/bin/ld: /tmp/ccRefUKA.o: in function `t':
43
43
  /sdk/clients/keto/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/conftest.c:16: undefined reference to `rb_io_extract_modeenc'
44
44
  collect2: error: ld returned 1 exit status
45
45
  checked program was:
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220222-3648-64c3vy
35
- sitelibdir = $(DESTDIR)./.gem.20220222-3648-64c3vy
34
+ sitearchdir = $(DESTDIR)./.gem.20220304-3632-8t51fv
35
+ sitelibdir = $(DESTDIR)./.gem.20220304-3632-8t51fv
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220222-3648-86ti5g
35
- sitelibdir = $(DESTDIR)./.gem.20220222-3648-86ti5g
34
+ sitearchdir = $(DESTDIR)./.gem.20220304-3632-1x6aluj
35
+ sitelibdir = $(DESTDIR)./.gem.20220304-3632-1x6aluj
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220222-3648-47wc1r
35
- sitelibdir = $(DESTDIR)./.gem.20220222-3648-47wc1r
34
+ sitearchdir = $(DESTDIR)./.gem.20220304-3632-2blczz
35
+ sitelibdir = $(DESTDIR)./.gem.20220304-3632-2blczz
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220222-3648-1mvsm4p
35
- sitelibdir = $(DESTDIR)./.gem.20220222-3648-1mvsm4p
34
+ sitearchdir = $(DESTDIR)./.gem.20220304-3632-1rw3v7o
35
+ sitelibdir = $(DESTDIR)./.gem.20220304-3632-1rw3v7o
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220222-3648-s02uxk
35
- sitelibdir = $(DESTDIR)./.gem.20220222-3648-s02uxk
34
+ sitearchdir = $(DESTDIR)./.gem.20220304-3632-83rdvx
35
+ sitelibdir = $(DESTDIR)./.gem.20220304-3632-83rdvx
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ory-keto-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.alpha1
4
+ version: 0.8.0.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-22 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -50,7 +50,7 @@ dependencies:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 3.6.0
53
- description: 'Documentation for all of Ory Oathkeeper''s APIs. '
53
+ description: 'Documentation for all of Ory Keto''s REST APIs. gRPC is documented separately. '
54
54
  email:
55
55
  - opensource@ory.sh
56
56
  executables: []
@@ -61,20 +61,9 @@ files:
61
61
  - Gemfile.lock
62
62
  - README.md
63
63
  - Rakefile
64
- - docs/CreateRelationTupleBadRequestBody.md
65
- - docs/CreateRelationTupleInternalServerErrorBody.md
66
- - docs/DeleteRelationTuplesBadRequestBody.md
67
- - docs/DeleteRelationTuplesInternalServerErrorBody.md
68
64
  - docs/ExpandTree.md
69
65
  - docs/GenericError.md
70
- - docs/GetCheckBadRequestBody.md
71
- - docs/GetCheckInternalServerErrorBody.md
72
66
  - docs/GetCheckResponse.md
73
- - docs/GetExpandBadRequestBody.md
74
- - docs/GetExpandInternalServerErrorBody.md
75
- - docs/GetExpandNotFoundBody.md
76
- - docs/GetRelationTuplesInternalServerErrorBody.md
77
- - docs/GetRelationTuplesNotFoundBody.md
78
67
  - docs/GetRelationTuplesResponse.md
79
68
  - docs/HealthNotReadyStatus.md
80
69
  - docs/HealthStatus.md
@@ -82,14 +71,8 @@ files:
82
71
  - docs/InlineResponse2001.md
83
72
  - docs/InlineResponse503.md
84
73
  - docs/InternalRelationTuple.md
85
- - docs/IsInstanceAliveInternalServerErrorBody.md
86
74
  - docs/MetadataApi.md
87
75
  - docs/PatchDelta.md
88
- - docs/PatchRelationTuplesBadRequestBody.md
89
- - docs/PatchRelationTuplesInternalServerErrorBody.md
90
- - docs/PatchRelationTuplesNotFoundBody.md
91
- - docs/PostCheckBadRequestBody.md
92
- - docs/PostCheckInternalServerErrorBody.md
93
76
  - docs/ReadApi.md
94
77
  - docs/RelationQuery.md
95
78
  - docs/SubjectSet.md
@@ -102,20 +85,9 @@ files:
102
85
  - lib/ory-keto-client/api_client.rb
103
86
  - lib/ory-keto-client/api_error.rb
104
87
  - lib/ory-keto-client/configuration.rb
105
- - lib/ory-keto-client/models/create_relation_tuple_bad_request_body.rb
106
- - lib/ory-keto-client/models/create_relation_tuple_internal_server_error_body.rb
107
- - lib/ory-keto-client/models/delete_relation_tuples_bad_request_body.rb
108
- - lib/ory-keto-client/models/delete_relation_tuples_internal_server_error_body.rb
109
88
  - lib/ory-keto-client/models/expand_tree.rb
110
89
  - lib/ory-keto-client/models/generic_error.rb
111
- - lib/ory-keto-client/models/get_check_bad_request_body.rb
112
- - lib/ory-keto-client/models/get_check_internal_server_error_body.rb
113
90
  - lib/ory-keto-client/models/get_check_response.rb
114
- - lib/ory-keto-client/models/get_expand_bad_request_body.rb
115
- - lib/ory-keto-client/models/get_expand_internal_server_error_body.rb
116
- - lib/ory-keto-client/models/get_expand_not_found_body.rb
117
- - lib/ory-keto-client/models/get_relation_tuples_internal_server_error_body.rb
118
- - lib/ory-keto-client/models/get_relation_tuples_not_found_body.rb
119
91
  - lib/ory-keto-client/models/get_relation_tuples_response.rb
120
92
  - lib/ory-keto-client/models/health_not_ready_status.rb
121
93
  - lib/ory-keto-client/models/health_status.rb
@@ -123,13 +95,7 @@ files:
123
95
  - lib/ory-keto-client/models/inline_response2001.rb
124
96
  - lib/ory-keto-client/models/inline_response503.rb
125
97
  - lib/ory-keto-client/models/internal_relation_tuple.rb
126
- - lib/ory-keto-client/models/is_instance_alive_internal_server_error_body.rb
127
98
  - lib/ory-keto-client/models/patch_delta.rb
128
- - lib/ory-keto-client/models/patch_relation_tuples_bad_request_body.rb
129
- - lib/ory-keto-client/models/patch_relation_tuples_internal_server_error_body.rb
130
- - lib/ory-keto-client/models/patch_relation_tuples_not_found_body.rb
131
- - lib/ory-keto-client/models/post_check_bad_request_body.rb
132
- - lib/ory-keto-client/models/post_check_internal_server_error_body.rb
133
99
  - lib/ory-keto-client/models/relation_query.rb
134
100
  - lib/ory-keto-client/models/subject_set.rb
135
101
  - lib/ory-keto-client/models/version.rb
@@ -140,20 +106,9 @@ files:
140
106
  - spec/api/write_api_spec.rb
141
107
  - spec/api_client_spec.rb
142
108
  - spec/configuration_spec.rb
143
- - spec/models/create_relation_tuple_bad_request_body_spec.rb
144
- - spec/models/create_relation_tuple_internal_server_error_body_spec.rb
145
- - spec/models/delete_relation_tuples_bad_request_body_spec.rb
146
- - spec/models/delete_relation_tuples_internal_server_error_body_spec.rb
147
109
  - spec/models/expand_tree_spec.rb
148
110
  - spec/models/generic_error_spec.rb
149
- - spec/models/get_check_bad_request_body_spec.rb
150
- - spec/models/get_check_internal_server_error_body_spec.rb
151
111
  - spec/models/get_check_response_spec.rb
152
- - spec/models/get_expand_bad_request_body_spec.rb
153
- - spec/models/get_expand_internal_server_error_body_spec.rb
154
- - spec/models/get_expand_not_found_body_spec.rb
155
- - spec/models/get_relation_tuples_internal_server_error_body_spec.rb
156
- - spec/models/get_relation_tuples_not_found_body_spec.rb
157
112
  - spec/models/get_relation_tuples_response_spec.rb
158
113
  - spec/models/health_not_ready_status_spec.rb
159
114
  - spec/models/health_status_spec.rb
@@ -161,13 +116,7 @@ files:
161
116
  - spec/models/inline_response200_spec.rb
162
117
  - spec/models/inline_response503_spec.rb
163
118
  - spec/models/internal_relation_tuple_spec.rb
164
- - spec/models/is_instance_alive_internal_server_error_body_spec.rb
165
119
  - spec/models/patch_delta_spec.rb
166
- - spec/models/patch_relation_tuples_bad_request_body_spec.rb
167
- - spec/models/patch_relation_tuples_internal_server_error_body_spec.rb
168
- - spec/models/patch_relation_tuples_not_found_body_spec.rb
169
- - spec/models/post_check_bad_request_body_spec.rb
170
- - spec/models/post_check_internal_server_error_body_spec.rb
171
120
  - spec/models/relation_query_spec.rb
172
121
  - spec/models/subject_set_spec.rb
173
122
  - spec/models/version_spec.rb
@@ -2706,27 +2655,16 @@ rubyforge_project:
2706
2655
  rubygems_version: 2.7.6.2
2707
2656
  signing_key:
2708
2657
  specification_version: 4
2709
- summary: Ory Oathkeeper API Ruby Gem
2658
+ summary: Ory Keto API Ruby Gem
2710
2659
  test_files:
2711
2660
  - spec/api/metadata_api_spec.rb
2712
2661
  - spec/api/read_api_spec.rb
2713
2662
  - spec/api/write_api_spec.rb
2714
2663
  - spec/api_client_spec.rb
2715
2664
  - spec/configuration_spec.rb
2716
- - spec/models/create_relation_tuple_bad_request_body_spec.rb
2717
- - spec/models/create_relation_tuple_internal_server_error_body_spec.rb
2718
- - spec/models/delete_relation_tuples_bad_request_body_spec.rb
2719
- - spec/models/delete_relation_tuples_internal_server_error_body_spec.rb
2720
2665
  - spec/models/expand_tree_spec.rb
2721
2666
  - spec/models/generic_error_spec.rb
2722
- - spec/models/get_check_bad_request_body_spec.rb
2723
- - spec/models/get_check_internal_server_error_body_spec.rb
2724
2667
  - spec/models/get_check_response_spec.rb
2725
- - spec/models/get_expand_bad_request_body_spec.rb
2726
- - spec/models/get_expand_internal_server_error_body_spec.rb
2727
- - spec/models/get_expand_not_found_body_spec.rb
2728
- - spec/models/get_relation_tuples_internal_server_error_body_spec.rb
2729
- - spec/models/get_relation_tuples_not_found_body_spec.rb
2730
2668
  - spec/models/get_relation_tuples_response_spec.rb
2731
2669
  - spec/models/health_not_ready_status_spec.rb
2732
2670
  - spec/models/health_status_spec.rb
@@ -2734,13 +2672,7 @@ test_files:
2734
2672
  - spec/models/inline_response2001_spec.rb
2735
2673
  - spec/models/inline_response503_spec.rb
2736
2674
  - spec/models/internal_relation_tuple_spec.rb
2737
- - spec/models/is_instance_alive_internal_server_error_body_spec.rb
2738
2675
  - spec/models/patch_delta_spec.rb
2739
- - spec/models/patch_relation_tuples_bad_request_body_spec.rb
2740
- - spec/models/patch_relation_tuples_internal_server_error_body_spec.rb
2741
- - spec/models/patch_relation_tuples_not_found_body_spec.rb
2742
- - spec/models/post_check_bad_request_body_spec.rb
2743
- - spec/models/post_check_internal_server_error_body_spec.rb
2744
2676
  - spec/models/relation_query_spec.rb
2745
2677
  - spec/models/subject_set_spec.rb
2746
2678
  - spec/models/version_spec.rb
@@ -1,28 +0,0 @@
1
- # OryKetoClient::CreateRelationTupleBadRequestBody
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **code** | **Integer** | code | [optional] |
8
- | **details** | **Array<Object>** | details | [optional] |
9
- | **message** | **String** | message | [optional] |
10
- | **reason** | **String** | reason | [optional] |
11
- | **request** | **String** | request | [optional] |
12
- | **status** | **String** | status | [optional] |
13
-
14
- ## Example
15
-
16
- ```ruby
17
- require 'ory-keto-client'
18
-
19
- instance = OryKetoClient::CreateRelationTupleBadRequestBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-