ory-client 1.11.6__py3-none-any.whl → 1.11.7__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 (276) hide show
  1. ory_client/__init__.py +2 -2
  2. ory_client/api/courier_api.py +1 -1
  3. ory_client/api/events_api.py +1 -1
  4. ory_client/api/frontend_api.py +1 -1
  5. ory_client/api/identity_api.py +1 -1
  6. ory_client/api/jwk_api.py +1 -1
  7. ory_client/api/metadata_api.py +1 -1
  8. ory_client/api/o_auth2_api.py +1 -1
  9. ory_client/api/oidc_api.py +1 -1
  10. ory_client/api/permission_api.py +1 -1
  11. ory_client/api/project_api.py +1 -1
  12. ory_client/api/relationship_api.py +1 -1
  13. ory_client/api/wellknown_api.py +1 -1
  14. ory_client/api_client.py +2 -2
  15. ory_client/configuration.py +3 -3
  16. ory_client/exceptions.py +1 -1
  17. ory_client/models/__init__.py +1 -1
  18. ory_client/models/accept_o_auth2_consent_request.py +1 -1
  19. ory_client/models/accept_o_auth2_consent_request_session.py +1 -1
  20. ory_client/models/accept_o_auth2_login_request.py +1 -1
  21. ory_client/models/active_project_in_console.py +1 -1
  22. ory_client/models/attribute.py +1 -1
  23. ory_client/models/attribute_filter.py +1 -1
  24. ory_client/models/attributes_count_datapoint.py +1 -1
  25. ory_client/models/authenticator_assurance_level.py +1 -1
  26. ory_client/models/batch_patch_identities_response.py +1 -1
  27. ory_client/models/check_opl_syntax_result.py +1 -1
  28. ory_client/models/check_permission_result.py +1 -1
  29. ory_client/models/cloud_account.py +1 -1
  30. ory_client/models/consistency_request_parameters.py +1 -1
  31. ory_client/models/continue_with.py +1 -1
  32. ory_client/models/continue_with_recovery_ui.py +1 -1
  33. ory_client/models/continue_with_recovery_ui_flow.py +1 -1
  34. ory_client/models/continue_with_set_ory_session_token.py +1 -1
  35. ory_client/models/continue_with_settings_ui.py +1 -1
  36. ory_client/models/continue_with_settings_ui_flow.py +1 -1
  37. ory_client/models/continue_with_verification_ui.py +1 -1
  38. ory_client/models/continue_with_verification_ui_flow.py +1 -1
  39. ory_client/models/courier_message_status.py +1 -1
  40. ory_client/models/courier_message_type.py +1 -1
  41. ory_client/models/create_custom_domain_body.py +1 -1
  42. ory_client/models/create_event_stream_body.py +1 -1
  43. ory_client/models/create_identity_body.py +1 -1
  44. ory_client/models/create_invite_response.py +1 -1
  45. ory_client/models/create_json_web_key_set.py +1 -1
  46. ory_client/models/create_project_api_key_request.py +1 -1
  47. ory_client/models/create_project_body.py +1 -1
  48. ory_client/models/create_project_branding.py +1 -1
  49. ory_client/models/create_project_member_invite_body.py +1 -1
  50. ory_client/models/create_project_normalized_payload.py +1 -1
  51. ory_client/models/create_recovery_code_for_identity_body.py +1 -1
  52. ory_client/models/create_recovery_link_for_identity_body.py +1 -1
  53. ory_client/models/create_relationship_body.py +1 -1
  54. ory_client/models/create_subscription_body.py +1 -1
  55. ory_client/models/create_subscription_common.py +1 -1
  56. ory_client/models/create_verifiable_credential_request_body.py +1 -1
  57. ory_client/models/create_workspace_member_invite_body.py +1 -1
  58. ory_client/models/create_workspace_payload.py +1 -1
  59. ory_client/models/create_workspace_subscription_body.py +1 -1
  60. ory_client/models/credential_supported_draft00.py +1 -1
  61. ory_client/models/custom_domain.py +1 -1
  62. ory_client/models/delete_my_sessions_count.py +1 -1
  63. ory_client/models/email_template_data.py +1 -1
  64. ory_client/models/email_template_data_body.py +1 -1
  65. ory_client/models/error_authenticator_assurance_level_not_satisfied.py +1 -1
  66. ory_client/models/error_browser_location_change_required.py +1 -1
  67. ory_client/models/error_flow_replaced.py +1 -1
  68. ory_client/models/error_generic.py +1 -1
  69. ory_client/models/error_o_auth2.py +1 -1
  70. ory_client/models/event_stream.py +1 -1
  71. ory_client/models/expanded_permission_tree.py +1 -1
  72. ory_client/models/flow_error.py +1 -1
  73. ory_client/models/generic_error.py +1 -1
  74. ory_client/models/generic_error_content.py +1 -1
  75. ory_client/models/generic_usage.py +1 -1
  76. ory_client/models/get_attributes_count_response.py +1 -1
  77. ory_client/models/get_managed_identity_schema_location.py +1 -1
  78. ory_client/models/get_metrics_event_attributes_response.py +1 -1
  79. ory_client/models/get_metrics_event_types_response.py +1 -1
  80. ory_client/models/get_organization_response.py +1 -1
  81. ory_client/models/get_project_events_body.py +1 -1
  82. ory_client/models/get_project_events_response.py +1 -1
  83. ory_client/models/get_project_metrics_response.py +1 -1
  84. ory_client/models/get_session_activity_response.py +1 -1
  85. ory_client/models/get_version200_response.py +1 -1
  86. ory_client/models/health_not_ready_status.py +1 -1
  87. ory_client/models/health_status.py +1 -1
  88. ory_client/models/identity.py +1 -1
  89. ory_client/models/identity_credentials.py +1 -1
  90. ory_client/models/identity_credentials_code.py +1 -1
  91. ory_client/models/identity_credentials_oidc.py +1 -1
  92. ory_client/models/identity_credentials_oidc_provider.py +1 -1
  93. ory_client/models/identity_credentials_password.py +1 -1
  94. ory_client/models/identity_patch.py +1 -1
  95. ory_client/models/identity_patch_response.py +1 -1
  96. ory_client/models/identity_schema_container.py +1 -1
  97. ory_client/models/identity_schema_preset.py +1 -1
  98. ory_client/models/identity_with_credentials.py +1 -1
  99. ory_client/models/identity_with_credentials_oidc.py +1 -1
  100. ory_client/models/identity_with_credentials_oidc_config.py +1 -1
  101. ory_client/models/identity_with_credentials_oidc_config_provider.py +1 -1
  102. ory_client/models/identity_with_credentials_password.py +1 -1
  103. ory_client/models/identity_with_credentials_password_config.py +1 -1
  104. ory_client/models/internal_get_project_branding_body.py +1 -1
  105. ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
  106. ory_client/models/internal_is_owner_for_project_by_slug_body.py +1 -1
  107. ory_client/models/internal_is_owner_for_project_by_slug_response.py +1 -1
  108. ory_client/models/introspected_o_auth2_token.py +1 -1
  109. ory_client/models/is_owner_for_project_by_slug.py +1 -1
  110. ory_client/models/json_patch.py +1 -1
  111. ory_client/models/json_web_key.py +1 -1
  112. ory_client/models/json_web_key_set.py +1 -1
  113. ory_client/models/keto_namespace.py +1 -1
  114. ory_client/models/list_event_streams.py +1 -1
  115. ory_client/models/list_my_workspaces_response.py +1 -1
  116. ory_client/models/list_organizations_response.py +1 -1
  117. ory_client/models/list_workspace_projects_response.py +1 -1
  118. ory_client/models/login_flow.py +1 -1
  119. ory_client/models/login_flow_state.py +1 -1
  120. ory_client/models/logout_flow.py +1 -1
  121. ory_client/models/managed_identity_schema.py +1 -1
  122. ory_client/models/managed_identity_schema_validation_result.py +1 -1
  123. ory_client/models/member_invite.py +1 -1
  124. ory_client/models/message.py +1 -1
  125. ory_client/models/message_dispatch.py +1 -1
  126. ory_client/models/metrics_datapoint.py +1 -1
  127. ory_client/models/migration_options.py +1 -1
  128. ory_client/models/namespace.py +1 -1
  129. ory_client/models/needs_privileged_session_error.py +1 -1
  130. ory_client/models/normalized_project.py +1 -1
  131. ory_client/models/normalized_project_revision.py +1 -1
  132. ory_client/models/normalized_project_revision_courier_channel.py +1 -1
  133. ory_client/models/normalized_project_revision_hook.py +1 -1
  134. ory_client/models/normalized_project_revision_identity_schema.py +1 -1
  135. ory_client/models/normalized_project_revision_third_party_provider.py +1 -1
  136. ory_client/models/normalized_project_revision_tokenizer_template.py +1 -1
  137. ory_client/models/o_auth2_client.py +1 -1
  138. ory_client/models/o_auth2_client_token_lifespans.py +1 -1
  139. ory_client/models/o_auth2_consent_request.py +1 -1
  140. ory_client/models/o_auth2_consent_request_open_id_connect_context.py +1 -1
  141. ory_client/models/o_auth2_consent_session.py +1 -1
  142. ory_client/models/o_auth2_consent_session_expires_at.py +1 -1
  143. ory_client/models/o_auth2_login_request.py +1 -1
  144. ory_client/models/o_auth2_logout_request.py +1 -1
  145. ory_client/models/o_auth2_redirect_to.py +1 -1
  146. ory_client/models/o_auth2_token_exchange.py +1 -1
  147. ory_client/models/oidc_configuration.py +1 -1
  148. ory_client/models/oidc_user_info.py +1 -1
  149. ory_client/models/organization.py +1 -1
  150. ory_client/models/organization_body.py +1 -1
  151. ory_client/models/pagination.py +1 -1
  152. ory_client/models/pagination_headers.py +1 -1
  153. ory_client/models/parse_error.py +1 -1
  154. ory_client/models/patch_identities_body.py +1 -1
  155. ory_client/models/perform_native_logout_body.py +1 -1
  156. ory_client/models/permissions_on_workpace_response.py +1 -1
  157. ory_client/models/plan.py +1 -1
  158. ory_client/models/plan_details.py +1 -1
  159. ory_client/models/post_check_permission_body.py +1 -1
  160. ory_client/models/post_check_permission_or_error_body.py +1 -1
  161. ory_client/models/project.py +1 -1
  162. ory_client/models/project_api_key.py +1 -1
  163. ory_client/models/project_branding.py +1 -1
  164. ory_client/models/project_branding_colors.py +1 -1
  165. ory_client/models/project_branding_theme.py +1 -1
  166. ory_client/models/project_cors.py +1 -1
  167. ory_client/models/project_events_datapoint.py +1 -1
  168. ory_client/models/project_host.py +1 -1
  169. ory_client/models/project_member.py +1 -1
  170. ory_client/models/project_metadata.py +1 -1
  171. ory_client/models/project_service_identity.py +1 -1
  172. ory_client/models/project_service_o_auth2.py +1 -1
  173. ory_client/models/project_service_permission.py +1 -1
  174. ory_client/models/project_services.py +1 -1
  175. ory_client/models/quota_usage.py +1 -1
  176. ory_client/models/recovery_code_for_identity.py +1 -1
  177. ory_client/models/recovery_flow.py +1 -1
  178. ory_client/models/recovery_flow_state.py +1 -1
  179. ory_client/models/recovery_identity_address.py +1 -1
  180. ory_client/models/recovery_link_for_identity.py +1 -1
  181. ory_client/models/registration_flow.py +1 -1
  182. ory_client/models/registration_flow_state.py +1 -1
  183. ory_client/models/reject_o_auth2_request.py +1 -1
  184. ory_client/models/relation_query.py +1 -1
  185. ory_client/models/relationship.py +1 -1
  186. ory_client/models/relationship_namespaces.py +1 -1
  187. ory_client/models/relationship_patch.py +1 -1
  188. ory_client/models/relationships.py +1 -1
  189. ory_client/models/rfc6749_error_json.py +1 -1
  190. ory_client/models/schema_patch.py +1 -1
  191. ory_client/models/self_service_flow_expired_error.py +1 -1
  192. ory_client/models/session.py +1 -1
  193. ory_client/models/session_activity_datapoint.py +1 -1
  194. ory_client/models/session_authentication_method.py +1 -1
  195. ory_client/models/session_device.py +1 -1
  196. ory_client/models/set_active_project_in_console_body.py +1 -1
  197. ory_client/models/set_custom_domain_body.py +1 -1
  198. ory_client/models/set_event_stream_body.py +1 -1
  199. ory_client/models/set_project.py +1 -1
  200. ory_client/models/set_project_branding_theme_body.py +1 -1
  201. ory_client/models/settings_flow.py +1 -1
  202. ory_client/models/settings_flow_state.py +1 -1
  203. ory_client/models/source_position.py +1 -1
  204. ory_client/models/subject_set.py +1 -1
  205. ory_client/models/subscription.py +1 -1
  206. ory_client/models/successful_code_exchange_response.py +1 -1
  207. ory_client/models/successful_native_login.py +1 -1
  208. ory_client/models/successful_native_registration.py +1 -1
  209. ory_client/models/successful_project_update.py +1 -1
  210. ory_client/models/token_pagination.py +1 -1
  211. ory_client/models/token_pagination_headers.py +1 -1
  212. ory_client/models/token_pagination_request_parameters.py +1 -1
  213. ory_client/models/token_pagination_response_headers.py +1 -1
  214. ory_client/models/trust_o_auth2_jwt_grant_issuer.py +1 -1
  215. ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +1 -1
  216. ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
  217. ory_client/models/ui_container.py +1 -1
  218. ory_client/models/ui_node.py +1 -1
  219. ory_client/models/ui_node_anchor_attributes.py +1 -1
  220. ory_client/models/ui_node_attributes.py +1 -1
  221. ory_client/models/ui_node_image_attributes.py +1 -1
  222. ory_client/models/ui_node_input_attributes.py +1 -1
  223. ory_client/models/ui_node_meta.py +1 -1
  224. ory_client/models/ui_node_script_attributes.py +1 -1
  225. ory_client/models/ui_node_text_attributes.py +1 -1
  226. ory_client/models/ui_text.py +1 -1
  227. ory_client/models/update_identity_body.py +1 -1
  228. ory_client/models/update_login_flow_body.py +1 -1
  229. ory_client/models/update_login_flow_with_code_method.py +1 -1
  230. ory_client/models/update_login_flow_with_lookup_secret_method.py +1 -1
  231. ory_client/models/update_login_flow_with_oidc_method.py +1 -1
  232. ory_client/models/update_login_flow_with_passkey_method.py +1 -1
  233. ory_client/models/update_login_flow_with_password_method.py +1 -1
  234. ory_client/models/update_login_flow_with_totp_method.py +1 -1
  235. ory_client/models/update_login_flow_with_web_authn_method.py +1 -1
  236. ory_client/models/update_recovery_flow_body.py +1 -1
  237. ory_client/models/update_recovery_flow_with_code_method.py +1 -1
  238. ory_client/models/update_recovery_flow_with_link_method.py +1 -1
  239. ory_client/models/update_registration_flow_body.py +1 -1
  240. ory_client/models/update_registration_flow_with_code_method.py +1 -1
  241. ory_client/models/update_registration_flow_with_oidc_method.py +1 -1
  242. ory_client/models/update_registration_flow_with_passkey_method.py +1 -1
  243. ory_client/models/update_registration_flow_with_password_method.py +1 -1
  244. ory_client/models/update_registration_flow_with_profile_method.py +1 -1
  245. ory_client/models/update_registration_flow_with_web_authn_method.py +1 -1
  246. ory_client/models/update_settings_flow_body.py +1 -1
  247. ory_client/models/update_settings_flow_with_lookup_method.py +1 -1
  248. ory_client/models/update_settings_flow_with_oidc_method.py +1 -1
  249. ory_client/models/update_settings_flow_with_passkey_method.py +1 -1
  250. ory_client/models/update_settings_flow_with_password_method.py +1 -1
  251. ory_client/models/update_settings_flow_with_profile_method.py +1 -1
  252. ory_client/models/update_settings_flow_with_totp_method.py +1 -1
  253. ory_client/models/update_settings_flow_with_web_authn_method.py +1 -1
  254. ory_client/models/update_subscription_body.py +1 -1
  255. ory_client/models/update_verification_flow_body.py +1 -1
  256. ory_client/models/update_verification_flow_with_code_method.py +1 -1
  257. ory_client/models/update_verification_flow_with_link_method.py +1 -1
  258. ory_client/models/update_workspace_payload.py +1 -1
  259. ory_client/models/usage.py +1 -1
  260. ory_client/models/verifiable_credential_priming_response.py +1 -1
  261. ory_client/models/verifiable_credential_proof.py +1 -1
  262. ory_client/models/verifiable_credential_response.py +1 -1
  263. ory_client/models/verifiable_identity_address.py +1 -1
  264. ory_client/models/verification_flow.py +1 -1
  265. ory_client/models/verification_flow_state.py +1 -1
  266. ory_client/models/version.py +1 -1
  267. ory_client/models/warning.py +1 -1
  268. ory_client/models/workspace.py +1 -1
  269. ory_client/models/workspace_meta.py +1 -1
  270. ory_client/rest.py +1 -1
  271. {ory_client-1.11.6.dist-info → ory_client-1.11.7.dist-info}/METADATA +1 -1
  272. ory_client-1.11.7.dist-info/RECORD +278 -0
  273. ory_client-1.11.6.dist-info/RECORD +0 -278
  274. {ory_client-1.11.6.dist-info → ory_client-1.11.7.dist-info}/LICENSE +0 -0
  275. {ory_client-1.11.6.dist-info → ory_client-1.11.7.dist-info}/WHEEL +0 -0
  276. {ory_client-1.11.6.dist-info → ory_client-1.11.7.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
ory_client/rest.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: v1.11.6
8
+ The version of the OpenAPI document: v1.11.7
9
9
  Contact: support@ory.sh
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ory-client
3
- Version: 1.11.6
3
+ Version: 1.11.7
4
4
  Summary: Ory APIs
5
5
  Home-page: https://github.com/ory/sdk
6
6
  Author: API Support
@@ -0,0 +1,278 @@
1
+ ory_client/__init__.py,sha256=kcqDaTlEUXHIp2zsPjDEQyQGgR2ve6LpuaQoXXYDDsk,21521
2
+ ory_client/api_client.py,sha256=2V01uXKwUP6DUaMT5u1-LDPzHFZOsqaC3cQ-hPWCKlA,25870
3
+ ory_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ ory_client/configuration.py,sha256=D2CDTnEtprL9DClVdUuaZxv7hFmZOhtN-6-L09SbG2A,16294
5
+ ory_client/exceptions.py,sha256=C7aTZS-meDHQOp1q5lgJo-QIOakjeIiHYujreiid4hs,6073
6
+ ory_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ ory_client/rest.py,sha256=v-ZjFN6-XZeB74pp5Bs2nidr9d4zG87RdSLe5BdBqE4,9329
8
+ ory_client/api/__init__.py,sha256=cvOL-iT4NsaerPwwyPXFpJBlxr1ePvDeWSh8IQ1x4dA,657
9
+ ory_client/api/courier_api.py,sha256=zU0tv2Vf1zvoyFbwek-7l-QFNfhVWYqw0rw3M5QOtG4,26834
10
+ ory_client/api/events_api.py,sha256=eLM1BDcvmwiu9_50zAIgkrsIb2Z98jmXRBuVLkes5rc,47176
11
+ ory_client/api/frontend_api.py,sha256=-xDNUtPWct0NMRJRr3PMUqPtePXlRLAybXlaWw5n17o,512202
12
+ ory_client/api/identity_api.py,sha256=rOYxb6H4D7BCGqz6kCtJtPxIkL3BbOG4JJrW_GdPmCQ,253027
13
+ ory_client/api/jwk_api.py,sha256=1saciceTsx_YYBxC1vvsM38inSlTy0Pial0tdb4-LmA,84095
14
+ ory_client/api/metadata_api.py,sha256=ir0bRUUBMxq0m76tbhRhD1HJtsFieb2IQqPE0nt1lwg,11196
15
+ ory_client/api/o_auth2_api.py,sha256=YsnWHYyC4iaMshqFA5XAqCUqDMarW8Dpy1ejbyY9bZU,346151
16
+ ory_client/api/oidc_api.py,sha256=erKzfI2rYSBHouiIY5i0WVoH63-vs69TGtqRS4wzp8c,95531
17
+ ory_client/api/permission_api.py,sha256=FKLat1xYigngfvd8PE-tXAn4jjE52a07DEg-GRgE7rY,70508
18
+ ory_client/api/project_api.py,sha256=Ztb0fDA1N9_oA2eyv5NW6GTLKgsFHsInQv_7VS2gWhc,217043
19
+ ory_client/api/relationship_api.py,sha256=pscS4si_1OkdAIEGYCP3OcrkeAka858tPdQEQ_EQmJk,74702
20
+ ory_client/api/wellknown_api.py,sha256=6I8mlwOgR3czEp9UeT4z1OyLTLiDIBAvCJ4xh0Busgc,11024
21
+ ory_client/models/__init__.py,sha256=QzAz68VoefnkH-bbYDnVyU0N0S2GS8XdmZ_XLhvd85o,20402
22
+ ory_client/models/accept_o_auth2_consent_request.py,sha256=28VQ7-ZFDf8GlGqUMkOzjnF1zm3MmLYbHm4cowx1ukY,4789
23
+ ory_client/models/accept_o_auth2_consent_request_session.py,sha256=E351PKGVhxJm9hy0Jjr47S-7gREaDrcN4PgxjoDLFSM,4510
24
+ ory_client/models/accept_o_auth2_login_request.py,sha256=qbipPuwh1Hw5GNWIK_ctOAubrLdtZuasnzYNLcu_leY,6857
25
+ ory_client/models/active_project_in_console.py,sha256=6cEkwcHv0gVmE1a39x4ac3YvSxPeldFFaOTHTgQGmNo,3323
26
+ ory_client/models/attribute.py,sha256=zeBNwSVMaFtlW3dHuTV4dokk6u_BrP2K7ICt3mBzW8M,3257
27
+ ory_client/models/attribute_filter.py,sha256=n1EY8nfyZaUV0RexYcXA3jtWE6wrzore99GxfQzvDME,3885
28
+ ory_client/models/attributes_count_datapoint.py,sha256=uEsGsW7hHJ5geB8ed24hXODdW1dW_qwaCxxqS3h88cc,3426
29
+ ory_client/models/authenticator_assurance_level.py,sha256=-cdGbwwAF7ARhpnGZ7JIPoIGy1tEFfZBAjNVk3qFbxo,1310
30
+ ory_client/models/batch_patch_identities_response.py,sha256=H8BpZGk9yQ2XhGNKs3VCuoi41zNgJeJ1K5bm94F6b6w,3857
31
+ ory_client/models/check_opl_syntax_result.py,sha256=72XATQ76n1djH67T4sGg3WuTBtp9p4xSXVUlGjN9_S8,3722
32
+ ory_client/models/check_permission_result.py,sha256=V98uo5z63COc0AUGxIgbB34cjFeUI4BjyU0vP3x1gng,3326
33
+ ory_client/models/cloud_account.py,sha256=bY6MnBXDf3nVWOUafUCrHJC_fsO165TTggGmkdng11E,3286
34
+ ory_client/models/consistency_request_parameters.py,sha256=ja1UAbgkDM3iF8dRSqoKOcDkb6C49PZii8ACI3bsKww,4743
35
+ ory_client/models/continue_with.py,sha256=Ao_ik4YGLBqpOSgDk3n1A36Q_AAEvQ8ueowib7aL45w,9777
36
+ ory_client/models/continue_with_recovery_ui.py,sha256=Dfe8ePvncgB1Kq84tbFhhs8pmlie2a9Cl_H3Ms3eAZg,4058
37
+ ory_client/models/continue_with_recovery_ui_flow.py,sha256=zffOLYZj_I5qHwOY0go3onA7f5JfT67F1EGneIbo_AY,3413
38
+ ory_client/models/continue_with_set_ory_session_token.py,sha256=CPKrHqyjX0wr5UAKYiBLglYo8fc-2NOZVuNFskNgO74,3916
39
+ ory_client/models/continue_with_settings_ui.py,sha256=RjPoPWSA07iSSNUhu-_MOufKPTwLyw6f_Qm1p4fP5fY,4058
40
+ ory_client/models/continue_with_settings_ui_flow.py,sha256=dI4POU7KRa8piX1P69syUUIuFjs3thMvqkj7YW8kNyM,3266
41
+ ory_client/models/continue_with_verification_ui.py,sha256=qZ7WCDBlIxWOxBigl1T3H-7nRfv95D2bk--LbJ9Zrsc,4110
42
+ ory_client/models/continue_with_verification_ui_flow.py,sha256=uD4-tGErmNKwrOiN4OKppwHXh-YI1vp8KSABE6PsLec,3630
43
+ ory_client/models/courier_message_status.py,sha256=YKBYB0mxA6Tn86YkLO-TVhK9wYRRnuxcKGBBQ3pA2CY,926
44
+ ory_client/models/courier_message_type.py,sha256=vcLPNuDuUPWzK9zPTXrdkOHSfTEfBWAk4kDtj5yealQ,881
45
+ ory_client/models/create_custom_domain_body.py,sha256=MF5he64bNksYKaiGtDCYV_Y4uj7x1MnV2ivZlCFAc_0,4241
46
+ ory_client/models/create_event_stream_body.py,sha256=eK9d1i9671YBIub4qjnEGFhivT7MwNOfza1KzPvMsrg,3841
47
+ ory_client/models/create_identity_body.py,sha256=_SVOYxQY_2SrTp2fXgDUK6NxsI-SUrkFbFXfeAiI3BM,7785
48
+ ory_client/models/create_invite_response.py,sha256=WYNycPT5gFfoGkJmpCI5vgePdaUs8wVzdLnqWa758W4,4127
49
+ ory_client/models/create_json_web_key_set.py,sha256=iN9d3l2o-WoWBb10Axf85anMgsB9SYiMUny35kdYDvc,3855
50
+ ory_client/models/create_project_api_key_request.py,sha256=pz4SvyCjc9FSWtSvIl--j12_UPJ2BS5UvyUYwSCIG4U,3306
51
+ ory_client/models/create_project_body.py,sha256=cmLO4nYyHak5NYMbAKea5weNi7opXf3WTvqF5YZUdJk,3940
52
+ ory_client/models/create_project_branding.py,sha256=vXHaw1G22fsGT2cpu10n3zTyZJGOTNeCEhXyBwi3azI,4053
53
+ ory_client/models/create_project_member_invite_body.py,sha256=HF9GvMfAuvHn6Mep0EekUsZYDv7FcV_RzYdfuiTTRqQ,3357
54
+ ory_client/models/create_project_normalized_payload.py,sha256=M5HO_ulFsKPC9u1pw8Vg96Sy-h_EGGKsJM4LT4Zr2qY,98063
55
+ ory_client/models/create_recovery_code_for_identity_body.py,sha256=VPn8dwKbRxUSKufGwvWv3xCjmgYrRU9SPjuhT5BWZuI,4151
56
+ ory_client/models/create_recovery_link_for_identity_body.py,sha256=--d9C3sCQVEfUPEJ0_UUe3Z2PlZsYEvjxSoWSxSp3Kw,4145
57
+ ory_client/models/create_relationship_body.py,sha256=_O2_YWIueBE3_rp1YtdZ83ISd1P7n9x4LdYVw7ekm1k,4210
58
+ ory_client/models/create_subscription_body.py,sha256=VTgtBlSiU6oDKpc1dvFxq7sE13Pha4NfFNAub_NhrP8,4326
59
+ ory_client/models/create_subscription_common.py,sha256=6jfneFkqFBOiB8y9Q27pF4pXQZ6eO9kfbywImUYZeF0,4193
60
+ ory_client/models/create_verifiable_credential_request_body.py,sha256=PtMlELJ2Dmch9achx3pSqQZSPKZBLHyQvUbQGRad4rc,3805
61
+ ory_client/models/create_workspace_member_invite_body.py,sha256=YkzkKYI84fZ5OJKvXUjJ2TOHyzw5deS2Z_GIMK8CsMo,3359
62
+ ory_client/models/create_workspace_payload.py,sha256=JkbYqHFpxeQnZ7jM1BSoav0-o1d5kC11EqweUs7JneE,3256
63
+ ory_client/models/create_workspace_subscription_body.py,sha256=Al7V1JSyivVhad5tertRZXkJSTmHeUHMp0ibwxq3d_s,4221
64
+ ory_client/models/credential_supported_draft00.py,sha256=eoeSeqUDmt_riQUH5Qixfm8_desl_rIYdFtiHKbTEv4,4455
65
+ ory_client/models/custom_domain.py,sha256=eIoNjYzHaLDjyIakggNdy8X3uOkMrUan0gtHEeJe5Uc,5551
66
+ ory_client/models/delete_my_sessions_count.py,sha256=UW1Su-LkX88PyOq6-K1ksXUmxORQUc50IqfwfopfVKY,3306
67
+ ory_client/models/email_template_data.py,sha256=ohq5b8SCwaY_nBzPWPLJ4ngXVeDRouCzP2HSRigxfvU,3654
68
+ ory_client/models/email_template_data_body.py,sha256=Ujg1JJdyLGWTW4rhW9uckQDMKB8QPbgklnwdcHSeQYY,3281
69
+ ory_client/models/error_authenticator_assurance_level_not_satisfied.py,sha256=gS1BrwHjuVnO8tH1fNEwZQ7Yq4iWKfPAwzI1J3p3U2w,3823
70
+ ory_client/models/error_browser_location_change_required.py,sha256=Ijil1Hkafa9QiNGgO8qxwDH-EqChfYKZ4grEXivBw_c,3783
71
+ ory_client/models/error_flow_replaced.py,sha256=tQjwQJcxC97T0nXfWRoL1vOunOB7mMK6VWGRHEGemDY,3775
72
+ ory_client/models/error_generic.py,sha256=fvWpQKqveNorIkeutFoo5BYSYQAbXjT6nE4SSJBee-0,3488
73
+ ory_client/models/error_o_auth2.py,sha256=fykzYrcKR2xHGaHg9qYOTfBwrU8CSUwamaN7wZzhoIQ,3956
74
+ ory_client/models/event_stream.py,sha256=mTbv-PQpdHQnc5dZwh0z09PxejeLEvTmyrjyetQhkFk,3698
75
+ ory_client/models/expanded_permission_tree.py,sha256=xF0J_QAo7UeuEHrgR7CK5_tSfjcqNf6sfVcdeEsaA_Y,5023
76
+ ory_client/models/flow_error.py,sha256=gNeJHjbjNBlXU4PvVTRI9Gy7Dc8qJE5uqZpaS2rEreU,3706
77
+ ory_client/models/generic_error.py,sha256=pCLm9iEVXMziLBdnW0HW5JvZP_FEMczQQD8DXJPNhQw,5170
78
+ ory_client/models/generic_error_content.py,sha256=uIyJ90V69Hj1VWnpDVzyPfLyvBUtaLQ54OqcUTHGIEo,4082
79
+ ory_client/models/generic_usage.py,sha256=AWKQzmel_98X0Iw_jyeLNWEji215u3p-dz8JQ-YMlb4,3540
80
+ ory_client/models/get_attributes_count_response.py,sha256=q1TG9jyKcuoD5zKVRUluCBLflghRTiSu42P0NjTwriU,3837
81
+ ory_client/models/get_managed_identity_schema_location.py,sha256=_bAKPJISNuN2W7LiX8Hwm2Hv-IYG4AxjJ6FGhqVhu8s,3279
82
+ ory_client/models/get_metrics_event_attributes_response.py,sha256=2gJG25ywweYJgChtHy5aMT8_eUV3FkKt6XlNTuuQAHo,3402
83
+ ory_client/models/get_metrics_event_types_response.py,sha256=9vZJEU23CX-OHRM-mbg9U8jvvRiPdLDRLs9U-cZM0eQ,3382
84
+ ory_client/models/get_organization_response.py,sha256=MC37NveqY2iyxXkSi1KYNTY0emtMzqvtWJ0mhaMztPU,3538
85
+ ory_client/models/get_project_events_body.py,sha256=G5rfqoMissBaTEKFBcuRGLtn5p192ByTgLy7NIH5BOc,4650
86
+ ory_client/models/get_project_events_response.py,sha256=JMZINybVvhoV0jBs-Sxa4nyVJ-r8Fnk2tKhjWtflFPY,4127
87
+ ory_client/models/get_project_metrics_response.py,sha256=fVB7fS_xMyl6LCAG4VwaHeMDKFCNySPrHaWag6x0HSg,3793
88
+ ory_client/models/get_session_activity_response.py,sha256=xbQ4f3KnZhbShIDLDcyc1sItI06Tp4NV-KlzUqVUBO4,3837
89
+ ory_client/models/get_version200_response.py,sha256=3Yg6Xmro2DSVv5WPHhGyBHCY2Tp9JLVohD00PYTV-Lw,3265
90
+ ory_client/models/health_not_ready_status.py,sha256=Sn_CB_LdRQydufMTdSs7O1YN7DVMIfXveqxazUNXu-g,3342
91
+ ory_client/models/health_status.py,sha256=aO0okYlMJk9u8afa7NQaHIqR09LIfb22Dzy5pfIxlLA,3263
92
+ ory_client/models/identity.py,sha256=h-CJvRrkDznMOg-tay6jICFCixnTiGuwrIZES-Jsl4E,9392
93
+ ory_client/models/identity_credentials.py,sha256=wT4_Q6OFIpL4b3-7vToW_r8_dDxkcOEmSByoo9qXIcE,5306
94
+ ory_client/models/identity_credentials_code.py,sha256=gU4RBrDzRzO2TrWWCaPrmneIcoebcuD1XLmqmQOS8Lo,3710
95
+ ory_client/models/identity_credentials_oidc.py,sha256=Gz94Gzj8poyBjDA0ZFpaNNw8i8vyVwfaa7m46Ig0TYs,3784
96
+ ory_client/models/identity_credentials_oidc_provider.py,sha256=ceSjJf-2uNbpIt77UuucfB2AFVWSApyFU99IjPdeu_E,3913
97
+ ory_client/models/identity_credentials_password.py,sha256=clIepYI9ntjC404032baucZjpPcynrhJSXdmNSOBP9M,3385
98
+ ory_client/models/identity_patch.py,sha256=SxqfHVplIdCnmnC3VTDl-jbRa8dc3ppKKYWxbqDT5iE,3834
99
+ ory_client/models/identity_patch_response.py,sha256=tDQb9y93ch77TVJlGiw9G9GYrv6ihOVsKNBAocTewBQ,4031
100
+ ory_client/models/identity_schema_container.py,sha256=SvMIclhRYZS7g6WkA2b31hHRo0rJy2IS_wmEBDJnZKI,3482
101
+ ory_client/models/identity_schema_preset.py,sha256=CegEHmHhSmu7gLijOdrAYT4pejhtl9F_q6z842xsq6k,3403
102
+ ory_client/models/identity_with_credentials.py,sha256=z9CbHNGSwgql0jWSE_--F_a7DNvhfsOuSkzrdgWEoeg,4041
103
+ ory_client/models/identity_with_credentials_oidc.py,sha256=I8-B2uOyzgZn55fZ1FrZl9WARDr91apaKxbH3Waj8Xg,3641
104
+ ory_client/models/identity_with_credentials_oidc_config.py,sha256=4Y7K5V3uHXzyS0qsrGBueBToK9mVxbpcCB36-6tijsc,4415
105
+ ory_client/models/identity_with_credentials_oidc_config_provider.py,sha256=L2Ok09fEy81zXJMk26q3uH9idejXG1guHMRZKqfoHRk,3640
106
+ ory_client/models/identity_with_credentials_password.py,sha256=7AHdiUvoVsfOtjBorGpbQfkofNfcpa90CAmhq_0_fL8,3663
107
+ ory_client/models/identity_with_credentials_password_config.py,sha256=trQPcoP3PnHaaUooYAjSPSzHlVy1FVjbwbLPE0F_0Y8,3707
108
+ ory_client/models/internal_get_project_branding_body.py,sha256=ZvnElAGSdzTLPVeLvT_Zyins52iLm06iBdqTl_04Edo,3278
109
+ ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py,sha256=7UvEFVriWWg36DPUtRu8IxL4w9n0jmGfKguhFvJ1dzI,3522
110
+ ory_client/models/internal_is_owner_for_project_by_slug_body.py,sha256=Ec55KTsPYQJa17G76e-Xpa2gE3vVYZ_TRSHuaDDsu3o,4153
111
+ ory_client/models/internal_is_owner_for_project_by_slug_response.py,sha256=NRxZ8f3iMWhDul1hrrx1JJtj74-TI5tdjpGyjdVv4RA,3353
112
+ ory_client/models/introspected_o_auth2_token.py,sha256=7w5ibypndLthB29jTa6riRNbPJ0m9v2uF2hrT0hFigc,6816
113
+ ory_client/models/is_owner_for_project_by_slug.py,sha256=zdKhhJ-hsyZ1GPuYs44aUBNc8vSMnmzYhIS7q_ZCUJo,3479
114
+ ory_client/models/json_patch.py,sha256=PogZgH4h1soKRJZUcf0yWO-PyS2mZdl3LIOAZUGW2DU,4643
115
+ ory_client/models/json_web_key.py,sha256=xYM_u6iMVZ8LrZ6PZvHiXAsGZ2pmhos_Q0S7zE3R2a4,6294
116
+ ory_client/models/json_web_key_set.py,sha256=nXo1c3KuKIj_Gd1imbFuQCftPe6jRNqWG4PZwwUxoNw,3972
117
+ ory_client/models/keto_namespace.py,sha256=38JZTwQ-l0aI-Oicu5vv81qyiX7G-gdqelFbnOiDFcw,3276
118
+ ory_client/models/list_event_streams.py,sha256=PZnqk2msR2jRJfsfNeUAX6SaUHJv3dYaMW1TgZqb4Fo,3711
119
+ ory_client/models/list_my_workspaces_response.py,sha256=F_29hMZpUOEfaDSHTYfHqDeqEIud6cMkqoxl5KO-iiw,3930
120
+ ory_client/models/list_organizations_response.py,sha256=XqPIXZY6DEhq2Wnnhh5hxhRI2veOI0vyaFqf7GeUQP8,3722
121
+ ory_client/models/list_workspace_projects_response.py,sha256=KhFJ9IcpScFd6-iE5unjXdbWyHuYth3FekDeCP1IIWE,3916
122
+ ory_client/models/login_flow.py,sha256=AKSxY9ML8hZcSBmenMcVje3NLgLoZKMXOAenFkwpR_k,9529
123
+ ory_client/models/login_flow_state.py,sha256=CX2jX5x0OhR9a5bQkTrFGD24aZwbdCtNNysbATD-jKw,1163
124
+ ory_client/models/logout_flow.py,sha256=Qpn1CYNz_bL4rTkCB6cPK7-qdw2MhRfLt8cjGAxzCbs,3453
125
+ ory_client/models/managed_identity_schema.py,sha256=zI-jRL-ZncEfAEtVkeKJrl5u9mpHOk-k-wwqKTo2N_E,4697
126
+ ory_client/models/managed_identity_schema_validation_result.py,sha256=xzelaRnzXTM7Rj2ZdM-Bdw5t0-ccskvCgpG8wTcj7ko,3398
127
+ ory_client/models/member_invite.py,sha256=O9izM--Y3To9vHBW4zS-2X3PfU65liqhy9iXt1pxZz8,5910
128
+ ory_client/models/message.py,sha256=SOb-oLaporhTAZA-RFC72tx7uebjzOPpnZk0GG_kEE0,6303
129
+ ory_client/models/message_dispatch.py,sha256=9-Bsq3-7qllSfn9sPaomqzP2NFTDxkJ1Usg2SXtOBVs,4500
130
+ ory_client/models/metrics_datapoint.py,sha256=KYLbzb086Mcefq4xFxkZvFFiNTwJkUDZHAdnl2crguQ,3433
131
+ ory_client/models/migration_options.py,sha256=tgwCol_DtNHetVdTHLL6nhI_pT9YjzFBT2jE9DJA2jw,4654
132
+ ory_client/models/namespace.py,sha256=R2I62bykBbH-3jqqEhz-yLxaJQUedqyBgUgwBONXXiA,3235
133
+ ory_client/models/needs_privileged_session_error.py,sha256=SS76vuvQ-A_T1rMCZ6iAQHGyFud5qS0b75wg0TnlHYs,3731
134
+ ory_client/models/normalized_project.py,sha256=TJJ95pKABxwQtQARqMAFIEVzA6uLNsVFacRlSxPBDio,6996
135
+ ory_client/models/normalized_project_revision.py,sha256=yP_KXw8fw-mFGmz__swg1lES62jejbnFnsKF2AI8xUI,97476
136
+ ory_client/models/normalized_project_revision_courier_channel.py,sha256=uczTLPDycjwFk08VtLaylvLWlSJxIfHne_3_Ke4nbyw,7293
137
+ ory_client/models/normalized_project_revision_hook.py,sha256=uCwJz97gvV8CgwKSL6pV8NzpuJ3SNxnD0SqPdRs0NpA,7611
138
+ ory_client/models/normalized_project_revision_identity_schema.py,sha256=PBFOoLPqQ5wiDa_DHrwlvoTBaIjZKpluZEzd5ueP2uM,6154
139
+ ory_client/models/normalized_project_revision_third_party_provider.py,sha256=HC744t5ZReUHl2BhHhHOaSqFTAyxRRZge9ourIPeN-c,10062
140
+ ory_client/models/normalized_project_revision_tokenizer_template.py,sha256=3PHUKpdsGcTeUD2Cc0rm92BshnU2gYal-f9Hu2C0cco,5239
141
+ ory_client/models/o_auth2_client.py,sha256=KTaINjWpc1wKjwt2zLNJQEQ-w0uW8Y9EAY2UaDG_R-0,26805
142
+ ory_client/models/o_auth2_client_token_lifespans.py,sha256=qjhg9ojz9AVioiVX-B_g48AjOe73oiyyM9BTRawKgOE,13606
143
+ ory_client/models/o_auth2_consent_request.py,sha256=uTEYROov3JjVDfAF-X_mZqfXP2CW_J96pzr-7FIfYg8,7136
144
+ ory_client/models/o_auth2_consent_request_open_id_connect_context.py,sha256=tpNlOJ9R4UAKDvVK0xJGnF_zoj3kzcPZGnl_fMuhh34,6855
145
+ ory_client/models/o_auth2_consent_session.py,sha256=3-Sn7Tt2y2In0q8sFVYYntZvE-z_Ja-ZUc7BG2lilzg,5794
146
+ ory_client/models/o_auth2_consent_session_expires_at.py,sha256=bRGbNh2ljZmN3Dk8IjbBKqHdKLKijrN142ldkSrUXaA,3749
147
+ ory_client/models/o_auth2_login_request.py,sha256=hzTxbeMkGS6_-9EubADjUkUakBoWgOT10ZQF9rOfFLc,6339
148
+ ory_client/models/o_auth2_logout_request.py,sha256=XVDEZkoDWQ4aSpxnHzDCdpAj4DT4kI2MFF9zhLBNToc,4584
149
+ ory_client/models/o_auth2_redirect_to.py,sha256=1lN10-JUb7jTDReNVkbXFflW4pOSrTLQirlyZJBO7Yw,3412
150
+ ory_client/models/o_auth2_token_exchange.py,sha256=3I8GODRmy1k4HXUnd-lQEWED5j-r180PMy6xwCixcZM,4446
151
+ ory_client/models/oidc_configuration.py,sha256=RUeUQti3hkQi37u2oGTo0PvUCAzXisphi43usK2hNzY,15948
152
+ ory_client/models/oidc_user_info.py,sha256=cHCdd5y2De52Pu-TyFfnh-w_T1HKxg19W-21z0lwWcA,10358
153
+ ory_client/models/organization.py,sha256=AHan3L-gOuAKmw4Aju1odp8RQrXlU8oUbR5wFHYdzM0,4041
154
+ ory_client/models/organization_body.py,sha256=rJbnKvrqdSIZJI7d4c6hnoChlHZc7AUVdHv9dy2PhNo,3492
155
+ ory_client/models/pagination.py,sha256=a_kiasbY1xpUGEMMq5qM0EPE5_FFDF1ocE6JfpShIMo,3927
156
+ ory_client/models/pagination_headers.py,sha256=EMsXL_AJpdh3L_cDGSXM5wu9Yjcl1CAXMJnK4ORnqcI,3647
157
+ ory_client/models/parse_error.py,sha256=Fw9Kw7MAUvOAdJC96F9rloLqbbSKET4eQGK0SIXZjgM,3858
158
+ ory_client/models/patch_identities_body.py,sha256=l7rZxLbkVMOg802OIJZuIQojv-bkEQH7eH7ebz60V-8,3798
159
+ ory_client/models/perform_native_logout_body.py,sha256=04GUvlRkg9sx9Sne6zosd-O5cpkDj43lec13sspsCso,3331
160
+ ory_client/models/permissions_on_workpace_response.py,sha256=bmdnGPml0hSy2rrxLBWxnQ2gTz0Ok3lv54kkPzNb0yw,3312
161
+ ory_client/models/plan.py,sha256=v4DJsPkzi4iprhulUOD-etpnhIffCxbdjhncQp_LamU,3385
162
+ ory_client/models/plan_details.py,sha256=8WQbC4SpfNOBsz8U7mIbwNOY_xNXeEbRS5QvqMGvFT0,5058
163
+ ory_client/models/post_check_permission_body.py,sha256=F0E7iTV1YZKPPW_nDW0P8XAlMoIpZv6Th-NadNzR8xU,4221
164
+ ory_client/models/post_check_permission_or_error_body.py,sha256=StbSlJArWVv6ztVDwC1l5kijGHfHkEify3q2GKYIR2Y,4237
165
+ ory_client/models/project.py,sha256=4680KRvACt31UPXFnGF3ewh7wmkR4aVvb9wg31CsnCg,5803
166
+ ory_client/models/project_api_key.py,sha256=gXmqRsD1rFYTJbuo4XNXkv3hUCXMjpieOitAP6D92JU,4598
167
+ ory_client/models/project_branding.py,sha256=NXOqJL1j9UJ5RaLZhOqEr4mW0jg3ZejNP5O9U35AQkM,4854
168
+ ory_client/models/project_branding_colors.py,sha256=wDYuU6M095nWhNFHirJywEtMy0XlL_zZQo4fPx_5oRM,10787
169
+ ory_client/models/project_branding_theme.py,sha256=uYXtIF-_9Grkih2nX63qjB12rPbG8n6g9Bq8i5fjk90,12657
170
+ ory_client/models/project_cors.py,sha256=0rWFbFLb-Gocz-w4MxKC0g3no3TkoYh44EYQy0xWEpw,3603
171
+ ory_client/models/project_events_datapoint.py,sha256=jH1hyql58y0rUKjDO4XTHiARdEq6s6nJ6mm5EAugmDM,4003
172
+ ory_client/models/project_host.py,sha256=6x9y7nKuN3L9Mw1feeVR3bCCh9Z27j32q0LdgvB0H0w,3510
173
+ ory_client/models/project_member.py,sha256=GbMWNlsCc0p9fpoPeAqQBabHubTY41aL2Fxh6f0plz0,3355
174
+ ory_client/models/project_metadata.py,sha256=EWWIpfl-951VrFobQuon03doR4Hr7vIG4ZVAxhs92Ws,6410
175
+ ory_client/models/project_service_identity.py,sha256=44u-AugU6OGIyQiAbh_LcBanErugwdW5pmbDH13s8dw,3202
176
+ ory_client/models/project_service_o_auth2.py,sha256=s3ip0hZnFNyL5L5cR6Rgg6FoTeMeM3wT345_feIMuQg,3194
177
+ ory_client/models/project_service_permission.py,sha256=DunP8LlF6Cj8_769abpBKU5gbs0gNA3YZSw_LVXIuSA,3210
178
+ ory_client/models/project_services.py,sha256=qmrtB9ylJy7ZzY6T9FWZYbv6HVzuz623PWOE2ab5o_o,4406
179
+ ory_client/models/quota_usage.py,sha256=dNKUiHL6vARwVQPUJ4lfZF_PH1fqaqWVA_fwIaFkFxU,6074
180
+ ory_client/models/recovery_code_for_identity.py,sha256=PwtHc_T5gILH7Bf8_zr9AjmKRgbuMGfQXGEAT03TVX8,3871
181
+ ory_client/models/recovery_flow.py,sha256=WSi8pOdUt-2_LptS03FTDOfEokzkkAOQTnpHqPxD7Mg,6608
182
+ ory_client/models/recovery_flow_state.py,sha256=7vtgejI9yceIU1-MXVgZCc29Hz8XFy4hr5GBCdBp7oc,1177
183
+ ory_client/models/recovery_identity_address.py,sha256=xwF-gwXo914ed3nVpdsTiqi25UZ5MzzkanS1l4wGy-o,3751
184
+ ory_client/models/recovery_link_for_identity.py,sha256=8_5GcZfjv8MTXuBNX2fyTvEObBReGA-K8n_zgZHN0OM,3622
185
+ ory_client/models/registration_flow.py,sha256=PWCkLzrNTyFjaz6EWDPRbokickUy4SjQ3eDehmMpSV0,8544
186
+ ory_client/models/registration_flow_state.py,sha256=Rj7uc9qlwa0wo2CiqUBFsLW68IIDXiuqdYCRTYd0sU0,1133
187
+ ory_client/models/reject_o_auth2_request.py,sha256=_o5uNfIuvTdghwpqm7YrOf3WY1Ou0-cDTSA-dcDNSTk,4269
188
+ ory_client/models/relation_query.py,sha256=Af55MR-a_pNEDzOTM_k8eQduXF9Q2TAWuQf-SF3Dypo,4165
189
+ ory_client/models/relationship.py,sha256=4qSSonSAJJ6WCnAzWzBilxPFNi7U83V8zIiJmMFKPPM,4140
190
+ ory_client/models/relationship_namespaces.py,sha256=hpqRkMDWFnRrb1T26U54xNEtbTn-lM6PQxzOQyYsbXs,3703
191
+ ory_client/models/relationship_patch.py,sha256=G8cSgpTFwm9_fL7VSMaJq-ERlM2tCXVmDOSeo5JdKgo,4006
192
+ ory_client/models/relationships.py,sha256=IRTVJrFqxN-OQo19EoRMgjCvxHHw1CISWPkQp2Sglps,4031
193
+ ory_client/models/rfc6749_error_json.py,sha256=X7_n8ylhCNBd9Dli2xPbIQ_nI3fKmrsUaKpspAPZFCo,3678
194
+ ory_client/models/schema_patch.py,sha256=IhqW394mTyH4SdNfIibLhUD9QdP9Kah5W9bKQ5xIBzI,3324
195
+ ory_client/models/self_service_flow_expired_error.py,sha256=AazPZMRjChkpnub6Kzr1BLa2PQCLGgtYBnn-QPPpReo,4263
196
+ ory_client/models/session.py,sha256=BJH7Zp7XN52CrAyYcvXip-9fTaNXBmdXHltVwfWhtag,6685
197
+ ory_client/models/session_activity_datapoint.py,sha256=xEoFf8gBCSZ8dsgXdeARmNHIq5T_MUr2qBunj1Thsas,3594
198
+ ory_client/models/session_authentication_method.py,sha256=gUyfBhI8zVafGWBK25p78hsWS1iba6UP0U1p5peqlP4,4598
199
+ ory_client/models/session_device.py,sha256=vklMQJ3hVownubZk_mtl-jKv76fvvzWOo-3xEy5jJ6E,3726
200
+ ory_client/models/set_active_project_in_console_body.py,sha256=Bn5wDjjks-RyM6FybQ8q0BiInqy1_moKEWGY-JjoJWU,3376
201
+ ory_client/models/set_custom_domain_body.py,sha256=veC8nccCa5uD3iTH2LmNOcO9swDZacfqEb64VRTYfPw,4215
202
+ ory_client/models/set_event_stream_body.py,sha256=5jzXX8W3Vxi5i12-cJ9ihs8rv-ZLfOA42lf9g9vMHDs,3824
203
+ ory_client/models/set_project.py,sha256=y6W6Me16iZXuZlokpegZCYi-RdGPVYzuJeBMS_8GnbY,4326
204
+ ory_client/models/set_project_branding_theme_body.py,sha256=M96LhDZJVRHQcLrhPlBpPRTzLdbO-T3qSPUU0-ui1P4,4288
205
+ ory_client/models/settings_flow.py,sha256=U0dEhfiPJIcDq0cN1W-rgs8OdHYbW_2RiIUigvk9-Po,7279
206
+ ory_client/models/settings_flow_state.py,sha256=Arw92i9CraG0_-yL9qW6QBd5UdknhJkoqbbjbCFC-SA,1229
207
+ ory_client/models/source_position.py,sha256=cd5pK6Q3HC7FMfHsj2sk9VrpKvdtNrMuPfYYw3zeSi8,3321
208
+ ory_client/models/subject_set.py,sha256=RAxsu_cVZWeSK1pivFICBB2hl1_WwflwRrQ5zcHGqQI,3485
209
+ ory_client/models/subscription.py,sha256=fbMnZDgalR7gpKGZwoRzvzABlQX5Vi4BZT0z0ggfqfY,9494
210
+ ory_client/models/successful_code_exchange_response.py,sha256=TnRInaE4fXdXeNlqdpVMnRLawkdknAF02NoZ3iCSnzM,3925
211
+ ory_client/models/successful_native_login.py,sha256=mvQhJOEIbJTymv0I7_w5Ap8UMGVUAnrMJm8Yt9cpOfM,4731
212
+ ory_client/models/successful_native_registration.py,sha256=fM38p_XzMpHqNoX4R1B6GYHYIJMzG3ktJSYpRkQ8A0E,5223
213
+ ory_client/models/successful_project_update.py,sha256=z9II9hR4dkDW_PxIS3KVS9pla1_b3qN3o2qQ-HHInG4,4445
214
+ ory_client/models/token_pagination.py,sha256=kel_1S960gl9PWaQCmcXHFDhCJmhdmdA4Ey4ajSwPtM,3947
215
+ ory_client/models/token_pagination_headers.py,sha256=yKaMeaFozb1A-MamGd9uvxu19jnzn2-B2ELNektxHl4,3667
216
+ ory_client/models/token_pagination_request_parameters.py,sha256=NdwLaOwJHGTwOMwUHHl5tik2W3_hItw92fEts9wveaU,4332
217
+ ory_client/models/token_pagination_response_headers.py,sha256=hILRp-NOSabfldFnGh7azzPeD-pr2nsyF1qruVlozPc,4472
218
+ ory_client/models/trust_o_auth2_jwt_grant_issuer.py,sha256=-ku4VEX6bjoBiznrcWRca3JRqL4TNeuVgV2Hnm-hHNE,4657
219
+ ory_client/models/trusted_o_auth2_jwt_grant_issuer.py,sha256=0CV2FOYm_AkncLQVyn9SQJ_wbzV7Q9yzSL09PHQqUxE,5167
220
+ ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py,sha256=FWMG9yPYIGVk1sjimiANW-zTht6RjIeG01ECkZteN_o,3601
221
+ ory_client/models/ui_container.py,sha256=KSq_AhnMixRpXw5JT8H8AmWwJGZdKIhWrgY13fvE0gI,4543
222
+ ory_client/models/ui_node.py,sha256=1BmOz5hEzGsdoUCotRkcfnVR4YFgCQr-Jv6C29aXcwY,5771
223
+ ory_client/models/ui_node_anchor_attributes.py,sha256=HMQu8EKyDx5y1p_VdepoojyTMnB4a8W8NuWKNLbagX0,4365
224
+ ory_client/models/ui_node_attributes.py,sha256=-sXM5hDyzrFSpoAdsepEbC8bkeffnftZ9gfKgmlggms,10718
225
+ ory_client/models/ui_node_image_attributes.py,sha256=dKLbHCwxv-tbd8vDATOdTZRjzBDJ3VoJ1cUaocE2GvI,4262
226
+ ory_client/models/ui_node_input_attributes.py,sha256=Bi76EVXDkJ4cgZ1_Wq2pLV0wOlC6I3TWzYZYUVkyW34,7408
227
+ ory_client/models/ui_node_meta.py,sha256=CdMpIldkddSkYSBJuVt0G2lekJaBbk5glLoXz9luJpY,3508
228
+ ory_client/models/ui_node_script_attributes.py,sha256=1j1fFfb2UHAhpdddqkEvNPkT48m9XgbVh7BK8k-mKz8,5024
229
+ ory_client/models/ui_node_text_attributes.py,sha256=HdTkDyHTkeBvV_wP_0bbp4F0tzB5SBzIa9kbwt1JznU,4215
230
+ ory_client/models/ui_text.py,sha256=1O-_ZY4RB0cCu43OUMTCo5RLZJXE5bE4ejpKLh3J48A,3909
231
+ ory_client/models/update_identity_body.py,sha256=2NeLGSPF6sSGjV7C-Jhd2Ch2Y5CYTjIUDVRtY902KJI,5685
232
+ ory_client/models/update_login_flow_body.py,sha256=oO9-fiVdpZIr9OXFtZ1OcZ-EaSh0NyGhSjp9ap0Ctjg,14987
233
+ ory_client/models/update_login_flow_with_code_method.py,sha256=vRNZhwv4NRdnb7R0fgLiA2ma7bGbj8TLaBhkO37wNGQ,4322
234
+ ory_client/models/update_login_flow_with_lookup_secret_method.py,sha256=6SDjagQoJlJ3u3UY01H9KkZgjv58xylJApKT5lmC1HA,3755
235
+ ory_client/models/update_login_flow_with_oidc_method.py,sha256=fwiIBd2uLzX766Y1YjTaYo2GhYhr-N8U1uZQ-ETb1YM,5794
236
+ ory_client/models/update_login_flow_with_passkey_method.py,sha256=bNf5BSh5zUl9EG89GmucPhdHFEOmJX4I_eGfPja24nc,3811
237
+ ory_client/models/update_login_flow_with_password_method.py,sha256=EN2Mmhkcpmu1olW3fN5Wbbcc6Tk0wHJQVrMGbzG_-rs,4381
238
+ ory_client/models/update_login_flow_with_totp_method.py,sha256=trB9GO3mQXVr04UoXdXUpwuD2GT5sr7W7ngnM_pbmMg,3898
239
+ ory_client/models/update_login_flow_with_web_authn_method.py,sha256=CrTqksHyOH2H3OLT3Bg8KNcF6VgEOZyDt0Gf_hWrQow,4213
240
+ ory_client/models/update_recovery_flow_body.py,sha256=VwpgiuUrnKIjL9o7OmwebyZR2sGMBiFLqtHVooSI9w0,7359
241
+ ory_client/models/update_recovery_flow_with_code_method.py,sha256=gvO-SxgtZwmK5SD515TfBm5ed8tHqaiKX01Dtw5m3tU,4977
242
+ ory_client/models/update_recovery_flow_with_link_method.py,sha256=UXe91arTFyOhAMGj6lknVWzRL91AIQYO_lMYMId1Rho,4464
243
+ ory_client/models/update_registration_flow_body.py,sha256=Aq7hCHfG144_F6EUWNUhIHulkhAZVRY4dkkYfZcHlwI,12691
244
+ ory_client/models/update_registration_flow_with_code_method.py,sha256=Wthyi289FpJUT04krSzp9qFsBHO4VKeQsYWH4anP1PE,4176
245
+ ory_client/models/update_registration_flow_with_oidc_method.py,sha256=AszTRVPHkDc22Z_zh-y3dUgT4Tt-fm7Tjdgd4yfVnAE,5775
246
+ ory_client/models/update_registration_flow_with_passkey_method.py,sha256=EfhVsl8aKnqFs5PC6CXcHfAYeOj_mLp2GMmB0zJKQrY,4200
247
+ ory_client/models/update_registration_flow_with_password_method.py,sha256=o0MeylbiWekv1aEGG8LmVVmAL3141G4JwDZ0jktEUbA,4035
248
+ ory_client/models/update_registration_flow_with_profile_method.py,sha256=1haz7-HDW_fCT_RIV91a4ntezp5uOKxOpiyD-8seUeM,4207
249
+ ory_client/models/update_registration_flow_with_web_authn_method.py,sha256=3u82N9PydFbKw7d3q_z97vrUFJ2mRlBTxJ0hcjsbDgw,4541
250
+ ory_client/models/update_settings_flow_body.py,sha256=30jx4YRp2IvOZI7ueduhBo0mXd2924BYmJkcCE0GADE,15420
251
+ ory_client/models/update_settings_flow_with_lookup_method.py,sha256=w4sh_UXfKmXCet2qxb9nmngE18IiBAekV2vlk0N7LXY,4702
252
+ ory_client/models/update_settings_flow_with_oidc_method.py,sha256=PNsG-1HkFDsX63GmnV8KLs9aHMzTEHW_ZRDQKPlbAnA,5105
253
+ ory_client/models/update_settings_flow_with_passkey_method.py,sha256=ePFxLnL1kWU_txnHBHmFMck6diHclEgBVeR54s_kXJU,4129
254
+ ory_client/models/update_settings_flow_with_password_method.py,sha256=YQohziFVA_NmzSSUXu9tLL3YgMaELIKQOeIx5NFxRh0,3897
255
+ ory_client/models/update_settings_flow_with_profile_method.py,sha256=qGBIIK5V79Lrhl4uenSiWZkDCWfCgU9KeTesb9-wUmk,3933
256
+ ory_client/models/update_settings_flow_with_totp_method.py,sha256=LsZxDwTqkmr49lEfnQSjzTFtt4kxTmRc0VOvgpH62uI,4235
257
+ ory_client/models/update_settings_flow_with_web_authn_method.py,sha256=CLwzEP_C1xL8SE-Jqa4BfgOBfKjhoKfBtk6ze6pjTSc,4643
258
+ ory_client/models/update_subscription_body.py,sha256=wOMNvBwd1Z4Jqo3JO6aJr1IOZM3_qAlyUyM3ZlDXZWE,3736
259
+ ory_client/models/update_verification_flow_body.py,sha256=7RGBlESRCTzXI2b_EIFxoYs0u1EjRUszAuvBmr6W_kA,7567
260
+ ory_client/models/update_verification_flow_with_code_method.py,sha256=8bSkDPRiSUQ0Z448fpulqCTNMDTBDcm5bR-QOxaVi0I,4991
261
+ ory_client/models/update_verification_flow_with_link_method.py,sha256=fRd40Um40J_sWrAX86sGA2ybQn6E8zM3KRzO4lL7F7w,4499
262
+ ory_client/models/update_workspace_payload.py,sha256=l-1yEV4f5Rc_0ZV513mVnEl6Pg3SFKrS44Jz3CoDQNU,3257
263
+ ory_client/models/usage.py,sha256=2fggeEFe2z7Hsk09_qRVDT3pr6XSNhyIr-oEg5v-zEM,3542
264
+ ory_client/models/verifiable_credential_priming_response.py,sha256=3lLf-j-1LurdyobXdekIbMV8XHrGkvSh3dsi7Tl9VIc,4076
265
+ ory_client/models/verifiable_credential_proof.py,sha256=IjqJkMbyaJuiaSfys4kPomj5gTxOoZoLXMmPXAQAeCg,3341
266
+ ory_client/models/verifiable_credential_response.py,sha256=mPXiC1dT_4CLvpefs5Lhh5M5rq35fQIBHTJci2bxo0Y,3401
267
+ ory_client/models/verifiable_identity_address.py,sha256=7GLDZouoaCiSuAFZw30jdB3p7_YFEwsvuxaVjIqgOlM,4633
268
+ ory_client/models/verification_flow.py,sha256=AEX8WxGnanKdC2ydzcwOJh-KkCY6GHdGWCuHbIVWtaU,6071
269
+ ory_client/models/verification_flow_state.py,sha256=fhDQs3sa3zYMEP0oAiALSO1dqOB99A7K0hGnE6G_jyc,1189
270
+ ory_client/models/version.py,sha256=Qqh3hznju2IIaq6YRpBHq-f1FqdIjuzQRNWSg_OXK8Q,3250
271
+ ory_client/models/warning.py,sha256=shI829e8dMJCU9NK8ePmTLjCsABNR33X6eo4CAbnTpw,3272
272
+ ory_client/models/workspace.py,sha256=SbBky7meCil25vqCDx7Xj0DKOucK_Su8dKJ2MIl6BqU,3790
273
+ ory_client/models/workspace_meta.py,sha256=n19TXql_ftfa7n5PtXBRvwQBO6LRhckrzbKn0CNjlEU,4191
274
+ ory_client-1.11.7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
275
+ ory_client-1.11.7.dist-info/METADATA,sha256=3-7ASvjUzSeBX9XUMUp_Ayos5FK4qMrL_SXi3qIRsHA,608
276
+ ory_client-1.11.7.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
277
+ ory_client-1.11.7.dist-info/top_level.txt,sha256=0De6AV7uRK9cg2KDRdQT-mC1JEQ4oTxArmZm8VX6bBc,11
278
+ ory_client-1.11.7.dist-info/RECORD,,