ory-keto-client 0.8.0.alpha2 → 0.9.0.alpha0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (311) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -7
  3. data/LICENSE +201 -0
  4. data/README.md +17 -15
  5. data/docs/ExpandTree.md +3 -3
  6. data/docs/GetRelationTuplesResponse.md +1 -1
  7. data/docs/{InlineResponse2001.md → GetVersion200Response.md} +2 -2
  8. data/docs/{InlineResponse200.md → IsAlive200Response.md} +2 -2
  9. data/docs/{InlineResponse503.md → IsReady503Response.md} +2 -2
  10. data/docs/MetadataApi.md +12 -12
  11. data/docs/PatchDelta.md +1 -1
  12. data/docs/ReadApi.md +127 -3
  13. data/docs/RelationQuery.md +4 -4
  14. data/docs/{InternalRelationTuple.md → RelationTuple.md} +3 -3
  15. data/docs/WriteApi.md +3 -3
  16. data/lib/ory-keto-client/api/metadata_api.rb +11 -11
  17. data/lib/ory-keto-client/api/read_api.rb +119 -5
  18. data/lib/ory-keto-client/api/write_api.rb +5 -5
  19. data/lib/ory-keto-client/api_client.rb +5 -3
  20. data/lib/ory-keto-client/api_error.rb +2 -2
  21. data/lib/ory-keto-client/configuration.rb +4 -3
  22. data/lib/ory-keto-client/models/expand_tree.rb +8 -4
  23. data/lib/ory-keto-client/models/generic_error.rb +3 -2
  24. data/lib/ory-keto-client/models/get_check_response.rb +3 -2
  25. data/lib/ory-keto-client/models/get_relation_tuples_response.rb +4 -3
  26. data/lib/ory-keto-client/models/{inline_response2001.rb → get_version200_response.rb} +6 -5
  27. data/lib/ory-keto-client/models/health_not_ready_status.rb +3 -2
  28. data/lib/ory-keto-client/models/health_status.rb +3 -2
  29. data/lib/ory-keto-client/models/{inline_response200.rb → is_alive200_response.rb} +6 -5
  30. data/lib/ory-keto-client/models/{inline_response503.rb → is_ready503_response.rb} +6 -5
  31. data/lib/ory-keto-client/models/patch_delta.rb +4 -3
  32. data/lib/ory-keto-client/models/relation_query.rb +7 -6
  33. data/lib/ory-keto-client/models/{internal_relation_tuple.rb → relation_tuple.rb} +7 -6
  34. data/lib/ory-keto-client/models/subject_set.rb +3 -2
  35. data/lib/ory-keto-client/models/version.rb +3 -2
  36. data/lib/ory-keto-client/version.rb +3 -3
  37. data/lib/ory-keto-client.rb +6 -6
  38. data/ory-keto-client.gemspec +2 -2
  39. data/spec/api/metadata_api_spec.rb +5 -5
  40. data/spec/api/read_api_spec.rb +24 -2
  41. data/spec/api/write_api_spec.rb +2 -2
  42. data/spec/api_client_spec.rb +2 -2
  43. data/spec/configuration_spec.rb +2 -2
  44. data/spec/models/expand_tree_spec.rb +3 -3
  45. data/spec/models/generic_error_spec.rb +2 -2
  46. data/spec/models/get_check_response_spec.rb +2 -2
  47. data/spec/models/get_relation_tuples_response_spec.rb +2 -2
  48. data/spec/models/{inline_response2001_spec.rb → get_version200_response_spec.rb} +8 -8
  49. data/spec/models/health_not_ready_status_spec.rb +2 -2
  50. data/spec/models/health_status_spec.rb +2 -2
  51. data/spec/models/{inline_response200_spec.rb → is_alive200_response_spec.rb} +8 -8
  52. data/spec/models/{inline_response503_spec.rb → is_ready503_response_spec.rb} +8 -8
  53. data/spec/models/patch_delta_spec.rb +2 -2
  54. data/spec/models/relation_query_spec.rb +2 -2
  55. data/spec/models/{internal_relation_tuple_spec.rb → relation_tuple_spec.rb} +8 -8
  56. data/spec/models/subject_set_spec.rb +2 -2
  57. data/spec/models/version_spec.rb +2 -2
  58. data/spec/spec_helper.rb +2 -2
  59. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.22.1.gem +0 -0
  60. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.0.gem +0 -0
  61. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.4.gem +0 -0
  62. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.1.gem +0 -0
  63. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.2.gem +0 -0
  64. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  65. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  66. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/mkmf.log +10 -10
  67. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  68. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/gem.build_complete +0 -0
  69. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/gem_make.out +6 -6
  70. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/mkmf.log +15 -15
  71. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/psych.so +0 -0
  72. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/gem.build_complete +0 -0
  73. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/gem_make.out +6 -6
  74. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/mkmf.log +5 -5
  75. data/vendor/bundle/ruby/2.5.0/{gems/stringio-3.0.1/lib → extensions/x86_64-linux/2.5.0/stringio-3.0.2}/stringio.so +0 -0
  76. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +4 -4
  77. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +4 -4
  78. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +4 -4
  79. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.21.0 → parallel-1.22.1}/MIT-LICENSE.txt +0 -0
  80. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.21.0 → parallel-1.22.1}/lib/parallel/processor_count.rb +2 -3
  81. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.22.1/lib/parallel/version.rb +4 -0
  82. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.21.0 → parallel-1.22.1}/lib/parallel.rb +84 -4
  83. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/LICENSE.txt +0 -0
  84. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-parse +0 -0
  85. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-rewrite +0 -0
  86. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/gauntlet_parser.rb +0 -0
  87. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/all.rb +0 -0
  88. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/node.rb +0 -0
  89. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/processor.rb +0 -0
  90. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/base.rb +0 -0
  91. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/builders/default.rb +0 -0
  92. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/clobbering_error.rb +0 -0
  93. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/color.rb +0 -0
  94. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/context.rb +0 -0
  95. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current.rb +4 -4
  96. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current_arg_stack.rb +0 -0
  97. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/deprecation.rb +0 -0
  98. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic/engine.rb +0 -0
  99. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic.rb +0 -0
  100. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/dedenter.rb +0 -0
  101. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/explanation.rb +0 -0
  102. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/literal.rb +0 -0
  103. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/stack_state.rb +0 -0
  104. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer.rb +0 -0
  105. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/macruby.rb +0 -0
  106. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/max_numparam_stack.rb +0 -0
  107. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/messages.rb +0 -0
  108. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/meta.rb +0 -0
  109. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rewriter.rb +0 -0
  110. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby18.rb +0 -0
  111. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby19.rb +0 -0
  112. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby20.rb +0 -0
  113. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby21.rb +0 -0
  114. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby22.rb +0 -0
  115. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby23.rb +0 -0
  116. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby24.rb +0 -0
  117. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby25.rb +0 -0
  118. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby26.rb +0 -0
  119. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby27.rb +0 -0
  120. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby28.rb +0 -0
  121. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby30.rb +0 -0
  122. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby31.rb +0 -0
  123. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby32.rb +8 -4
  124. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rubymotion.rb +0 -0
  125. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_parse.rb +0 -0
  126. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  127. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner.rb +0 -0
  128. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/buffer.rb +0 -0
  129. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment/associator.rb +0 -0
  130. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment.rb +0 -0
  131. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/collection.rb +0 -0
  132. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/condition.rb +0 -0
  133. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/constant.rb +0 -0
  134. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/definition.rb +0 -0
  135. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/for.rb +0 -0
  136. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/heredoc.rb +0 -0
  137. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/index.rb +0 -0
  138. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/keyword.rb +0 -0
  139. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/method_definition.rb +0 -0
  140. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  141. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/operator.rb +0 -0
  142. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/rescue_body.rb +0 -0
  143. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/send.rb +0 -0
  144. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/ternary.rb +0 -0
  145. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/variable.rb +0 -0
  146. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map.rb +0 -0
  147. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/range.rb +0 -0
  148. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter/action.rb +0 -0
  149. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter.rb +0 -0
  150. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  151. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter.rb +0 -0
  152. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/static_environment.rb +0 -0
  153. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/syntax_error.rb +0 -0
  154. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/tree_rewriter.rb +0 -0
  155. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/variables_stack.rb +0 -0
  156. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/version.rb +1 -1
  157. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser.rb +0 -0
  158. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/parser.gemspec +0 -0
  159. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/.gitignore +0 -0
  160. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Gemfile +0 -0
  161. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/LICENSE +0 -0
  162. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Mavenfile +0 -0
  163. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/README.md +0 -0
  164. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Rakefile +0 -0
  165. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/bin/console +0 -0
  166. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/bin/setup +0 -0
  167. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/.sitearchdir.time +0 -0
  168. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/Makefile +4 -4
  169. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/api.o +0 -0
  170. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/depend +0 -0
  171. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/dumper.o +0 -0
  172. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/emitter.o +0 -0
  173. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/extconf.rb +0 -0
  174. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/loader.o +0 -0
  175. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/parser.o +0 -0
  176. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.c +0 -0
  177. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.h +0 -0
  178. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.o +0 -0
  179. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3/lib → psych-4.0.4/ext/psych}/psych.so +0 -0
  180. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.c +0 -0
  181. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.h +0 -0
  182. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.o +0 -0
  183. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.c +0 -0
  184. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.h +0 -0
  185. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.o +0 -0
  186. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.c +0 -0
  187. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.h +0 -0
  188. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.o +0 -0
  189. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.c +0 -0
  190. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.h +0 -0
  191. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.o +0 -0
  192. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/reader.o +0 -0
  193. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/scanner.o +0 -0
  194. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/writer.o +0 -0
  195. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/LICENSE +0 -0
  196. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/api.c +0 -0
  197. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/config.h +0 -0
  198. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/dumper.c +0 -0
  199. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/emitter.c +0 -0
  200. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/loader.c +0 -0
  201. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/parser.c +0 -0
  202. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/reader.c +0 -0
  203. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/scanner.c +0 -0
  204. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/writer.c +0 -0
  205. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/yaml.h +0 -0
  206. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/yaml_private.h +0 -0
  207. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/class_loader.rb +0 -0
  208. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/coder.rb +0 -0
  209. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/core_ext.rb +0 -0
  210. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/exception.rb +0 -0
  211. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handler.rb +0 -0
  212. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handlers/document_stream.rb +0 -0
  213. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handlers/recorder.rb +0 -0
  214. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/ruby_events.rb +0 -0
  215. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/stream.rb +0 -0
  216. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/tree_builder.rb +0 -0
  217. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/yaml_events.rb +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/alias.rb +0 -0
  219. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/document.rb +0 -0
  220. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/mapping.rb +0 -0
  221. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/node.rb +2 -2
  222. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/scalar.rb +0 -0
  223. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/sequence.rb +0 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/stream.rb +0 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes.rb +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/omap.rb +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/parser.rb +0 -0
  228. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/scalar_scanner.rb +17 -10
  229. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/set.rb +0 -0
  230. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/stream.rb +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/streaming.rb +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/syntax_error.rb +0 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/tree_builder.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/versions.rb +1 -1
  235. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/depth_first.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/emitter.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/json_tree.rb +0 -0
  238. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/to_ruby.rb +2 -2
  239. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/visitor.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/yaml_tree.rb +0 -0
  241. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/y.rb +0 -0
  243. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych.rb +7 -7
  244. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3/ext/psych → psych-4.0.4/lib}/psych.so +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/psych.gemspec +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.document +0 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.yardopts +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/Changelog.md +10 -1
  249. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/LICENSE.md +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/README.md +0 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  253. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_list_matcher.rb +2 -1
  262. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_matchers.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/configuration.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/error_generator.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/example_methods.rb +0 -0
  266. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/marshal_extension.rb +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive.rb +1 -1
  271. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_chain.rb +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_expectation.rb +13 -3
  275. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_double.rb +3 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_reference.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/minitest_integration.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/mutate_const.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/object_reference.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/order_group.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/proxy.rb +6 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/space.rb +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/standalone.rb +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/syntax.rb +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/targets.rb +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/test_double.rb +0 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_double.rb +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/version.rb +1 -1
  291. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks.rb +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/README.md +0 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/.sitearchdir.time +0 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/Makefile +4 -4
  295. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/extconf.rb +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.c +1 -1
  297. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.o +0 -0
  298. data/vendor/bundle/ruby/2.5.0/{extensions/x86_64-linux/2.5.0/stringio-3.0.1 → gems/stringio-3.0.2/ext/stringio}/stringio.so +0 -0
  299. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1/ext/stringio → stringio-3.0.2/lib}/stringio.so +0 -0
  300. data/vendor/bundle/ruby/2.5.0/specifications/{parallel-1.21.0.gemspec → parallel-1.22.1.gemspec} +4 -4
  301. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.1.1.0.gemspec → parser-3.1.2.0.gemspec} +4 -4
  302. data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.3.gemspec → psych-4.0.4.gemspec} +3 -3
  303. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.11.0.gemspec → rspec-mocks-3.11.1.gemspec} +5 -5
  304. data/vendor/bundle/ruby/2.5.0/specifications/{stringio-3.0.1.gemspec → stringio-3.0.2.gemspec} +5 -5
  305. metadata +258 -257
  306. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.21.0.gem +0 -0
  307. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.1.0.gem +0 -0
  308. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.3.gem +0 -0
  309. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.0.gem +0 -0
  310. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.1.gem +0 -0
  311. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.21.0/lib/parallel/version.rb +0 -4
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- class InlineResponse200
17
+ class IsAlive200Response
18
18
  # Always \"ok\".
19
19
  attr_accessor :status
20
20
 
@@ -47,13 +47,13 @@ module OryKetoClient
47
47
  # @param [Hash] attributes Model attributes in the form of hash
48
48
  def initialize(attributes = {})
49
49
  if (!attributes.is_a?(Hash))
50
- fail ArgumentError, "The input argument (attributes) must be a hash in `OryKetoClient::InlineResponse200` initialize method"
50
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryKetoClient::IsAlive200Response` initialize method"
51
51
  end
52
52
 
53
53
  # check to see if the attribute exists and convert string to symbol for hash key
54
54
  attributes = attributes.each_with_object({}) { |(k, v), h|
55
55
  if (!self.class.attribute_map.key?(k.to_sym))
56
- fail ArgumentError, "`#{k}` is not a valid attribute in `OryKetoClient::InlineResponse200`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
56
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryKetoClient::IsAlive200Response`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
57
57
  end
58
58
  h[k.to_sym] = v
59
59
  }
@@ -113,6 +113,7 @@ module OryKetoClient
113
113
  # @return [Object] Returns the model itself
114
114
  def build_from_hash(attributes)
115
115
  return nil unless attributes.is_a?(Hash)
116
+ attributes = attributes.transform_keys(&:to_sym)
116
117
  self.class.openapi_types.each_pair do |key, type|
117
118
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
118
119
  self.send("#{key}=", nil)
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- class InlineResponse503
17
+ class IsReady503Response
18
18
  # Errors contains a list of errors that caused the not ready status.
19
19
  attr_accessor :errors
20
20
 
@@ -47,13 +47,13 @@ module OryKetoClient
47
47
  # @param [Hash] attributes Model attributes in the form of hash
48
48
  def initialize(attributes = {})
49
49
  if (!attributes.is_a?(Hash))
50
- fail ArgumentError, "The input argument (attributes) must be a hash in `OryKetoClient::InlineResponse503` initialize method"
50
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryKetoClient::IsReady503Response` initialize method"
51
51
  end
52
52
 
53
53
  # check to see if the attribute exists and convert string to symbol for hash key
54
54
  attributes = attributes.each_with_object({}) { |(k, v), h|
55
55
  if (!self.class.attribute_map.key?(k.to_sym))
56
- fail ArgumentError, "`#{k}` is not a valid attribute in `OryKetoClient::InlineResponse503`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
56
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryKetoClient::IsReady503Response`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
57
57
  end
58
58
  h[k.to_sym] = v
59
59
  }
@@ -115,6 +115,7 @@ module OryKetoClient
115
115
  # @return [Object] Returns the model itself
116
116
  def build_from_hash(attributes)
117
117
  return nil unless attributes.is_a?(Hash)
118
+ attributes = attributes.transform_keys(&:to_sym)
118
119
  self.class.openapi_types.each_pair do |key, type|
119
120
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
120
121
  self.send("#{key}=", nil)
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -58,7 +58,7 @@ module OryKetoClient
58
58
  def self.openapi_types
59
59
  {
60
60
  :'action' => :'String',
61
- :'relation_tuple' => :'InternalRelationTuple'
61
+ :'relation_tuple' => :'RelationTuple'
62
62
  }
63
63
  end
64
64
 
@@ -150,6 +150,7 @@ module OryKetoClient
150
150
  # @return [Object] Returns the model itself
151
151
  def build_from_hash(attributes)
152
152
  return nil unless attributes.is_a?(Hash)
153
+ attributes = attributes.transform_keys(&:to_sym)
153
154
  self.class.openapi_types.each_pair do |key, type|
154
155
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
155
156
  self.send("#{key}=", nil)
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -15,16 +15,16 @@ require 'time'
15
15
 
16
16
  module OryKetoClient
17
17
  class RelationQuery
18
- # Namespace of the Relation Tuple
18
+ # Namespace to query
19
19
  attr_accessor :namespace
20
20
 
21
- # Object of the Relation Tuple
21
+ # Object to query
22
22
  attr_accessor :object
23
23
 
24
- # Relation of the Relation Tuple
24
+ # Relation to query
25
25
  attr_accessor :relation
26
26
 
27
- # SubjectID of the Relation Tuple Either SubjectSet or SubjectID can be provided.
27
+ # SubjectID to query Either SubjectSet or SubjectID can be provided.
28
28
  attr_accessor :subject_id
29
29
 
30
30
  attr_accessor :subject_set
@@ -147,6 +147,7 @@ module OryKetoClient
147
147
  # @return [Object] Returns the model itself
148
148
  def build_from_hash(attributes)
149
149
  return nil unless attributes.is_a?(Hash)
150
+ attributes = attributes.transform_keys(&:to_sym)
150
151
  self.class.openapi_types.each_pair do |key, type|
151
152
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
152
153
  self.send("#{key}=", nil)
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module OryKetoClient
17
- class InternalRelationTuple
17
+ class RelationTuple
18
18
  # Namespace of the Relation Tuple
19
19
  attr_accessor :namespace
20
20
 
@@ -24,7 +24,7 @@ module OryKetoClient
24
24
  # Relation of the Relation Tuple
25
25
  attr_accessor :relation
26
26
 
27
- # SubjectID of the Relation Tuple Either SubjectSet or SubjectID are required.
27
+ # SubjectID of the Relation Tuple Either SubjectSet or SubjectID can be provided.
28
28
  attr_accessor :subject_id
29
29
 
30
30
  attr_accessor :subject_set
@@ -66,13 +66,13 @@ module OryKetoClient
66
66
  # @param [Hash] attributes Model attributes in the form of hash
67
67
  def initialize(attributes = {})
68
68
  if (!attributes.is_a?(Hash))
69
- fail ArgumentError, "The input argument (attributes) must be a hash in `OryKetoClient::InternalRelationTuple` initialize method"
69
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryKetoClient::RelationTuple` initialize method"
70
70
  end
71
71
 
72
72
  # check to see if the attribute exists and convert string to symbol for hash key
73
73
  attributes = attributes.each_with_object({}) { |(k, v), h|
74
74
  if (!self.class.attribute_map.key?(k.to_sym))
75
- fail ArgumentError, "`#{k}` is not a valid attribute in `OryKetoClient::InternalRelationTuple`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
75
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryKetoClient::RelationTuple`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
76
76
  end
77
77
  h[k.to_sym] = v
78
78
  }
@@ -162,6 +162,7 @@ module OryKetoClient
162
162
  # @return [Object] Returns the model itself
163
163
  def build_from_hash(attributes)
164
164
  return nil unless attributes.is_a?(Hash)
165
+ attributes = attributes.transform_keys(&:to_sym)
165
166
  self.class.openapi_types.each_pair do |key, type|
166
167
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
167
168
  self.send("#{key}=", nil)
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -143,6 +143,7 @@ module OryKetoClient
143
143
  # @return [Object] Returns the model itself
144
144
  def build_from_hash(attributes)
145
145
  return nil unless attributes.is_a?(Hash)
146
+ attributes = attributes.transform_keys(&:to_sym)
146
147
  self.class.openapi_types.each_pair do |key, type|
147
148
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
148
149
  self.send("#{key}=", nil)
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -108,6 +108,7 @@ module OryKetoClient
108
108
  # @return [Object] Returns the model itself
109
109
  def build_from_hash(attributes)
110
110
  return nil unless attributes.is_a?(Hash)
111
+ attributes = attributes.transform_keys(&:to_sym)
111
112
  self.class.openapi_types.each_pair do |key, type|
112
113
  if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
113
114
  self.send("#{key}=", nil)
@@ -3,13 +3,13 @@
3
3
 
4
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.alpha2
6
+ The version of the OpenAPI document: 0.9.0.alpha0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
13
13
  module OryKetoClient
14
- VERSION = '0.8.0.alpha2'
14
+ VERSION = '0.9.0.alpha0'
15
15
  end
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -21,14 +21,14 @@ require 'ory-keto-client/models/expand_tree'
21
21
  require 'ory-keto-client/models/generic_error'
22
22
  require 'ory-keto-client/models/get_check_response'
23
23
  require 'ory-keto-client/models/get_relation_tuples_response'
24
+ require 'ory-keto-client/models/get_version200_response'
24
25
  require 'ory-keto-client/models/health_not_ready_status'
25
26
  require 'ory-keto-client/models/health_status'
26
- require 'ory-keto-client/models/inline_response200'
27
- require 'ory-keto-client/models/inline_response2001'
28
- require 'ory-keto-client/models/inline_response503'
29
- require 'ory-keto-client/models/internal_relation_tuple'
27
+ require 'ory-keto-client/models/is_alive200_response'
28
+ require 'ory-keto-client/models/is_ready503_response'
30
29
  require 'ory-keto-client/models/patch_delta'
31
30
  require 'ory-keto-client/models/relation_query'
31
+ require 'ory-keto-client/models/relation_tuple'
32
32
  require 'ory-keto-client/models/subject_set'
33
33
  require 'ory-keto-client/models/version'
34
34
 
@@ -5,10 +5,10 @@
5
5
 
6
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.2
8
+ The version of the OpenAPI document: v0.9.0-alpha.0
9
9
  Contact: hi@ory.sh
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 5.4.0
11
+ OpenAPI Generator version: 6.0.1
12
12
 
13
13
  =end
14
14
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -36,7 +36,7 @@ describe 'MetadataApi' do
36
36
  # Return Running Software Version.
37
37
  # This endpoint returns the version of Ory Keto. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the version will never refer to the cluster state, only to a single instance.
38
38
  # @param [Hash] opts the optional parameters
39
- # @return [InlineResponse2001]
39
+ # @return [GetVersion200Response]
40
40
  describe 'get_version test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -47,7 +47,7 @@ describe 'MetadataApi' do
47
47
  # Check HTTP Server Status
48
48
  # This endpoint returns a HTTP 200 status code when Ory Keto is accepting incoming HTTP requests. This status does currently not include checks whether the database connection is working. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance.
49
49
  # @param [Hash] opts the optional parameters
50
- # @return [InlineResponse200]
50
+ # @return [IsAlive200Response]
51
51
  describe 'is_alive test' do
52
52
  it 'should work' do
53
53
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -58,7 +58,7 @@ describe 'MetadataApi' do
58
58
  # Check HTTP Server and Database Status
59
59
  # This endpoint returns a HTTP 200 status code when Ory Keto is up running and the environment dependencies (e.g. the database) are responsive as well. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of Ory Keto, the health status will never refer to the cluster state, only to a single instance.
60
60
  # @param [Hash] opts the optional parameters
61
- # @return [InlineResponse200]
61
+ # @return [IsAlive200Response]
62
62
  describe 'is_ready test' do
63
63
  it 'should work' do
64
64
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -51,6 +51,17 @@ describe 'ReadApi' do
51
51
  end
52
52
  end
53
53
 
54
+ # unit tests for get_check_mirror_status
55
+ # Check a relation tuple
56
+ # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
57
+ # @param [Hash] opts the optional parameters
58
+ # @return [GetCheckResponse]
59
+ describe 'get_check_mirror_status test' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
54
65
  # unit tests for get_expand
55
66
  # Expand a Relation Tuple
56
67
  # Use this endpoint to expand a relation tuple.
@@ -99,4 +110,15 @@ describe 'ReadApi' do
99
110
  end
100
111
  end
101
112
 
113
+ # unit tests for post_check_mirror_status
114
+ # Check a relation tuple
115
+ # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
116
+ # @param [Hash] opts the optional parameters
117
+ # @return [GetCheckResponse]
118
+ describe 'post_check_mirror_status test' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ end
122
+ end
123
+
102
124
  end
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -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", "unspecified"])
50
50
  # validator.allowable_values.each do |value|
51
51
  # expect { instance.type = value }.not_to raise_error
52
52
  # end
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OryKetoClient::InlineResponse2001
17
+ # Unit tests for OryKetoClient::GetVersion200Response
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OryKetoClient::InlineResponse2001 do
21
- let(:instance) { OryKetoClient::InlineResponse2001.new }
20
+ describe OryKetoClient::GetVersion200Response do
21
+ let(:instance) { OryKetoClient::GetVersion200Response.new }
22
22
 
23
- describe 'test an instance of InlineResponse2001' do
24
- it 'should create an instance of InlineResponse2001' do
25
- expect(instance).to be_instance_of(OryKetoClient::InlineResponse2001)
23
+ describe 'test an instance of GetVersion200Response' do
24
+ it 'should create an instance of GetVersion200Response' do
25
+ expect(instance).to be_instance_of(OryKetoClient::GetVersion200Response)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "version"' do
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OryKetoClient::InlineResponse200
17
+ # Unit tests for OryKetoClient::IsAlive200Response
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OryKetoClient::InlineResponse200 do
21
- let(:instance) { OryKetoClient::InlineResponse200.new }
20
+ describe OryKetoClient::IsAlive200Response do
21
+ let(:instance) { OryKetoClient::IsAlive200Response.new }
22
22
 
23
- describe 'test an instance of InlineResponse200' do
24
- it 'should create an instance of InlineResponse200' do
25
- expect(instance).to be_instance_of(OryKetoClient::InlineResponse200)
23
+ describe 'test an instance of IsAlive200Response' do
24
+ it 'should create an instance of IsAlive200Response' do
25
+ expect(instance).to be_instance_of(OryKetoClient::IsAlive200Response)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "status"' do
@@ -3,10 +3,10 @@
3
3
 
4
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.2
6
+ The version of the OpenAPI document: v0.9.0-alpha.0
7
7
  Contact: hi@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.0.1
10
10
 
11
11
  =end
12
12
 
@@ -14,15 +14,15 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OryKetoClient::InlineResponse503
17
+ # Unit tests for OryKetoClient::IsReady503Response
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OryKetoClient::InlineResponse503 do
21
- let(:instance) { OryKetoClient::InlineResponse503.new }
20
+ describe OryKetoClient::IsReady503Response do
21
+ let(:instance) { OryKetoClient::IsReady503Response.new }
22
22
 
23
- describe 'test an instance of InlineResponse503' do
24
- it 'should create an instance of InlineResponse503' do
25
- expect(instance).to be_instance_of(OryKetoClient::InlineResponse503)
23
+ describe 'test an instance of IsReady503Response' do
24
+ it 'should create an instance of IsReady503Response' do
25
+ expect(instance).to be_instance_of(OryKetoClient::IsReady503Response)
26
26
  end
27
27
  end
28
28
  describe 'test attribute "errors"' do