ory-client 0.2.0.alpha25 → 0.2.0.alpha26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (379) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +15 -15
  4. data/docs/ExpandTree.md +4 -6
  5. data/docs/GetRelationTuplesResponse.md +1 -1
  6. data/docs/PatchDelta.md +1 -1
  7. data/docs/ReadApi.md +24 -24
  8. data/docs/RelationQuery.md +4 -4
  9. data/docs/{InternalRelationTuple.md → RelationTuple.md} +3 -3
  10. data/docs/WriteApi.md +12 -12
  11. data/lib/ory-client/api/admin_api.rb +1 -1
  12. data/lib/ory-client/api/metadata_api.rb +1 -1
  13. data/lib/ory-client/api/read_api.rb +13 -13
  14. data/lib/ory-client/api/v0alpha2_api.rb +1 -1
  15. data/lib/ory-client/api/write_api.rb +7 -7
  16. data/lib/ory-client/api_client.rb +1 -1
  17. data/lib/ory-client/api_error.rb +1 -1
  18. data/lib/ory-client/configuration.rb +1 -1
  19. data/lib/ory-client/models/accept_o_auth2_consent_request.rb +1 -1
  20. data/lib/ory-client/models/accept_o_auth2_consent_request_session.rb +1 -1
  21. data/lib/ory-client/models/accept_o_auth2_login_request.rb +1 -1
  22. data/lib/ory-client/models/active_project.rb +1 -1
  23. data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
  24. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
  25. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
  26. data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
  27. data/lib/ory-client/models/admin_create_identity_import_credentials_password.rb +1 -1
  28. data/lib/ory-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
  29. data/lib/ory-client/models/admin_create_json_web_key_set_body.rb +1 -1
  30. data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  31. data/lib/ory-client/models/admin_identity_import_credentials.rb +1 -1
  32. data/lib/ory-client/models/admin_trust_o_auth2_jwt_grant_issuer_body.rb +1 -1
  33. data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
  34. data/lib/ory-client/models/api_token.rb +1 -1
  35. data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
  36. data/lib/ory-client/models/cloud_account.rb +1 -1
  37. data/lib/ory-client/models/cname_settings.rb +1 -1
  38. data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
  39. data/lib/ory-client/models/create_project_body.rb +1 -1
  40. data/lib/ory-client/models/create_subscription_payload.rb +1 -1
  41. data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  42. data/lib/ory-client/models/expand_tree.rb +12 -19
  43. data/lib/ory-client/models/generic_error.rb +1 -1
  44. data/lib/ory-client/models/generic_error_content.rb +1 -1
  45. data/lib/ory-client/models/get_check_response.rb +1 -1
  46. data/lib/ory-client/models/get_managed_identity_schema_location.rb +1 -1
  47. data/lib/ory-client/models/get_relation_tuples_response.rb +2 -2
  48. data/lib/ory-client/models/get_version200_response.rb +1 -1
  49. data/lib/ory-client/models/handled_o_auth2_consent_request.rb +1 -1
  50. data/lib/ory-client/models/handled_o_auth2_login_request.rb +1 -1
  51. data/lib/ory-client/models/handled_o_auth2_logout_request.rb +1 -1
  52. data/lib/ory-client/models/headers.rb +1 -1
  53. data/lib/ory-client/models/health_not_ready_status.rb +1 -1
  54. data/lib/ory-client/models/health_status.rb +1 -1
  55. data/lib/ory-client/models/id_token_claims.rb +1 -1
  56. data/lib/ory-client/models/identity.rb +1 -1
  57. data/lib/ory-client/models/identity_credentials.rb +1 -1
  58. data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
  59. data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
  60. data/lib/ory-client/models/identity_credentials_password.rb +1 -1
  61. data/lib/ory-client/models/identity_credentials_type.rb +1 -1
  62. data/lib/ory-client/models/identity_schema_container.rb +1 -1
  63. data/lib/ory-client/models/identity_schema_preset.rb +1 -1
  64. data/lib/ory-client/models/identity_state.rb +1 -1
  65. data/lib/ory-client/models/introspected_o_auth2_token.rb +1 -1
  66. data/lib/ory-client/models/invite_payload.rb +1 -1
  67. data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
  68. data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
  69. data/lib/ory-client/models/is_ready200_response.rb +1 -1
  70. data/lib/ory-client/models/is_ready503_response.rb +1 -1
  71. data/lib/ory-client/models/json_error.rb +1 -1
  72. data/lib/ory-client/models/json_patch.rb +1 -1
  73. data/lib/ory-client/models/json_web_key.rb +1 -1
  74. data/lib/ory-client/models/json_web_key_set.rb +1 -1
  75. data/lib/ory-client/models/keto_namespace.rb +1 -1
  76. data/lib/ory-client/models/managed_identity_schema.rb +1 -1
  77. data/lib/ory-client/models/managed_identity_schema_validation_result.rb +1 -1
  78. data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
  79. data/lib/ory-client/models/normalized_project.rb +1 -1
  80. data/lib/ory-client/models/normalized_project_revision.rb +1 -1
  81. data/lib/ory-client/models/normalized_project_revision_hook.rb +1 -1
  82. data/lib/ory-client/models/normalized_project_revision_identity_schema.rb +1 -1
  83. data/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +1 -1
  84. data/lib/ory-client/models/null_plan.rb +1 -1
  85. data/lib/ory-client/models/o_auth2_access_request.rb +1 -1
  86. data/lib/ory-client/models/o_auth2_api_error.rb +1 -1
  87. data/lib/ory-client/models/o_auth2_client.rb +1 -1
  88. data/lib/ory-client/models/o_auth2_consent_request.rb +1 -1
  89. data/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
  90. data/lib/ory-client/models/o_auth2_consent_session.rb +1 -1
  91. data/lib/ory-client/models/o_auth2_consent_session_expires_at.rb +1 -1
  92. data/lib/ory-client/models/o_auth2_login_request.rb +1 -1
  93. data/lib/ory-client/models/o_auth2_logout_request.rb +1 -1
  94. data/lib/ory-client/models/o_auth2_token_response.rb +1 -1
  95. data/lib/ory-client/models/oidc_configuration.rb +1 -1
  96. data/lib/ory-client/models/oidc_user_info.rb +1 -1
  97. data/lib/ory-client/models/pagination.rb +1 -1
  98. data/lib/ory-client/models/pagination_headers.rb +1 -1
  99. data/lib/ory-client/models/patch_delta.rb +2 -2
  100. data/lib/ory-client/models/previous_o_auth2_consent_session.rb +1 -1
  101. data/lib/ory-client/models/project.rb +1 -1
  102. data/lib/ory-client/models/project_host.rb +1 -1
  103. data/lib/ory-client/models/project_invite.rb +1 -1
  104. data/lib/ory-client/models/project_metadata.rb +1 -1
  105. data/lib/ory-client/models/project_service_identity.rb +1 -1
  106. data/lib/ory-client/models/project_service_o_auth2.rb +1 -1
  107. data/lib/ory-client/models/project_service_permission.rb +1 -1
  108. data/lib/ory-client/models/project_services.rb +1 -1
  109. data/lib/ory-client/models/provision_mock_subscription_payload.rb +1 -1
  110. data/lib/ory-client/models/quota_custom_domains.rb +1 -1
  111. data/lib/ory-client/models/quota_project_member_seats.rb +1 -1
  112. data/lib/ory-client/models/recovery_address.rb +1 -1
  113. data/lib/ory-client/models/refresh_token_hook_request.rb +1 -1
  114. data/lib/ory-client/models/refresh_token_hook_response.rb +1 -1
  115. data/lib/ory-client/models/reject_o_auth2_request.rb +1 -1
  116. data/lib/ory-client/models/relation_query.rb +5 -5
  117. data/lib/ory-client/models/{internal_relation_tuple.rb → relation_tuple.rb} +5 -5
  118. data/lib/ory-client/models/revoked_sessions.rb +1 -1
  119. data/lib/ory-client/models/schema_patch.rb +1 -1
  120. data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
  121. data/lib/ory-client/models/self_service_error.rb +1 -1
  122. data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
  123. data/lib/ory-client/models/self_service_login_flow.rb +1 -1
  124. data/lib/ory-client/models/self_service_logout_url.rb +1 -1
  125. data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
  126. data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
  127. data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
  128. data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
  129. data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
  130. data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
  131. data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
  132. data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
  133. data/lib/ory-client/models/session.rb +1 -1
  134. data/lib/ory-client/models/session_authentication_method.rb +1 -1
  135. data/lib/ory-client/models/session_device.rb +1 -1
  136. data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
  137. data/lib/ory-client/models/stripe_customer_response.rb +1 -1
  138. data/lib/ory-client/models/subject_set.rb +1 -1
  139. data/lib/ory-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
  140. data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
  141. data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  142. data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  143. data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  144. data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  145. data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  146. data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  147. data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  148. data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  149. data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
  150. data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  151. data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  152. data/lib/ory-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
  153. data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
  154. data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  155. data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  156. data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  157. data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  158. data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  159. data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  160. data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
  161. data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  162. data/lib/ory-client/models/subscription.rb +1 -1
  163. data/lib/ory-client/models/successful_o_auth2_request_response.rb +1 -1
  164. data/lib/ory-client/models/successful_project_update.rb +1 -1
  165. data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
  166. data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
  167. data/lib/ory-client/models/token_pagination.rb +1 -1
  168. data/lib/ory-client/models/token_pagination_headers.rb +1 -1
  169. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb +1 -1
  170. data/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +1 -1
  171. data/lib/ory-client/models/ui_container.rb +1 -1
  172. data/lib/ory-client/models/ui_node.rb +1 -1
  173. data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
  174. data/lib/ory-client/models/ui_node_attributes.rb +1 -1
  175. data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
  176. data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
  177. data/lib/ory-client/models/ui_node_meta.rb +1 -1
  178. data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
  179. data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
  180. data/lib/ory-client/models/ui_text.rb +1 -1
  181. data/lib/ory-client/models/update_custom_hostname_body.rb +1 -1
  182. data/lib/ory-client/models/update_o_auth2_client_lifespans.rb +1 -1
  183. data/lib/ory-client/models/update_project.rb +1 -1
  184. data/lib/ory-client/models/update_subscription_payload.rb +1 -1
  185. data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
  186. data/lib/ory-client/models/version.rb +1 -1
  187. data/lib/ory-client/models/warning.rb +1 -1
  188. data/lib/ory-client/version.rb +2 -2
  189. data/lib/ory-client.rb +2 -2
  190. data/ory-client.gemspec +1 -1
  191. data/spec/api/admin_api_spec.rb +1 -1
  192. data/spec/api/metadata_api_spec.rb +1 -1
  193. data/spec/api/read_api_spec.rb +7 -7
  194. data/spec/api/v0alpha2_api_spec.rb +1 -1
  195. data/spec/api/write_api_spec.rb +4 -4
  196. data/spec/api_client_spec.rb +1 -1
  197. data/spec/configuration_spec.rb +1 -1
  198. data/spec/models/accept_o_auth2_consent_request_session_spec.rb +1 -1
  199. data/spec/models/accept_o_auth2_consent_request_spec.rb +1 -1
  200. data/spec/models/accept_o_auth2_login_request_spec.rb +1 -1
  201. data/spec/models/active_project_spec.rb +1 -1
  202. data/spec/models/admin_create_identity_body_spec.rb +1 -1
  203. data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
  204. data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
  205. data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
  206. data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
  207. data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
  208. data/spec/models/admin_create_json_web_key_set_body_spec.rb +1 -1
  209. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  210. data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
  211. data/spec/models/admin_trust_o_auth2_jwt_grant_issuer_body_spec.rb +1 -1
  212. data/spec/models/admin_update_identity_body_spec.rb +1 -1
  213. data/spec/models/api_token_spec.rb +1 -1
  214. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  215. data/spec/models/cloud_account_spec.rb +1 -1
  216. data/spec/models/cname_settings_spec.rb +1 -1
  217. data/spec/models/create_custom_hostname_body_spec.rb +1 -1
  218. data/spec/models/create_project_body_spec.rb +1 -1
  219. data/spec/models/create_subscription_payload_spec.rb +1 -1
  220. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  221. data/spec/models/expand_tree_spec.rb +3 -9
  222. data/spec/models/generic_error_content_spec.rb +1 -1
  223. data/spec/models/generic_error_spec.rb +1 -1
  224. data/spec/models/get_check_response_spec.rb +1 -1
  225. data/spec/models/get_managed_identity_schema_location_spec.rb +1 -1
  226. data/spec/models/get_relation_tuples_response_spec.rb +1 -1
  227. data/spec/models/get_version200_response_spec.rb +1 -1
  228. data/spec/models/handled_o_auth2_consent_request_spec.rb +1 -1
  229. data/spec/models/handled_o_auth2_login_request_spec.rb +1 -1
  230. data/spec/models/handled_o_auth2_logout_request_spec.rb +1 -1
  231. data/spec/models/headers_spec.rb +1 -1
  232. data/spec/models/health_not_ready_status_spec.rb +1 -1
  233. data/spec/models/health_status_spec.rb +1 -1
  234. data/spec/models/id_token_claims_spec.rb +1 -1
  235. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  236. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  237. data/spec/models/identity_credentials_password_spec.rb +1 -1
  238. data/spec/models/identity_credentials_spec.rb +1 -1
  239. data/spec/models/identity_credentials_type_spec.rb +1 -1
  240. data/spec/models/identity_schema_container_spec.rb +1 -1
  241. data/spec/models/identity_schema_preset_spec.rb +1 -1
  242. data/spec/models/identity_spec.rb +1 -1
  243. data/spec/models/identity_state_spec.rb +1 -1
  244. data/spec/models/introspected_o_auth2_token_spec.rb +1 -1
  245. data/spec/models/invite_payload_spec.rb +1 -1
  246. data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
  247. data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
  248. data/spec/models/is_ready200_response_spec.rb +1 -1
  249. data/spec/models/is_ready503_response_spec.rb +1 -1
  250. data/spec/models/json_error_spec.rb +1 -1
  251. data/spec/models/json_patch_spec.rb +1 -1
  252. data/spec/models/json_web_key_set_spec.rb +1 -1
  253. data/spec/models/json_web_key_spec.rb +1 -1
  254. data/spec/models/keto_namespace_spec.rb +1 -1
  255. data/spec/models/managed_identity_schema_spec.rb +1 -1
  256. data/spec/models/managed_identity_schema_validation_result_spec.rb +1 -1
  257. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  258. data/spec/models/normalized_project_revision_hook_spec.rb +1 -1
  259. data/spec/models/normalized_project_revision_identity_schema_spec.rb +1 -1
  260. data/spec/models/normalized_project_revision_spec.rb +1 -1
  261. data/spec/models/normalized_project_revision_third_party_provider_spec.rb +1 -1
  262. data/spec/models/normalized_project_spec.rb +1 -1
  263. data/spec/models/null_plan_spec.rb +1 -1
  264. data/spec/models/o_auth2_access_request_spec.rb +1 -1
  265. data/spec/models/o_auth2_api_error_spec.rb +1 -1
  266. data/spec/models/o_auth2_client_spec.rb +1 -1
  267. data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
  268. data/spec/models/o_auth2_consent_request_spec.rb +1 -1
  269. data/spec/models/o_auth2_consent_session_expires_at_spec.rb +1 -1
  270. data/spec/models/o_auth2_consent_session_spec.rb +1 -1
  271. data/spec/models/o_auth2_login_request_spec.rb +1 -1
  272. data/spec/models/o_auth2_logout_request_spec.rb +1 -1
  273. data/spec/models/o_auth2_token_response_spec.rb +1 -1
  274. data/spec/models/oidc_configuration_spec.rb +1 -1
  275. data/spec/models/oidc_user_info_spec.rb +1 -1
  276. data/spec/models/pagination_headers_spec.rb +1 -1
  277. data/spec/models/pagination_spec.rb +1 -1
  278. data/spec/models/patch_delta_spec.rb +1 -1
  279. data/spec/models/previous_o_auth2_consent_session_spec.rb +1 -1
  280. data/spec/models/project_host_spec.rb +1 -1
  281. data/spec/models/project_invite_spec.rb +1 -1
  282. data/spec/models/project_metadata_spec.rb +1 -1
  283. data/spec/models/project_service_identity_spec.rb +1 -1
  284. data/spec/models/project_service_o_auth2_spec.rb +1 -1
  285. data/spec/models/project_service_permission_spec.rb +1 -1
  286. data/spec/models/project_services_spec.rb +1 -1
  287. data/spec/models/project_spec.rb +1 -1
  288. data/spec/models/provision_mock_subscription_payload_spec.rb +1 -1
  289. data/spec/models/quota_custom_domains_spec.rb +1 -1
  290. data/spec/models/quota_project_member_seats_spec.rb +1 -1
  291. data/spec/models/recovery_address_spec.rb +1 -1
  292. data/spec/models/refresh_token_hook_request_spec.rb +1 -1
  293. data/spec/models/refresh_token_hook_response_spec.rb +1 -1
  294. data/spec/models/reject_o_auth2_request_spec.rb +1 -1
  295. data/spec/models/relation_query_spec.rb +1 -1
  296. data/spec/models/{internal_relation_tuple_spec.rb → relation_tuple_spec.rb} +7 -7
  297. data/spec/models/revoked_sessions_spec.rb +1 -1
  298. data/spec/models/schema_patch_spec.rb +1 -1
  299. data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
  300. data/spec/models/self_service_error_spec.rb +1 -1
  301. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  302. data/spec/models/self_service_login_flow_spec.rb +1 -1
  303. data/spec/models/self_service_logout_url_spec.rb +1 -1
  304. data/spec/models/self_service_recovery_flow_spec.rb +1 -1
  305. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  306. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  307. data/spec/models/self_service_registration_flow_spec.rb +1 -1
  308. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  309. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  310. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  311. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  312. data/spec/models/session_authentication_method_spec.rb +1 -1
  313. data/spec/models/session_device_spec.rb +1 -1
  314. data/spec/models/session_spec.rb +1 -1
  315. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  316. data/spec/models/stripe_customer_response_spec.rb +1 -1
  317. data/spec/models/subject_set_spec.rb +1 -1
  318. data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
  319. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  320. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  321. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  322. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  323. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  324. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  325. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  326. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  327. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  328. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  329. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  330. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  331. data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
  332. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  333. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  334. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  335. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  336. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  337. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  338. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  339. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  340. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  341. data/spec/models/subscription_spec.rb +1 -1
  342. data/spec/models/successful_o_auth2_request_response_spec.rb +1 -1
  343. data/spec/models/successful_project_update_spec.rb +1 -1
  344. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  345. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  346. data/spec/models/token_pagination_headers_spec.rb +1 -1
  347. data/spec/models/token_pagination_spec.rb +1 -1
  348. data/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +1 -1
  349. data/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +1 -1
  350. data/spec/models/ui_container_spec.rb +1 -1
  351. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  352. data/spec/models/ui_node_attributes_spec.rb +1 -1
  353. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  354. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  355. data/spec/models/ui_node_meta_spec.rb +1 -1
  356. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  357. data/spec/models/ui_node_spec.rb +1 -1
  358. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  359. data/spec/models/ui_text_spec.rb +1 -1
  360. data/spec/models/update_custom_hostname_body_spec.rb +1 -1
  361. data/spec/models/update_o_auth2_client_lifespans_spec.rb +1 -1
  362. data/spec/models/update_project_spec.rb +1 -1
  363. data/spec/models/update_subscription_payload_spec.rb +1 -1
  364. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  365. data/spec/models/version_spec.rb +1 -1
  366. data/spec/models/warning_spec.rb +1 -1
  367. data/spec/spec_helper.rb +1 -1
  368. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  369. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  370. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  371. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.4/gem_make.out +2 -2
  372. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/gem_make.out +2 -2
  373. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/mkmf.log +1 -1
  374. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  375. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  376. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  377. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.4/ext/psych/Makefile +2 -2
  378. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
  379. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e358c4b5a0870c2401809eeea6a02c826b45fdb7b1d193baf21bd6dda0b421e3
4
- data.tar.gz: 97ca405935df55969237ed449d7997c79d27bfcee8beb4a5a17466fc8930dd5b
3
+ metadata.gz: 5895a2b7e600c7d4c9cf51f7f70b5132906f1ce4bd8b75ac67173182f8b594d4
4
+ data.tar.gz: 3357d78d04d745bf7d56d582ec7f283a9793341cf6ed885bb6081840cd616064
5
5
  SHA512:
6
- metadata.gz: 67176036cdfdc13d454fa065ef754447bf976a61ef261d1db814c0cb4e693171ef405294e01c4001ba6d8e8b76ec92b5e95e9f0cdeda93e4139f62b093cabb4c
7
- data.tar.gz: 86ea54b82894362e0a81ae694e1d91794e65e9d15ebcc61daa27202962f5342554b134f58ae162112f5492c54ba28a60ed5dd10f2a8bdc7d89af4f0eb743899f
6
+ metadata.gz: 1b32a915e2ac763a757feee8866b9fe6688b44f202b3cebfd2659248fec9507fa2a6f3b962a3338c0b358e1cc1e64767f45ec054cfc3f6cbdeddd1453d59a48e
7
+ data.tar.gz: 3066469e823c97ef84c929471eb3609afce29bca8e88805d82521dbacdba18d3b594358dd3238811f77c68e3f9f35075eb7d2b59e7b7c3e327eb43a90a1fefbf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-client (0.2.0.alpha25)
4
+ ory-client (0.2.0.alpha26)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
8
8
 
9
9
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
10
10
 
11
- - API version: v0.2.0-alpha.25
12
- - Package version: v0.2.0-alpha.25
11
+ - API version: v0.2.0-alpha.26
12
+ - Package version: v0.2.0-alpha.26
13
13
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
14
14
 
15
15
  ## Installation
@@ -25,16 +25,16 @@ gem build ory-client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./ory-client-v0.2.0-alpha.25.gem
28
+ gem install ./ory-client-v0.2.0-alpha.26.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./ory-client-v0.2.0-alpha.25.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./ory-client-v0.2.0-alpha.26.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'ory-client', '~> v0.2.0-alpha.25'
37
+ gem 'ory-client', '~> v0.2.0-alpha.26'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -83,12 +83,12 @@ Class | Method | HTTP request | Description
83
83
  *OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
84
84
  *OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /health/alive | Check HTTP Server Status
85
85
  *OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /health/ready | Check HTTP Server and Database Status
86
- *OryClient::ReadApi* | [**get_check**](docs/ReadApi.md#get_check) | **GET** /relation-tuples/check/openapi | Check a relation tuple
87
- *OryClient::ReadApi* | [**get_check_mirror_status**](docs/ReadApi.md#get_check_mirror_status) | **GET** /relation-tuples/check | Check a relation tuple
88
- *OryClient::ReadApi* | [**get_expand**](docs/ReadApi.md#get_expand) | **GET** /relation-tuples/expand | Expand a Relation Tuple
89
- *OryClient::ReadApi* | [**get_relation_tuples**](docs/ReadApi.md#get_relation_tuples) | **GET** /relation-tuples | Query relation tuples
90
- *OryClient::ReadApi* | [**post_check**](docs/ReadApi.md#post_check) | **POST** /relation-tuples/check/openapi | Check a relation tuple
91
- *OryClient::ReadApi* | [**post_check_mirror_status**](docs/ReadApi.md#post_check_mirror_status) | **POST** /relation-tuples/check | Check a relation tuple
86
+ *OryClient::ReadApi* | [**get_check**](docs/ReadApi.md#get_check) | **GET** /relation-tuples/check/openapi | # Check a relation tuple
87
+ *OryClient::ReadApi* | [**get_check_mirror_status**](docs/ReadApi.md#get_check_mirror_status) | **GET** /relation-tuples/check | # Check a relation tuple
88
+ *OryClient::ReadApi* | [**get_expand**](docs/ReadApi.md#get_expand) | **GET** /relation-tuples/expand | # Expand a Relation Tuple
89
+ *OryClient::ReadApi* | [**get_relation_tuples**](docs/ReadApi.md#get_relation_tuples) | **GET** /relation-tuples | # Query relation tuples
90
+ *OryClient::ReadApi* | [**post_check**](docs/ReadApi.md#post_check) | **POST** /relation-tuples/check/openapi | # Check a relation tuple
91
+ *OryClient::ReadApi* | [**post_check_mirror_status**](docs/ReadApi.md#post_check_mirror_status) | **POST** /relation-tuples/check | # Check a relation tuple
92
92
  *OryClient::V0alpha2Api* | [**admin_accept_o_auth2_consent_request**](docs/V0alpha2Api.md#admin_accept_o_auth2_consent_request) | **PUT** /admin/oauth2/auth/requests/consent/accept | Accept an OAuth 2.0 Consent Request
93
93
  *OryClient::V0alpha2Api* | [**admin_accept_o_auth2_login_request**](docs/V0alpha2Api.md#admin_accept_o_auth2_login_request) | **PUT** /admin/oauth2/auth/requests/login/accept | Accept an OAuth 2.0 Login Request
94
94
  *OryClient::V0alpha2Api* | [**admin_accept_o_auth2_logout_request**](docs/V0alpha2Api.md#admin_accept_o_auth2_logout_request) | **PUT** /admin/oauth2/auth/requests/logout/accept | Accept an OAuth 2.0 Logout Request
@@ -180,9 +180,9 @@ Class | Method | HTTP request | Description
180
180
  *OryClient::V0alpha2Api* | [**submit_self_service_verification_flow**](docs/V0alpha2Api.md#submit_self_service_verification_flow) | **POST** /self-service/verification | Complete Verification Flow
181
181
  *OryClient::V0alpha2Api* | [**to_session**](docs/V0alpha2Api.md#to_session) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
182
182
  *OryClient::V0alpha2Api* | [**update_project**](docs/V0alpha2Api.md#update_project) | **PUT** /projects/{project_id} | Update an Ory Cloud Project Configuration
183
- *OryClient::WriteApi* | [**create_relation_tuple**](docs/WriteApi.md#create_relation_tuple) | **PUT** /admin/relation-tuples | Create a Relation Tuple
184
- *OryClient::WriteApi* | [**delete_relation_tuples**](docs/WriteApi.md#delete_relation_tuples) | **DELETE** /admin/relation-tuples | Delete Relation Tuples
185
- *OryClient::WriteApi* | [**patch_relation_tuples**](docs/WriteApi.md#patch_relation_tuples) | **PATCH** /admin/relation-tuples | Patch Multiple Relation Tuples
183
+ *OryClient::WriteApi* | [**create_relation_tuple**](docs/WriteApi.md#create_relation_tuple) | **PUT** /admin/relation-tuples | # Create a Relation Tuple
184
+ *OryClient::WriteApi* | [**delete_relation_tuples**](docs/WriteApi.md#delete_relation_tuples) | **DELETE** /admin/relation-tuples | # Delete Relation Tuples
185
+ *OryClient::WriteApi* | [**patch_relation_tuples**](docs/WriteApi.md#patch_relation_tuples) | **PATCH** /admin/relation-tuples | # Patch Multiple Relation Tuples
186
186
 
187
187
 
188
188
  ## Documentation for Models
@@ -233,7 +233,6 @@ Class | Method | HTTP request | Description
233
233
  - [OryClient::IdentitySchemaContainer](docs/IdentitySchemaContainer.md)
234
234
  - [OryClient::IdentitySchemaPreset](docs/IdentitySchemaPreset.md)
235
235
  - [OryClient::IdentityState](docs/IdentityState.md)
236
- - [OryClient::InternalRelationTuple](docs/InternalRelationTuple.md)
237
236
  - [OryClient::IntrospectedOAuth2Token](docs/IntrospectedOAuth2Token.md)
238
237
  - [OryClient::InvitePayload](docs/InvitePayload.md)
239
238
  - [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
@@ -286,6 +285,7 @@ Class | Method | HTTP request | Description
286
285
  - [OryClient::RefreshTokenHookResponse](docs/RefreshTokenHookResponse.md)
287
286
  - [OryClient::RejectOAuth2Request](docs/RejectOAuth2Request.md)
288
287
  - [OryClient::RelationQuery](docs/RelationQuery.md)
288
+ - [OryClient::RelationTuple](docs/RelationTuple.md)
289
289
  - [OryClient::RevokedSessions](docs/RevokedSessions.md)
290
290
  - [OryClient::SchemaPatch](docs/SchemaPatch.md)
291
291
  - [OryClient::SelfServiceBrowserLocationChangeRequiredError](docs/SelfServiceBrowserLocationChangeRequiredError.md)
data/docs/ExpandTree.md CHANGED
@@ -4,10 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **children** | [**Array<ExpandTree>**](ExpandTree.md) | | [optional] |
8
- | **subject_id** | **String** | | [optional] |
9
- | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] |
10
- | **type** | **String** | | |
7
+ | **children** | [**Array<ExpandTree>**](ExpandTree.md) | The children of the node, possibly none. | [optional] |
8
+ | **tuple** | [**RelationTuple**](RelationTuple.md) | | [optional] |
9
+ | **type** | **String** | The type of the node. union TreeNodeUnion exclusion TreeNodeExclusion intersection TreeNodeIntersection leaf TreeNodeLeaf tuple_to_subject_set TreeNodeTupleToSubjectSet computed_subject_set TreeNodeComputedSubjectSet not TreeNodeNot unspecified TreeNodeUnspecified | |
11
10
 
12
11
  ## Example
13
12
 
@@ -16,8 +15,7 @@ require 'ory-client'
16
15
 
17
16
  instance = OryClient::ExpandTree.new(
18
17
  children: null,
19
- subject_id: null,
20
- subject_set: null,
18
+ tuple: null,
21
19
  type: null
22
20
  )
23
21
  ```
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **next_page_token** | **String** | The opaque token to provide in a subsequent request to get the next page. It is the empty string iff this is the last page. | [optional] |
8
- | **relation_tuples** | [**Array<InternalRelationTuple>**](InternalRelationTuple.md) | | [optional] |
8
+ | **relation_tuples** | [**Array<RelationTuple>**](RelationTuple.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
data/docs/PatchDelta.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **action** | **String** | | [optional] |
8
- | **relation_tuple** | [**InternalRelationTuple**](InternalRelationTuple.md) | | [optional] |
8
+ | **relation_tuple** | [**RelationTuple**](RelationTuple.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
data/docs/ReadApi.md CHANGED
@@ -4,19 +4,19 @@ All URIs are relative to *https://playground.projects.oryapis.com*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
- | [**get_check**](ReadApi.md#get_check) | **GET** /relation-tuples/check/openapi | Check a relation tuple |
8
- | [**get_check_mirror_status**](ReadApi.md#get_check_mirror_status) | **GET** /relation-tuples/check | Check a relation tuple |
9
- | [**get_expand**](ReadApi.md#get_expand) | **GET** /relation-tuples/expand | Expand a Relation Tuple |
10
- | [**get_relation_tuples**](ReadApi.md#get_relation_tuples) | **GET** /relation-tuples | Query relation tuples |
11
- | [**post_check**](ReadApi.md#post_check) | **POST** /relation-tuples/check/openapi | Check a relation tuple |
12
- | [**post_check_mirror_status**](ReadApi.md#post_check_mirror_status) | **POST** /relation-tuples/check | Check a relation tuple |
7
+ | [**get_check**](ReadApi.md#get_check) | **GET** /relation-tuples/check/openapi | # Check a relation tuple |
8
+ | [**get_check_mirror_status**](ReadApi.md#get_check_mirror_status) | **GET** /relation-tuples/check | # Check a relation tuple |
9
+ | [**get_expand**](ReadApi.md#get_expand) | **GET** /relation-tuples/expand | # Expand a Relation Tuple |
10
+ | [**get_relation_tuples**](ReadApi.md#get_relation_tuples) | **GET** /relation-tuples | # Query relation tuples |
11
+ | [**post_check**](ReadApi.md#post_check) | **POST** /relation-tuples/check/openapi | # Check a relation tuple |
12
+ | [**post_check_mirror_status**](ReadApi.md#post_check_mirror_status) | **POST** /relation-tuples/check | # Check a relation tuple |
13
13
 
14
14
 
15
15
  ## get_check
16
16
 
17
17
  > <GetCheckResponse> get_check(opts)
18
18
 
19
- Check a relation tuple
19
+ # Check a relation tuple
20
20
 
21
21
  To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
22
22
 
@@ -44,7 +44,7 @@ opts = {
44
44
  }
45
45
 
46
46
  begin
47
- # Check a relation tuple
47
+ # # Check a relation tuple
48
48
  result = api_instance.get_check(opts)
49
49
  p result
50
50
  rescue OryClient::ApiError => e
@@ -60,7 +60,7 @@ This returns an Array which contains the response data, status code and headers.
60
60
 
61
61
  ```ruby
62
62
  begin
63
- # Check a relation tuple
63
+ # # Check a relation tuple
64
64
  data, status_code, headers = api_instance.get_check_with_http_info(opts)
65
65
  p status_code # => 2xx
66
66
  p headers # => { ... }
@@ -101,7 +101,7 @@ end
101
101
 
102
102
  > <GetCheckResponse> get_check_mirror_status
103
103
 
104
- Check a relation tuple
104
+ # Check a relation tuple
105
105
 
106
106
  To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
107
107
 
@@ -119,7 +119,7 @@ end
119
119
  api_instance = OryClient::ReadApi.new
120
120
 
121
121
  begin
122
- # Check a relation tuple
122
+ # # Check a relation tuple
123
123
  result = api_instance.get_check_mirror_status
124
124
  p result
125
125
  rescue OryClient::ApiError => e
@@ -135,7 +135,7 @@ This returns an Array which contains the response data, status code and headers.
135
135
 
136
136
  ```ruby
137
137
  begin
138
- # Check a relation tuple
138
+ # # Check a relation tuple
139
139
  data, status_code, headers = api_instance.get_check_mirror_status_with_http_info
140
140
  p status_code # => 2xx
141
141
  p headers # => { ... }
@@ -167,7 +167,7 @@ This endpoint does not need any parameter.
167
167
 
168
168
  > <ExpandTree> get_expand(namespace, object, relation, opts)
169
169
 
170
- Expand a Relation Tuple
170
+ # Expand a Relation Tuple
171
171
 
172
172
  Use this endpoint to expand a relation tuple.
173
173
 
@@ -191,7 +191,7 @@ opts = {
191
191
  }
192
192
 
193
193
  begin
194
- # Expand a Relation Tuple
194
+ # # Expand a Relation Tuple
195
195
  result = api_instance.get_expand(namespace, object, relation, opts)
196
196
  p result
197
197
  rescue OryClient::ApiError => e
@@ -207,7 +207,7 @@ This returns an Array which contains the response data, status code and headers.
207
207
 
208
208
  ```ruby
209
209
  begin
210
- # Expand a Relation Tuple
210
+ # # Expand a Relation Tuple
211
211
  data, status_code, headers = api_instance.get_expand_with_http_info(namespace, object, relation, opts)
212
212
  p status_code # => 2xx
213
213
  p headers # => { ... }
@@ -244,7 +244,7 @@ end
244
244
 
245
245
  > <GetRelationTuplesResponse> get_relation_tuples(opts)
246
246
 
247
- Query relation tuples
247
+ # Query relation tuples
248
248
 
249
249
  Get all relation tuples that match the query. Only the namespace field is required.
250
250
 
@@ -273,7 +273,7 @@ opts = {
273
273
  }
274
274
 
275
275
  begin
276
- # Query relation tuples
276
+ # # Query relation tuples
277
277
  result = api_instance.get_relation_tuples(opts)
278
278
  p result
279
279
  rescue OryClient::ApiError => e
@@ -289,7 +289,7 @@ This returns an Array which contains the response data, status code and headers.
289
289
 
290
290
  ```ruby
291
291
  begin
292
- # Query relation tuples
292
+ # # Query relation tuples
293
293
  data, status_code, headers = api_instance.get_relation_tuples_with_http_info(opts)
294
294
  p status_code # => 2xx
295
295
  p headers # => { ... }
@@ -331,7 +331,7 @@ end
331
331
 
332
332
  > <GetCheckResponse> post_check(opts)
333
333
 
334
- Check a relation tuple
334
+ # Check a relation tuple
335
335
 
336
336
  To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
337
337
 
@@ -353,7 +353,7 @@ opts = {
353
353
  }
354
354
 
355
355
  begin
356
- # Check a relation tuple
356
+ # # Check a relation tuple
357
357
  result = api_instance.post_check(opts)
358
358
  p result
359
359
  rescue OryClient::ApiError => e
@@ -369,7 +369,7 @@ This returns an Array which contains the response data, status code and headers.
369
369
 
370
370
  ```ruby
371
371
  begin
372
- # Check a relation tuple
372
+ # # Check a relation tuple
373
373
  data, status_code, headers = api_instance.post_check_with_http_info(opts)
374
374
  p status_code # => 2xx
375
375
  p headers # => { ... }
@@ -404,7 +404,7 @@ end
404
404
 
405
405
  > <GetCheckResponse> post_check_mirror_status
406
406
 
407
- Check a relation tuple
407
+ # Check a relation tuple
408
408
 
409
409
  To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
410
410
 
@@ -422,7 +422,7 @@ end
422
422
  api_instance = OryClient::ReadApi.new
423
423
 
424
424
  begin
425
- # Check a relation tuple
425
+ # # Check a relation tuple
426
426
  result = api_instance.post_check_mirror_status
427
427
  p result
428
428
  rescue OryClient::ApiError => e
@@ -438,7 +438,7 @@ This returns an Array which contains the response data, status code and headers.
438
438
 
439
439
  ```ruby
440
440
  begin
441
- # Check a relation tuple
441
+ # # Check a relation tuple
442
442
  data, status_code, headers = api_instance.post_check_mirror_status_with_http_info
443
443
  p status_code # => 2xx
444
444
  p headers # => { ... }
@@ -4,10 +4,10 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **namespace** | **String** | Namespace of the Relation Tuple | [optional] |
8
- | **object** | **String** | Object of the Relation Tuple | [optional] |
9
- | **relation** | **String** | Relation of the Relation Tuple | [optional] |
10
- | **subject_id** | **String** | SubjectID of the Relation Tuple Either SubjectSet or SubjectID can be provided. | [optional] |
7
+ | **namespace** | **String** | Namespace to query | [optional] |
8
+ | **object** | **String** | Object to query | [optional] |
9
+ | **relation** | **String** | Relation to query | [optional] |
10
+ | **subject_id** | **String** | SubjectID to query Either SubjectSet or SubjectID can be provided. | [optional] |
11
11
  | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] |
12
12
 
13
13
  ## Example
@@ -1,4 +1,4 @@
1
- # OryClient::InternalRelationTuple
1
+ # OryClient::RelationTuple
2
2
 
3
3
  ## Properties
4
4
 
@@ -7,7 +7,7 @@
7
7
  | **namespace** | **String** | Namespace of the Relation Tuple | |
8
8
  | **object** | **String** | Object of the Relation Tuple | |
9
9
  | **relation** | **String** | Relation of the Relation Tuple | |
10
- | **subject_id** | **String** | SubjectID of the Relation Tuple Either SubjectSet or SubjectID are required. | [optional] |
10
+ | **subject_id** | **String** | SubjectID of the Relation Tuple Either SubjectSet or SubjectID can be provided. | [optional] |
11
11
  | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] |
12
12
 
13
13
  ## Example
@@ -15,7 +15,7 @@
15
15
  ```ruby
16
16
  require 'ory-client'
17
17
 
18
- instance = OryClient::InternalRelationTuple.new(
18
+ instance = OryClient::RelationTuple.new(
19
19
  namespace: null,
20
20
  object: null,
21
21
  relation: null,
data/docs/WriteApi.md CHANGED
@@ -4,16 +4,16 @@ All URIs are relative to *https://playground.projects.oryapis.com*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
- | [**create_relation_tuple**](WriteApi.md#create_relation_tuple) | **PUT** /admin/relation-tuples | Create a Relation Tuple |
8
- | [**delete_relation_tuples**](WriteApi.md#delete_relation_tuples) | **DELETE** /admin/relation-tuples | Delete Relation Tuples |
9
- | [**patch_relation_tuples**](WriteApi.md#patch_relation_tuples) | **PATCH** /admin/relation-tuples | Patch Multiple Relation Tuples |
7
+ | [**create_relation_tuple**](WriteApi.md#create_relation_tuple) | **PUT** /admin/relation-tuples | # Create a Relation Tuple |
8
+ | [**delete_relation_tuples**](WriteApi.md#delete_relation_tuples) | **DELETE** /admin/relation-tuples | # Delete Relation Tuples |
9
+ | [**patch_relation_tuples**](WriteApi.md#patch_relation_tuples) | **PATCH** /admin/relation-tuples | # Patch Multiple Relation Tuples |
10
10
 
11
11
 
12
12
  ## create_relation_tuple
13
13
 
14
14
  > <RelationQuery> create_relation_tuple(opts)
15
15
 
16
- Create a Relation Tuple
16
+ # Create a Relation Tuple
17
17
 
18
18
  Use this endpoint to create a relation tuple.
19
19
 
@@ -34,7 +34,7 @@ opts = {
34
34
  }
35
35
 
36
36
  begin
37
- # Create a Relation Tuple
37
+ # # Create a Relation Tuple
38
38
  result = api_instance.create_relation_tuple(opts)
39
39
  p result
40
40
  rescue OryClient::ApiError => e
@@ -50,7 +50,7 @@ This returns an Array which contains the response data, status code and headers.
50
50
 
51
51
  ```ruby
52
52
  begin
53
- # Create a Relation Tuple
53
+ # # Create a Relation Tuple
54
54
  data, status_code, headers = api_instance.create_relation_tuple_with_http_info(opts)
55
55
  p status_code # => 2xx
56
56
  p headers # => { ... }
@@ -84,7 +84,7 @@ end
84
84
 
85
85
  > delete_relation_tuples(opts)
86
86
 
87
- Delete Relation Tuples
87
+ # Delete Relation Tuples
88
88
 
89
89
  Use this endpoint to delete relation tuples
90
90
 
@@ -111,7 +111,7 @@ opts = {
111
111
  }
112
112
 
113
113
  begin
114
- # Delete Relation Tuples
114
+ # # Delete Relation Tuples
115
115
  api_instance.delete_relation_tuples(opts)
116
116
  rescue OryClient::ApiError => e
117
117
  puts "Error when calling WriteApi->delete_relation_tuples: #{e}"
@@ -126,7 +126,7 @@ This returns an Array which contains the response data (`nil` in this case), sta
126
126
 
127
127
  ```ruby
128
128
  begin
129
- # Delete Relation Tuples
129
+ # # Delete Relation Tuples
130
130
  data, status_code, headers = api_instance.delete_relation_tuples_with_http_info(opts)
131
131
  p status_code # => 2xx
132
132
  p headers # => { ... }
@@ -166,7 +166,7 @@ nil (empty response body)
166
166
 
167
167
  > patch_relation_tuples(opts)
168
168
 
169
- Patch Multiple Relation Tuples
169
+ # Patch Multiple Relation Tuples
170
170
 
171
171
  Use this endpoint to patch one or more relation tuples.
172
172
 
@@ -187,7 +187,7 @@ opts = {
187
187
  }
188
188
 
189
189
  begin
190
- # Patch Multiple Relation Tuples
190
+ # # Patch Multiple Relation Tuples
191
191
  api_instance.patch_relation_tuples(opts)
192
192
  rescue OryClient::ApiError => e
193
193
  puts "Error when calling WriteApi->patch_relation_tuples: #{e}"
@@ -202,7 +202,7 @@ This returns an Array which contains the response data (`nil` in this case), sta
202
202
 
203
203
  ```ruby
204
204
  begin
205
- # Patch Multiple Relation Tuples
205
+ # # Patch Multiple Relation Tuples
206
206
  data, status_code, headers = api_instance.patch_relation_tuples_with_http_info(opts)
207
207
  p status_code # => 2xx
208
208
  p headers # => { ... }
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.2.0-alpha.25
6
+ The version of the OpenAPI document: v0.2.0-alpha.26
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.2.0-alpha.25
6
+ The version of the OpenAPI document: v0.2.0-alpha.26
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.2.0-alpha.25
6
+ The version of the OpenAPI document: v0.2.0-alpha.26
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -19,7 +19,7 @@ module OryClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # Check a relation tuple
22
+ # # Check a relation tuple
23
23
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :namespace Namespace of the Relation Tuple
@@ -36,7 +36,7 @@ module OryClient
36
36
  data
37
37
  end
38
38
 
39
- # Check a relation tuple
39
+ # # Check a relation tuple
40
40
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
41
41
  # @param [Hash] opts the optional parameters
42
42
  # @option opts [String] :namespace Namespace of the Relation Tuple
@@ -100,7 +100,7 @@ module OryClient
100
100
  return data, status_code, headers
101
101
  end
102
102
 
103
- # Check a relation tuple
103
+ # # Check a relation tuple
104
104
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
105
105
  # @param [Hash] opts the optional parameters
106
106
  # @return [GetCheckResponse]
@@ -109,7 +109,7 @@ module OryClient
109
109
  data
110
110
  end
111
111
 
112
- # Check a relation tuple
112
+ # # Check a relation tuple
113
113
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
114
114
  # @param [Hash] opts the optional parameters
115
115
  # @return [Array<(GetCheckResponse, Integer, Hash)>] GetCheckResponse data, response status code and response headers
@@ -157,7 +157,7 @@ module OryClient
157
157
  return data, status_code, headers
158
158
  end
159
159
 
160
- # Expand a Relation Tuple
160
+ # # Expand a Relation Tuple
161
161
  # Use this endpoint to expand a relation tuple.
162
162
  # @param namespace [String] Namespace of the Subject Set
163
163
  # @param object [String] Object of the Subject Set
@@ -170,7 +170,7 @@ module OryClient
170
170
  data
171
171
  end
172
172
 
173
- # Expand a Relation Tuple
173
+ # # Expand a Relation Tuple
174
174
  # Use this endpoint to expand a relation tuple.
175
175
  # @param namespace [String] Namespace of the Subject Set
176
176
  # @param object [String] Object of the Subject Set
@@ -238,7 +238,7 @@ module OryClient
238
238
  return data, status_code, headers
239
239
  end
240
240
 
241
- # Query relation tuples
241
+ # # Query relation tuples
242
242
  # Get all relation tuples that match the query. Only the namespace field is required.
243
243
  # @param [Hash] opts the optional parameters
244
244
  # @option opts [String] :page_token
@@ -256,7 +256,7 @@ module OryClient
256
256
  data
257
257
  end
258
258
 
259
- # Query relation tuples
259
+ # # Query relation tuples
260
260
  # Get all relation tuples that match the query. Only the namespace field is required.
261
261
  # @param [Hash] opts the optional parameters
262
262
  # @option opts [String] :page_token
@@ -322,7 +322,7 @@ module OryClient
322
322
  return data, status_code, headers
323
323
  end
324
324
 
325
- # Check a relation tuple
325
+ # # Check a relation tuple
326
326
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
327
327
  # @param [Hash] opts the optional parameters
328
328
  # @option opts [Integer] :max_depth
@@ -333,7 +333,7 @@ module OryClient
333
333
  data
334
334
  end
335
335
 
336
- # Check a relation tuple
336
+ # # Check a relation tuple
337
337
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
338
338
  # @param [Hash] opts the optional parameters
339
339
  # @option opts [Integer] :max_depth
@@ -389,7 +389,7 @@ module OryClient
389
389
  return data, status_code, headers
390
390
  end
391
391
 
392
- # Check a relation tuple
392
+ # # Check a relation tuple
393
393
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
394
394
  # @param [Hash] opts the optional parameters
395
395
  # @return [GetCheckResponse]
@@ -398,7 +398,7 @@ module OryClient
398
398
  data
399
399
  end
400
400
 
401
- # Check a relation tuple
401
+ # # Check a relation tuple
402
402
  # To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).
403
403
  # @param [Hash] opts the optional parameters
404
404
  # @return [Array<(GetCheckResponse, Integer, Hash)>] GetCheckResponse data, response status code and response headers
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.2.0-alpha.25
6
+ The version of the OpenAPI document: v0.2.0-alpha.26
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.2.0-alpha.25
6
+ The version of the OpenAPI document: v0.2.0-alpha.26
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -19,7 +19,7 @@ module OryClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # Create a Relation Tuple
22
+ # # Create a Relation Tuple
23
23
  # Use this endpoint to create a relation tuple.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [RelationQuery] :relation_query
@@ -29,7 +29,7 @@ module OryClient
29
29
  data
30
30
  end
31
31
 
32
- # Create a Relation Tuple
32
+ # # Create a Relation Tuple
33
33
  # Use this endpoint to create a relation tuple.
34
34
  # @param [Hash] opts the optional parameters
35
35
  # @option opts [RelationQuery] :relation_query
@@ -83,7 +83,7 @@ module OryClient
83
83
  return data, status_code, headers
84
84
  end
85
85
 
86
- # Delete Relation Tuples
86
+ # # Delete Relation Tuples
87
87
  # Use this endpoint to delete relation tuples
88
88
  # @param [Hash] opts the optional parameters
89
89
  # @option opts [String] :namespace Namespace of the Relation Tuple
@@ -99,7 +99,7 @@ module OryClient
99
99
  nil
100
100
  end
101
101
 
102
- # Delete Relation Tuples
102
+ # # Delete Relation Tuples
103
103
  # Use this endpoint to delete relation tuples
104
104
  # @param [Hash] opts the optional parameters
105
105
  # @option opts [String] :namespace Namespace of the Relation Tuple
@@ -161,7 +161,7 @@ module OryClient
161
161
  return data, status_code, headers
162
162
  end
163
163
 
164
- # Patch Multiple Relation Tuples
164
+ # # Patch Multiple Relation Tuples
165
165
  # Use this endpoint to patch one or more relation tuples.
166
166
  # @param [Hash] opts the optional parameters
167
167
  # @option opts [Array<PatchDelta>] :patch_delta
@@ -171,7 +171,7 @@ module OryClient
171
171
  nil
172
172
  end
173
173
 
174
- # Patch Multiple Relation Tuples
174
+ # # Patch Multiple Relation Tuples
175
175
  # Use this endpoint to patch one or more relation tuples.
176
176
  # @param [Hash] opts the optional parameters
177
177
  # @option opts [Array<PatchDelta>] :patch_delta
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
5
 
6
- The version of the OpenAPI document: v0.2.0-alpha.25
6
+ The version of the OpenAPI document: v0.2.0-alpha.26
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1