ory-client 1.4.9__py3-none-any.whl → 1.5.1__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 (304) 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 +614 -0
  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/apis/__init__.py +1 -0
  16. ory_client/configuration.py +3 -3
  17. ory_client/exceptions.py +1 -1
  18. ory_client/model/accept_o_auth2_consent_request.py +1 -1
  19. ory_client/model/accept_o_auth2_consent_request_session.py +1 -1
  20. ory_client/model/accept_o_auth2_login_request.py +1 -1
  21. ory_client/model/active_project_in_console.py +1 -1
  22. ory_client/model/attribute.py +1 -1
  23. ory_client/model/attribute_filter.py +1 -1
  24. ory_client/model/attributes_count_datapoint.py +1 -1
  25. ory_client/model/authenticator_assurance_level.py +1 -1
  26. ory_client/model/batch_patch_identities_response.py +1 -1
  27. ory_client/model/check_opl_syntax_result.py +1 -1
  28. ory_client/model/check_permission_result.py +1 -1
  29. ory_client/model/cloud_account.py +1 -1
  30. ory_client/model/consistency_request_parameters.py +1 -1
  31. ory_client/model/continue_with.py +1 -1
  32. ory_client/model/continue_with_recovery_ui.py +1 -1
  33. ory_client/model/continue_with_recovery_ui_flow.py +1 -1
  34. ory_client/model/continue_with_set_ory_session_token.py +1 -1
  35. ory_client/model/continue_with_settings_ui.py +1 -1
  36. ory_client/model/continue_with_settings_ui_flow.py +1 -1
  37. ory_client/model/continue_with_verification_ui.py +1 -1
  38. ory_client/model/continue_with_verification_ui_flow.py +1 -1
  39. ory_client/model/courier_message_status.py +1 -1
  40. ory_client/model/courier_message_type.py +1 -1
  41. ory_client/model/create_custom_domain_body.py +1 -1
  42. ory_client/model/create_event_stream_body.py +287 -0
  43. ory_client/model/create_identity_body.py +1 -1
  44. ory_client/model/create_invite_response.py +1 -1
  45. ory_client/model/create_json_web_key_set.py +1 -1
  46. ory_client/model/create_member_invite_response.py +1 -1
  47. ory_client/model/create_project_api_key_request.py +1 -1
  48. ory_client/model/create_project_body.py +1 -1
  49. ory_client/model/create_project_branding.py +1 -1
  50. ory_client/model/create_project_member_invite_body.py +1 -1
  51. ory_client/model/create_project_normalized_payload.py +11 -1
  52. ory_client/model/create_recovery_code_for_identity_body.py +1 -1
  53. ory_client/model/create_recovery_link_for_identity_body.py +1 -1
  54. ory_client/model/create_relationship_body.py +1 -1
  55. ory_client/model/create_subscription_body.py +1 -1
  56. ory_client/model/create_verifiable_credential_request_body.py +1 -1
  57. ory_client/model/create_workspace_member_invite_body.py +1 -1
  58. ory_client/model/credential_supported_draft00.py +1 -1
  59. ory_client/model/custom_domain.py +1 -1
  60. ory_client/model/delete_my_sessions_count.py +1 -1
  61. ory_client/model/email_template_data.py +1 -1
  62. ory_client/model/email_template_data_body.py +1 -1
  63. ory_client/model/error_authenticator_assurance_level_not_satisfied.py +1 -1
  64. ory_client/model/error_browser_location_change_required.py +1 -1
  65. ory_client/model/error_flow_replaced.py +1 -1
  66. ory_client/model/error_generic.py +1 -1
  67. ory_client/model/error_o_auth2.py +1 -1
  68. ory_client/model/event_stream.py +284 -0
  69. ory_client/model/expanded_permission_tree.py +1 -1
  70. ory_client/model/flow_error.py +1 -1
  71. ory_client/model/generic_error.py +1 -1
  72. ory_client/model/generic_error_content.py +1 -1
  73. ory_client/model/generic_usage.py +1 -1
  74. ory_client/model/get_attributes_count_response.py +1 -1
  75. ory_client/model/get_managed_identity_schema_location.py +1 -1
  76. ory_client/model/get_metrics_event_attributes_response.py +1 -1
  77. ory_client/model/get_metrics_event_types_response.py +1 -1
  78. ory_client/model/get_organization_response.py +1 -1
  79. ory_client/model/get_project_events_body.py +1 -1
  80. ory_client/model/get_project_events_response.py +1 -1
  81. ory_client/model/get_project_metrics_response.py +1 -1
  82. ory_client/model/get_session_activity_response.py +1 -1
  83. ory_client/model/get_version200_response.py +1 -1
  84. ory_client/model/health_not_ready_status.py +1 -1
  85. ory_client/model/health_status.py +1 -1
  86. ory_client/model/identity.py +1 -1
  87. ory_client/model/identity_credentials.py +1 -1
  88. ory_client/model/identity_credentials_code.py +1 -1
  89. ory_client/model/identity_credentials_oidc.py +1 -1
  90. ory_client/model/identity_credentials_oidc_provider.py +1 -1
  91. ory_client/model/identity_credentials_password.py +1 -1
  92. ory_client/model/identity_credentials_type.py +1 -1
  93. ory_client/model/identity_patch.py +1 -1
  94. ory_client/model/identity_patch_response.py +1 -1
  95. ory_client/model/identity_schema_container.py +1 -1
  96. ory_client/model/identity_schema_preset.py +1 -1
  97. ory_client/model/identity_schema_presets.py +1 -1
  98. ory_client/model/identity_schemas.py +1 -1
  99. ory_client/model/identity_state.py +1 -1
  100. ory_client/model/identity_with_credentials.py +1 -1
  101. ory_client/model/identity_with_credentials_oidc.py +1 -1
  102. ory_client/model/identity_with_credentials_oidc_config.py +1 -1
  103. ory_client/model/identity_with_credentials_oidc_config_provider.py +1 -1
  104. ory_client/model/identity_with_credentials_password.py +1 -1
  105. ory_client/model/identity_with_credentials_password_config.py +1 -1
  106. ory_client/model/internal_get_project_branding_body.py +1 -1
  107. ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
  108. ory_client/model/internal_is_owner_for_project_by_slug_body.py +1 -1
  109. ory_client/model/internal_is_owner_for_project_by_slug_response.py +1 -1
  110. ory_client/model/internal_provision_mock_subscription.py +1 -1
  111. ory_client/model/introspected_o_auth2_token.py +1 -1
  112. ory_client/model/is_owner_for_project_by_slug.py +1 -1
  113. ory_client/model/is_ready200_response.py +1 -1
  114. ory_client/model/is_ready503_response.py +1 -1
  115. ory_client/model/json_patch.py +1 -1
  116. ory_client/model/json_patch_document.py +1 -1
  117. ory_client/model/json_web_key.py +1 -1
  118. ory_client/model/json_web_key_set.py +1 -1
  119. ory_client/model/keto_namespace.py +1 -1
  120. ory_client/model/keto_namespaces.py +1 -1
  121. ory_client/model/list_custom_domains.py +1 -1
  122. ory_client/model/list_event_streams.py +270 -0
  123. ory_client/model/list_my_workspaces_response.py +1 -1
  124. ory_client/model/list_organizations_response.py +1 -1
  125. ory_client/model/login_flow.py +1 -1
  126. ory_client/model/login_flow_state.py +1 -1
  127. ory_client/model/logout_flow.py +1 -1
  128. ory_client/model/managed_identity_schema.py +1 -1
  129. ory_client/model/managed_identity_schema_validation_result.py +1 -1
  130. ory_client/model/managed_identity_schemas.py +1 -1
  131. ory_client/model/member_invite.py +1 -1
  132. ory_client/model/member_invites.py +1 -1
  133. ory_client/model/message.py +7 -4
  134. ory_client/model/message_dispatch.py +1 -1
  135. ory_client/model/metrics_datapoint.py +1 -1
  136. ory_client/model/namespace.py +1 -1
  137. ory_client/model/needs_privileged_session_error.py +1 -1
  138. ory_client/model/normalized_project.py +1 -1
  139. ory_client/model/normalized_project_revision.py +11 -1
  140. ory_client/model/normalized_project_revision_courier_channel.py +328 -0
  141. ory_client/model/normalized_project_revision_hook.py +1 -1
  142. ory_client/model/normalized_project_revision_identity_schema.py +1 -1
  143. ory_client/model/normalized_project_revision_identity_schemas.py +1 -1
  144. ory_client/model/normalized_project_revision_third_party_provider.py +1 -1
  145. ory_client/model/normalized_project_revision_tokenizer_template.py +1 -1
  146. ory_client/model/normalized_project_revision_tokenizer_templates.py +1 -1
  147. ory_client/model/normalized_projects.py +1 -1
  148. ory_client/model/null_duration.py +1 -1
  149. ory_client/model/o_auth2_client.py +1 -1
  150. ory_client/model/o_auth2_client_token_lifespans.py +1 -1
  151. ory_client/model/o_auth2_consent_request.py +1 -1
  152. ory_client/model/o_auth2_consent_request_open_id_connect_context.py +1 -1
  153. ory_client/model/o_auth2_consent_session.py +1 -1
  154. ory_client/model/o_auth2_consent_session_expires_at.py +1 -1
  155. ory_client/model/o_auth2_consent_sessions.py +1 -1
  156. ory_client/model/o_auth2_login_request.py +11 -15
  157. ory_client/model/o_auth2_logout_request.py +1 -1
  158. ory_client/model/o_auth2_redirect_to.py +1 -1
  159. ory_client/model/o_auth2_token_exchange.py +1 -1
  160. ory_client/model/oidc_configuration.py +1 -1
  161. ory_client/model/oidc_user_info.py +1 -1
  162. ory_client/model/organization.py +1 -1
  163. ory_client/model/organization_body.py +1 -1
  164. ory_client/model/pagination.py +1 -1
  165. ory_client/model/pagination_headers.py +1 -1
  166. ory_client/model/parse_error.py +1 -1
  167. ory_client/model/patch_identities_body.py +1 -1
  168. ory_client/model/perform_native_logout_body.py +1 -1
  169. ory_client/model/permissions_on_project.py +1 -1
  170. ory_client/model/plan.py +1 -1
  171. ory_client/model/plan_details.py +1 -1
  172. ory_client/model/plans.py +1 -1
  173. ory_client/model/post_check_permission_body.py +1 -1
  174. ory_client/model/post_check_permission_or_error_body.py +1 -1
  175. ory_client/model/pricing.py +1 -1
  176. ory_client/model/project.py +1 -1
  177. ory_client/model/project_api_key.py +1 -1
  178. ory_client/model/project_api_keys.py +1 -1
  179. ory_client/model/project_branding.py +1 -1
  180. ory_client/model/project_branding_colors.py +1 -1
  181. ory_client/model/project_branding_theme.py +1 -1
  182. ory_client/model/project_branding_themes.py +1 -1
  183. ory_client/model/project_cors.py +1 -1
  184. ory_client/model/project_events_datapoint.py +1 -1
  185. ory_client/model/project_host.py +1 -1
  186. ory_client/model/project_member.py +1 -1
  187. ory_client/model/project_members.py +1 -1
  188. ory_client/model/project_metadata.py +1 -1
  189. ory_client/model/project_metadata_list.py +1 -1
  190. ory_client/model/project_revision_hooks.py +1 -1
  191. ory_client/model/project_revision_identity_schemas.py +1 -1
  192. ory_client/model/project_revision_third_party_login_providers.py +1 -1
  193. ory_client/model/project_revisions.py +1 -1
  194. ory_client/model/project_service_identity.py +1 -1
  195. ory_client/model/project_service_o_auth2.py +1 -1
  196. ory_client/model/project_service_permission.py +1 -1
  197. ory_client/model/project_services.py +1 -1
  198. ory_client/model/projects.py +1 -1
  199. ory_client/model/quota_usage.py +4 -3
  200. ory_client/model/recovery_code_for_identity.py +1 -1
  201. ory_client/model/recovery_flow.py +1 -1
  202. ory_client/model/recovery_flow_state.py +1 -1
  203. ory_client/model/recovery_identity_address.py +1 -1
  204. ory_client/model/recovery_link_for_identity.py +1 -1
  205. ory_client/model/registration_flow.py +1 -1
  206. ory_client/model/registration_flow_state.py +1 -1
  207. ory_client/model/reject_o_auth2_request.py +1 -1
  208. ory_client/model/relation_query.py +1 -1
  209. ory_client/model/relationship.py +1 -1
  210. ory_client/model/relationship_namespaces.py +1 -1
  211. ory_client/model/relationship_patch.py +1 -1
  212. ory_client/model/relationships.py +1 -1
  213. ory_client/model/revision_courier_channels.py +292 -0
  214. ory_client/model/rfc6749_error_json.py +1 -1
  215. ory_client/model/schema_patch.py +1 -1
  216. ory_client/model/self_service_flow_expired_error.py +1 -1
  217. ory_client/model/session.py +1 -1
  218. ory_client/model/session_activity_datapoint.py +1 -1
  219. ory_client/model/session_authentication_method.py +1 -1
  220. ory_client/model/session_authentication_methods.py +1 -1
  221. ory_client/model/session_device.py +1 -1
  222. ory_client/model/set_active_project_in_console_body.py +1 -1
  223. ory_client/model/set_custom_domain_body.py +1 -1
  224. ory_client/model/set_event_stream_body.py +287 -0
  225. ory_client/model/set_project.py +1 -1
  226. ory_client/model/set_project_branding_theme_body.py +1 -1
  227. ory_client/model/settings_flow.py +1 -1
  228. ory_client/model/settings_flow_state.py +1 -1
  229. ory_client/model/source_position.py +1 -1
  230. ory_client/model/string_slice_json_format.py +1 -1
  231. ory_client/model/stripe_customer.py +1 -1
  232. ory_client/model/subject_set.py +1 -1
  233. ory_client/model/subscription.py +1 -1
  234. ory_client/model/successful_code_exchange_response.py +1 -1
  235. ory_client/model/successful_native_login.py +1 -1
  236. ory_client/model/successful_native_registration.py +1 -1
  237. ory_client/model/successful_project_update.py +1 -1
  238. ory_client/model/token_pagination.py +1 -1
  239. ory_client/model/token_pagination_headers.py +1 -1
  240. ory_client/model/token_pagination_request_parameters.py +1 -1
  241. ory_client/model/token_pagination_response_headers.py +1 -1
  242. ory_client/model/trust_o_auth2_jwt_grant_issuer.py +1 -1
  243. ory_client/model/trusted_o_auth2_jwt_grant_issuer.py +1 -1
  244. ory_client/model/trusted_o_auth2_jwt_grant_issuers.py +1 -1
  245. ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
  246. ory_client/model/ui_container.py +1 -1
  247. ory_client/model/ui_node.py +1 -1
  248. ory_client/model/ui_node_anchor_attributes.py +1 -1
  249. ory_client/model/ui_node_attributes.py +1 -1
  250. ory_client/model/ui_node_image_attributes.py +1 -1
  251. ory_client/model/ui_node_input_attributes.py +1 -1
  252. ory_client/model/ui_node_meta.py +1 -1
  253. ory_client/model/ui_node_script_attributes.py +1 -1
  254. ory_client/model/ui_node_text_attributes.py +1 -1
  255. ory_client/model/ui_nodes.py +1 -1
  256. ory_client/model/ui_text.py +1 -1
  257. ory_client/model/ui_texts.py +1 -1
  258. ory_client/model/update_identity_body.py +1 -1
  259. ory_client/model/update_login_flow_body.py +1 -1
  260. ory_client/model/update_login_flow_with_code_method.py +1 -1
  261. ory_client/model/update_login_flow_with_lookup_secret_method.py +1 -1
  262. ory_client/model/update_login_flow_with_oidc_method.py +1 -1
  263. ory_client/model/update_login_flow_with_password_method.py +1 -1
  264. ory_client/model/update_login_flow_with_totp_method.py +1 -1
  265. ory_client/model/update_login_flow_with_web_authn_method.py +1 -1
  266. ory_client/model/update_recovery_flow_body.py +1 -1
  267. ory_client/model/update_recovery_flow_with_code_method.py +1 -1
  268. ory_client/model/update_recovery_flow_with_link_method.py +1 -1
  269. ory_client/model/update_registration_flow_body.py +1 -1
  270. ory_client/model/update_registration_flow_with_code_method.py +1 -1
  271. ory_client/model/update_registration_flow_with_oidc_method.py +1 -1
  272. ory_client/model/update_registration_flow_with_password_method.py +1 -1
  273. ory_client/model/update_registration_flow_with_web_authn_method.py +1 -1
  274. ory_client/model/update_settings_flow_body.py +1 -1
  275. ory_client/model/update_settings_flow_with_lookup_method.py +1 -1
  276. ory_client/model/update_settings_flow_with_oidc_method.py +1 -1
  277. ory_client/model/update_settings_flow_with_password_method.py +1 -1
  278. ory_client/model/update_settings_flow_with_profile_method.py +1 -1
  279. ory_client/model/update_settings_flow_with_totp_method.py +1 -1
  280. ory_client/model/update_settings_flow_with_web_authn_method.py +1 -1
  281. ory_client/model/update_subscription_body.py +1 -1
  282. ory_client/model/update_verification_flow_body.py +1 -1
  283. ory_client/model/update_verification_flow_with_code_method.py +1 -1
  284. ory_client/model/update_verification_flow_with_link_method.py +1 -1
  285. ory_client/model/usage.py +1 -1
  286. ory_client/model/verifiable_credential_priming_response.py +1 -1
  287. ory_client/model/verifiable_credential_proof.py +1 -1
  288. ory_client/model/verifiable_credential_response.py +1 -1
  289. ory_client/model/verifiable_identity_address.py +7 -3
  290. ory_client/model/verification_flow.py +1 -1
  291. ory_client/model/verification_flow_state.py +1 -1
  292. ory_client/model/version.py +1 -1
  293. ory_client/model/warning.py +1 -1
  294. ory_client/model/workspace.py +1 -1
  295. ory_client/model/workspaces.py +1 -1
  296. ory_client/model_utils.py +1 -1
  297. ory_client/models/__init__.py +6 -0
  298. ory_client/rest.py +1 -1
  299. {ory_client-1.4.9.dist-info → ory_client-1.5.1.dist-info}/METADATA +1 -1
  300. ory_client-1.5.1.dist-info/RECORD +305 -0
  301. ory_client-1.4.9.dist-info/RECORD +0 -298
  302. {ory_client-1.4.9.dist-info → ory_client-1.5.1.dist-info}/LICENSE +0 -0
  303. {ory_client-1.4.9.dist-info → ory_client-1.5.1.dist-info}/WHEEL +0 -0
  304. {ory_client-1.4.9.dist-info → ory_client-1.5.1.dist-info}/top_level.txt +0 -0
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -56,6 +56,10 @@ class VerifiableIdentityAddress(ModelNormal):
56
56
  """
57
57
 
58
58
  allowed_values = {
59
+ ('via',): {
60
+ 'EMAIL': "email",
61
+ 'SMS': "sms",
62
+ },
59
63
  }
60
64
 
61
65
  validations = {
@@ -122,7 +126,7 @@ class VerifiableIdentityAddress(ModelNormal):
122
126
  status (str): VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema
123
127
  value (str): The address value example foo@user.com
124
128
  verified (bool): Indicates if the address has already been verified
125
- via (str): VerifiableAddressType must not exceed 16 characters as that is the limitation in the SQL Schema
129
+ via (str): The delivery method
126
130
 
127
131
  Keyword Args:
128
132
  _check_type (bool): if True, values for parameters in openapi_types
@@ -221,7 +225,7 @@ class VerifiableIdentityAddress(ModelNormal):
221
225
  status (str): VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema
222
226
  value (str): The address value example foo@user.com
223
227
  verified (bool): Indicates if the address has already been verified
224
- via (str): VerifiableAddressType must not exceed 16 characters as that is the limitation in the SQL Schema
228
+ via (str): The delivery method
225
229
 
226
230
  Keyword Args:
227
231
  _check_type (bool): if True, values for parameters in openapi_types
@@ -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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -33,6 +33,7 @@ from ory_client.model.continue_with_verification_ui_flow import ContinueWithVeri
33
33
  from ory_client.model.courier_message_status import CourierMessageStatus
34
34
  from ory_client.model.courier_message_type import CourierMessageType
35
35
  from ory_client.model.create_custom_domain_body import CreateCustomDomainBody
36
+ from ory_client.model.create_event_stream_body import CreateEventStreamBody
36
37
  from ory_client.model.create_identity_body import CreateIdentityBody
37
38
  from ory_client.model.create_invite_response import CreateInviteResponse
38
39
  from ory_client.model.create_json_web_key_set import CreateJsonWebKeySet
@@ -58,6 +59,7 @@ from ory_client.model.error_browser_location_change_required import ErrorBrowser
58
59
  from ory_client.model.error_flow_replaced import ErrorFlowReplaced
59
60
  from ory_client.model.error_generic import ErrorGeneric
60
61
  from ory_client.model.error_o_auth2 import ErrorOAuth2
62
+ from ory_client.model.event_stream import EventStream
61
63
  from ory_client.model.expanded_permission_tree import ExpandedPermissionTree
62
64
  from ory_client.model.flow_error import FlowError
63
65
  from ory_client.model.generic_error import GenericError
@@ -111,6 +113,7 @@ from ory_client.model.json_web_key_set import JsonWebKeySet
111
113
  from ory_client.model.keto_namespace import KetoNamespace
112
114
  from ory_client.model.keto_namespaces import KetoNamespaces
113
115
  from ory_client.model.list_custom_domains import ListCustomDomains
116
+ from ory_client.model.list_event_streams import ListEventStreams
114
117
  from ory_client.model.list_my_workspaces_response import ListMyWorkspacesResponse
115
118
  from ory_client.model.list_organizations_response import ListOrganizationsResponse
116
119
  from ory_client.model.login_flow import LoginFlow
@@ -128,6 +131,7 @@ from ory_client.model.namespace import Namespace
128
131
  from ory_client.model.needs_privileged_session_error import NeedsPrivilegedSessionError
129
132
  from ory_client.model.normalized_project import NormalizedProject
130
133
  from ory_client.model.normalized_project_revision import NormalizedProjectRevision
134
+ from ory_client.model.normalized_project_revision_courier_channel import NormalizedProjectRevisionCourierChannel
131
135
  from ory_client.model.normalized_project_revision_hook import NormalizedProjectRevisionHook
132
136
  from ory_client.model.normalized_project_revision_identity_schema import NormalizedProjectRevisionIdentitySchema
133
137
  from ory_client.model.normalized_project_revision_identity_schemas import NormalizedProjectRevisionIdentitySchemas
@@ -201,6 +205,7 @@ from ory_client.model.relationship import Relationship
201
205
  from ory_client.model.relationship_namespaces import RelationshipNamespaces
202
206
  from ory_client.model.relationship_patch import RelationshipPatch
203
207
  from ory_client.model.relationships import Relationships
208
+ from ory_client.model.revision_courier_channels import RevisionCourierChannels
204
209
  from ory_client.model.schema_patch import SchemaPatch
205
210
  from ory_client.model.self_service_flow_expired_error import SelfServiceFlowExpiredError
206
211
  from ory_client.model.session import Session
@@ -210,6 +215,7 @@ from ory_client.model.session_authentication_methods import SessionAuthenticatio
210
215
  from ory_client.model.session_device import SessionDevice
211
216
  from ory_client.model.set_active_project_in_console_body import SetActiveProjectInConsoleBody
212
217
  from ory_client.model.set_custom_domain_body import SetCustomDomainBody
218
+ from ory_client.model.set_event_stream_body import SetEventStreamBody
213
219
  from ory_client.model.set_project import SetProject
214
220
  from ory_client.model.set_project_branding_theme_body import SetProjectBrandingThemeBody
215
221
  from ory_client.model.settings_flow import SettingsFlow
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.4.9
6
+ The version of the OpenAPI document: v1.5.1
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.4.9
3
+ Version: 1.5.1
4
4
  Summary: Ory APIs
5
5
  Home-page: https://github.com/ory/sdk
6
6
  Author: API Support
@@ -0,0 +1,305 @@
1
+ ory_client/__init__.py,sha256=pt2Xw0ic_ntNt-KIQi8ZY_pyfXzozmowkB8iV6_srog,835
2
+ ory_client/api_client.py,sha256=_Gt-RZW8Xd_yKdOz0JU656EYi_-YTAAwfspZRFjZ5HU,39202
3
+ ory_client/configuration.py,sha256=V52bSOI7oy7wGLx401O4VwUI0SdrWqz76wmyoS3s-w8,18031
4
+ ory_client/exceptions.py,sha256=r-tShjfnmvNNQo9XfQpWQUyJ-_KkQ_0cMOFdVp6dwJY,5198
5
+ ory_client/model_utils.py,sha256=rfCEf5cak9U3xT9mBFUqNAJ3JXmOpNa0Oy30p9tg1no,82704
6
+ ory_client/rest.py,sha256=yUgzoucSmiLOOVGTepxYD7b2A0E-DHRvej3-iYD8guc,14398
7
+ ory_client/api/__init__.py,sha256=12hWrV4_IfXYXtRdNa9waLgyCPhEDgo5GDdy3dJgCJA,214
8
+ ory_client/api/courier_api.py,sha256=z0arGHEP07SIlLUdNipbwah3Hs4zXXHzFs0GH9br5tM,12519
9
+ ory_client/api/events_api.py,sha256=_fPMk8Sn6HjdLODKcV85y9Bn1zN7Rcu99cn4iN772Q8,23194
10
+ ory_client/api/frontend_api.py,sha256=aXPSnjj1-0-HNbLXmi4UReaPbZ-WXepkD4CgX8sKnR8,206799
11
+ ory_client/api/identity_api.py,sha256=SP3ALt7nWdHaiiF65CJ0b1DIAEIogKNa-AwsfdyxyHk,108616
12
+ ory_client/api/jwk_api.py,sha256=1acOgjaEKD_Ilp-6FEJWlEtg84W46Q3V3YRTUp49tXQ,40790
13
+ ory_client/api/metadata_api.py,sha256=8qZIU_TQ04Xb35jFrIRQULKgfeYqDtAkwgzAInaHmQ8,16248
14
+ ory_client/api/o_auth2_api.py,sha256=HSK69Ch2BcWq_irwyEAuw_Fj_C7Ee6VT0u3USCpFZz4,163217
15
+ ory_client/api/oidc_api.py,sha256=0erVXk7zmKOoKRDWl_q9JXzW4JdYvZg7ke30QSoDEkw,45439
16
+ ory_client/api/permission_api.py,sha256=z3X2cnSWZWBEhib83-ews8ofRRq-TLkuTWs2rMZa6E4,32077
17
+ ory_client/api/project_api.py,sha256=FnWeRG8XVYkzt73TdpubCvxQkg3c5_aCktDFdboDDug,104684
18
+ ory_client/api/relationship_api.py,sha256=QHCZUgLWeeMFZ7FNkQQ-E16IMCeLLfoMe_hfEOIUIig,34599
19
+ ory_client/api/wellknown_api.py,sha256=8ZDddt7bFNGlLYcV6yB8R6lDaybiZAkgOdb8Scf4ddY,5921
20
+ ory_client/apis/__init__.py,sha256=S1GzBB3QJ8ZJuB63nPj5w-cXaRGlrP3IZr5KJfPoeAs,1032
21
+ ory_client/model/__init__.py,sha256=hCw5FHQbqau39Fcf9oEv7x0NExbhL4-N5Ih5LGKzEiw,344
22
+ ory_client/model/accept_o_auth2_consent_request.py,sha256=w3GUb4UKvVFGf0EeRWvQvHJTZQPTpkTcRZDNOUNJP2o,13971
23
+ ory_client/model/accept_o_auth2_consent_request_session.py,sha256=Bq8RsOb8S_39esWr5cxqt5C5cOvAvh-5lNwqauMq8_4,13401
24
+ ory_client/model/accept_o_auth2_login_request.py,sha256=EAK94mwxxJBudFdftcQsl7kRVw8qODv9dXlkMITXu0Q,18750
25
+ ory_client/model/active_project_in_console.py,sha256=KCX-9xW3AkYdi9gdzepYuU27Ww__qo8P8mS1NQYOOR0,11650
26
+ ory_client/model/attribute.py,sha256=3KJyeJj8Lj98lDe3B3v6zhU8HO-uj35bPUbtGGTbPw0,11685
27
+ ory_client/model/attribute_filter.py,sha256=8ftnaoO9nKy6MSBLllTbODJt3BEJc9K7WPGgQ7dy4b0,12253
28
+ ory_client/model/attributes_count_datapoint.py,sha256=m9pl_SzxLNGpCpKm424pms54PFX6SCZg62D_eIHbc1M,11965
29
+ ory_client/model/authenticator_assurance_level.py,sha256=DctZAdS8ELaCillFBOLCOJbxlItaXDr0ByiZ9RgVnAA,13840
30
+ ory_client/model/batch_patch_identities_response.py,sha256=S8QKB6tDesNIcD9ZRmsfxHxFAOvvgeDm9FqrI-1JS0g,11964
31
+ ory_client/model/check_opl_syntax_result.py,sha256=y4qsWZ0pl7R5d3mRkmTr8gZTZ_lYyNJcZAzPFYOMtl8,11792
32
+ ory_client/model/check_permission_result.py,sha256=DB3lOeuRrWQKfhjLYWhD91qZsUlJztJbjwGkCg4Tgrw,11697
33
+ ory_client/model/cloud_account.py,sha256=l5sFNzesuFqgK3bWPjxWv5Q-RsaUuw1J0w8wKTQ7RN4,11867
34
+ ory_client/model/consistency_request_parameters.py,sha256=cvWU2FJFs-4kEfRfvEh1Ui0eugM-HlxvztbTBj3kTXI,13875
35
+ ory_client/model/continue_with.py,sha256=rke3oixlQBYdDZGHnDkT-i0oWfCZOSv_XCX06slWPuQ,16213
36
+ ory_client/model/continue_with_recovery_ui.py,sha256=fxhA4dTJdJE47yF5hDRZ18yYlZ9zjW40WYAmuSjLbRc,12647
37
+ ory_client/model/continue_with_recovery_ui_flow.py,sha256=xPQjA7WT9-8c-L1l-5qg1Eo9AJ_82GyMxlP6KjJAois,11867
38
+ ory_client/model/continue_with_set_ory_session_token.py,sha256=fbrTRflBA340G-sePSK6pQBRdXlhU71MN1O4VfebNdE,12653
39
+ ory_client/model/continue_with_settings_ui.py,sha256=KYcXz5esZRWLvyu2wQN9bOgBs1udybWuQxeh_jIcLiA,12647
40
+ ory_client/model/continue_with_settings_ui_flow.py,sha256=ITCovGJrCtLBJqiY0Re22tQp9teLgvwRnPYzgQDdtmM,11634
41
+ ory_client/model/continue_with_verification_ui.py,sha256=GYOqNuQoLDBE2LdTDaQRhSrLWfl6OwNLok_mYG0jIVI,12743
42
+ ory_client/model/continue_with_verification_ui_flow.py,sha256=OaKKU9fkVaMiOFnJNbzYS1OVBo3F1NjojtYdLBQK9zQ,12337
43
+ ory_client/model/courier_message_status.py,sha256=z2M6DmGv4W_0naxjanfY9iZmoX7S_beu1Y4vo06fTzg,12313
44
+ ory_client/model/courier_message_type.py,sha256=bLlh2G440OMzDD2KIT6ddS6uVbRpkjKa0puW5EoejJw,12189
45
+ ory_client/model/create_custom_domain_body.py,sha256=z5jLQw8CZQoE2HvsIfN3khLSuuoEbGQPTgGXJPwAP7E,13118
46
+ ory_client/model/create_event_stream_body.py,sha256=rUHjH_xY4kAjY9O7aaIlElR6qhoulh3mNWi5a62g_9E,12602
47
+ ory_client/model/create_identity_body.py,sha256=jke_aQQ0PO2GbxE9P8vNJVm9PUSBPjiiOEmd_fJ-4bU,17019
48
+ ory_client/model/create_invite_response.py,sha256=d8_hsgY7cyhin-bTqyM-x9nrihBFvDHunQ5bl1AtP14,12268
49
+ ory_client/model/create_json_web_key_set.py,sha256=zT18gxSgPBv7Qbn_XSjEkHgZ3rDIJrqf66AmY3cKIBo,12838
50
+ ory_client/model/create_member_invite_response.py,sha256=6tZeuCtcdeJU0pohUToiHS1oRjSI5l_GDBeH2_v64Ok,11909
51
+ ory_client/model/create_project_api_key_request.py,sha256=dvr_uowgC4yaBKO22PZE2gsvf9hC1p7C3tzqp7I6Ayo,11720
52
+ ory_client/model/create_project_body.py,sha256=CJoiKZxjf3M8IpbGzqTZhvpnxwzCCb4P1sGUTmwVkMU,11900
53
+ ory_client/model/create_project_branding.py,sha256=9SlplRr9KlFQtSRaIUFlBFd8IwwU8rcmQkGnP3i7DsA,12818
54
+ ory_client/model/create_project_member_invite_body.py,sha256=_ZW_fBSqWmqIUmrJTDGL9wEUM1FqzzJOFo5kSNh_ZKM,11650
55
+ ory_client/model/create_project_normalized_payload.py,sha256=GgzAE1JqjmDNG-xEew_w7uH2HKJ2Cltz1Ef-nty_Rq0,143086
56
+ ory_client/model/create_recovery_code_for_identity_body.py,sha256=vpHR8t6kVLe0PwG-5SZ8aALB-FkJBM28GJ81kEzMNLE,12513
57
+ ory_client/model/create_recovery_link_for_identity_body.py,sha256=TSgvOoT4jX7bVOaORVH7OD4_EuAaSwV51-dChNOPDSo,12510
58
+ ory_client/model/create_relationship_body.py,sha256=_AyG08OJirDi7Y6jGqWf63JXldzw7-YKe-RNszhQwJU,12810
59
+ ory_client/model/create_subscription_body.py,sha256=igH5C63icrZYxiEqjCQe7lUulqcqXSbIMzwXhHFyA4c,13055
60
+ ory_client/model/create_verifiable_credential_request_body.py,sha256=EOEyoT_GtfOa4Dv1Zk9rUeAFrtOiqQFWKjaj4nZzVR8,12261
61
+ ory_client/model/create_workspace_member_invite_body.py,sha256=84CEWBNqQd9jFKp0sR4dXS77BUhjnGC610CmHAJDUGE,11656
62
+ ory_client/model/credential_supported_draft00.py,sha256=jvTly_9wKfl546PFrZREUYHKrPPLRcZsN8nc752MW6o,13492
63
+ ory_client/model/custom_domain.py,sha256=NiFdJAeKWXFNN-uoIc0Rud4xqHSXkpgs_fJ4yUlUeVc,15192
64
+ ory_client/model/delete_my_sessions_count.py,sha256=QVRaNlzsbR8aGGuIa0xg1gJ2PBx4DMzbq3ePErIPAR4,11634
65
+ ory_client/model/email_template_data.py,sha256=3fy57WV79K9THVqRl2GOw7cUP6hzLstQ9KmOmv2p_9M,12057
66
+ ory_client/model/email_template_data_body.py,sha256=lGY3blmMiB3NM9P4ZAq3fhABHMAJGeD1v20yesqF9OE,11830
67
+ ory_client/model/error_authenticator_assurance_level_not_satisfied.py,sha256=MO8QHOdCKEJqA7yac9qZDITs5xdVgmkEMmAlaGGBHzU,12160
68
+ ory_client/model/error_browser_location_change_required.py,sha256=hPoAoH0RIY-HaThj4pcgk6PECNc_j26N8isJzdSiAFM,12130
69
+ ory_client/model/error_flow_replaced.py,sha256=C38FnxxE1vubCQbgEzR9t1iHvnAYK-XKYQCvOpcNVnw,12119
70
+ ory_client/model/error_generic.py,sha256=xEeXIFW-Y6UtsGTmTt6waGrBip-gBIlI5145E842Y1w,11815
71
+ ory_client/model/error_o_auth2.py,sha256=wgm-Yg6cEzstgLo-Tw3cJVtqEC6luStuVJf9NOI1hqQ,12699
72
+ ory_client/model/event_stream.py,sha256=iJrl2F6Ja-aAuVl3FyMTpE31lQ9Fg84hwYSczGTJ5uQ,12528
73
+ ory_client/model/expanded_permission_tree.py,sha256=T6Djj-367i8-j0rXOqdhEKxGYnBE0G2dqkIVUbyZaXw,13201
74
+ ory_client/model/flow_error.py,sha256=MwACvXvWxWr9jJl68ZYCtOKxAp_HWvjzUnpDtHxpfu4,12628
75
+ ory_client/model/generic_error.py,sha256=U-wKHpG20IWKkW7RSLw7fvaVMCbxlNHAQlvcLf6W3Gs,14404
76
+ ory_client/model/generic_error_content.py,sha256=R_9Q9mstt7sWhrOqcK1CBUu-9yhjYsk0ejWypRxPhv4,12936
77
+ ory_client/model/generic_usage.py,sha256=FMFBScGxCieluf-e1RDIILs6olV-nlbjohwPz3A7uaI,12338
78
+ ory_client/model/get_attributes_count_response.py,sha256=tjoEfU3y20iRFvh3ar6-YhGg4VTezXIL3et4Dy9jQH0,11849
79
+ ory_client/model/get_managed_identity_schema_location.py,sha256=yJC2iSejYqXLcDmcYRCkFkndlVAGD29NsiXwrW55NwM,11596
80
+ ory_client/model/get_metrics_event_attributes_response.py,sha256=Lz3msX6Gf7fW_yDy81cCwIx7GX7DSYxNc-zTtQnz1ag,11626
81
+ ory_client/model/get_metrics_event_types_response.py,sha256=7f78nTVbZ9Cvio32iIiN9W1MczVzXLVUqHtkGMTdqbE,11611
82
+ ory_client/model/get_organization_response.py,sha256=FETcCXPqkvylxHFRtyj3wVKSXcBRR8EBINZmZI2peFQ,11874
83
+ ory_client/model/get_project_events_body.py,sha256=pOIyt6rZxnR_gAIcmTFLTzeZfafJfUHQrfs8i7sp8GE,13505
84
+ ory_client/model/get_project_events_response.py,sha256=0eHT1PcZhA-vLiIfPRnmaN_goRA2YhN3JzeodoGWnKU,12199
85
+ ory_client/model/get_project_metrics_response.py,sha256=tHr6yxb_38cGi2EIv14A_UJ_qDc7qdCbZQIDIBjFR9Q,11797
86
+ ory_client/model/get_session_activity_response.py,sha256=o9eDeJNtNYWCmyHrSL9kukXYZ9tCImIQ1J35-wf3cQI,11849
87
+ ory_client/model/get_version200_response.py,sha256=dRPDF85MXtN3w76Ip8Po7jzaKi98HTPTRrFfAzci6q0,11672
88
+ ory_client/model/health_not_ready_status.py,sha256=a3YWJ2MlqmB-SkyL596fWCW7N-caV2COYugqRi8NCeg,11716
89
+ ory_client/model/health_status.py,sha256=Q1iJq1-vcgwGthvGBXT3ZX98YdlpP1JUBJoYtbQ3UcY,11590
90
+ ory_client/model/identity.py,sha256=qLt6vnN119DSUbvZknFiWqZHKuvxjayYyqSXTtCfRwU,18426
91
+ ory_client/model/identity_credentials.py,sha256=KAIr3GzZOJF8nxmmapY2sSlCDNat4lMJD5jkGfMDtgY,13621
92
+ ory_client/model/identity_credentials_code.py,sha256=LBCYrlrYN_fVZ-MwN9ecwbYS8-uzjm3v9X3dffQoPa8,11830
93
+ ory_client/model/identity_credentials_oidc.py,sha256=SfhlZlNmn1GLw0CYDnY4q9R2Iwt6MG5Tc-6cuJj5NIg,11911
94
+ ory_client/model/identity_credentials_oidc_provider.py,sha256=rg9UafSVgFyOeFg0zn--je96trh7Q5q3uFyRCYZFkuI,12763
95
+ ory_client/model/identity_credentials_password.py,sha256=aiq9xFxf6T_umMMUPy0q75IKyH_joLUdQuFZzgvucaE,11732
96
+ ory_client/model/identity_credentials_type.py,sha256=11YWRoXQ1f0dgE7OyGuBWSzidJZ6E-ua5BSodfTqnJM,12434
97
+ ory_client/model/identity_patch.py,sha256=-A4218155-4zQPKySHCUgrT7upjWr9pIn7tHGSJeOj4,12312
98
+ ory_client/model/identity_patch_response.py,sha256=4loF57CLQQko_RKlpuBobUlUTs9kdeX8OS_G_V6rchc,12511
99
+ ory_client/model/identity_schema_container.py,sha256=uB4qMmlhr8Lw4Hwygql7S-RotFb9A9uKsZrXK1LNwZU,12063
100
+ ory_client/model/identity_schema_preset.py,sha256=v-50Cmm7HR2e9mgqxt-aaN38oZf0VXBsIVKVnef-b00,12109
101
+ ory_client/model/identity_schema_presets.py,sha256=3qME2Hrts4Lkd8nvL9yC1e_JXUqoAPE0V0xXMQ1W6WM,12084
102
+ ory_client/model/identity_schemas.py,sha256=SQfsOt95O9brUT9TbPnU5vTLrVaiusNk3dCfG2pKqug,12217
103
+ ory_client/model/identity_state.py,sha256=3lY1K24dtW3IVq6diFPuv9E1iTooS1xYU4JprOyzMc4,12246
104
+ ory_client/model/identity_with_credentials.py,sha256=39vZgK3JxhVFdHyEwdKpJLz7oQHG9wvYksUCmdtGIjc,12317
105
+ ory_client/model/identity_with_credentials_oidc.py,sha256=KOvA0o34aNmQRR1bkiUH7xT6uhhnmN23FPqnvWcWUGQ,11917
106
+ ory_client/model/identity_with_credentials_oidc_config.py,sha256=DQ41OWrs1oomLIBMpWV0Nysk3F4FYGSqSdlhHiNn4P8,12583
107
+ ory_client/model/identity_with_credentials_oidc_config_provider.py,sha256=RMnCwfx4yplGfv6gOXAXQM5kxgF0R52D_muVJlfRo-8,12296
108
+ ory_client/model/identity_with_credentials_password.py,sha256=Ffn7jhrdQDoxM-bh637g0dWhjvhThrx38u_lUPKrlj4,11957
109
+ ory_client/model/identity_with_credentials_password_config.py,sha256=TOkYRUMlKvJdStkGwIdYNRgj4VQ9m1I_gdNWJwtD7cw,12222
110
+ ory_client/model/internal_get_project_branding_body.py,sha256=kg7cCP4vtCOjQMuDYsrXSUahKafEbNmdXszRGBx8xNI,11590
111
+ ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py,sha256=4_N3b5TPh8yVQ9btd60G33EEPsY48z7FuLHhgegy9aM,12074
112
+ ory_client/model/internal_is_owner_for_project_by_slug_body.py,sha256=svPFJQUAQArxp42au5D35uDgoarGXB4mDvVL48f3kls,12881
113
+ ory_client/model/internal_is_owner_for_project_by_slug_response.py,sha256=aSgsErwb8ThFOHZwzXyorO-7sknWJ-u0bQ6kwmDAynI,11767
114
+ ory_client/model/internal_provision_mock_subscription.py,sha256=snV2EiwU10j2LSubF8VmFzsFq5nTglStVSOCzGR7-Ek,12732
115
+ ory_client/model/introspected_o_auth2_token.py,sha256=YuO0GtS57mbzDzOWV9haTXfQAvFYNiujMeL7gxr2TEE,18024
116
+ ory_client/model/is_owner_for_project_by_slug.py,sha256=DURa7A6YwW0yltxyWaHjAnwQiuX-oCJG0eiB7jYU7jg,12057
117
+ ory_client/model/is_ready200_response.py,sha256=dO_FfSaNBoP69qnhBeimtUW2dI6KF3xgDpTt-4QIlRA,11628
118
+ ory_client/model/is_ready503_response.py,sha256=cXjgQ_NKYCaay8gaYYXRXWsxuufOt6r81t0SniguLF0,11762
119
+ ory_client/model/json_patch.py,sha256=6rL18hTCrM8u9YHoa9bt_kXYTdNWEloZgv4gAbOHzi4,13595
120
+ ory_client/model/json_patch_document.py,sha256=yitZ33jCwLH1f-YCHr7PpvV94ZPenRFExZr3TuxaM6c,12088
121
+ ory_client/model/json_web_key.py,sha256=AVo08fjDXWGqlChB6mbeut5jL0TMNJj6N2JKwWcfl7A,18000
122
+ ory_client/model/json_web_key_set.py,sha256=Wt69b0irAQn3sHAukGXIv_QC2IRYdkaJtLVA3WJ_pYw,12346
123
+ ory_client/model/keto_namespace.py,sha256=RQy4NYf4NzMrVp6GKWhnsW6Qrg7T5xSmwPblZyfidnc,11687
124
+ ory_client/model/keto_namespaces.py,sha256=kyQyJGnPd1bu2u7-rYYZeWuvLf9_CgaU8U5tsR31aGY,11999
125
+ ory_client/model/list_custom_domains.py,sha256=BJw15czMK0slGCTQj9RSfUA0LBvV8iYoPByU3QP1EtI,12087
126
+ ory_client/model/list_event_streams.py,sha256=te2m6z2boEcTiHFRkYnk-Dsa11FmV6N2nEjuyUux72k,11768
127
+ ory_client/model/list_my_workspaces_response.py,sha256=MdJZvvWTG3yzpHVZVeCzqd64kwC3Yd1Rk7fRQKb46Ss,12443
128
+ ory_client/model/list_organizations_response.py,sha256=6U74XTkZ6aeaGB9P-i1moymEL4zwkNIDjJZFPQJoYL0,11897
129
+ ory_client/model/login_flow.py,sha256=ifX-BJitO3H02P8wnRWOT8TLVEocZmRDASOJYrfRwmo,19295
130
+ ory_client/model/login_flow_state.py,sha256=0sKFt7L4epxehb_7MKaHKlq1D4gOip_OJUTQ4jkSeIc,13275
131
+ ory_client/model/logout_flow.py,sha256=8KOzWMh-1y4lONggFXxTJHpIrlii07rUVcz_Wg6l57o,12148
132
+ ory_client/model/managed_identity_schema.py,sha256=wH8Kui1OPu91QIUbW9lXgVTadCxmKCbc9JsIVdpH6oQ,13567
133
+ ory_client/model/managed_identity_schema_validation_result.py,sha256=DU9ydjBgPM060hB4SuQShgNo_Mt28v31IZ0rp9dhIsY,11792
134
+ ory_client/model/managed_identity_schemas.py,sha256=UsV29HmlwHQbPBN5UjwE4ZzYOa4Ftt9wJNSz1XI0K_0,12096
135
+ ory_client/model/member_invite.py,sha256=yrqJUhBqkfcYoILJEfddySUZyDqTn4NZ-a4V3mLEK54,14688
136
+ ory_client/model/member_invites.py,sha256=MFVc6zCbs_yuSmgimMrhAa9VTqeXdfnHRXx0eA0VshU,11987
137
+ ory_client/model/message.py,sha256=OtQKNBupOyuvVEMIgoojeT9h5cgDgCYuRilFiUmjiIE,16717
138
+ ory_client/model/message_dispatch.py,sha256=ZRW7Wgnns9W67OZgYg3Udlk2rb4_bRv0LJHZnBsR3xI,13688
139
+ ory_client/model/metrics_datapoint.py,sha256=5EO5-aP9gycOnAGmCNNmjt9x_55Rp9PbC3aETnbqMg4,11924
140
+ ory_client/model/namespace.py,sha256=3L1eWTpSMueJOLFiWNKaHb8GngRkkodPmxRBePgDA28,11555
141
+ ory_client/model/needs_privileged_session_error.py,sha256=rJ-D4uDjCdL678AWJNa3kdo9kHw34nLGywTJRahfMJs,12239
142
+ ory_client/model/normalized_project.py,sha256=NEjV_7jlJxuhjakaaDl8EIZSJucv4NNvaoHtj8aL-LU,14951
143
+ ory_client/model/normalized_project_revision.py,sha256=ngbaLo4S3bFHfCIa7y9wcKtJ1ti5RKZwYs61sIl-_G4,142820
144
+ ory_client/model/normalized_project_revision_courier_channel.py,sha256=s52MZa2QNdmjlufHU5szn4uzfKSYA1k5AktqbNNF0IU,17424
145
+ ory_client/model/normalized_project_revision_hook.py,sha256=yceYXJZG8I-u17ViE_RXm-H3GLleJztYNeGkauCxR0U,18363
146
+ ory_client/model/normalized_project_revision_identity_schema.py,sha256=yRBFT4B20KyopfQOqbWiZ-CEFA2znTOjEGNLLrx6868,15526
147
+ ory_client/model/normalized_project_revision_identity_schemas.py,sha256=8nFv9CFw0elZgPuP5fuNN4srDyJXx4_iYvmJA5_nca4,12314
148
+ ory_client/model/normalized_project_revision_third_party_provider.py,sha256=QTAxtlE3KeNe8WqdJ7tAYRNaiJHsrMkITeDo01IxZtw,21151
149
+ ory_client/model/normalized_project_revision_tokenizer_template.py,sha256=fTcNIzCyMZ8E7BYwJcR1Hpxm4fVJ_cMM2VQ4hLpd8sI,13893
150
+ ory_client/model/normalized_project_revision_tokenizer_templates.py,sha256=ufplmiNIkTP8T228YmiFxzayJhlZoApeqQzWsv9WUDI,12350
151
+ ory_client/model/normalized_projects.py,sha256=0EUJJn_QaIa2AbRrVUP0SQ401XSWzc3l-2QwemDJ2ME,12047
152
+ ory_client/model/null_duration.py,sha256=2lwpWN4RSjdVWW2giJutBeL0Sw1x2lgk0ldPyccxjBI,11898
153
+ ory_client/model/o_auth2_client.py,sha256=bikWIw74gF_VV-AzvAT0nv07jnPwEp8rXS4xfvTxd14,38907
154
+ ory_client/model/o_auth2_client_token_lifespans.py,sha256=OmNi9ev90MS1lZmxfGujZsBKMg4PqnTmfB2Qs2OmsfY,15434
155
+ ory_client/model/o_auth2_consent_request.py,sha256=ajnFV62OP-YHzSvECLhSfXX-iK0gPxfT0HGpzHq0cUo,18510
156
+ ory_client/model/o_auth2_consent_request_open_id_connect_context.py,sha256=kOTRevVGmcxezADvFpyoA_0kFjcEMhT1aHjyy8k05Nw,18529
157
+ ory_client/model/o_auth2_consent_session.py,sha256=j5wSI6UgX8WxY00j0ghizq2ndsoQgwqyajDETCc7C1s,14919
158
+ ory_client/model/o_auth2_consent_session_expires_at.py,sha256=HpgZmQ9YdEuuQk6FCnDERTgHqHIxGVlJIIgBdJ1KNfU,12544
159
+ ory_client/model/o_auth2_consent_sessions.py,sha256=hMpCUq0wDs05A9NK8JuBUuJCW19jxeJhWZ3rt7iS9I4,12229
160
+ ory_client/model/o_auth2_login_request.py,sha256=G2O4lWTsi5r7OfuxJz6skW9OR3DKZfxWhVDgA9_zH4k,17102
161
+ ory_client/model/o_auth2_logout_request.py,sha256=yBcIKHMF9WwOF_5Vqn-rAxN1PFCekiBux6FC9FJH6ro,13573
162
+ ory_client/model/o_auth2_redirect_to.py,sha256=y4JQHXT2MCjffbA5JrELRCvLtxfDo8D3hpk4Db1Usvg,11881
163
+ ory_client/model/o_auth2_token_exchange.py,sha256=mPpbrUUHP-oBoFBolFdpFo911ty7RIiB3mMTtPVWI7w,13565
164
+ ory_client/model/oidc_configuration.py,sha256=slAsQy71dIFCydZe3JxvoY8UiGsi1tfnkFCTTEWYxcs,33786
165
+ ory_client/model/oidc_user_info.py,sha256=N8MKzw5NCUH1M_H7JWj5JmCSazBwp71qKLynYque9mQ,24625
166
+ ory_client/model/organization.py,sha256=EqqXWmZVOEu9y017h7YDsjkMA7U01UNhTGrEtMNm2Ik,13150
167
+ ory_client/model/organization_body.py,sha256=sExr2StZAL750yMXm96Lbkyn-o_wsY7eYKOAE5x-JgM,11924
168
+ ory_client/model/pagination.py,sha256=9QQ9F-jbrEAUifgf6bnWXKvMbOx9fgchFCSHJ2Bpl-4,12865
169
+ ory_client/model/pagination_headers.py,sha256=7yNEkETtTTmm1A0FuK_Z9UltAOivelhXqWtKydEL1P4,12222
170
+ ory_client/model/parse_error.py,sha256=ti7ibtGjFNv0TR7zWpGt0kIBkOv4p_DZpDR7iPwYZ-M,12124
171
+ ory_client/model/patch_identities_body.py,sha256=YNqssdepRxjDgAizxw0TZGHA6Dhzv_QiNAUZSf08Klg,11890
172
+ ory_client/model/perform_native_logout_body.py,sha256=HWEb-9Pps5GCCkAfXl-6FvWvM-tGSugD7MhgbWBr4fQ,11790
173
+ ory_client/model/permissions_on_project.py,sha256=VW_W179hfWMQ-C3Kxv-fesM0X7EDNgX_g9NTQ7hWJ3U,11306
174
+ ory_client/model/plan.py,sha256=MGyBaqh4D9ai2F50lEi1rpH8rJ4bz64QXr9bLs2OtcU,11989
175
+ ory_client/model/plan_details.py,sha256=yPAyQ-zKTbNzv8huj6BTpAxFJ9wP_KxSgoOmEsfE1rc,14179
176
+ ory_client/model/plans.py,sha256=P5LD_FkyQes93WEWFShx4iK9kQU7u8o9ItSigm4vEl4,11781
177
+ ory_client/model/post_check_permission_body.py,sha256=svSY5sx0aVkgwiNCfnnMF8fXdX0voM8OZzkjUFtvqjo,12813
178
+ ory_client/model/post_check_permission_or_error_body.py,sha256=cTXxq-Gup8_Cs1eiYAHIQHfa-d0xBvaeIDsImH3xqzE,12834
179
+ ory_client/model/pricing.py,sha256=pb_ILOeIx-ottk0jGbf-fm1k-hUMK0Is7sw07NypPy8,11960
180
+ ory_client/model/project.py,sha256=2iPLGh5ZXIBDClLrBgIEqLPXCaG4q0a5iIbZPN1ZFLE,13831
181
+ ory_client/model/project_api_key.py,sha256=lx_-ECzf5FSCj-k4U2nVvQLurflVgSjeBOfhLIW5ma8,13276
182
+ ory_client/model/project_api_keys.py,sha256=86r5l9ZfmQTE3K_CfkRNyXQBEbLwARbQJfifg4EjJks,12000
183
+ ory_client/model/project_branding.py,sha256=5s7Bxr8o1sfReSXYsXyv8hIgS4moxO8sik_9MQn9ke8,13358
184
+ ory_client/model/project_branding_colors.py,sha256=3rbf1fM01oF5U1cOM2Thn6pRIN9GXFLGLvdjMGa3Dqg,23906
185
+ ory_client/model/project_branding_theme.py,sha256=1DykDAAnab6vm6WNXIFgz8cvzRW0IvrxheDxt7WQAtY,26889
186
+ ory_client/model/project_branding_themes.py,sha256=yP-Ks9p14rgrORDu2yABzGijcxUiOh9diu9yjVdaANI,12084
187
+ ory_client/model/project_cors.py,sha256=f0snptK9EzBtYj0Ub8pZLGsEY4t5RD0SYL9YXpfRKLU,12190
188
+ ory_client/model/project_events_datapoint.py,sha256=ZV6MB-IjJ4DsWkmvp_Ms7VI4MuTflhmjYnytnlBjK-I,12416
189
+ ory_client/model/project_host.py,sha256=jtCsnzBKWrM79F2Uv03XsIY-yFAxyj7AiTEET94iI7s,12070
190
+ ory_client/model/project_member.py,sha256=yBqAdiaCKSTQWuXL5pNP4C3GXSgy0WcjBXAKTZtIWyA,11830
191
+ ory_client/model/project_members.py,sha256=g_AodATmeeVE5P4zFtHYGUTa3-N0Be8fcz0Tc9VFFw4,11995
192
+ ory_client/model/project_metadata.py,sha256=ZyeS5RDVwHu_xsRKRYG1fk1HMikP7nemtlG9HuYunz4,14425
193
+ ory_client/model/project_metadata_list.py,sha256=D_niZvcw6_7UHbhJO_w2X4Wtl4m1E3oBZ4JWuVKKVVI,12032
194
+ ory_client/model/project_revision_hooks.py,sha256=Hi44YuHMnZ9ffI2rlDt__mXagq4vDQtitXBUtQFebtU,12163
195
+ ory_client/model/project_revision_identity_schemas.py,sha256=GD1y9NXylg-taaqyHy7eE9_B5oAoBMirqqxuEK6MMoM,12284
196
+ ory_client/model/project_revision_third_party_login_providers.py,sha256=pGYakyiCKkyt5jrZ-TW8XXnWeFx-GPLLcSLz4DRo--g,12348
197
+ ory_client/model/project_revisions.py,sha256=Nz8ZPEA2fm3HJAqPL8DDEoROgLENMX-wNRuUAyK3J2Y,12114
198
+ ory_client/model/project_service_identity.py,sha256=zhjr3ciEnq9u6lrvBsFLyIFzRYMzD8gjD3iYaYHL6Ww,11808
199
+ ory_client/model/project_service_o_auth2.py,sha256=EeuCfrGE33X6aiO1fJUgRffY66HxSWbEvIg5rWWBL4Q,11802
200
+ ory_client/model/project_service_permission.py,sha256=u0Ssv09z9Wy6_RfuJsPZh4tqJg-CXApSL6VR_DYd8-w,11814
201
+ ory_client/model/project_services.py,sha256=ohsakKgQq6fFyMM9xDBHKo3xl2NdUJKflOHektJGy7Q,12615
202
+ ory_client/model/projects.py,sha256=aZRqNbgpsP3OEpwZA8DO4amBT1boVzolnGu4jkb0_WY,11926
203
+ ory_client/model/quota_usage.py,sha256=mr15qw3KFJur-KP-SyMXDUGB3HI_HQfAYNtRLllca0M,15527
204
+ ory_client/model/recovery_code_for_identity.py,sha256=7IguaQEjIxzc3wDSqEDqfpc0YfhqsRQeTDutEXZ9e7g,12720
205
+ ory_client/model/recovery_flow.py,sha256=pPbxC_al-aIOU-_GDJdzgqWSdz5fDmSZsOQXoe7pkjU,16075
206
+ ory_client/model/recovery_flow_state.py,sha256=TNl3_wk6GsZZS9OJ0xPHR0T0sUr8pRlkD_29RX5Sy64,13316
207
+ ory_client/model/recovery_identity_address.py,sha256=VA2kc_vQ0TYRPSWw_ppOUok36UGN_W10iiK4HtgCkrM,12615
208
+ ory_client/model/recovery_link_for_identity.py,sha256=K0NbYdHhzUzze9G6_Z0QFgHdRih20-0Z-RwhjDWaXeE,12181
209
+ ory_client/model/registration_flow.py,sha256=hSiA1cZ64KIrEh-ihtTZNPJOBzki_TFzExqA8Ldd6d8,18488
210
+ ory_client/model/registration_flow_state.py,sha256=TEo96DFNuza5-WkvGTND2F1FqIXRNMmJo8LNocC1hpY,13120
211
+ ory_client/model/reject_o_auth2_request.py,sha256=gEF2xQhE9YC22fl1-lqHiov0roShsfe27vDAGRb0LTY,13273
212
+ ory_client/model/relation_query.py,sha256=Ae4kZ-O3jK3ntw_W53O9J6tJFL3yYaqKBln01HOSxNw,12783
213
+ ory_client/model/relationship.py,sha256=DbwKknf8o-kl14Yrr7nbBaU48nHXQ56yVvkyGjS-hIw,13010
214
+ ory_client/model/relationship_namespaces.py,sha256=CGCXiMQTtAACHw9DwOhWLIHPS7EyneTVCIExd5jiWGc,11756
215
+ ory_client/model/relationship_patch.py,sha256=MYH5Xrr-sGJumaX6AHnsmUaiOj2WZF6mZAjOLr-vq7Q,12062
216
+ ory_client/model/relationships.py,sha256=Fri31r39I0KQfsEdAGkSInMpJlSA5baxi8tC4_2Gu9s,12258
217
+ ory_client/model/revision_courier_channels.py,sha256=jLTiVSsaJdhkkYxYjyuipYA50VaQyH7HqATiyrla09U,12263
218
+ ory_client/model/rfc6749_error_json.py,sha256=Z7vcRnzn_RMCvqLnEEzRn1q4Cl18t5cJC3Qc8cfCh-w,12410
219
+ ory_client/model/schema_patch.py,sha256=zjwdKxNmsgm8zH9IfMHPySN8PRQOzaPhsMJIKvNnw80,12033
220
+ ory_client/model/self_service_flow_expired_error.py,sha256=6oHq0fVwE8e6hc6AeBujuZqdhhBdA0DK2T6oEkba8OM,12969
221
+ ory_client/model/session.py,sha256=t4ggwzkqHLeAFn0sUr2pK2USWEItr5wrT6DJTDNAiok,15774
222
+ ory_client/model/session_activity_datapoint.py,sha256=OmLkrHnBpIOPGQ1ZihbZZh4td7fk0hff5j5YWZ38LXo,12342
223
+ ory_client/model/session_authentication_method.py,sha256=S6dGJDqIXb3cIsXC7fNQX5Nle0ZEBZhRoMFFhLEaoLs,13371
224
+ ory_client/model/session_authentication_methods.py,sha256=WFK0Gh6YywGdnRcZsnLptKlTXScFKc8xzNPhSMGAtL0,12452
225
+ ory_client/model/session_device.py,sha256=RbFkidF89YZGDFnN-Z_sNVWWTJEMkXCUcrCP5gcM5CQ,12379
226
+ ory_client/model/set_active_project_in_console_body.py,sha256=078JYMif1PGA7fAJ02R0xu31vX0h7BOtTxz7hWKYclc,11805
227
+ ory_client/model/set_custom_domain_body.py,sha256=Kk_exzPTcMrCiQhERFQ6Qw9modAxg_GfeVN8cp9Cjfc,13091
228
+ ory_client/model/set_event_stream_body.py,sha256=fwK7LFL3zrnL6h7C42ZBqJI0yNba013gTX5rWXNx-MM,12593
229
+ ory_client/model/set_project.py,sha256=tEpM6zwz4HuBrnQJxQpdHKFCvmWJ9p3H-chFLa9KUww,12725
230
+ ory_client/model/set_project_branding_theme_body.py,sha256=UBPt2PodMEDkfJ2nk1h7x_XAkQ21I2jteZVOOgTuIJQ,12962
231
+ ory_client/model/settings_flow.py,sha256=Z3Hl6s8rQNWH6VGUwJXFUs9bDV7BrqBYlacqq2NPoPo,16978
232
+ ory_client/model/settings_flow_state.py,sha256=T3PnPfLQrd0CMeV953QAvOGHMv1h6yw8UkzYAWRYKg4,13574
233
+ ory_client/model/source_position.py,sha256=N9ZJA5R4Rup9FU4k8SXZxhJtDiWFKDto381ctYq9Y7E,11710
234
+ ory_client/model/string_slice_json_format.py,sha256=4i2UCMOKrL5EEgeoT8BBAK7nb9Qet9iW9suej7H2NbE,11819
235
+ ory_client/model/stripe_customer.py,sha256=xjj72ZC8aC3AIYHeDtM8qet_fmLHskno2V2PQhv9T34,11512
236
+ ory_client/model/subject_set.py,sha256=K2I0fY-I1Lm7QO-se5n7PSWAOEfmMzAaQW1uxgjgLcs,12219
237
+ ory_client/model/subscription.py,sha256=NX1bH4Z4x0MMuAQUYGyOK2Roo0kM9Gw2knphcPQlY-c,17987
238
+ ory_client/model/successful_code_exchange_response.py,sha256=mandI6Sl9mLa4JFjXOTcmZFxcUF2AOJ64SywF_1u0qI,12500
239
+ ory_client/model/successful_native_login.py,sha256=KUBRT0-nQ8obilv8uJvVMBmgnakW_egiAmqUUSRV0fo,12473
240
+ ory_client/model/successful_native_registration.py,sha256=wvJ2lMjeV5uMsfkit5zSr7SvkGBP-SVeqzDlXvZTqKk,13754
241
+ ory_client/model/successful_project_update.py,sha256=STInkCn7CESzuem78Jj4NKcuK5xiEAOHG4YSahCF214,12962
242
+ ory_client/model/token_pagination.py,sha256=7Rp6oqFP8T-t6NkSmhqw5VCdcwsvSHMo7JmfM3ptRO4,12880
243
+ ory_client/model/token_pagination_headers.py,sha256=86iMRtQNYgHGfQHlTqTRUFUMRI0uOqf5X_oKCOBGK3U,12237
244
+ ory_client/model/token_pagination_request_parameters.py,sha256=rqKcNm0GSCbwojqCJ9ccIgabvGzVdZFqeOstm9oLUh0,12930
245
+ ory_client/model/token_pagination_response_headers.py,sha256=vK_H7fpvqkooLpLejSF0h-WOP2MN9-WV6k4pz6Lt8dM,13145
246
+ ory_client/model/trust_o_auth2_jwt_grant_issuer.py,sha256=kptuED8RMk3Qr-VtzdZpt1-8F3a7bUY13t3f5P38u4s,13912
247
+ ory_client/model/trusted_o_auth2_jwt_grant_issuer.py,sha256=XnBt3ypW2dVtphSie8Fjvpca6wM99ylTi8qcVX4aLa0,14486
248
+ ory_client/model/trusted_o_auth2_jwt_grant_issuers.py,sha256=RWw1O5_nphZ--CkPtat-R_lywsf6nV90C_E-g2c8-qU,12399
249
+ ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py,sha256=WbyyWDtgBcZKdzGyKGL_CBVC4lox-ZuLEPKy0eINsXk,12089
250
+ ory_client/model/ui_container.py,sha256=x5kU_PeVg6uNcW0ePLPCMDAFwIbyIi1uWcKrInLB73o,12714
251
+ ory_client/model/ui_node.py,sha256=VaEQBCu-8NlHCuiY-eD3oW_EDNarAcPWMCawdvreFgs,14031
252
+ ory_client/model/ui_node_anchor_attributes.py,sha256=m0lWG96ilI6Xhkcs5ZeQrQPZcU2SQjqQUD2zK5V1NT0,12852
253
+ ory_client/model/ui_node_attributes.py,sha256=9ozOe4AQR5cwoqelBPocsiz2-bEMxeXPdjOCOtg76cM,22091
254
+ ory_client/model/ui_node_image_attributes.py,sha256=LelKLMgHVRboosIW6CWL0XVUx65Sm7DcqdMsSY77xVQ,12956
255
+ ory_client/model/ui_node_input_attributes.py,sha256=4Npas3SDPAtgoOx7S1iH5gyjqGTFyYdS_qpRW4PHYRM,16763
256
+ ory_client/model/ui_node_meta.py,sha256=S5ON_yADrLdzI_xILITFybZGLc9Gev6V9MwKot4KI4Y,11669
257
+ ory_client/model/ui_node_script_attributes.py,sha256=Kb_ACLjfZoYSFkE9UvIZXYDe7Ic1UDpHFmgq-VOEnaQ,14565
258
+ ory_client/model/ui_node_text_attributes.py,sha256=3MmFhSwUEqwbzX5hqxENjsLZNpN0Q4r-wnYKgzOttMo,12555
259
+ ory_client/model/ui_nodes.py,sha256=fQegukTd3Mlnx8v_6o4mQNbWZL7XtK_S4ml6C1D-m6s,11915
260
+ ory_client/model/ui_text.py,sha256=9mJ5Eljv_Brgcpdl4Qo2egAT_mjTED3f3c4a-mAT_WE,12735
261
+ ory_client/model/ui_texts.py,sha256=nK_SbUlFH9ZGckCwWypSQSyC6I89_oRwi14ODfFaeko,11915
262
+ ory_client/model/update_identity_body.py,sha256=s-yv0bi_JXyP_gi7v50nmJwrgsV5EWy2XOHLahIEcRM,14981
263
+ ory_client/model/update_login_flow_body.py,sha256=9I3YOx3rjUbeIoRgUYstIMXsDJXfbRaAR8n7D3NnQqA,23140
264
+ ory_client/model/update_login_flow_with_code_method.py,sha256=cnrVWRgNGC4NBNZrPC9sNV75xKKGajTagnhqSweCoiw,13151
265
+ ory_client/model/update_login_flow_with_lookup_secret_method.py,sha256=R47vxPmAPXHcpl380cdQuamKdzP6400xR6DNcQ-H74I,12516
266
+ ory_client/model/update_login_flow_with_oidc_method.py,sha256=3Xkr1zDPHUB_ZCcuEjNFfYU3c8QGTKS8kZ-FXdcLGMA,16280
267
+ ory_client/model/update_login_flow_with_password_method.py,sha256=3blQNAo-aME5dFstrbohCuyJ52NM5Mqq2gmugRR7EPQ,13290
268
+ ory_client/model/update_login_flow_with_totp_method.py,sha256=WM5KVKzIQK43RX6TYbzqeFVYgUosEPS1Dp2hFWm6IHQ,12404
269
+ ory_client/model/update_login_flow_with_web_authn_method.py,sha256=Rbl9Tk2kHhGErRSbpvp5S36LiGjtAILszqqj4F10MKA,12943
270
+ ory_client/model/update_recovery_flow_body.py,sha256=b4T5E2oN7RBbGh-7Idck28ozai4KnWbVLNz7XQSGGX4,16721
271
+ ory_client/model/update_recovery_flow_with_code_method.py,sha256=Xj6W7TcBxc9IcL3MId4uCPaWJSp5Wti3Q6qdAPv9VaA,13981
272
+ ory_client/model/update_recovery_flow_with_link_method.py,sha256=BnkM7FMmuHVkQiYrfZwjpHxMR3uuYgrrADiRCpsspd0,13063
273
+ ory_client/model/update_registration_flow_body.py,sha256=w48QY-FoYaQtdqV_2kcnZEpD2XAw8XemQqaa4EQCOj4,22203
274
+ ory_client/model/update_registration_flow_with_code_method.py,sha256=ZHj_hCK9R6YBng8COst5vos7qge8P4T6y8u2cnwQnfg,13543
275
+ ory_client/model/update_registration_flow_with_oidc_method.py,sha256=J1geB4QDj5euA6irFdllVWPn9NGo398AqhnEns-24PA,16740
276
+ ory_client/model/update_registration_flow_with_password_method.py,sha256=BGJ7Rh3AeOc3mctczPSlRMaocWtdVTzJnexAIdRstmQ,13361
277
+ ory_client/model/update_registration_flow_with_web_authn_method.py,sha256=ixVVjQz1-eSkIfp3_CBtZjd_uVNlEVnupK1sEwim3IY,14145
278
+ ory_client/model/update_settings_flow_body.py,sha256=lj4tOc5ZLwJgon2wk0MyZ_TeOXoNVumOFYC54EUk-jo,23538
279
+ ory_client/model/update_settings_flow_with_lookup_method.py,sha256=Z9a5GGTxyothUJkMzNoNj8vCzdGtO2smZtx4cTUQE6o,13552
280
+ ory_client/model/update_settings_flow_with_oidc_method.py,sha256=1OGLXouIwsdS0azTkOOw-TbTgUj3hE-7aKna6vPh0QQ,14915
281
+ ory_client/model/update_settings_flow_with_password_method.py,sha256=DYB-keCNiWL5aBOZQ7ssKlrofgOOlxWWZ3XlVDQ8was,12364
282
+ ory_client/model/update_settings_flow_with_profile_method.py,sha256=_PP5W0akLnZLQjEOW__umK2suyh6I8LFxw_pcgZc8mU,12623
283
+ ory_client/model/update_settings_flow_with_totp_method.py,sha256=djfWlhDUmiQjGHzVnPq9M7DLR0Ky25TtzDZ26WiHV-g,12887
284
+ ory_client/model/update_settings_flow_with_web_authn_method.py,sha256=9V6AUDWvnzAZiJ9BBtGMgoFwrR_A1EK4JDzUPlqRDfs,13551
285
+ ory_client/model/update_subscription_body.py,sha256=-iI08fbafes7ZL30WRZ__j8FrOFBXS5I33FuPFgn5pk,12189
286
+ ory_client/model/update_verification_flow_body.py,sha256=x56C5DeS-O40pBI_izcRIXZFb-IEhZRqCWzSQDcNDVY,16803
287
+ ory_client/model/update_verification_flow_with_code_method.py,sha256=nMSpcDs8gVMqiS3B1UtIpby-4eTifMJ__HfoPZV6DQ0,13999
288
+ ory_client/model/update_verification_flow_with_link_method.py,sha256=y4otLkrnbtnjqsY7Jnk6sm8ys3m4t1a1gLwS9O_JmiQ,13113
289
+ ory_client/model/usage.py,sha256=N8_7AluwbhJBLn_70cy8B_e36XAmmO_oIEr7tRa--oM,11735
290
+ ory_client/model/verifiable_credential_priming_response.py,sha256=01pH2s4xReqmnxZuFRRUl31RqohpYUXdyGfAidQSuI8,13096
291
+ ory_client/model/verifiable_credential_proof.py,sha256=KAnM_reE2Ap-n0GaokW2LQlvrAo3DsLFcVC9zZNpMCs,11758
292
+ ory_client/model/verifiable_credential_response.py,sha256=T3UDLNWi5gQaGWm66DLaTYs-UKNG3OqgawSHhAPCbfA,11827
293
+ ory_client/model/verifiable_identity_address.py,sha256=Zw8VKOowZTJrDsKDptE03MP1x0vpjipEKg_sbCxXPww,13725
294
+ ory_client/model/verification_flow.py,sha256=rc4zLjUweGnlcqgtsacQGZzH1zTZUR3VKpU1vTKl0-o,15544
295
+ ory_client/model/verification_flow_state.py,sha256=ACCaezLsmwSEgQVa7AWwU-caHFymV0uIf5_Sv0BI34o,13344
296
+ ory_client/model/version.py,sha256=hC-VTLT7j-z0aKaUfz4zNmEhYf6fhhFHRhmL21MzmSA,11586
297
+ ory_client/model/warning.py,sha256=Sj0XBeG98YC5whQKKSLtvi1BZUp9qA2B6ay8AfuWT3Q,11694
298
+ ory_client/model/workspace.py,sha256=DG0F8zQ9oFwKa25At8MtkdTWdjKyrIvlMWNnJ0KVpgk,12525
299
+ ory_client/model/workspaces.py,sha256=RUXbgCYqW0erN8KnXONdpacxsKWyqBbRNroeI1TZBzo,11950
300
+ ory_client/models/__init__.py,sha256=gm_gqmuErsSUf0ueuoct2rIvgX2AO8cc6BtefxFemfo,21702
301
+ ory_client-1.5.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
302
+ ory_client-1.5.1.dist-info/METADATA,sha256=G2HU2yrUGXs_dTONK8nzkKPeIPAtm16MaKTIDqI5Fls,535
303
+ ory_client-1.5.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
304
+ ory_client-1.5.1.dist-info/top_level.txt,sha256=0De6AV7uRK9cg2KDRdQT-mC1JEQ4oTxArmZm8VX6bBc,11
305
+ ory_client-1.5.1.dist-info/RECORD,,