ory-client 1.2.7__py3-none-any.whl → 1.2.8__py3-none-any.whl

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 (270) hide show
  1. ory_client/__init__.py +2 -2
  2. ory_client/api/courier_api.py +1 -1
  3. ory_client/api/frontend_api.py +1 -1
  4. ory_client/api/identity_api.py +1 -1
  5. ory_client/api/jwk_api.py +1 -1
  6. ory_client/api/metadata_api.py +1 -1
  7. ory_client/api/o_auth2_api.py +1 -1
  8. ory_client/api/oidc_api.py +1 -1
  9. ory_client/api/permission_api.py +1 -1
  10. ory_client/api/project_api.py +1 -1
  11. ory_client/api/relationship_api.py +1 -1
  12. ory_client/api/wellknown_api.py +1 -1
  13. ory_client/api_client.py +2 -2
  14. ory_client/configuration.py +3 -3
  15. ory_client/exceptions.py +1 -1
  16. ory_client/model/accept_o_auth2_consent_request.py +1 -1
  17. ory_client/model/accept_o_auth2_consent_request_session.py +1 -1
  18. ory_client/model/accept_o_auth2_login_request.py +1 -1
  19. ory_client/model/active_project_in_console.py +1 -1
  20. ory_client/model/authenticator_assurance_level.py +1 -1
  21. ory_client/model/batch_patch_identities_response.py +1 -1
  22. ory_client/model/check_opl_syntax_result.py +1 -1
  23. ory_client/model/check_permission_result.py +1 -1
  24. ory_client/model/cloud_account.py +1 -1
  25. ory_client/model/continue_with.py +1 -1
  26. ory_client/model/continue_with_set_ory_session_token.py +1 -1
  27. ory_client/model/continue_with_verification_ui.py +1 -1
  28. ory_client/model/continue_with_verification_ui_flow.py +1 -1
  29. ory_client/model/cors.py +1 -1
  30. ory_client/model/courier_message_status.py +1 -1
  31. ory_client/model/courier_message_type.py +1 -1
  32. ory_client/model/create_custom_domain_body.py +1 -1
  33. ory_client/model/create_identity_body.py +1 -1
  34. ory_client/model/create_invite_response.py +1 -1
  35. ory_client/model/create_json_web_key_set.py +1 -1
  36. ory_client/model/create_project_api_key_request.py +1 -1
  37. ory_client/model/create_project_body.py +1 -1
  38. ory_client/model/create_project_branding.py +1 -1
  39. ory_client/model/create_project_member_invite_body.py +1 -1
  40. ory_client/model/create_project_member_invite_response.py +1 -1
  41. ory_client/model/create_recovery_code_for_identity_body.py +1 -1
  42. ory_client/model/create_recovery_link_for_identity_body.py +1 -1
  43. ory_client/model/create_relationship_body.py +1 -1
  44. ory_client/model/create_subscription_body.py +1 -1
  45. ory_client/model/create_verifiable_credential_request_body.py +1 -1
  46. ory_client/model/credential_supported_draft00.py +1 -1
  47. ory_client/model/custom_domain.py +1 -1
  48. ory_client/model/delete_my_sessions_count.py +1 -1
  49. ory_client/model/email_template_data.py +1 -1
  50. ory_client/model/email_template_data_body.py +1 -1
  51. ory_client/model/error_authenticator_assurance_level_not_satisfied.py +1 -1
  52. ory_client/model/error_browser_location_change_required.py +1 -1
  53. ory_client/model/error_flow_replaced.py +1 -1
  54. ory_client/model/error_generic.py +1 -1
  55. ory_client/model/error_o_auth2.py +1 -1
  56. ory_client/model/expanded_permission_tree.py +1 -1
  57. ory_client/model/flow_error.py +1 -1
  58. ory_client/model/generic_error.py +1 -1
  59. ory_client/model/generic_error_content.py +1 -1
  60. ory_client/model/generic_usage.py +1 -1
  61. ory_client/model/get_managed_identity_schema_location.py +1 -1
  62. ory_client/model/get_project_metrics_response.py +1 -1
  63. ory_client/model/get_version200_response.py +1 -1
  64. ory_client/model/health_not_ready_status.py +1 -1
  65. ory_client/model/health_status.py +1 -1
  66. ory_client/model/identity.py +1 -1
  67. ory_client/model/identity_credentials.py +1 -1
  68. ory_client/model/identity_credentials_code.py +1 -1
  69. ory_client/model/identity_credentials_oidc.py +1 -1
  70. ory_client/model/identity_credentials_oidc_provider.py +1 -1
  71. ory_client/model/identity_credentials_password.py +1 -1
  72. ory_client/model/identity_credentials_type.py +1 -1
  73. ory_client/model/identity_patch.py +1 -1
  74. ory_client/model/identity_patch_response.py +1 -1
  75. ory_client/model/identity_schema_container.py +1 -1
  76. ory_client/model/identity_schema_preset.py +1 -1
  77. ory_client/model/identity_schema_presets.py +1 -1
  78. ory_client/model/identity_schemas.py +1 -1
  79. ory_client/model/identity_state.py +1 -1
  80. ory_client/model/identity_with_credentials.py +1 -1
  81. ory_client/model/identity_with_credentials_oidc.py +1 -1
  82. ory_client/model/identity_with_credentials_oidc_config.py +1 -1
  83. ory_client/model/identity_with_credentials_oidc_config_provider.py +1 -1
  84. ory_client/model/identity_with_credentials_password.py +1 -1
  85. ory_client/model/identity_with_credentials_password_config.py +1 -1
  86. ory_client/model/internal_get_project_branding_body.py +1 -1
  87. ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
  88. ory_client/model/internal_is_owner_for_project_by_slug_body.py +1 -1
  89. ory_client/model/internal_is_owner_for_project_by_slug_response.py +1 -1
  90. ory_client/model/internal_provision_mock_subscription.py +1 -1
  91. ory_client/model/introspected_o_auth2_token.py +1 -1
  92. ory_client/model/is_owner_for_project_by_slug.py +1 -1
  93. ory_client/model/is_ready200_response.py +1 -1
  94. ory_client/model/is_ready503_response.py +1 -1
  95. ory_client/model/json_patch.py +1 -1
  96. ory_client/model/json_patch_document.py +1 -1
  97. ory_client/model/json_web_key.py +1 -1
  98. ory_client/model/json_web_key_set.py +1 -1
  99. ory_client/model/keto_namespace.py +1 -1
  100. ory_client/model/keto_namespaces.py +1 -1
  101. ory_client/model/list_custom_domains.py +1 -1
  102. ory_client/model/login_flow.py +1 -1
  103. ory_client/model/login_flow_state.py +1 -1
  104. ory_client/model/logout_flow.py +1 -1
  105. ory_client/model/managed_identity_schema.py +1 -1
  106. ory_client/model/managed_identity_schema_validation_result.py +1 -1
  107. ory_client/model/managed_identity_schemas.py +1 -1
  108. ory_client/model/member_invite.py +1 -1
  109. ory_client/model/member_invites.py +1 -1
  110. ory_client/model/message.py +1 -1
  111. ory_client/model/message_dispatch.py +1 -1
  112. ory_client/model/metrics_datapoint.py +1 -1
  113. ory_client/model/namespace.py +1 -1
  114. ory_client/model/needs_privileged_session_error.py +1 -1
  115. ory_client/model/normalized_project.py +1 -1
  116. ory_client/model/normalized_project_revision.py +1 -1
  117. ory_client/model/normalized_project_revision_hook.py +1 -1
  118. ory_client/model/normalized_project_revision_identity_schema.py +1 -1
  119. ory_client/model/normalized_project_revision_identity_schemas.py +1 -1
  120. ory_client/model/normalized_project_revision_third_party_provider.py +1 -1
  121. ory_client/model/normalized_project_revision_tokenizer_template.py +1 -1
  122. ory_client/model/normalized_project_revision_tokenizer_templates.py +1 -1
  123. ory_client/model/normalized_projects.py +1 -1
  124. ory_client/model/null_duration.py +1 -1
  125. ory_client/model/o_auth2_client.py +1 -1
  126. ory_client/model/o_auth2_client_token_lifespans.py +1 -1
  127. ory_client/model/o_auth2_consent_request.py +1 -1
  128. ory_client/model/o_auth2_consent_request_open_id_connect_context.py +1 -1
  129. ory_client/model/o_auth2_consent_session.py +1 -1
  130. ory_client/model/o_auth2_consent_session_expires_at.py +1 -1
  131. ory_client/model/o_auth2_consent_sessions.py +1 -1
  132. ory_client/model/o_auth2_login_request.py +1 -1
  133. ory_client/model/o_auth2_logout_request.py +1 -1
  134. ory_client/model/o_auth2_redirect_to.py +1 -1
  135. ory_client/model/o_auth2_token_exchange.py +1 -1
  136. ory_client/model/oidc_configuration.py +1 -1
  137. ory_client/model/oidc_user_info.py +1 -1
  138. ory_client/model/pagination.py +1 -1
  139. ory_client/model/pagination_headers.py +1 -1
  140. ory_client/model/parse_error.py +1 -1
  141. ory_client/model/patch_identities_body.py +1 -1
  142. ory_client/model/perform_native_logout_body.py +1 -1
  143. ory_client/model/permissions_on_project.py +1 -1
  144. ory_client/model/plan.py +1 -1
  145. ory_client/model/plan_details.py +1 -1
  146. ory_client/model/plans.py +1 -1
  147. ory_client/model/post_check_permission_body.py +1 -1
  148. ory_client/model/post_check_permission_or_error_body.py +1 -1
  149. ory_client/model/pricing.py +1 -1
  150. ory_client/model/project.py +1 -1
  151. ory_client/model/project_api_key.py +1 -1
  152. ory_client/model/project_api_keys.py +1 -1
  153. ory_client/model/project_branding.py +1 -1
  154. ory_client/model/project_branding_colors.py +1 -1
  155. ory_client/model/project_branding_theme.py +1 -1
  156. ory_client/model/project_branding_themes.py +1 -1
  157. ory_client/model/project_host.py +1 -1
  158. ory_client/model/project_member.py +1 -1
  159. ory_client/model/project_members.py +1 -1
  160. ory_client/model/project_metadata.py +1 -1
  161. ory_client/model/project_metadata_list.py +1 -1
  162. ory_client/model/project_revision_hooks.py +1 -1
  163. ory_client/model/project_revision_identity_schemas.py +1 -1
  164. ory_client/model/project_revision_third_party_login_providers.py +1 -1
  165. ory_client/model/project_revisions.py +1 -1
  166. ory_client/model/project_service_identity.py +1 -1
  167. ory_client/model/project_service_o_auth2.py +1 -1
  168. ory_client/model/project_service_permission.py +1 -1
  169. ory_client/model/project_services.py +1 -1
  170. ory_client/model/projects.py +1 -1
  171. ory_client/model/quota_usage.py +1 -1
  172. ory_client/model/recovery_code_for_identity.py +1 -1
  173. ory_client/model/recovery_flow.py +1 -1
  174. ory_client/model/recovery_flow_state.py +1 -1
  175. ory_client/model/recovery_identity_address.py +1 -1
  176. ory_client/model/recovery_link_for_identity.py +1 -1
  177. ory_client/model/registration_flow.py +1 -1
  178. ory_client/model/registration_flow_state.py +1 -1
  179. ory_client/model/reject_o_auth2_request.py +1 -1
  180. ory_client/model/relation_query.py +1 -1
  181. ory_client/model/relationship.py +1 -1
  182. ory_client/model/relationship_namespaces.py +1 -1
  183. ory_client/model/relationship_patch.py +1 -1
  184. ory_client/model/relationships.py +1 -1
  185. ory_client/model/rfc6749_error_json.py +1 -1
  186. ory_client/model/schema_patch.py +1 -1
  187. ory_client/model/self_service_flow_expired_error.py +1 -1
  188. ory_client/model/session.py +1 -1
  189. ory_client/model/session_authentication_method.py +1 -1
  190. ory_client/model/session_authentication_methods.py +1 -1
  191. ory_client/model/session_device.py +1 -1
  192. ory_client/model/set_active_project_in_console_body.py +1 -1
  193. ory_client/model/set_custom_domain_body.py +1 -1
  194. ory_client/model/set_project.py +1 -1
  195. ory_client/model/set_project_branding_theme_body.py +1 -1
  196. ory_client/model/settings_flow.py +1 -1
  197. ory_client/model/settings_flow_state.py +1 -1
  198. ory_client/model/source_position.py +1 -1
  199. ory_client/model/string_slice_json_format.py +1 -1
  200. ory_client/model/stripe_customer.py +1 -1
  201. ory_client/model/subject_set.py +1 -1
  202. ory_client/model/subscription.py +1 -1
  203. ory_client/model/successful_code_exchange_response.py +1 -1
  204. ory_client/model/successful_native_login.py +1 -1
  205. ory_client/model/successful_native_registration.py +1 -1
  206. ory_client/model/successful_project_update.py +1 -1
  207. ory_client/model/token_pagination.py +1 -1
  208. ory_client/model/token_pagination_headers.py +1 -1
  209. ory_client/model/token_pagination_request_parameters.py +1 -1
  210. ory_client/model/token_pagination_response_headers.py +1 -1
  211. ory_client/model/trust_o_auth2_jwt_grant_issuer.py +1 -1
  212. ory_client/model/trusted_o_auth2_jwt_grant_issuer.py +1 -1
  213. ory_client/model/trusted_o_auth2_jwt_grant_issuers.py +1 -1
  214. ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
  215. ory_client/model/ui_container.py +1 -1
  216. ory_client/model/ui_node.py +1 -1
  217. ory_client/model/ui_node_anchor_attributes.py +1 -1
  218. ory_client/model/ui_node_attributes.py +1 -1
  219. ory_client/model/ui_node_image_attributes.py +1 -1
  220. ory_client/model/ui_node_input_attributes.py +1 -1
  221. ory_client/model/ui_node_meta.py +1 -1
  222. ory_client/model/ui_node_script_attributes.py +1 -1
  223. ory_client/model/ui_node_text_attributes.py +1 -1
  224. ory_client/model/ui_nodes.py +1 -1
  225. ory_client/model/ui_text.py +1 -1
  226. ory_client/model/ui_texts.py +1 -1
  227. ory_client/model/update_identity_body.py +1 -1
  228. ory_client/model/update_login_flow_body.py +1 -1
  229. ory_client/model/update_login_flow_with_code_method.py +1 -1
  230. ory_client/model/update_login_flow_with_lookup_secret_method.py +1 -1
  231. ory_client/model/update_login_flow_with_oidc_method.py +1 -1
  232. ory_client/model/update_login_flow_with_password_method.py +1 -1
  233. ory_client/model/update_login_flow_with_totp_method.py +1 -1
  234. ory_client/model/update_login_flow_with_web_authn_method.py +1 -1
  235. ory_client/model/update_recovery_flow_body.py +1 -1
  236. ory_client/model/update_recovery_flow_with_code_method.py +1 -1
  237. ory_client/model/update_recovery_flow_with_link_method.py +1 -1
  238. ory_client/model/update_registration_flow_body.py +1 -1
  239. ory_client/model/update_registration_flow_with_code_method.py +1 -1
  240. ory_client/model/update_registration_flow_with_oidc_method.py +1 -1
  241. ory_client/model/update_registration_flow_with_password_method.py +1 -1
  242. ory_client/model/update_registration_flow_with_web_authn_method.py +1 -1
  243. ory_client/model/update_settings_flow_body.py +1 -1
  244. ory_client/model/update_settings_flow_with_lookup_method.py +1 -1
  245. ory_client/model/update_settings_flow_with_oidc_method.py +1 -1
  246. ory_client/model/update_settings_flow_with_password_method.py +1 -1
  247. ory_client/model/update_settings_flow_with_profile_method.py +1 -1
  248. ory_client/model/update_settings_flow_with_totp_method.py +1 -1
  249. ory_client/model/update_settings_flow_with_web_authn_method.py +1 -1
  250. ory_client/model/update_subscription_body.py +1 -1
  251. ory_client/model/update_verification_flow_body.py +1 -1
  252. ory_client/model/update_verification_flow_with_code_method.py +1 -1
  253. ory_client/model/update_verification_flow_with_link_method.py +1 -1
  254. ory_client/model/usage.py +1 -1
  255. ory_client/model/verifiable_credential_priming_response.py +1 -1
  256. ory_client/model/verifiable_credential_proof.py +1 -1
  257. ory_client/model/verifiable_credential_response.py +1 -1
  258. ory_client/model/verifiable_identity_address.py +1 -1
  259. ory_client/model/verification_flow.py +1 -1
  260. ory_client/model/verification_flow_state.py +1 -1
  261. ory_client/model/version.py +1 -1
  262. ory_client/model/warning.py +1 -1
  263. ory_client/model_utils.py +1 -1
  264. ory_client/rest.py +1 -1
  265. {ory_client-1.2.7.dist-info → ory_client-1.2.8.dist-info}/METADATA +1 -1
  266. ory_client-1.2.8.dist-info/RECORD +273 -0
  267. ory_client-1.2.7.dist-info/RECORD +0 -273
  268. {ory_client-1.2.7.dist-info → ory_client-1.2.8.dist-info}/LICENSE +0 -0
  269. {ory_client-1.2.7.dist-info → ory_client-1.2.8.dist-info}/WHEEL +0 -0
  270. {ory_client-1.2.7.dist-info → ory_client-1.2.8.dist-info}/top_level.txt +0 -0
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
ory_client/model/usage.py CHANGED
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
ory_client/model_utils.py CHANGED
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
ory_client/rest.py CHANGED
@@ -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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.2.7
6
+ The version of the OpenAPI document: v1.2.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ory-client
3
- Version: 1.2.7
3
+ Version: 1.2.8
4
4
  Summary: Ory APIs
5
5
  Home-page: https://github.com/ory/sdk
6
6
  Author: API Support
@@ -0,0 +1,273 @@
1
+ ory_client/__init__.py,sha256=_K9OYNj8iepWpELJJqE3Z9qfeGcnAcuq7wGAInt_A6E,835
2
+ ory_client/api_client.py,sha256=kkLccgCSDq72w1MKk8LdTGCI46l6M1haNlG8ONKcz58,39202
3
+ ory_client/configuration.py,sha256=55UHpgAnXaJEsv14DPr0rpXZ3ilYHvuCSbAHC6EdL68,18031
4
+ ory_client/exceptions.py,sha256=VTeSRKzIJ8pcOUMUD3Tg5tIO5ugKp7k3VuQRwRFD1Is,5198
5
+ ory_client/model_utils.py,sha256=Lmy59_5uBm02G3pk9YVOBGbELP1g84LZNtQ8xvHIufw,82704
6
+ ory_client/rest.py,sha256=zQeOWr43TKv4w5Z-3bqkERiJmk1WjhtbbUPypRLD2-U,14398
7
+ ory_client/api/__init__.py,sha256=12hWrV4_IfXYXtRdNa9waLgyCPhEDgo5GDdy3dJgCJA,214
8
+ ory_client/api/courier_api.py,sha256=8oA_3kldiB9i4L9hI3dNbZ8m9EwAsO6aHTN14bYG-TE,12519
9
+ ory_client/api/frontend_api.py,sha256=bifdw0xw1WPEIlE-rxyYNyynk40UhM3WTJ9vI0WSACo,206204
10
+ ory_client/api/identity_api.py,sha256=zMtMy1kz1F4bK4bf-cFUibi29CE-TKKVyl5-RjWoczQ,105797
11
+ ory_client/api/jwk_api.py,sha256=xSwmvR5KQZ9bpogaDlaMdzGXutz_Ua9iodWoeNNrSfs,40790
12
+ ory_client/api/metadata_api.py,sha256=h1n3fXMN6vMHKIgJvUCWe6OUw0gNmbDTRRMmRODd7dw,16248
13
+ ory_client/api/o_auth2_api.py,sha256=xn2z7iFFzXopPtNI-nQMLyOo2B7nx_KJze3a3scwcd4,163218
14
+ ory_client/api/oidc_api.py,sha256=1DaOKHWTPp5CrjZIDcM_Ip5rF1eFRvcwieL4WAJEZkA,45439
15
+ ory_client/api/permission_api.py,sha256=PbNKdjO65g358oLnNIOI3F59j-p4OgMXVIZ7FeE668U,32077
16
+ ory_client/api/project_api.py,sha256=NISNsqOsjIviUvf6dgSTY38fKMt1YaDKXynvIOw3D1s,77302
17
+ ory_client/api/relationship_api.py,sha256=6RqvDp0_QVQc_yESKyRd6u3Z99YQdRGMTgMIyUUtVkQ,34599
18
+ ory_client/api/wellknown_api.py,sha256=4Vi9TaYR8OzwwCD_sIaW4Nt-_bdJRdvQWaDDZ7-RToE,5921
19
+ ory_client/apis/__init__.py,sha256=navhP_cq7ga2JlBYiPtEmXrANJvL29Avodr7LnE0l2w,984
20
+ ory_client/model/__init__.py,sha256=hCw5FHQbqau39Fcf9oEv7x0NExbhL4-N5Ih5LGKzEiw,344
21
+ ory_client/model/accept_o_auth2_consent_request.py,sha256=HYh_cnmP14hHO_bVDnXoJWZI6Pp7gyDp189IhcmvE3Y,13971
22
+ ory_client/model/accept_o_auth2_consent_request_session.py,sha256=_TBKQDt9RGNAQGCnL9hax7cOdsnVGGkC3mPIGkhO9QQ,13401
23
+ ory_client/model/accept_o_auth2_login_request.py,sha256=nebxV3p7nP8HNBBy1UOyrQb31au8MgvTAqzh8HQZmCg,18750
24
+ ory_client/model/active_project_in_console.py,sha256=3gIsDOs9Lah1XX5xpi50-6fE9wF7zHWNVFfdhkgjUZY,11650
25
+ ory_client/model/authenticator_assurance_level.py,sha256=__WoJjdFIr2LrAUbmD0DNLdvpBLyxmpYHlOuV9mr6YQ,13840
26
+ ory_client/model/batch_patch_identities_response.py,sha256=5YRsG_pHy1RlyKlg1V6N_zgEp7yCWbFPiW4fOKznor4,11964
27
+ ory_client/model/check_opl_syntax_result.py,sha256=ibg9v4aTwyvZiogo6GtUtudzd5ZdE-9-tB5r0FwgKTc,11792
28
+ ory_client/model/check_permission_result.py,sha256=wT-VIxyAHXaIBCydBxPUraxGKw7aBBrCV8Bldfky7A8,11697
29
+ ory_client/model/cloud_account.py,sha256=wQ6vAmXf6qwIMVb6V3ctO0PIVGsF4CWhaZyJY2S3ZjM,11867
30
+ ory_client/model/continue_with.py,sha256=mJPb6G8KXOf8zSp8_6DhycIVEHt1GkoONY62AD6JvmQ,15551
31
+ ory_client/model/continue_with_set_ory_session_token.py,sha256=LjlvrYPvZjAmOymWGvw2V2mZOwWcyVMdtlEE-sMKj_A,12517
32
+ ory_client/model/continue_with_verification_ui.py,sha256=yhsDWVDRLl4-u584r3vAdPPls0nTzpQUdxzEO5rRhpU,12617
33
+ ory_client/model/continue_with_verification_ui_flow.py,sha256=x9lxRF9H5uc_WjKc5YqPWa-7yiu7ubspwxTKQzTF8oU,12337
34
+ ory_client/model/cors.py,sha256=2qomCo1SBHInDNOgOMuHAPz4bjADuvzyjqsZ1g8WwVU,12255
35
+ ory_client/model/courier_message_status.py,sha256=LoUsU2KX4wMHKj4PIZae4CJWPeUQBuyJNaYM1jWYZKY,12313
36
+ ory_client/model/courier_message_type.py,sha256=KB49CtLufSDNg4Lh2E_eCMoJ7sltLZ19zRHOdd8Od7Q,12189
37
+ ory_client/model/create_custom_domain_body.py,sha256=poWqdk7Ik01l5T7LeeWBkIarFtu2djCwXl9fGosY5Wo,13118
38
+ ory_client/model/create_identity_body.py,sha256=mLJRa071RNzi3PzRAAQ7sI7pwjDOIFu1DECXnmEfWBE,17019
39
+ ory_client/model/create_invite_response.py,sha256=Hozw0_hpAq3jamlFlTkXf1yPolRIZPfPsZ2fFhTngh8,12268
40
+ ory_client/model/create_json_web_key_set.py,sha256=szl87vNtstC0_uTf83kzMqSxJJzjOeX4EyVhT-Zr1Ws,12838
41
+ ory_client/model/create_project_api_key_request.py,sha256=BCkCVKDVXC2C_GOYUYyq7gNEGTKJb-xcu24O4io7SV0,11720
42
+ ory_client/model/create_project_body.py,sha256=JcrdGDHRn4E0XpUw_ODapVyNNgPZ6Bfa3g7r8BRtAIc,11649
43
+ ory_client/model/create_project_branding.py,sha256=qJb3R91XL8vsayaxT9WNDtsu2pGrewBcO-N0laeYmiM,12818
44
+ ory_client/model/create_project_member_invite_body.py,sha256=15nTkJP93Eac4FDDJaf7jAqklrylU_G84gGG58vTXcc,11650
45
+ ory_client/model/create_project_member_invite_response.py,sha256=6du-VRLMFZWW4GSz61NbRgmlmwhgZWOM9B8M7rVkYJQ,11930
46
+ ory_client/model/create_recovery_code_for_identity_body.py,sha256=-vYRFz4tqtlJek-6UA2s0VyBELOV91AQMhdD_HhDX1g,12513
47
+ ory_client/model/create_recovery_link_for_identity_body.py,sha256=1kTayWFqkSOl8Pl2I-iaYVu7K4crtIVGz3m4_Taj23I,12510
48
+ ory_client/model/create_relationship_body.py,sha256=68Ee8kOlB-uUaKplDXV1BngF6bGVtcKQja5T9d1Z-3c,12810
49
+ ory_client/model/create_subscription_body.py,sha256=qNm3nYVShkUGm5cpmy728rijwQNuakWJfE6XFnLACIs,12912
50
+ ory_client/model/create_verifiable_credential_request_body.py,sha256=9b0x4MIEqgNqsXtJN32GNWIPY9_aeI1JNggbSRS0gnw,12261
51
+ ory_client/model/credential_supported_draft00.py,sha256=7XuYEZJBe3CuGNf587JT0t9MPJCQjKt9LPcaIbZNCBU,13492
52
+ ory_client/model/custom_domain.py,sha256=rn5ZQlV3tpM3DFwl8disDnp2MCCH7IAssipbK7ZKYdc,15192
53
+ ory_client/model/delete_my_sessions_count.py,sha256=7rMdfHHFCW6OpAkYMGQbLIxtjjquDmr_FX4ScAEifWY,11634
54
+ ory_client/model/email_template_data.py,sha256=pdnDNCXeEZUFDoVKfEBopwzgu3iUXbCZNNjOxNvZnLA,12057
55
+ ory_client/model/email_template_data_body.py,sha256=qqS3jHb7rXCNyPNtsnDX-ZvJddttHVzdt5tE6DaSOlA,11830
56
+ ory_client/model/error_authenticator_assurance_level_not_satisfied.py,sha256=x4yQF2qBcd_Ia80iMTiyllGwjj3opzXi8QxK7Cur1yo,12160
57
+ ory_client/model/error_browser_location_change_required.py,sha256=op-1qt7N04SJndD591T-gkSohR_4kIvBEpBhUbX-3xE,12130
58
+ ory_client/model/error_flow_replaced.py,sha256=CCGzuO1dA5IhKAEjKmPRMPeUCmycaDM7GEsr333N6pI,12119
59
+ ory_client/model/error_generic.py,sha256=uzCzVXsTl2KGinxeGIuPZDsp64Je7Qbx_QYpuL0eiPM,11815
60
+ ory_client/model/error_o_auth2.py,sha256=tYTHEFUKZfuvLlQBXD65qALws36HCVLQVYvQTwl9nEc,12699
61
+ ory_client/model/expanded_permission_tree.py,sha256=-EYzFsUUDL7J0Kg1eOaIyiERuLHHCWT4NsGpcX-PvNw,13201
62
+ ory_client/model/flow_error.py,sha256=VAMvSc_T1m0nfWduXSigujMxB7vY0K207Nhit5e6Wq8,12628
63
+ ory_client/model/generic_error.py,sha256=VhxUcjMwlca1pn2Qj5y9c0Nvbla6Ajd7MwHnqfpEcoI,14404
64
+ ory_client/model/generic_error_content.py,sha256=FgA1bDyuIi8YobMxoqqGL6SueP3RzpE7Ccyygv4Ek2Q,12936
65
+ ory_client/model/generic_usage.py,sha256=xMV3hfV4FXXEo40WfpVSnrx1ABiesHT9fu_83oVIB50,12322
66
+ ory_client/model/get_managed_identity_schema_location.py,sha256=70gMPsB1b1bx2kOhvCTuwdG8NMVCIPOA517Mxkc2s4Y,11596
67
+ ory_client/model/get_project_metrics_response.py,sha256=7PfTCqdC8W5rMJ6l8PmORG3NbsjnvsxqU-q70Tqmz_0,11797
68
+ ory_client/model/get_version200_response.py,sha256=Cj8UUb27fyy9U0DLclBp_hK-km3-bJZHOba2dsotf14,11672
69
+ ory_client/model/health_not_ready_status.py,sha256=ngFnheDoHwf8LvaBOUzzz8LEZAFP_9pvTmgrEQjZPV8,11716
70
+ ory_client/model/health_status.py,sha256=sfg2SMZY58Z8YjeXOuZxhtPTDdJcJix1iwFPIg_xfJ4,11590
71
+ ory_client/model/identity.py,sha256=XnmnMpy2R8B-8e5LUn07Oyat5Nzep-gZxsV3VYjp6ic,18160
72
+ ory_client/model/identity_credentials.py,sha256=wceWNeC8Wx_G2q3PohRPSIiQb4hrI8GFPuptBj3G1kk,13621
73
+ ory_client/model/identity_credentials_code.py,sha256=x5KAh68Qknt88o_0zhZX0v2EcScyguEYevvzr-bo168,11830
74
+ ory_client/model/identity_credentials_oidc.py,sha256=7w5w8v7Ye4L1DOCrwjxFZzTgYjjNO8JzJoyaWb7bTmU,11911
75
+ ory_client/model/identity_credentials_oidc_provider.py,sha256=EEbH5TT74HKT2xrNx9tB853xq69G8ZIRzTr89To9IkM,12545
76
+ ory_client/model/identity_credentials_password.py,sha256=IFDxTMiAGhsds0eMSUsKQwijLxM4Nh0bPniIwYQdt5w,11732
77
+ ory_client/model/identity_credentials_type.py,sha256=a1rb21VDFDkcLuH3OhB19A9b_4P0AGwqWhSUIWQWWG0,12434
78
+ ory_client/model/identity_patch.py,sha256=meCkDyas0cGvb-sYnFR8CUZL6fMLkYFc3cwESTZhP3M,12312
79
+ ory_client/model/identity_patch_response.py,sha256=9Ab_1B-oTVOx3_lRKzRzv1uy5scrJUtj8SVgaLadyc0,12511
80
+ ory_client/model/identity_schema_container.py,sha256=z5R0Rkv08cv1xfN3BQ-L-gcp25sunBGJrRs6vo3en18,12063
81
+ ory_client/model/identity_schema_preset.py,sha256=R2YphTp4TR4fs2nm1ruLNyvfKn4aQJj6qkl2sJ0kOeM,12109
82
+ ory_client/model/identity_schema_presets.py,sha256=DPekePtQloNaEqyrZqfOTmVpeMjyIFQSL-FEftO92PQ,12084
83
+ ory_client/model/identity_schemas.py,sha256=APOlCDzOK-glEiCksn67pKb8j8jzjlQMj0e37hkbh3w,12217
84
+ ory_client/model/identity_state.py,sha256=LlBIH22XTrLbUTjMNXuPj-qF1OnKhqVIOLpGrZIouFA,12246
85
+ ory_client/model/identity_with_credentials.py,sha256=u_Lhxe6c7WnppqFvVNgtGiAxN4C8zhFMqeceVNUOPPM,12317
86
+ ory_client/model/identity_with_credentials_oidc.py,sha256=YXCfXYJe4sMVA-aiB0NtOzjgcqDbMFkdD8mhxbnyr0s,11917
87
+ ory_client/model/identity_with_credentials_oidc_config.py,sha256=1TIZReM7ust570iZ1ZkIxS0lKfiX0uovqVwsP21vy4s,12583
88
+ ory_client/model/identity_with_credentials_oidc_config_provider.py,sha256=qn6YnaDm18rZElx-8ppWFsFbNvhEPyZuMJGsYIEbccs,12296
89
+ ory_client/model/identity_with_credentials_password.py,sha256=axGHc75PKP5DRnqWlSHWNpdJnJV273vVoC7Nl6bR6S4,11957
90
+ ory_client/model/identity_with_credentials_password_config.py,sha256=zbTdDGH_ZmBo8941qqslSLDyq7HxArBfAJcQeGn86OI,12222
91
+ ory_client/model/internal_get_project_branding_body.py,sha256=3wtkMCYEGyVyQMsNFpMlkHXEkOOu6-sYdO9TrVQ2sMU,11590
92
+ ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py,sha256=C3rUgWay7lFQ9Tty3tsULumA41TGR9q0TdPYkRsG31U,12074
93
+ ory_client/model/internal_is_owner_for_project_by_slug_body.py,sha256=7UgO1yT7LayhezORka1_KdwdKNV_a4aNqTgyVFHb3lw,12881
94
+ ory_client/model/internal_is_owner_for_project_by_slug_response.py,sha256=TeS6bVZsl_6HxmKzRvQqgeRqGg2YAwJe6fHSzPGPdEo,11767
95
+ ory_client/model/internal_provision_mock_subscription.py,sha256=qmUoTlapg6rHSD5dTqmcNzBzOwjgoOJUg_NX7Dhcozw,12732
96
+ ory_client/model/introspected_o_auth2_token.py,sha256=jFN-AV9jxcvpiIvyEk6J41_PZ5A5Y0vur3qOh5zPkL8,18024
97
+ ory_client/model/is_owner_for_project_by_slug.py,sha256=T6LpP1EVKI25J8AncCzGXVE3HrleYc1qYwo3j0iMTJI,12057
98
+ ory_client/model/is_ready200_response.py,sha256=jFKlUXvF0dRSYKTMCaQoiiuOTRqy39YmWyqy-cyM3BY,11628
99
+ ory_client/model/is_ready503_response.py,sha256=n87FINBl4egWyXXDGU-j-Qz_5m-yDzOZzqXmnTifEcE,11762
100
+ ory_client/model/json_patch.py,sha256=YUeFEihVyBlMbWL3Q0dX4nrsJQd0fACZ6AwWvzKyuK0,13595
101
+ ory_client/model/json_patch_document.py,sha256=DSAkut5LhvteGkPWyeh-spUGEFgcooxsBOloMyfIVVY,12088
102
+ ory_client/model/json_web_key.py,sha256=pBtgPuKpDQmPjmgWjkmViaS7A1xEcovd3CmUt30dZag,18000
103
+ ory_client/model/json_web_key_set.py,sha256=Fx-Y0kjkbEC9Fjh3e2f61LtARQTQgqIClEArnr4s6TY,12346
104
+ ory_client/model/keto_namespace.py,sha256=VyeNA0nth-fpeJUVtP2BzFKewRDebcqlC58vjvR8i7Y,11687
105
+ ory_client/model/keto_namespaces.py,sha256=f7AH_2QrmGx5bzBLlK6lpaFDtSt7-cPz-rz3vBu2pEk,11999
106
+ ory_client/model/list_custom_domains.py,sha256=OWQ41T9IrAs2CVdGSgwUCa4fk6LmA37Ltr0RKQ6GROI,12087
107
+ ory_client/model/login_flow.py,sha256=sHia_c-m5HBR3zVnd_4S0CqDKCFaulJYrrOCOEGvnDw,19029
108
+ ory_client/model/login_flow_state.py,sha256=3oBZgfhX7MML4vSOGLBoBXI_kRVMUa0FJBLaZF_xXSM,13275
109
+ ory_client/model/logout_flow.py,sha256=N6IzxjZHx37YnOt1bCgNjFweqsYblowU__-hWUCTsS4,12148
110
+ ory_client/model/managed_identity_schema.py,sha256=ZIrwwYTpNkdjJJf0kWKykKkNkBw_BQPGNBHn_24h3Nk,13567
111
+ ory_client/model/managed_identity_schema_validation_result.py,sha256=nDFw3DKpWvFKUMNL5UF1XytMQRmlmx80iD0j98hH1RM,11792
112
+ ory_client/model/managed_identity_schemas.py,sha256=oRV-6BGT4aL4AGf27GL2-dY1kQ3l1ziigcWdzfbz8u0,12096
113
+ ory_client/model/member_invite.py,sha256=xd_hlsM4fRWJC9y9uzSKz_LmCn81PNIGp9R_60v2WKA,14548
114
+ ory_client/model/member_invites.py,sha256=B3Gj4OdZlNwkytLjA6K11enWlCpkK5iBa2VcmsQltTI,11987
115
+ ory_client/model/message.py,sha256=s0QP-_3kd3JN8bMQh6Dk441fNVbR70sjtgsjLBCmKJ0,16574
116
+ ory_client/model/message_dispatch.py,sha256=XZ4Oqg6_wqQrwUw_25ea6rFEzevTrCqfI04uA4Z-Df4,13688
117
+ ory_client/model/metrics_datapoint.py,sha256=euC83FoDtiC-tLo1IkaPuozrhuYTsfhpIldy36BFKyY,11924
118
+ ory_client/model/namespace.py,sha256=wbuh7cod1ds0Yk8HTOrXhTM11x-RLcoWmlxq3QPOZ70,11555
119
+ ory_client/model/needs_privileged_session_error.py,sha256=XhPozZzlVeeEyUto1ED9PIoTNmoehD-jDjxHW4gxUf8,12239
120
+ ory_client/model/normalized_project.py,sha256=Tq1xZokgJOfE-qw0hfdzXUN1c3suhXk-nRDV2y7oC4o,14151
121
+ ory_client/model/normalized_project_revision.py,sha256=a-To9tV_a-c7CNWQyJQDISfC0mOvs_LRrCPSYR3bb5k,131761
122
+ ory_client/model/normalized_project_revision_hook.py,sha256=O--sE_E_xg0jyfAUOcGmOgOhtF5aF2vIngw4L6hnH0U,18363
123
+ ory_client/model/normalized_project_revision_identity_schema.py,sha256=y7vrxfkrRSeWXFBCyYUItFHzqoIx3fU17KpYe60f3mU,15526
124
+ ory_client/model/normalized_project_revision_identity_schemas.py,sha256=4071nFc6OFXBYbjMY9tmefc8-aynpc6UG6VWk4bmiSw,12314
125
+ ory_client/model/normalized_project_revision_third_party_provider.py,sha256=-WU0EoUquf5burhZ7ZTfXS4DeaaVh6admPheDBsT1Gg,20528
126
+ ory_client/model/normalized_project_revision_tokenizer_template.py,sha256=6UYXwz8dDSB9Ds3AVE-K-vFDQKTAJgxM_KXRfHgJdlM,13893
127
+ ory_client/model/normalized_project_revision_tokenizer_templates.py,sha256=zoZOxLPDwAWwcblVZwfxeUAliVgyhrCRUkypuFf54qY,12350
128
+ ory_client/model/normalized_projects.py,sha256=9JWn0hIhbs4oOUnYbSPx28oH5soxqJSnOhv0ggvjb_w,12047
129
+ ory_client/model/null_duration.py,sha256=dXJGPhniVmMAOFzgSh_Jlha6kFUSje3brN6TBJkWQNQ,11898
130
+ ory_client/model/o_auth2_client.py,sha256=BAWEA3ivpeaA6vs9RWBnxgizSklDKDx_e_oQTbu7fnA,38845
131
+ ory_client/model/o_auth2_client_token_lifespans.py,sha256=lWTwYcVOTdsARO53bw-jNDxzBdeWoYNMQFuhKlby4Y8,15434
132
+ ory_client/model/o_auth2_consent_request.py,sha256=ndpP_Ej_Scm7qiAoqALK-AeNH_euJQr2oeDdDckPA5o,18510
133
+ ory_client/model/o_auth2_consent_request_open_id_connect_context.py,sha256=jroBOEc8Q2rUCUq5kKMuBl9oPZsR-xFDxlc2OXh7aeU,18529
134
+ ory_client/model/o_auth2_consent_session.py,sha256=U-GJJEst9BMf9t_bSf8-8WIaaSYTOYFRsfNIFLhgQxg,14919
135
+ ory_client/model/o_auth2_consent_session_expires_at.py,sha256=KzseHOozG6rS28L0WkHmMKWCKfNkN9_LqF8J0UhWelk,12544
136
+ ory_client/model/o_auth2_consent_sessions.py,sha256=_1OLhf7sDDzKakH8_n61muOUfgwmgdrKvxp-g_ZmLNc,12229
137
+ ory_client/model/o_auth2_login_request.py,sha256=ggLwslIqlvs2oupcYrXJHAjI4mXEWCLHqZOP-osyw3g,17354
138
+ ory_client/model/o_auth2_logout_request.py,sha256=xAAXZU7tfm7viS7eXOs14EmIm1I8jT3jThxB0OGC82Q,13573
139
+ ory_client/model/o_auth2_redirect_to.py,sha256=NXJz_PbqNHZsAUCcaS9tfZaQeqgTJKHeZAD4JLSmbw0,11881
140
+ ory_client/model/o_auth2_token_exchange.py,sha256=naG4UHnSJiSW93Qm-Rc64XR4gve03hFUAwdP5BkVh5Y,13565
141
+ ory_client/model/oidc_configuration.py,sha256=tONZzXdYjNnlDUuja6_pDFHJ62AjOnLUmnZdgMz6cBU,33786
142
+ ory_client/model/oidc_user_info.py,sha256=gda4lam00etGNY_bQBKtIi6xELHJd89BhA6Gsqw5-E4,24625
143
+ ory_client/model/pagination.py,sha256=3h4pzJIqSI24LHGvXx8GStTpEUzrKMss0MIqrCoAI_w,12865
144
+ ory_client/model/pagination_headers.py,sha256=6osetRNWBlVP-JZPwARS2wNQlGpWCHKVjoHQ_6497TM,12222
145
+ ory_client/model/parse_error.py,sha256=GhI355AnqjthFwV8Q92Fbh5zDykVzFeKuktD6pC6XXw,12124
146
+ ory_client/model/patch_identities_body.py,sha256=9VII0wer9aCSGzNXp-8cMfp2bGGlxkeL-u6K6jHi-B4,11890
147
+ ory_client/model/perform_native_logout_body.py,sha256=GZAy50l9G7fHjc03g4qwIz1_nV9DPbSR_oUiI5UulHU,11790
148
+ ory_client/model/permissions_on_project.py,sha256=MEwgrwYxRl_Fh3eQY0K-uBV4wZYNKOVe5ZgSX46ftYs,11306
149
+ ory_client/model/plan.py,sha256=B3IW9MmpMkryujM_5YwjyCbkwmO2YMHLklfWkp1gve4,11989
150
+ ory_client/model/plan_details.py,sha256=HgTb_1fOtqzYf_6V7TXZLFUl3hwQueyWZiAv_zJAIbE,14179
151
+ ory_client/model/plans.py,sha256=pZakAU3SjCOQC1fR6n8l3WenpwlZAcJknHTEAZSSwhk,11781
152
+ ory_client/model/post_check_permission_body.py,sha256=-hc3fSbJ1hBpp9EGU8L1sFmqbYKdmcW5vO0cXnKD5Vo,12813
153
+ ory_client/model/post_check_permission_or_error_body.py,sha256=riUxSFI0O2O2ro0-Ho4qr6KKxtLJLgRzmgI2UuVsLOg,12834
154
+ ory_client/model/pricing.py,sha256=_9QBrMM0vzEm9Cc9sCBQetKus23gGhYblVNvMka4Oqo,11960
155
+ ory_client/model/project.py,sha256=Jeu2jNlOAjx05Sk3m-IAjHypIPxNZJb5QKmieZ3kElw,13625
156
+ ory_client/model/project_api_key.py,sha256=N9USfQGb_CksF7uWl_cr8BcGVgnsGxV1IreZi8-3LDo,13276
157
+ ory_client/model/project_api_keys.py,sha256=JzY7yC88vqJXEdQsakgQMTTslUVRjqxffa4RkzdRp9s,12000
158
+ ory_client/model/project_branding.py,sha256=u9ZVcObjQ0mc-gLQ16GwW85NJ0yGsWUC-N9CwDyV8Zw,13358
159
+ ory_client/model/project_branding_colors.py,sha256=IT_uzC5yf94P5ZIh6kFMHJMBYZTeFtSbaX1h6MIkhec,23906
160
+ ory_client/model/project_branding_theme.py,sha256=q-Vnl_oczqElf3S12dQaZWCpCNJT6CRmms4BxBdd4wI,26889
161
+ ory_client/model/project_branding_themes.py,sha256=G8UmGRzKriOUv7OH7J1Lud8c1wUsfa34QskLS64CpQI,12084
162
+ ory_client/model/project_host.py,sha256=ZOIqZtdL4Oi-yVcEuA-8vw-8IWpNv3a-Y7OHounjiPM,12070
163
+ ory_client/model/project_member.py,sha256=pUqLqMmRcteseuEAOjtMJ6lnLyt0Dlj-X4kywfgSkBk,11830
164
+ ory_client/model/project_members.py,sha256=gE1iYvVkjV_-fy1YSloy61hxUwAT7E1geiYmbJ805HU,11995
165
+ ory_client/model/project_metadata.py,sha256=adBebBCSnsoS-PBbuz5c3m2QI0lPPq2RZE_Q-F32CSw,14174
166
+ ory_client/model/project_metadata_list.py,sha256=27GEVM_OELBINdtcTTiryCi-sPJk97Sb3JksWukEPn0,12032
167
+ ory_client/model/project_revision_hooks.py,sha256=A_rgI1UsvrgTP-XFyk5m85ocptJL8_RO-ZXawzEBLq8,12163
168
+ ory_client/model/project_revision_identity_schemas.py,sha256=BZCldQvF2SGnYvsqVDhZwOuqMuNwNN1jcSWJfeNAdyc,12284
169
+ ory_client/model/project_revision_third_party_login_providers.py,sha256=7GlSztZkZJDwblYFJHgdcnJ_Ef9Pl-fRvl1TWkltyPQ,12348
170
+ ory_client/model/project_revisions.py,sha256=pIk_u5RfZ9mdLIR0iyLnNz5ULysJdZ08Rmkvfjr277A,12114
171
+ ory_client/model/project_service_identity.py,sha256=xCYBdqpxYiwFLWra9SP5XTKOecGbYt1klDjuyLQlrPU,11808
172
+ ory_client/model/project_service_o_auth2.py,sha256=tft9J_E4RM_2XAugcQNeb6mfsLfwKxfQCRhRFwJcpvk,11802
173
+ ory_client/model/project_service_permission.py,sha256=zcHFOXmXW7th4akILofu-3rV8QoSCknayC6E58qgmH4,11814
174
+ ory_client/model/project_services.py,sha256=8_wwFm4BGpkvbUmkEOeNurtLayIGfpV6VKSgZ86s3sY,12615
175
+ ory_client/model/projects.py,sha256=kdTIyWZJyybIF6xyqk_aawJkk48459dc5FCwAza5bMU,11926
176
+ ory_client/model/quota_usage.py,sha256=FWPgnbb6mf8Eyx1iNtCDtSMKcOeOHv9lZrh1d3b-He4,14755
177
+ ory_client/model/recovery_code_for_identity.py,sha256=b8tvxND_QYo_rfx75olQeQJFG5HZMxR-cch27vROBPY,12720
178
+ ory_client/model/recovery_flow.py,sha256=LfXkKE_3D47tBIfkTbO7SToJvW3Ip7z8pKzDxhP1sAw,15604
179
+ ory_client/model/recovery_flow_state.py,sha256=0lEMuoX_saS0OiAmAN5tzkf_jymOxa5LTFbsQm5MMNw,13316
180
+ ory_client/model/recovery_identity_address.py,sha256=uxnW9QZbR2bn8g5auj8nKyoCU4iR9PUFpa68hO0uN6o,12615
181
+ ory_client/model/recovery_link_for_identity.py,sha256=HL1nmaSOvXQGaqdOQ0ey_pypY83Byh6hMSIzd53i2is,12181
182
+ ory_client/model/registration_flow.py,sha256=4BYnlRtNJ0OfnBOt_01Wu3eCZmqcUlo9yn50cKwuERY,18222
183
+ ory_client/model/registration_flow_state.py,sha256=iMCMW0TI5hAGTJhxZf8a-YNx9mbp4UDf4sbICIy6yXs,13120
184
+ ory_client/model/reject_o_auth2_request.py,sha256=V1EbqmoUKMDLBX5-bhkCWkLivDcd6G8_nbvWIWTSzXE,13273
185
+ ory_client/model/relation_query.py,sha256=OvhnIvBTDm_EKagO2MbantvcLo9UVjpcBh8ntsS_PJQ,12783
186
+ ory_client/model/relationship.py,sha256=TXo_bRlgvYH3bWmoLyZkOc5u8ZcWHq2V5IodnzORizs,13010
187
+ ory_client/model/relationship_namespaces.py,sha256=80PKkZB5sPIaB8bQurLIoiwO_fs17tgubOQbN_xing4,11756
188
+ ory_client/model/relationship_patch.py,sha256=KBexrJFu2JPzrgVdrJh14AEO-UZ6446U4ILW1EZRhes,12062
189
+ ory_client/model/relationships.py,sha256=WE5vzKXPIGEamjlpu6JCBupL2mDsU0fygL83Eg07lFs,12258
190
+ ory_client/model/rfc6749_error_json.py,sha256=zNTw3UUm_1ty-jP76nSiaBpcf9mC4JzkLQyoisM0F08,12410
191
+ ory_client/model/schema_patch.py,sha256=uHp0FyYXs6CAONGvgzg02VhWeKSLoK1rvCxePaw1wxg,12033
192
+ ory_client/model/self_service_flow_expired_error.py,sha256=IdiflwcZfPR5B6GuHDFt305xFkeqq86UvDHPIQAep1Y,12969
193
+ ory_client/model/session.py,sha256=IEOmuMoHNgP0CwGBxxnHe8m9ufJqcYqm9MZNhnfJ6zw,15774
194
+ ory_client/model/session_authentication_method.py,sha256=R87V7By0iLLyuVXVXFIO-v2u0Z-KC5YJ5lNzMbk0REI,13035
195
+ ory_client/model/session_authentication_methods.py,sha256=TQyzgNXo3VVAxb1Wp3Lmg0vWyMKrfN2A7xfFNWiyKh4,12452
196
+ ory_client/model/session_device.py,sha256=BCytykfns5C9BnfRgbs6SZi_qgGBYWVeCpxne_aKRFc,12379
197
+ ory_client/model/set_active_project_in_console_body.py,sha256=FaFyKqxw81_HxHkSpxHSX6J6tns4-Z0z90LMsSN7R8Q,11805
198
+ ory_client/model/set_custom_domain_body.py,sha256=cR7b2mUchgO_XmNrFII31G8N0x2H98gTjVpOAAT8V3s,13091
199
+ ory_client/model/set_project.py,sha256=nXKKiIy55GUc1dPFeWy81YXb7jo2cXA-L0ZOcvjVuF0,12654
200
+ ory_client/model/set_project_branding_theme_body.py,sha256=gLBlUvaVK6825dt36CXPV_IEMvhZTuGW2yZdOnlnKoM,12962
201
+ ory_client/model/settings_flow.py,sha256=c9R05B0GjTBASO6mDkF9IudGx5PsD4bMdEbMbTIVsAQ,16978
202
+ ory_client/model/settings_flow_state.py,sha256=q83c70E9yWYO981mdQWC6tqwOQ3a-L9cMYtiQAfEGnE,13574
203
+ ory_client/model/source_position.py,sha256=MqL0iMHLvk7atUZ1Yq8SlMHjguFAPIAgJaPFzKmJ38U,11710
204
+ ory_client/model/string_slice_json_format.py,sha256=p3mwIBfSzf5bOi03V2vtYtbEKd1t4TIkVC8uYzOXrGs,11819
205
+ ory_client/model/stripe_customer.py,sha256=010JgGhmpFVofNI1FhLwwCqSBtq7gl-CDtRugeuvEQo,11512
206
+ ory_client/model/subject_set.py,sha256=QFFToKUTXuuzJ8_jzPe7V6p84NPYvRXbvy8wu4zMAlc,12219
207
+ ory_client/model/subscription.py,sha256=aC2aVaqXt2friEuT-pk9lHb9KyqLzsi0FVqMw0xBjVU,17785
208
+ ory_client/model/successful_code_exchange_response.py,sha256=CawKCL7fLK8TcfieGe-4Zc7J1yeTdYulPmm14Mojxzo,12500
209
+ ory_client/model/successful_native_login.py,sha256=PdiLHgs7LphdrrxrX5JYDKOux9pTqQWeTbV26CtcghA,12473
210
+ ory_client/model/successful_native_registration.py,sha256=Pk06PGIy-xDN3ldS4ehk3K3_X6GqZZrBg_meEeZstOY,13754
211
+ ory_client/model/successful_project_update.py,sha256=yOteVrHznmfZ_SJt8HIEX8BscWp521g4K16SJOoRiVM,12962
212
+ ory_client/model/token_pagination.py,sha256=vYzi4O1aZktdARpVb64G32Y8tc6X0JNYUEP4OZDY2XI,12880
213
+ ory_client/model/token_pagination_headers.py,sha256=0NDbTxtmdcK23h8lsM_uWE6yxePtE9HMWVigId9R1Oo,12237
214
+ ory_client/model/token_pagination_request_parameters.py,sha256=c6RSvJNpi1K7zjvFYiJ_x4k9UoiCq2rn2jPCgD_gah4,12930
215
+ ory_client/model/token_pagination_response_headers.py,sha256=wdUm80i8hDB6lVnvUCSivBa45uy5yPYr2taeq-IPOFA,13145
216
+ ory_client/model/trust_o_auth2_jwt_grant_issuer.py,sha256=nt1L8lhgT69Wu_7KMpw2ORLd4PflqQKGJMioyFYcI9I,13912
217
+ ory_client/model/trusted_o_auth2_jwt_grant_issuer.py,sha256=v-R6ESuL6jVQdJCh80Mu5EzpGWfJn56gY-n5iFLCgjw,14486
218
+ ory_client/model/trusted_o_auth2_jwt_grant_issuers.py,sha256=nNqyaO-3lCX4f_W4NZcw_GUe_vrI2NUOAv-tS9-11ow,12399
219
+ ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py,sha256=UOwBatEjr3GBffKKGsBVm62dfAwYw8LvR3IWS9X-bVM,12089
220
+ ory_client/model/ui_container.py,sha256=p26wIyJr04CI-fFwX2KmppGNP2pjD3klj-niUeZ3kS4,12714
221
+ ory_client/model/ui_node.py,sha256=INKDLK6sI2_5VXl4yxTTDsJhi3C_LOcWwNJcpIE1pnM,14031
222
+ ory_client/model/ui_node_anchor_attributes.py,sha256=1-VkX7PwzAuH3GbersvGVNJdwzJxBvIZy1BWlMliwCk,12852
223
+ ory_client/model/ui_node_attributes.py,sha256=ITQLOyBKDiDGjgCdpjiS-Bvggb6jIissQtWQj6jWgHg,22091
224
+ ory_client/model/ui_node_image_attributes.py,sha256=T-rJXlDfQFS9okqVW_mUkmw2Dm8j1uiN2BRdumueTuc,12956
225
+ ory_client/model/ui_node_input_attributes.py,sha256=MS1fGScRj18FDqZFpr2cOMJPRdazEUINbFfW3_ABd0c,16763
226
+ ory_client/model/ui_node_meta.py,sha256=Pv4A_GeR5wRYir2fLXtx8JfgKE3aeqImVECfQ2IbaNY,11669
227
+ ory_client/model/ui_node_script_attributes.py,sha256=tcRosQHG6BKhATIjS06jgE-RFALR9BYMm7FPI2Isxb4,14565
228
+ ory_client/model/ui_node_text_attributes.py,sha256=AahbIDPKb5XQifKWcFdiTONrO5TcSy1gKcGzCeKj7DQ,12555
229
+ ory_client/model/ui_nodes.py,sha256=I-hvrofnmLwwg2ES66DpASabVgqZz2lgygaVq_fIwEs,11915
230
+ ory_client/model/ui_text.py,sha256=QqPROhV8z-lk2T_YICK2lsbcH-hr2weCK4Yy3y4gy48,12735
231
+ ory_client/model/ui_texts.py,sha256=i47RUMDLF-vemiruOcgA58dsZhtey0URUEbfqMh7jZM,11915
232
+ ory_client/model/update_identity_body.py,sha256=VL171FIHPfNQAegUCPNSH8Ab8F55923KEVHYcC1_xqA,14981
233
+ ory_client/model/update_login_flow_body.py,sha256=f2y-KNK1WEYS4heZcs2b7kyk8hvZlG80-oo1EJgmlTQ,23140
234
+ ory_client/model/update_login_flow_with_code_method.py,sha256=LXXnmPNc7dojqnXYvW4smSgGyhZdBddmsS4XKWHJzSQ,13151
235
+ ory_client/model/update_login_flow_with_lookup_secret_method.py,sha256=YxPiun2477qOZ0gPcaVuM1QwWcq59rroGsQpURjCN-A,12516
236
+ ory_client/model/update_login_flow_with_oidc_method.py,sha256=zsn3EzEBwdE5G69-FMACDWlA1YmlZCjXeprTXTiPVes,16280
237
+ ory_client/model/update_login_flow_with_password_method.py,sha256=SexBp1tyMuIRBV51PaC5gQa3aMznDljvrme2nhpLzcw,13290
238
+ ory_client/model/update_login_flow_with_totp_method.py,sha256=2WTgmz7HxZRhYzI7sywmQOSEd29So9co-udC46_wWd0,12404
239
+ ory_client/model/update_login_flow_with_web_authn_method.py,sha256=EgY9IIwhMGFdyMSOjBSRA518Uoy09k35NTVM7JzZbDw,12943
240
+ ory_client/model/update_recovery_flow_body.py,sha256=_VKcMr__vbfOIwRVsRLn59fa0sC-DQP2wzGffFheQdg,16721
241
+ ory_client/model/update_recovery_flow_with_code_method.py,sha256=d-vkro0fWtRSd4GRMmk9sbGcB4i0S7etLm4jsFOLA5E,13981
242
+ ory_client/model/update_recovery_flow_with_link_method.py,sha256=Osz2GkhFaGvtVjDEKPsohKi2VkBYwVahW4B1X84yGUQ,13063
243
+ ory_client/model/update_registration_flow_body.py,sha256=2HIyKsznV6-iNmURihtVogu2jCgRXQEuu6Pqcas6ERM,22203
244
+ ory_client/model/update_registration_flow_with_code_method.py,sha256=eYliqfNIOfINgVegpQNpdQcQty6mqQRrGNLdJKZsZ7c,13543
245
+ ory_client/model/update_registration_flow_with_oidc_method.py,sha256=rC8m7x7u7FRm0IsHT2jqEQ4gDbqoel2kdcizHhCk66Q,16740
246
+ ory_client/model/update_registration_flow_with_password_method.py,sha256=VFQFdgn0DhBovzd8jJTl6yya_tdN4kkMNgP04xfrCWM,13361
247
+ ory_client/model/update_registration_flow_with_web_authn_method.py,sha256=3housA-3tjEZmYKTE-7K2N8Z1Lg7CP1XIi8fFaKVFFk,14145
248
+ ory_client/model/update_settings_flow_body.py,sha256=0xGsu-KbEG7KVTcs7zfe2GGiNwHFTDYCZpNfitJ02UY,23538
249
+ ory_client/model/update_settings_flow_with_lookup_method.py,sha256=0YxBgVoLqdfOOQXXRPhLuzBR1t_AdI6bZ8qg8Lag1rc,13552
250
+ ory_client/model/update_settings_flow_with_oidc_method.py,sha256=11bTDh_q2jbxnqDoj50QElpUdT2dkXch2bbXRVfxu04,14915
251
+ ory_client/model/update_settings_flow_with_password_method.py,sha256=w_XiWMuPG3xGcaiUhKDie0YboJeR7wKcGRQWLtQYMZA,12364
252
+ ory_client/model/update_settings_flow_with_profile_method.py,sha256=_2BObWaC_H2oip4NdGxYwPtOpxNL4k_zZbzofVU_0aQ,12623
253
+ ory_client/model/update_settings_flow_with_totp_method.py,sha256=DzyuF4p7mlWTH-2iYVxowqE_9WWDuJIcEBODai5Hwms,12887
254
+ ory_client/model/update_settings_flow_with_web_authn_method.py,sha256=uDhlpZCDPSB03yCXOzQzAunM3S-k-VC9j4RyL9eZuNA,13551
255
+ ory_client/model/update_subscription_body.py,sha256=UU3sGkUilcLrM1QMNw6JHWOCIoAGBDUPu4_pvl3B8_E,12189
256
+ ory_client/model/update_verification_flow_body.py,sha256=BEWj3KEpImFYBivVqLBzXY3sGJRSmNYkdhBFfl6Cg2E,16803
257
+ ory_client/model/update_verification_flow_with_code_method.py,sha256=8h2Qgyozs2vLulwUxoOxt9DwIE7W4cRn6Gq8jzHITFc,13999
258
+ ory_client/model/update_verification_flow_with_link_method.py,sha256=N1dF1Ds0UeppFcQTHAhqGrsnjNAQyW8UDh2FjNl7h8M,13113
259
+ ory_client/model/usage.py,sha256=DybJSpbR3an_tJAqXbcqvngH0fFNa7AwkcbTUNRuyL4,11735
260
+ ory_client/model/verifiable_credential_priming_response.py,sha256=nl0cP-frdV_9PpRnbqioc0pMjZPwajCcT21HhltQ3sY,13096
261
+ ory_client/model/verifiable_credential_proof.py,sha256=KSqMZ6vkqo5fudWrX75mKaQksvJgkq2WSLHcbuN_2gM,11758
262
+ ory_client/model/verifiable_credential_response.py,sha256=aoU_0FDROpk-o6vXN9taM_Be8dWUxM86jpDwYQev7xY,11827
263
+ ory_client/model/verifiable_identity_address.py,sha256=S8oivU82nOSxeo6Vb3tV1EKDhHT4o__2kK41LToxodU,13790
264
+ ory_client/model/verification_flow.py,sha256=dMycba2TWfeTIRd8qWGNAMCj7LGH3vrIilSK4Qg0Ih0,15544
265
+ ory_client/model/verification_flow_state.py,sha256=_mwCmiyeYQZDXFYk3H-mGYiXX1Sja1L0yh8l1XjVc5s,13344
266
+ ory_client/model/version.py,sha256=g0Q7aIas8J19ypxKl_xi12YSdI3hE03hdY-VsBQWZng,11586
267
+ ory_client/model/warning.py,sha256=aO6LCf2DbShdgm0YUPE9AZqN1r3vTdqrPBAxZ0T7vgo,11694
268
+ ory_client/models/__init__.py,sha256=4gtoAuE56WZtDx862-AolQvtvBJ8WKquCIj5iENCma0,19302
269
+ ory_client-1.2.8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
270
+ ory_client-1.2.8.dist-info/METADATA,sha256=53OfyvUUiehMGZELtbxcGdakhxkv9kiKUqCCPd7pJK4,535
271
+ ory_client-1.2.8.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
272
+ ory_client-1.2.8.dist-info/top_level.txt,sha256=0De6AV7uRK9cg2KDRdQT-mC1JEQ4oTxArmZm8VX6bBc,11
273
+ ory_client-1.2.8.dist-info/RECORD,,