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,28 +0,0 @@
1
- # OryKetoClient::CreateRelationTupleInternalServerErrorBody
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::CreateRelationTupleInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::DeleteRelationTuplesBadRequestBody
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::DeleteRelationTuplesBadRequestBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::DeleteRelationTuplesInternalServerErrorBody
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::DeleteRelationTuplesInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::GetCheckBadRequestBody
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::GetCheckBadRequestBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::GetCheckInternalServerErrorBody
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::GetCheckInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::GetExpandBadRequestBody
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::GetExpandBadRequestBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::GetExpandInternalServerErrorBody
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::GetExpandInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::GetExpandNotFoundBody
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::GetExpandNotFoundBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::GetRelationTuplesInternalServerErrorBody
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::GetRelationTuplesInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::GetRelationTuplesNotFoundBody
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::GetRelationTuplesNotFoundBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::IsInstanceAliveInternalServerErrorBody
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::IsInstanceAliveInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::PatchRelationTuplesBadRequestBody
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::PatchRelationTuplesBadRequestBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::PatchRelationTuplesInternalServerErrorBody
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::PatchRelationTuplesInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::PatchRelationTuplesNotFoundBody
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::PatchRelationTuplesNotFoundBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::PostCheckBadRequestBody
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::PostCheckBadRequestBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-
@@ -1,28 +0,0 @@
1
- # OryKetoClient::PostCheckInternalServerErrorBody
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::PostCheckInternalServerErrorBody.new(
20
- code: null,
21
- details: null,
22
- message: null,
23
- reason: null,
24
- request: null,
25
- status: null
26
- )
27
- ```
28
-