ory-client 1.4.6__py3-none-any.whl → 1.4.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. ory_client/__init__.py +2 -2
  2. ory_client/api/courier_api.py +1 -1
  3. ory_client/api/frontend_api.py +1 -1
  4. ory_client/api/identity_api.py +1 -1
  5. ory_client/api/jwk_api.py +1 -1
  6. ory_client/api/metadata_api.py +1 -1
  7. ory_client/api/o_auth2_api.py +1 -1
  8. ory_client/api/oidc_api.py +1 -1
  9. ory_client/api/permission_api.py +1 -1
  10. ory_client/api/project_api.py +1 -1
  11. ory_client/api/relationship_api.py +1 -1
  12. ory_client/api/wellknown_api.py +1 -1
  13. ory_client/api_client.py +2 -2
  14. ory_client/configuration.py +3 -3
  15. ory_client/exceptions.py +1 -1
  16. ory_client/model/accept_o_auth2_consent_request.py +1 -1
  17. ory_client/model/accept_o_auth2_consent_request_session.py +1 -1
  18. ory_client/model/accept_o_auth2_login_request.py +1 -1
  19. ory_client/model/active_project_in_console.py +1 -1
  20. ory_client/model/attribute.py +268 -0
  21. ory_client/model/attribute_filter.py +282 -0
  22. ory_client/model/attributes_count_datapoint.py +1 -1
  23. ory_client/model/authenticator_assurance_level.py +1 -1
  24. ory_client/model/batch_patch_identities_response.py +1 -1
  25. ory_client/model/check_opl_syntax_result.py +1 -1
  26. ory_client/model/check_permission_result.py +1 -1
  27. ory_client/model/cloud_account.py +1 -1
  28. ory_client/model/consistency_request_parameters.py +1 -1
  29. ory_client/model/continue_with.py +1 -1
  30. ory_client/model/continue_with_recovery_ui.py +1 -1
  31. ory_client/model/continue_with_recovery_ui_flow.py +1 -1
  32. ory_client/model/continue_with_set_ory_session_token.py +1 -1
  33. ory_client/model/continue_with_settings_ui.py +1 -1
  34. ory_client/model/continue_with_settings_ui_flow.py +1 -1
  35. ory_client/model/continue_with_verification_ui.py +1 -1
  36. ory_client/model/continue_with_verification_ui_flow.py +1 -1
  37. ory_client/model/courier_message_status.py +1 -1
  38. ory_client/model/courier_message_type.py +1 -1
  39. ory_client/model/create_custom_domain_body.py +1 -1
  40. ory_client/model/create_identity_body.py +1 -1
  41. ory_client/model/create_invite_response.py +1 -1
  42. ory_client/model/create_json_web_key_set.py +1 -1
  43. ory_client/model/{create_project_member_invite_response.py → create_member_invite_response.py} +4 -4
  44. ory_client/model/create_project_api_key_request.py +1 -1
  45. ory_client/model/create_project_body.py +1 -1
  46. ory_client/model/create_project_branding.py +1 -1
  47. ory_client/model/create_project_member_invite_body.py +1 -1
  48. ory_client/model/create_project_normalized_payload.py +1 -1
  49. ory_client/model/create_recovery_code_for_identity_body.py +1 -1
  50. ory_client/model/create_recovery_link_for_identity_body.py +1 -1
  51. ory_client/model/create_relationship_body.py +1 -1
  52. ory_client/model/create_subscription_body.py +1 -1
  53. ory_client/model/create_verifiable_credential_request_body.py +1 -1
  54. ory_client/model/create_workspace_member_invite_body.py +264 -0
  55. ory_client/model/credential_supported_draft00.py +1 -1
  56. ory_client/model/custom_domain.py +1 -1
  57. ory_client/model/delete_my_sessions_count.py +1 -1
  58. ory_client/model/email_template_data.py +1 -1
  59. ory_client/model/email_template_data_body.py +1 -1
  60. ory_client/model/error_authenticator_assurance_level_not_satisfied.py +1 -1
  61. ory_client/model/error_browser_location_change_required.py +1 -1
  62. ory_client/model/error_flow_replaced.py +1 -1
  63. ory_client/model/error_generic.py +1 -1
  64. ory_client/model/error_o_auth2.py +1 -1
  65. ory_client/model/expanded_permission_tree.py +1 -1
  66. ory_client/model/flow_error.py +1 -1
  67. ory_client/model/generic_error.py +1 -1
  68. ory_client/model/generic_error_content.py +1 -1
  69. ory_client/model/generic_usage.py +1 -1
  70. ory_client/model/get_attributes_count_response.py +1 -1
  71. ory_client/model/get_managed_identity_schema_location.py +1 -1
  72. ory_client/model/get_metrics_event_attributes_response.py +267 -0
  73. ory_client/model/get_metrics_event_types_response.py +267 -0
  74. ory_client/model/get_organization_response.py +1 -1
  75. ory_client/model/get_project_events_body.py +298 -0
  76. ory_client/model/get_project_events_response.py +278 -0
  77. ory_client/model/get_project_metrics_response.py +1 -1
  78. ory_client/model/get_session_activity_response.py +1 -1
  79. ory_client/model/get_version200_response.py +1 -1
  80. ory_client/model/health_not_ready_status.py +1 -1
  81. ory_client/model/health_status.py +1 -1
  82. ory_client/model/identity.py +1 -1
  83. ory_client/model/identity_credentials.py +1 -1
  84. ory_client/model/identity_credentials_code.py +1 -1
  85. ory_client/model/identity_credentials_oidc.py +1 -1
  86. ory_client/model/identity_credentials_oidc_provider.py +1 -1
  87. ory_client/model/identity_credentials_password.py +1 -1
  88. ory_client/model/identity_credentials_type.py +1 -1
  89. ory_client/model/identity_patch.py +1 -1
  90. ory_client/model/identity_patch_response.py +1 -1
  91. ory_client/model/identity_schema_container.py +1 -1
  92. ory_client/model/identity_schema_preset.py +1 -1
  93. ory_client/model/identity_schema_presets.py +1 -1
  94. ory_client/model/identity_schemas.py +1 -1
  95. ory_client/model/identity_state.py +1 -1
  96. ory_client/model/identity_with_credentials.py +1 -1
  97. ory_client/model/identity_with_credentials_oidc.py +1 -1
  98. ory_client/model/identity_with_credentials_oidc_config.py +1 -1
  99. ory_client/model/identity_with_credentials_oidc_config_provider.py +1 -1
  100. ory_client/model/identity_with_credentials_password.py +1 -1
  101. ory_client/model/identity_with_credentials_password_config.py +1 -1
  102. ory_client/model/internal_get_project_branding_body.py +1 -1
  103. ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
  104. ory_client/model/internal_is_owner_for_project_by_slug_body.py +1 -1
  105. ory_client/model/internal_is_owner_for_project_by_slug_response.py +1 -1
  106. ory_client/model/internal_provision_mock_subscription.py +1 -1
  107. ory_client/model/introspected_o_auth2_token.py +1 -1
  108. ory_client/model/is_owner_for_project_by_slug.py +1 -1
  109. ory_client/model/is_ready200_response.py +1 -1
  110. ory_client/model/is_ready503_response.py +1 -1
  111. ory_client/model/json_patch.py +1 -1
  112. ory_client/model/json_patch_document.py +1 -1
  113. ory_client/model/json_web_key.py +1 -1
  114. ory_client/model/json_web_key_set.py +1 -1
  115. ory_client/model/keto_namespace.py +1 -1
  116. ory_client/model/keto_namespaces.py +1 -1
  117. ory_client/model/list_custom_domains.py +1 -1
  118. ory_client/model/list_my_workspaces_response.py +1 -1
  119. ory_client/model/list_organizations_response.py +1 -1
  120. ory_client/model/login_flow.py +1 -1
  121. ory_client/model/login_flow_state.py +1 -1
  122. ory_client/model/logout_flow.py +1 -1
  123. ory_client/model/managed_identity_schema.py +1 -1
  124. ory_client/model/managed_identity_schema_validation_result.py +1 -1
  125. ory_client/model/managed_identity_schemas.py +1 -1
  126. ory_client/model/member_invite.py +11 -9
  127. ory_client/model/member_invites.py +1 -1
  128. ory_client/model/message.py +1 -1
  129. ory_client/model/message_dispatch.py +1 -1
  130. ory_client/model/metrics_datapoint.py +1 -1
  131. ory_client/model/namespace.py +1 -1
  132. ory_client/model/needs_privileged_session_error.py +1 -1
  133. ory_client/model/normalized_project.py +1 -1
  134. ory_client/model/normalized_project_revision.py +1 -1
  135. ory_client/model/normalized_project_revision_hook.py +1 -1
  136. ory_client/model/normalized_project_revision_identity_schema.py +1 -1
  137. ory_client/model/normalized_project_revision_identity_schemas.py +1 -1
  138. ory_client/model/normalized_project_revision_third_party_provider.py +1 -1
  139. ory_client/model/normalized_project_revision_tokenizer_template.py +1 -1
  140. ory_client/model/normalized_project_revision_tokenizer_templates.py +1 -1
  141. ory_client/model/normalized_projects.py +1 -1
  142. ory_client/model/null_duration.py +1 -1
  143. ory_client/model/o_auth2_client.py +1 -1
  144. ory_client/model/o_auth2_client_token_lifespans.py +1 -1
  145. ory_client/model/o_auth2_consent_request.py +1 -1
  146. ory_client/model/o_auth2_consent_request_open_id_connect_context.py +1 -1
  147. ory_client/model/o_auth2_consent_session.py +1 -1
  148. ory_client/model/o_auth2_consent_session_expires_at.py +1 -1
  149. ory_client/model/o_auth2_consent_sessions.py +1 -1
  150. ory_client/model/o_auth2_login_request.py +1 -1
  151. ory_client/model/o_auth2_logout_request.py +1 -1
  152. ory_client/model/o_auth2_redirect_to.py +1 -1
  153. ory_client/model/o_auth2_token_exchange.py +1 -1
  154. ory_client/model/oidc_configuration.py +1 -1
  155. ory_client/model/oidc_user_info.py +1 -1
  156. ory_client/model/organization.py +1 -1
  157. ory_client/model/organization_body.py +1 -1
  158. ory_client/model/pagination.py +1 -1
  159. ory_client/model/pagination_headers.py +1 -1
  160. ory_client/model/parse_error.py +1 -1
  161. ory_client/model/patch_identities_body.py +1 -1
  162. ory_client/model/perform_native_logout_body.py +1 -1
  163. ory_client/model/permissions_on_project.py +1 -1
  164. ory_client/model/plan.py +1 -1
  165. ory_client/model/plan_details.py +1 -1
  166. ory_client/model/plans.py +1 -1
  167. ory_client/model/post_check_permission_body.py +1 -1
  168. ory_client/model/post_check_permission_or_error_body.py +1 -1
  169. ory_client/model/pricing.py +1 -1
  170. ory_client/model/project.py +1 -1
  171. ory_client/model/project_api_key.py +1 -1
  172. ory_client/model/project_api_keys.py +1 -1
  173. ory_client/model/project_branding.py +1 -1
  174. ory_client/model/project_branding_colors.py +1 -1
  175. ory_client/model/project_branding_theme.py +1 -1
  176. ory_client/model/project_branding_themes.py +1 -1
  177. ory_client/model/project_cors.py +1 -1
  178. ory_client/model/project_events_datapoint.py +288 -0
  179. ory_client/model/project_host.py +1 -1
  180. ory_client/model/project_member.py +1 -1
  181. ory_client/model/project_members.py +1 -1
  182. ory_client/model/project_metadata.py +1 -1
  183. ory_client/model/project_metadata_list.py +1 -1
  184. ory_client/model/project_revision_hooks.py +1 -1
  185. ory_client/model/project_revision_identity_schemas.py +1 -1
  186. ory_client/model/project_revision_third_party_login_providers.py +1 -1
  187. ory_client/model/project_revisions.py +1 -1
  188. ory_client/model/project_service_identity.py +1 -1
  189. ory_client/model/project_service_o_auth2.py +1 -1
  190. ory_client/model/project_service_permission.py +1 -1
  191. ory_client/model/project_services.py +1 -1
  192. ory_client/model/projects.py +1 -1
  193. ory_client/model/quota_usage.py +4 -3
  194. ory_client/model/recovery_code_for_identity.py +1 -1
  195. ory_client/model/recovery_flow.py +1 -1
  196. ory_client/model/recovery_flow_state.py +1 -1
  197. ory_client/model/recovery_identity_address.py +1 -1
  198. ory_client/model/recovery_link_for_identity.py +1 -1
  199. ory_client/model/registration_flow.py +1 -1
  200. ory_client/model/registration_flow_state.py +1 -1
  201. ory_client/model/reject_o_auth2_request.py +1 -1
  202. ory_client/model/relation_query.py +1 -1
  203. ory_client/model/relationship.py +1 -1
  204. ory_client/model/relationship_namespaces.py +1 -1
  205. ory_client/model/relationship_patch.py +1 -1
  206. ory_client/model/relationships.py +1 -1
  207. ory_client/model/rfc6749_error_json.py +1 -1
  208. ory_client/model/schema_patch.py +1 -1
  209. ory_client/model/self_service_flow_expired_error.py +1 -1
  210. ory_client/model/session.py +1 -1
  211. ory_client/model/session_activity_datapoint.py +1 -1
  212. ory_client/model/session_authentication_method.py +1 -1
  213. ory_client/model/session_authentication_methods.py +1 -1
  214. ory_client/model/session_device.py +1 -1
  215. ory_client/model/set_active_project_in_console_body.py +1 -1
  216. ory_client/model/set_custom_domain_body.py +1 -1
  217. ory_client/model/set_project.py +1 -1
  218. ory_client/model/set_project_branding_theme_body.py +1 -1
  219. ory_client/model/settings_flow.py +1 -1
  220. ory_client/model/settings_flow_state.py +1 -1
  221. ory_client/model/source_position.py +1 -1
  222. ory_client/model/string_slice_json_format.py +1 -1
  223. ory_client/model/stripe_customer.py +1 -1
  224. ory_client/model/subject_set.py +1 -1
  225. ory_client/model/subscription.py +1 -1
  226. ory_client/model/successful_code_exchange_response.py +1 -1
  227. ory_client/model/successful_native_login.py +1 -1
  228. ory_client/model/successful_native_registration.py +1 -1
  229. ory_client/model/successful_project_update.py +1 -1
  230. ory_client/model/token_pagination.py +1 -1
  231. ory_client/model/token_pagination_headers.py +1 -1
  232. ory_client/model/token_pagination_request_parameters.py +1 -1
  233. ory_client/model/token_pagination_response_headers.py +1 -1
  234. ory_client/model/trust_o_auth2_jwt_grant_issuer.py +1 -1
  235. ory_client/model/trusted_o_auth2_jwt_grant_issuer.py +1 -1
  236. ory_client/model/trusted_o_auth2_jwt_grant_issuers.py +1 -1
  237. ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
  238. ory_client/model/ui_container.py +1 -1
  239. ory_client/model/ui_node.py +1 -1
  240. ory_client/model/ui_node_anchor_attributes.py +1 -1
  241. ory_client/model/ui_node_attributes.py +1 -1
  242. ory_client/model/ui_node_image_attributes.py +1 -1
  243. ory_client/model/ui_node_input_attributes.py +1 -1
  244. ory_client/model/ui_node_meta.py +1 -1
  245. ory_client/model/ui_node_script_attributes.py +1 -1
  246. ory_client/model/ui_node_text_attributes.py +1 -1
  247. ory_client/model/ui_nodes.py +1 -1
  248. ory_client/model/ui_text.py +1 -1
  249. ory_client/model/ui_texts.py +1 -1
  250. ory_client/model/update_identity_body.py +1 -1
  251. ory_client/model/update_login_flow_body.py +1 -1
  252. ory_client/model/update_login_flow_with_code_method.py +1 -1
  253. ory_client/model/update_login_flow_with_lookup_secret_method.py +1 -1
  254. ory_client/model/update_login_flow_with_oidc_method.py +1 -1
  255. ory_client/model/update_login_flow_with_password_method.py +1 -1
  256. ory_client/model/update_login_flow_with_totp_method.py +1 -1
  257. ory_client/model/update_login_flow_with_web_authn_method.py +1 -1
  258. ory_client/model/update_recovery_flow_body.py +1 -1
  259. ory_client/model/update_recovery_flow_with_code_method.py +1 -1
  260. ory_client/model/update_recovery_flow_with_link_method.py +1 -1
  261. ory_client/model/update_registration_flow_body.py +1 -1
  262. ory_client/model/update_registration_flow_with_code_method.py +1 -1
  263. ory_client/model/update_registration_flow_with_oidc_method.py +1 -1
  264. ory_client/model/update_registration_flow_with_password_method.py +1 -1
  265. ory_client/model/update_registration_flow_with_web_authn_method.py +1 -1
  266. ory_client/model/update_settings_flow_body.py +1 -1
  267. ory_client/model/update_settings_flow_with_lookup_method.py +1 -1
  268. ory_client/model/update_settings_flow_with_oidc_method.py +1 -1
  269. ory_client/model/update_settings_flow_with_password_method.py +1 -1
  270. ory_client/model/update_settings_flow_with_profile_method.py +1 -1
  271. ory_client/model/update_settings_flow_with_totp_method.py +1 -1
  272. ory_client/model/update_settings_flow_with_web_authn_method.py +1 -1
  273. ory_client/model/update_subscription_body.py +1 -1
  274. ory_client/model/update_verification_flow_body.py +1 -1
  275. ory_client/model/update_verification_flow_with_code_method.py +1 -1
  276. ory_client/model/update_verification_flow_with_link_method.py +1 -1
  277. ory_client/model/usage.py +1 -1
  278. ory_client/model/verifiable_credential_priming_response.py +1 -1
  279. ory_client/model/verifiable_credential_proof.py +1 -1
  280. ory_client/model/verifiable_credential_response.py +1 -1
  281. ory_client/model/verifiable_identity_address.py +1 -1
  282. ory_client/model/verification_flow.py +1 -1
  283. ory_client/model/verification_flow_state.py +1 -1
  284. ory_client/model/version.py +1 -1
  285. ory_client/model/warning.py +1 -1
  286. ory_client/model/workspace.py +1 -1
  287. ory_client/model/workspaces.py +1 -1
  288. ory_client/model_utils.py +1 -1
  289. ory_client/models/__init__.py +9 -1
  290. ory_client/rest.py +1 -1
  291. {ory_client-1.4.6.dist-info → ory_client-1.4.8.dist-info}/METADATA +1 -1
  292. ory_client-1.4.8.dist-info/RECORD +298 -0
  293. ory_client-1.4.6.dist-info/RECORD +0 -290
  294. {ory_client-1.4.6.dist-info → ory_client-1.4.8.dist-info}/LICENSE +0 -0
  295. {ory_client-1.4.6.dist-info → ory_client-1.4.8.dist-info}/WHEEL +0 -0
  296. {ory_client-1.4.6.dist-info → ory_client-1.4.8.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
ory_client/model/usage.py CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
ory_client/model_utils.py CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v1.4.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -13,6 +13,8 @@ from ory_client.model.accept_o_auth2_consent_request import AcceptOAuth2ConsentR
13
13
  from ory_client.model.accept_o_auth2_consent_request_session import AcceptOAuth2ConsentRequestSession
14
14
  from ory_client.model.accept_o_auth2_login_request import AcceptOAuth2LoginRequest
15
15
  from ory_client.model.active_project_in_console import ActiveProjectInConsole
16
+ from ory_client.model.attribute import Attribute
17
+ from ory_client.model.attribute_filter import AttributeFilter
16
18
  from ory_client.model.attributes_count_datapoint import AttributesCountDatapoint
17
19
  from ory_client.model.authenticator_assurance_level import AuthenticatorAssuranceLevel
18
20
  from ory_client.model.batch_patch_identities_response import BatchPatchIdentitiesResponse
@@ -34,17 +36,18 @@ from ory_client.model.create_custom_domain_body import CreateCustomDomainBody
34
36
  from ory_client.model.create_identity_body import CreateIdentityBody
35
37
  from ory_client.model.create_invite_response import CreateInviteResponse
36
38
  from ory_client.model.create_json_web_key_set import CreateJsonWebKeySet
39
+ from ory_client.model.create_member_invite_response import CreateMemberInviteResponse
37
40
  from ory_client.model.create_project_api_key_request import CreateProjectApiKeyRequest
38
41
  from ory_client.model.create_project_body import CreateProjectBody
39
42
  from ory_client.model.create_project_branding import CreateProjectBranding
40
43
  from ory_client.model.create_project_member_invite_body import CreateProjectMemberInviteBody
41
- from ory_client.model.create_project_member_invite_response import CreateProjectMemberInviteResponse
42
44
  from ory_client.model.create_project_normalized_payload import CreateProjectNormalizedPayload
43
45
  from ory_client.model.create_recovery_code_for_identity_body import CreateRecoveryCodeForIdentityBody
44
46
  from ory_client.model.create_recovery_link_for_identity_body import CreateRecoveryLinkForIdentityBody
45
47
  from ory_client.model.create_relationship_body import CreateRelationshipBody
46
48
  from ory_client.model.create_subscription_body import CreateSubscriptionBody
47
49
  from ory_client.model.create_verifiable_credential_request_body import CreateVerifiableCredentialRequestBody
50
+ from ory_client.model.create_workspace_member_invite_body import CreateWorkspaceMemberInviteBody
48
51
  from ory_client.model.credential_supported_draft00 import CredentialSupportedDraft00
49
52
  from ory_client.model.custom_domain import CustomDomain
50
53
  from ory_client.model.delete_my_sessions_count import DeleteMySessionsCount
@@ -62,7 +65,11 @@ from ory_client.model.generic_error_content import GenericErrorContent
62
65
  from ory_client.model.generic_usage import GenericUsage
63
66
  from ory_client.model.get_attributes_count_response import GetAttributesCountResponse
64
67
  from ory_client.model.get_managed_identity_schema_location import GetManagedIdentitySchemaLocation
68
+ from ory_client.model.get_metrics_event_attributes_response import GetMetricsEventAttributesResponse
69
+ from ory_client.model.get_metrics_event_types_response import GetMetricsEventTypesResponse
65
70
  from ory_client.model.get_organization_response import GetOrganizationResponse
71
+ from ory_client.model.get_project_events_body import GetProjectEventsBody
72
+ from ory_client.model.get_project_events_response import GetProjectEventsResponse
66
73
  from ory_client.model.get_project_metrics_response import GetProjectMetricsResponse
67
74
  from ory_client.model.get_session_activity_response import GetSessionActivityResponse
68
75
  from ory_client.model.get_version200_response import GetVersion200Response
@@ -164,6 +171,7 @@ from ory_client.model.project_branding_colors import ProjectBrandingColors
164
171
  from ory_client.model.project_branding_theme import ProjectBrandingTheme
165
172
  from ory_client.model.project_branding_themes import ProjectBrandingThemes
166
173
  from ory_client.model.project_cors import ProjectCors
174
+ from ory_client.model.project_events_datapoint import ProjectEventsDatapoint
167
175
  from ory_client.model.project_host import ProjectHost
168
176
  from ory_client.model.project_member import ProjectMember
169
177
  from ory_client.model.project_members import ProjectMembers
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.6
6
+ The version of the OpenAPI document: v1.4.8
7
7
  Contact: support@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ory-client
3
- Version: 1.4.6
3
+ Version: 1.4.8
4
4
  Summary: Ory APIs
5
5
  Home-page: https://github.com/ory/sdk
6
6
  Author: API Support
@@ -0,0 +1,298 @@
1
+ ory_client/__init__.py,sha256=9A6ZYPpAGnxqtFuEMYMzCRifQu3szcqVqWVnglVCpm4,835
2
+ ory_client/api_client.py,sha256=pP3re_O4yMNkJEajZs8OqXL0u1Olz4FSnT8j26uhM8E,39202
3
+ ory_client/configuration.py,sha256=41e3xM6v6DqkNe11ZnDzT9I9tETxDVXdfyhLrfRBhSc,18031
4
+ ory_client/exceptions.py,sha256=EIh750w3JviqEGBHkjZtFmyhCz-8u1S2m5PnmTvpWg4,5198
5
+ ory_client/model_utils.py,sha256=JjyB-ec7n_KbTLvVKFl74QnCZFeHlCBiZMLH5MesRXU,82704
6
+ ory_client/rest.py,sha256=1JWbheXuZ_zrY0gaOe5RS2fW6WT2966EBvQz5WEWnmY,14398
7
+ ory_client/api/__init__.py,sha256=12hWrV4_IfXYXtRdNa9waLgyCPhEDgo5GDdy3dJgCJA,214
8
+ ory_client/api/courier_api.py,sha256=pQBabfUiXbdgWTGafQf83O9vmDhB3_J4GoBuihp76xo,12519
9
+ ory_client/api/frontend_api.py,sha256=e2V840TbpLY1R1ra8Dmyawc9puIxq3SHqzCA2YFKOJE,206799
10
+ ory_client/api/identity_api.py,sha256=ZvnHsiN1YMmAIbx3b7vL408U5so_B7is84QtCgdb-wY,108616
11
+ ory_client/api/jwk_api.py,sha256=rm14Oolqw9jYzUjsLKXQbTGMMtywhewBsPzrSI4AzH0,40790
12
+ ory_client/api/metadata_api.py,sha256=3-F2L_1QWRl0MMFOQWzk5pRPXxqNOlbSsjwSIosBgDc,16248
13
+ ory_client/api/o_auth2_api.py,sha256=gSJ46ESRaO997iOH-mcFfiyvELu9afz5cEPQtiC0mIY,163217
14
+ ory_client/api/oidc_api.py,sha256=ntlBwQvQqat19JBHmEmbVDJbp8NHXXEmDPf_V7Th-Io,45439
15
+ ory_client/api/permission_api.py,sha256=DPLed6LJRjCBoVZ9xiaNGXBS3W1UVOHXtRAZoaf8M1k,32077
16
+ ory_client/api/project_api.py,sha256=OBgWfZHB9fyLbTXoArvF7NPxrBN3qIjUG4ewQJT1c3U,104684
17
+ ory_client/api/relationship_api.py,sha256=zYGkRuqcJBH9viMNFMMd80GbWdlYgH4OSiwsaM69XOg,34599
18
+ ory_client/api/wellknown_api.py,sha256=gQEfW6LZJiviKdTZfQvfuC5dnt1iv_3TyBtP9b3QSGY,5921
19
+ ory_client/apis/__init__.py,sha256=navhP_cq7ga2JlBYiPtEmXrANJvL29Avodr7LnE0l2w,984
20
+ ory_client/model/__init__.py,sha256=hCw5FHQbqau39Fcf9oEv7x0NExbhL4-N5Ih5LGKzEiw,344
21
+ ory_client/model/accept_o_auth2_consent_request.py,sha256=XaHAhDa7oLQyUtu_vSxZpmF2Fwbfi5sKDWFSzRJeiIs,13971
22
+ ory_client/model/accept_o_auth2_consent_request_session.py,sha256=8VSeWTRtYogHmR9Zmd_kkdATkoEtORXsfNbhbMeHnfs,13401
23
+ ory_client/model/accept_o_auth2_login_request.py,sha256=qKiQZB1KBJC-xxIlBABUvmfFyId_WsW1W1g9AHsIU9U,18750
24
+ ory_client/model/active_project_in_console.py,sha256=h3sFTZb_nL8e5hXiCC4Eej9UQKrqzRSjYXMzahAyqFQ,11650
25
+ ory_client/model/attribute.py,sha256=dAdhDA-dAICmciVTguO3R2hJECQQWam07xzaGMbjMHE,11685
26
+ ory_client/model/attribute_filter.py,sha256=BjHXqh6Z1Rgh6RudwfpQVRlAyEimnkjmDCw0t3fVxhM,12253
27
+ ory_client/model/attributes_count_datapoint.py,sha256=_0G_5igpQ7MNHouMfU2CHrI__di8_f-C9JH0ibcERzk,11965
28
+ ory_client/model/authenticator_assurance_level.py,sha256=MBy8DifSvtxYxjkdL8ktaWxXVSf8UW5xxcSsAdOUbUM,13840
29
+ ory_client/model/batch_patch_identities_response.py,sha256=N63SvkrnFhxw875RpbPBwbxzLgWwpG9kQIt5AMFuJao,11964
30
+ ory_client/model/check_opl_syntax_result.py,sha256=uMWhQAqVeB_zHJvTjyo-zKmIClxRDlpeBdqtpGYTCuk,11792
31
+ ory_client/model/check_permission_result.py,sha256=T5-JjLZCCV4M4silmNPxb5ucDnBR4cncSMIjEeWTVl0,11697
32
+ ory_client/model/cloud_account.py,sha256=qWJJ7ZTTrGmHgTAChF4tdvYLjAJ_BsQ-KQnzvowdv9U,11867
33
+ ory_client/model/consistency_request_parameters.py,sha256=jeOKyplqVEuTOW0aeGFan9zv79OGSfPwirmMByRyxrU,13875
34
+ ory_client/model/continue_with.py,sha256=doWQ4pZezAaeK89ishMvysfgmuex1ZLT3TpgNWHAPeE,16213
35
+ ory_client/model/continue_with_recovery_ui.py,sha256=kfP3H7Dl_btGMW68_FCoCpHyipe4e-JwVDAcOYnlF78,12647
36
+ ory_client/model/continue_with_recovery_ui_flow.py,sha256=II52xej2kKXQL-CrY6-7Q6CWiBkJn3EdkyWy1pM6kPE,11867
37
+ ory_client/model/continue_with_set_ory_session_token.py,sha256=LUcSfVMGwipN3RAWDgPNG9XYcr_-CRt7aThZEBH1i2k,12653
38
+ ory_client/model/continue_with_settings_ui.py,sha256=LL-LlqNMTx_fftU0aZIHBm4fnOhULfo0aBAaDi8zgZc,12647
39
+ ory_client/model/continue_with_settings_ui_flow.py,sha256=dqx2Uh-TmihId4M97lHa9pdQqm62e_k0_uqI8cO4Xn4,11634
40
+ ory_client/model/continue_with_verification_ui.py,sha256=VPNZMNzPBAJheIQ1vkfrmkeu_52Bqpx7xSNrFe6ba6c,12743
41
+ ory_client/model/continue_with_verification_ui_flow.py,sha256=MGgACw-YpmjS48dC09vQFmuAOu1l53QWV7bckUpecG4,12337
42
+ ory_client/model/courier_message_status.py,sha256=5ZevvsUnzk2fReGk9cdlqUQZKAKKsjoBMF13y9aLyQg,12313
43
+ ory_client/model/courier_message_type.py,sha256=kXx8pKTcGCEoK8_m211V7EpP61nQZ3Mq9kaFI-UhEr4,12189
44
+ ory_client/model/create_custom_domain_body.py,sha256=rcYxf30_nccB4yeN4wGz7E0AkceSnmB2sNN1KiDTTIQ,13118
45
+ ory_client/model/create_identity_body.py,sha256=pH2olICqGWFiRemCSBkZDuzk30RqGAUCkY3iI3gKr7M,17019
46
+ ory_client/model/create_invite_response.py,sha256=JRuPRz3JssX3YpWaSQOP-ITo_Vhig-mAObiSsLvZ6X0,12268
47
+ ory_client/model/create_json_web_key_set.py,sha256=xYpGt5Q-FbDMfV0hbSCxmO8goc1IWdzHNOhnCCyRe4o,12838
48
+ ory_client/model/create_member_invite_response.py,sha256=2OaeqphqAMiYA_vGe9s33pX_GJz8tVIy4ipG7LLEXg4,11909
49
+ ory_client/model/create_project_api_key_request.py,sha256=WNey0tlC3oS3Z534e47sdUHC5pUbQgzR9wF330n-UtY,11720
50
+ ory_client/model/create_project_body.py,sha256=A6Y3GQkQ59fGSmbn3_gletcB8UASi_E9F6ndXkuYB64,11900
51
+ ory_client/model/create_project_branding.py,sha256=Tf4oUJrN4a4EpwEkmkvomZBao1n3PA3tzalOTWYjl6E,12818
52
+ ory_client/model/create_project_member_invite_body.py,sha256=h7YzHqGUKU2pyyMWGxdUOWcVDcZbF1xdSBbcUYEuLLk,11650
53
+ ory_client/model/create_project_normalized_payload.py,sha256=lAjiMygjpmeq9Qb5A3KUCQtJ0E8Gua0ttucRVeFjdNM,141768
54
+ ory_client/model/create_recovery_code_for_identity_body.py,sha256=hMApPO1ASLlIB-U3OSGr6YjJyUPB7G-N9haxJ2f01bc,12513
55
+ ory_client/model/create_recovery_link_for_identity_body.py,sha256=ysNQmnDCzvqCb8OAtM2euBBbJVVea-lzrZqQfJbbW1A,12510
56
+ ory_client/model/create_relationship_body.py,sha256=CupFJUDsmBsqBobBzkhAc5V7j2o-aCJRxPimeduHpKw,12810
57
+ ory_client/model/create_subscription_body.py,sha256=jRLVRNgvGvTu3JltEYQQaHZVz6PKoQkRa7AmSllKRC0,13055
58
+ ory_client/model/create_verifiable_credential_request_body.py,sha256=G4vDmWLh7k62zfcCIYxdUgKGWGc2GZfkja5PI_qneDo,12261
59
+ ory_client/model/create_workspace_member_invite_body.py,sha256=hiFf1yGfn07JVJnnHCw4dq8LIAxtijczedLi4RV-cSQ,11656
60
+ ory_client/model/credential_supported_draft00.py,sha256=qxuo4hb9sp8zqvddVThaTxhRJGRDGM2awHm4YNVTK_g,13492
61
+ ory_client/model/custom_domain.py,sha256=ZEnFqwz3jTvMZIRH6AoYeTvtIAwJYBqrONi3sp29KU8,15192
62
+ ory_client/model/delete_my_sessions_count.py,sha256=zRQkQA12edXYnaSMWiDPTfyucyNAS3nDZDWcR_TR5PM,11634
63
+ ory_client/model/email_template_data.py,sha256=tlpnNwfDD-OY7p5nrQ324n1Or3JqfiGUiZo5_UWkAXg,12057
64
+ ory_client/model/email_template_data_body.py,sha256=UtTuu_Z3EhZEGpsBtOgqZlZJwFCTdOYnLrdiGRZKDPU,11830
65
+ ory_client/model/error_authenticator_assurance_level_not_satisfied.py,sha256=MWgBVyjaahcJzgsZWAzLSbtypjJEkqRCpcBP4OERfHg,12160
66
+ ory_client/model/error_browser_location_change_required.py,sha256=sn6Un-tTqvSm2UFjIESXib8UzZq9mMXSbhx-DsA1Mys,12130
67
+ ory_client/model/error_flow_replaced.py,sha256=X4kdkRGmjLjatfZASGpO4IQWK-GyyG4_EjHauI0moJU,12119
68
+ ory_client/model/error_generic.py,sha256=Khqkr4xtUKpZcCGzThrAIr3UisrNC98SqzmF-gc5Ud8,11815
69
+ ory_client/model/error_o_auth2.py,sha256=sS7Mgqz3y5hErfmKY5smycChiIx3n7Nc79MSy682KZ0,12699
70
+ ory_client/model/expanded_permission_tree.py,sha256=6jea70qBoDvybRRXCFHg6_l5QP1HVHNmkgCl85q_jWI,13201
71
+ ory_client/model/flow_error.py,sha256=yDAHuWyC4oAe-9Jhoyb3SdWfCXhv4Gb_myPuPXK52ok,12628
72
+ ory_client/model/generic_error.py,sha256=nKPJJVOx-WMEb8jCgzO_wVWKM-8AYpjVC45LITQlAOI,14404
73
+ ory_client/model/generic_error_content.py,sha256=epqsBg9UOH1KK7dxj01kFPgDby9AAOWNzlBJxH-teUI,12936
74
+ ory_client/model/generic_usage.py,sha256=-ifRl2mh-cB0B97hDtjaNStNb_LRKyEI9cVP_Byy9nY,12338
75
+ ory_client/model/get_attributes_count_response.py,sha256=PgokVOHdTAu00a4e0BJkjBSp2ckfdPv79LDpTcvbODk,11849
76
+ ory_client/model/get_managed_identity_schema_location.py,sha256=7_fA8aGg1aaXno88Hm6Ejk9_h6t2htMDbqkIsu6m3Yk,11596
77
+ ory_client/model/get_metrics_event_attributes_response.py,sha256=57K1LqEj7jyFhyQBzJz_o2mzLafbCnqbyXfFHCImKRE,11626
78
+ ory_client/model/get_metrics_event_types_response.py,sha256=ZaRgm6zD4L8bSf2Yt-CI18nHNjQmLEOFCoCCN2CJYAQ,11611
79
+ ory_client/model/get_organization_response.py,sha256=Uss6nx6VXr95rPiVWsGHRwzsiT-hpXhrif-WBwocF_c,11874
80
+ ory_client/model/get_project_events_body.py,sha256=Oqirl5vafb17eGx1h8UnRByHrKkxYg0yAp01AztTCUw,13505
81
+ ory_client/model/get_project_events_response.py,sha256=1PZpKPsNjKo9vVHHy1hup96Y8EepFGeq6oBmJdEiumg,12199
82
+ ory_client/model/get_project_metrics_response.py,sha256=2qcGuy5OdIO5p58w_prqzK1Aj63rrGpsaBbbBz_A22c,11797
83
+ ory_client/model/get_session_activity_response.py,sha256=8qsFNSp4W4eEZmwlC8qSqsH3pZfvecK9JRVvwVOmvbA,11849
84
+ ory_client/model/get_version200_response.py,sha256=tFFeEqZ6_SuMQ-Q4p_s7GkYAhpwvBLo_ZaZJqnzykDY,11672
85
+ ory_client/model/health_not_ready_status.py,sha256=YzJOa2uxZouMpxkCAmjEmiT3H1TKdQ_lBXTBHgZFaVk,11716
86
+ ory_client/model/health_status.py,sha256=4Ze9vKPpEADBIR37ce1nK6Nin0JHhNYj7uC8CFsFxfw,11590
87
+ ory_client/model/identity.py,sha256=fLEDeacssSEq4ZewVp_ouyOF2za3ufPqRpKRuQ77Rew,18426
88
+ ory_client/model/identity_credentials.py,sha256=ow3o5ABpEyFl3etq_ILv9sgaxwl6eYkFzAQXHLM8C0I,13621
89
+ ory_client/model/identity_credentials_code.py,sha256=w0BrcvyUZfhD8DDMVRzuw3xnZRc18bEq4Ynz31OZk1E,11830
90
+ ory_client/model/identity_credentials_oidc.py,sha256=gEhV2KQfMDhBpnSNUxEclTZdN0LdnSrFlcEbaVevLQw,11911
91
+ ory_client/model/identity_credentials_oidc_provider.py,sha256=PgM0Fh2Qv72cXo2BH2EsakfuGz2XhwcgjY8E17hbkfw,12763
92
+ ory_client/model/identity_credentials_password.py,sha256=ZvrS3AuyOuL13umB-8TfHHvMAc967lTBSNv4YEYZaXI,11732
93
+ ory_client/model/identity_credentials_type.py,sha256=KY-O1sCpyTpRfV039zskdJHk0GEnguc2VcmjZmK3tjM,12434
94
+ ory_client/model/identity_patch.py,sha256=9dRofR2IQZJ0Mhm_ea70k_2TWRjViFKDVaDIt7U7Dlc,12312
95
+ ory_client/model/identity_patch_response.py,sha256=SmuD7YaKc-6fNS7wgTcJ2dMftE5zMZGmSa4rUVf_1Z0,12511
96
+ ory_client/model/identity_schema_container.py,sha256=c7kohJHH2p2B-kFmu6CahKqcQw-p5GTStQvpk1eba3E,12063
97
+ ory_client/model/identity_schema_preset.py,sha256=s-Is7_EJHWYEK6XA0cOzLLr-VwJ2kiagWD-zHr_Lp1Q,12109
98
+ ory_client/model/identity_schema_presets.py,sha256=yJLIeu5mhoTiYRaxS93yjKd4Qbw0bsosjTA0PTjpMaU,12084
99
+ ory_client/model/identity_schemas.py,sha256=qXs-w9lkGt-Z8wXXJzJSi4fEPsH2aGgCinVdZQbOijo,12217
100
+ ory_client/model/identity_state.py,sha256=j64tY7sqZ6-K8t4Nqp6ndFli53IQ-EmzkeEbKXwnCLI,12246
101
+ ory_client/model/identity_with_credentials.py,sha256=zNn1Aqt_-IWaSQgYSaJRV-DTGCx9d5K8hAvXeC-FxdY,12317
102
+ ory_client/model/identity_with_credentials_oidc.py,sha256=smx4sWQPLevszG8Oq_w_hD16ML8ay0iFnK38TXKh6ok,11917
103
+ ory_client/model/identity_with_credentials_oidc_config.py,sha256=Nwx3Jrhh77O97on7YzaklmhPYQkotWllgajN2Hg9wsc,12583
104
+ ory_client/model/identity_with_credentials_oidc_config_provider.py,sha256=3RZRAeFXq8rANIECZwr83aT3NT5R47-eCfxTIi-Kpus,12296
105
+ ory_client/model/identity_with_credentials_password.py,sha256=PPI2cQB0Wmvl55uE68PK_mzEhGqdEVsbPnOBC6UZkts,11957
106
+ ory_client/model/identity_with_credentials_password_config.py,sha256=EGsFOTBuucT3gSjDoTwYG2MqI3Fzs_RNY7AV7NnsHlw,12222
107
+ ory_client/model/internal_get_project_branding_body.py,sha256=j5oimSbk2UTSUEgyZN-k14sRFXumJ7tUyEiFo5haFXc,11590
108
+ ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py,sha256=AWBcCArRiXawXn0mFjG154MBqo8WcksNm_doPBZEHrk,12074
109
+ ory_client/model/internal_is_owner_for_project_by_slug_body.py,sha256=GetgSwQSMkAPrbk6ifjUSft0OMsPp6lxdaMKXOF3hds,12881
110
+ ory_client/model/internal_is_owner_for_project_by_slug_response.py,sha256=RWunRWV1YlluQCaVb9CJ75ar0AhmG10cZgeNOFOn6qo,11767
111
+ ory_client/model/internal_provision_mock_subscription.py,sha256=C51WCQV7C_smDiFsayqnsEC6NjMQhGHpkN2zqoBNeZ0,12732
112
+ ory_client/model/introspected_o_auth2_token.py,sha256=yIft_QSfLZOCnO8tKsKZGGOzBhGMgLzY9Hdtw6ltumg,18024
113
+ ory_client/model/is_owner_for_project_by_slug.py,sha256=2e5A8mqbfYb59RVuXXWEnByoWIwOWXooBvDClWL9eBQ,12057
114
+ ory_client/model/is_ready200_response.py,sha256=hnNufMoCGulPQ28mGEtEgY9wUTk6BmfiD7v0-QihJhI,11628
115
+ ory_client/model/is_ready503_response.py,sha256=p-_aFE46G_VpBKLtJ818omELaxnu9K3KSbVwjcn0reE,11762
116
+ ory_client/model/json_patch.py,sha256=a_5t00wbFYaISHwZw8GOtDFpXCJIq2HPmeVkWhVUQuI,13595
117
+ ory_client/model/json_patch_document.py,sha256=TQ87adNmbFFujpYIRjNVTlzwabdO8jsfljrbdy0VpWs,12088
118
+ ory_client/model/json_web_key.py,sha256=4VyRaI454dD8fjkzfwwJJOjKC-nSKmsrmPrDBI-cmok,18000
119
+ ory_client/model/json_web_key_set.py,sha256=UocvwePy0eGuhcDHZHGGo9x_5zYw5CkOWYewppbS85k,12346
120
+ ory_client/model/keto_namespace.py,sha256=RivQb7413HD5fBkQPANHSpkc39Ff32jQlefXNUY-a_s,11687
121
+ ory_client/model/keto_namespaces.py,sha256=fDYbT2Zit9czbFD6B1q64sXqJkXLo9CJ30bKCJICY_s,11999
122
+ ory_client/model/list_custom_domains.py,sha256=2GaYr92uJwM7pmS2aAY7t1wSU2HW-TvfugWdG8Lf8b4,12087
123
+ ory_client/model/list_my_workspaces_response.py,sha256=s-KN3GVTKBa18LaieSwrjTKl3T--0gui6T0qpDWpCcM,12443
124
+ ory_client/model/list_organizations_response.py,sha256=53RRZIZPPg49AXAHi-dBIIOlbOUNRUraZRJ2tjCQQl8,11897
125
+ ory_client/model/login_flow.py,sha256=vAZBrOjRoIygWK3x0mE-R9pbgvrwN5qQRkqLlGisRPE,19295
126
+ ory_client/model/login_flow_state.py,sha256=GkJL-tS-myM-JFCQ1Oe_BY2i3eh00Bet-durpTmNa3U,13275
127
+ ory_client/model/logout_flow.py,sha256=QIsCUNbcoRnC8R2e7P2obAuG__EqQAba_SV5N4rMp3I,12148
128
+ ory_client/model/managed_identity_schema.py,sha256=ujUlmesj3AszlAQVlXKnwc-Eb4koQ1skOkXydqt_GN4,13567
129
+ ory_client/model/managed_identity_schema_validation_result.py,sha256=KBPGw6xaDwLruGoYdKSJj-NRKYDC2BlSQYXVlDrhaxw,11792
130
+ ory_client/model/managed_identity_schemas.py,sha256=UauGmONl2S8SkyIZkPE9EJol8c-TR5D7dt5tXIsps8o,12096
131
+ ory_client/model/member_invite.py,sha256=jWzrMgBPBKTSYxG-2B1YmZOTAJvO6YQmYizv1PSkYNY,14688
132
+ ory_client/model/member_invites.py,sha256=R3DxZ6qWQgyFqtBwrX_QoKvCASrfAY1qqczcUKNMq1o,11987
133
+ ory_client/model/message.py,sha256=UH5Wq_RxNdm43_SLOiQXGtjuqSpRgEiP3QpgZ9Re7no,16574
134
+ ory_client/model/message_dispatch.py,sha256=4peXRuh1T5lGvd6EfZaw8Zl_vJ8-IuJUIEao6t-xPSA,13688
135
+ ory_client/model/metrics_datapoint.py,sha256=ed5ft4W0-eXPhimuCvw12NIp7bjoIv24KmWpoc3MMrc,11924
136
+ ory_client/model/namespace.py,sha256=2UIdXl6VgoGC6lOEovlEX5JRq3vc5-xAg6qnGy81mSw,11555
137
+ ory_client/model/needs_privileged_session_error.py,sha256=e3VtEhw2rJkFm_Ye7OBL9FT4iwGXFhjPmbAPbikWTxc,12239
138
+ ory_client/model/normalized_project.py,sha256=Kg-J5VK2oSqKN1l-mIXFrDReyzyfkNuZ8-SBAOF3wks,14951
139
+ ory_client/model/normalized_project_revision.py,sha256=zu1W_41UmK2lr3IWiNpstyv-dcOyvUyY5wwKivnXa8w,141502
140
+ ory_client/model/normalized_project_revision_hook.py,sha256=urCJEVj_PZ3P_9eNrW4T02oGz6T-WuiF4jb89CArx5Y,18363
141
+ ory_client/model/normalized_project_revision_identity_schema.py,sha256=-8ETWSxkn4LsvZ0er1aiARjs5_swdJ6VLS8HypIEC0o,15526
142
+ ory_client/model/normalized_project_revision_identity_schemas.py,sha256=Ra27XepunzPXuFfeUXsWKc_j751-f3dKv2g28o4tMMo,12314
143
+ ory_client/model/normalized_project_revision_third_party_provider.py,sha256=BaMkRcoS9bmQ5ifrW--sNJ_LM7E5xV53_HEe2hX-uP4,21151
144
+ ory_client/model/normalized_project_revision_tokenizer_template.py,sha256=XxBANrER_fbz7OOIxs3_64LffURki_Z90kFgdFAkklA,13893
145
+ ory_client/model/normalized_project_revision_tokenizer_templates.py,sha256=ryvZn6qazCLV4Ua2iU4LKCwfG29wCFQZnzpS0K_jfKA,12350
146
+ ory_client/model/normalized_projects.py,sha256=AYDFv6glH-WmqQ6uFwVhWoIC5x3nz0hI_375Q8jLUj8,12047
147
+ ory_client/model/null_duration.py,sha256=4G4RhfbO_0aaRNk59zcN5u82-5YZMkm93Qwn-o513Ls,11898
148
+ ory_client/model/o_auth2_client.py,sha256=-6tOxbXDToKrl-ibT-AFbSApjH2p75O6A86ivRkmhDM,38907
149
+ ory_client/model/o_auth2_client_token_lifespans.py,sha256=rPJhvQFkHj1qEKI-RSurgB6revtFIv1SU4kHBV4tLZ4,15434
150
+ ory_client/model/o_auth2_consent_request.py,sha256=mex22DG22pnUTLYRXw3SM_8hRdetZEbD3ytTbjYe2-0,18510
151
+ ory_client/model/o_auth2_consent_request_open_id_connect_context.py,sha256=GcKcqQ9RvXMQIcP_-9e5yhI4ZiQHUx4Re7YJT8_7rnE,18529
152
+ ory_client/model/o_auth2_consent_session.py,sha256=UPz-o95QnnF7GTJ5VeX9zZePigmzL4uypadIXPzm5Uk,14919
153
+ ory_client/model/o_auth2_consent_session_expires_at.py,sha256=ByLGBBB2rxo9IeX_l-6H6pnGwMi2XABiyf1CkqQO5kQ,12544
154
+ ory_client/model/o_auth2_consent_sessions.py,sha256=DJU5G58k2ZLx3JjEDmKMA-NQTRW-IUW5zT-T2NDH9d0,12229
155
+ ory_client/model/o_auth2_login_request.py,sha256=GWOtlgpimbLHHGiSD9ZZ5JGaVdauqPCNj1eBdB2-mqA,17354
156
+ ory_client/model/o_auth2_logout_request.py,sha256=TIQzUKEUmnh4yt4xfiDnICX9ihZ-O1onbSWvw9lwfIM,13573
157
+ ory_client/model/o_auth2_redirect_to.py,sha256=6Sh6HFTzX1L5IL9oFoiKYA-Tt_akB5NODAjBmfyPvkk,11881
158
+ ory_client/model/o_auth2_token_exchange.py,sha256=nZZa5vKJIfHPyMmksc3QE3XtEJtEQ9VK_akDSq4h34I,13565
159
+ ory_client/model/oidc_configuration.py,sha256=sQ6QsuNL9W1oBXgtqZ110PCiI5aJqEkhH30vgXmTq-I,33786
160
+ ory_client/model/oidc_user_info.py,sha256=-ZygpdC-bXI9ZkZxluC7R1lo-4vqMW_UdTQuDaZ1Xr0,24625
161
+ ory_client/model/organization.py,sha256=msuHIf7iPKIXJFN8V-ckOv7bBbGO-RIb4ZJ4CSWkkBg,13150
162
+ ory_client/model/organization_body.py,sha256=vPAIRYY7eOkArD7BumGe9xmb9mSY77sq4Y_O3dWzr8g,11924
163
+ ory_client/model/pagination.py,sha256=Dvaqv9j3Z2j2Wy9ptSeg52SeuO-qW5BSbNJVD8J0TFE,12865
164
+ ory_client/model/pagination_headers.py,sha256=QChIiZWHEEfJKoHjlKqmRO5Io73k7VO4IOBVTVwrWik,12222
165
+ ory_client/model/parse_error.py,sha256=RgsXuppoiiChqNWkBCLCl_NtDVHV4fmx73D7p-noyIU,12124
166
+ ory_client/model/patch_identities_body.py,sha256=AMTgaXQtz_OSRyOAU2wocJOVlKXFa8Ae1N1G1NLKi5A,11890
167
+ ory_client/model/perform_native_logout_body.py,sha256=ebrJoQIvJUCElDE-h-To3eXWQ-6Xy-1sPzxQzigQa8A,11790
168
+ ory_client/model/permissions_on_project.py,sha256=L93Nl7MnyfMDMQeCDaack_FAS2hEEIypLh2HmiNUXIs,11306
169
+ ory_client/model/plan.py,sha256=oXvMbICP6xrNSWdrg4k9sTVN5DqW5m9XkcbdZNVZKxM,11989
170
+ ory_client/model/plan_details.py,sha256=4e2qwyobTyKGEwkJn6owX-qWe3tI_8C5dsaAWAd09Lg,14179
171
+ ory_client/model/plans.py,sha256=Mic2upmVPumsDptyBtvfquZDaVWDC6XwXHa-QWD1DN8,11781
172
+ ory_client/model/post_check_permission_body.py,sha256=6nFSI6EeD4hNwXiL6LK4GVHPP4HwnWn44SRAacXBxn0,12813
173
+ ory_client/model/post_check_permission_or_error_body.py,sha256=-9b8zhKfJQbBMT73vM2GHiTcUTBkKC0Ed6yZFEqsP4I,12834
174
+ ory_client/model/pricing.py,sha256=5ig1tLM9qlFRqqGueldqioveRq_udY-fklMVb-qmtes,11960
175
+ ory_client/model/project.py,sha256=gFA1dbmK_YMI_--paLKQ6aVgjZI4SOeMgJR56hyMueM,13831
176
+ ory_client/model/project_api_key.py,sha256=jAHHRj86knI1hPohs-Ap0XwVckYkkS6_h0X-gbTnuow,13276
177
+ ory_client/model/project_api_keys.py,sha256=TcrL1-ZJLyRP4dyMaI4VBw4YWSxWqZoadOfFhmwl4LM,12000
178
+ ory_client/model/project_branding.py,sha256=tAdLtSUVZr4NgmKbJlhqOokIlAQPiydcyv2eIuHedC4,13358
179
+ ory_client/model/project_branding_colors.py,sha256=Nzz707Gx4_fv1R_YW4RNwg4hivJpGj7cD_tJrUZMPbo,23906
180
+ ory_client/model/project_branding_theme.py,sha256=GrH6zQoHfx0wsZL8aWKrPJMrYL-neWsj_sy2XCuuwlA,26889
181
+ ory_client/model/project_branding_themes.py,sha256=ftzXnleLCm53XpqUDihc0PkiKuWLqfGEeV242TRIZcU,12084
182
+ ory_client/model/project_cors.py,sha256=W8NuNqQouvHwsHB4IQla5GqYIeqWzGJQb7KAGWathic,12190
183
+ ory_client/model/project_events_datapoint.py,sha256=F4UxIwfIZj89-bY7dO4Cl5wumwY-2LJFPuqlaE55xDc,12416
184
+ ory_client/model/project_host.py,sha256=MsJzECv5rtEpmLrAWz2CSaQNIyyhaPuH7wSpIdYRmOU,12070
185
+ ory_client/model/project_member.py,sha256=L56OB9hhYOhwphCjNr3XkU_fv3irIROqtnV3U5uz_Os,11830
186
+ ory_client/model/project_members.py,sha256=l_YOquIKBxzQ4t9cj3FnRPx7cOLEWpj0z5muQ-JxfG4,11995
187
+ ory_client/model/project_metadata.py,sha256=6dlF6g7IA-5QPF60UdHErtRW_BllPqEgozQa69IguYg,14425
188
+ ory_client/model/project_metadata_list.py,sha256=WTClDMXd0ryY7SCmCUG6az_5DiTQC217648m1PLIACc,12032
189
+ ory_client/model/project_revision_hooks.py,sha256=DL40GBQD-7CxOZiWgTJTMmyYF5YzoDemrdMYgAt54Kg,12163
190
+ ory_client/model/project_revision_identity_schemas.py,sha256=oZDkml66IzVOK_oEs7HO1_biVT_3JLZ_qHK0qQ6rDVc,12284
191
+ ory_client/model/project_revision_third_party_login_providers.py,sha256=Tkc1N2ZlYz4z_qjUosD-OUtN8n3ColmlGr5iiPeRP_U,12348
192
+ ory_client/model/project_revisions.py,sha256=zO8vxxv3VYxhSNHENooiHkrRXKuhmw1aedL2Hdkba3o,12114
193
+ ory_client/model/project_service_identity.py,sha256=xeUfeVwySNx2FkRmRsYcEz5mFDJEwP9mCm57EH4_Njc,11808
194
+ ory_client/model/project_service_o_auth2.py,sha256=VAdvnxVVXCkWSCksuTmgiN09qWEblHn-mehr4WCybXI,11802
195
+ ory_client/model/project_service_permission.py,sha256=q8YS1wfhbjSlXRpTFK8xeCDCLfgQELc2lV_rpTi1uRY,11814
196
+ ory_client/model/project_services.py,sha256=ALXDw-BaswTpT127uNM7IRTkswizgFr6Iz23qzPqKNs,12615
197
+ ory_client/model/projects.py,sha256=veoy-JLJ9LK5-2PZlCS0tHx5xndPhv2dMwTaEYUiIkQ,11926
198
+ ory_client/model/quota_usage.py,sha256=e4l4DcnWXzCSFm5weBTsJA6Cx_RJW5nFq3CU9J3-feA,15427
199
+ ory_client/model/recovery_code_for_identity.py,sha256=1CNdZjNFPcc0PbJBnlNUV3i9qROxZZc7wbFBPiwMdis,12720
200
+ ory_client/model/recovery_flow.py,sha256=DCVE9_clCs4VcFCMFO5d0dp1nrHdXmRTW7UVjNxDQXw,16075
201
+ ory_client/model/recovery_flow_state.py,sha256=22kFHMwiYxjBZWw32ufP_4RaPww8lG_vBGf4aS3Bwdc,13316
202
+ ory_client/model/recovery_identity_address.py,sha256=0TvLPZmrmcQzv9VC68_LylHNVdp_pKhrOkVfNI2xwsw,12615
203
+ ory_client/model/recovery_link_for_identity.py,sha256=eNf32wVz5W1_C5f-bxAdUnHhWpWyPkTN8HfEjjYTpjk,12181
204
+ ory_client/model/registration_flow.py,sha256=K5Ed56ho7SL16z6Qvw8HEQVLqjZBuAtq-j0Ub2UrSNA,18488
205
+ ory_client/model/registration_flow_state.py,sha256=mBHmMsjZwFoQtrlwwLE42ELR7zIR2BEPWMEzn0E1rsc,13120
206
+ ory_client/model/reject_o_auth2_request.py,sha256=zmu9iRB-A57x_UtXch0A6cfUBUM7PYjplkw2uGB_Bss,13273
207
+ ory_client/model/relation_query.py,sha256=CTEeZYL_K1-nxvLUwqPN3vR4OiAab3UBxDsl8W2H8ao,12783
208
+ ory_client/model/relationship.py,sha256=nMzS0X1EeOaCowyGrKzRBXHwdVRF855_-UmdmK2GgRE,13010
209
+ ory_client/model/relationship_namespaces.py,sha256=wXGVoDUNvJZlJJYheTQlGlenvPi0PHPeHuledFQ3f6Q,11756
210
+ ory_client/model/relationship_patch.py,sha256=1sjCtczw6EE5Y92k5LiteA4KdHqmATOachiWvEq9e3U,12062
211
+ ory_client/model/relationships.py,sha256=AQYh7YsvqrVguCs_k3wYtPKAG3HaMBtMLujOhPplNw0,12258
212
+ ory_client/model/rfc6749_error_json.py,sha256=V84vB8fc0-KAS7YeQGRPqHHonQb57BFf-bIu73hYf00,12410
213
+ ory_client/model/schema_patch.py,sha256=nch3tMfuAFaYeDOe8rlNhkQ8vTYFT5UJxDyrBDV1ZKE,12033
214
+ ory_client/model/self_service_flow_expired_error.py,sha256=kuc8GZj1Ifz5tqD_KD3Ll-Lnkcff6UW_1ZTSe_33ne0,12969
215
+ ory_client/model/session.py,sha256=1Q3afD34VyE-VJdR-SvtE3HiY7ncLOZAwJEPqBzbVHI,15774
216
+ ory_client/model/session_activity_datapoint.py,sha256=e_9OSNTjgKSiwzO2Pxk6AzKNGdRBGIgj3Odu156Dk3U,12342
217
+ ory_client/model/session_authentication_method.py,sha256=2uHP8Yn5o3h1gzFCGv8q_J3-taCMcBdKICxS6lrvg00,13371
218
+ ory_client/model/session_authentication_methods.py,sha256=dC-GH7LuzT4FGGJSuDt69X0YgQIs1hZo84qa9XNGY1Y,12452
219
+ ory_client/model/session_device.py,sha256=4QaSFO2mKa9HjkbIT5N6LRY2V9eQpdRD2552RCatE4Y,12379
220
+ ory_client/model/set_active_project_in_console_body.py,sha256=quMLcAKzAcqzFlavwyWiAPEcWd33vgvbTlqe4N9tv3E,11805
221
+ ory_client/model/set_custom_domain_body.py,sha256=02keHtBtjTExgTLrbuJakr3mFejUOy9cP_FMjvjJrfc,13091
222
+ ory_client/model/set_project.py,sha256=7O7egVI9JZG_h5Yx4hlWHwsSvVsUUJRSAyjuzo6ICH8,12725
223
+ ory_client/model/set_project_branding_theme_body.py,sha256=tcJH6J2AM5lQLVJ8CQDok9nbteo8ghlHe288g0TLKF8,12962
224
+ ory_client/model/settings_flow.py,sha256=RQ1JVBnOLM0OAxnocK5N7M8nfFYewLtJ69XpgO3DXRQ,16978
225
+ ory_client/model/settings_flow_state.py,sha256=_6z7gNlag_qNPKEBF-qBZ0N3CXgLYiyRC2yUbc9aHBM,13574
226
+ ory_client/model/source_position.py,sha256=rg2-bzHWz8qcDai0lhBUv8_SQcdmYEnndBeZ7PzCHfA,11710
227
+ ory_client/model/string_slice_json_format.py,sha256=8eaw82cR-8k6aa7n-Dmgi8VSxtfYmJNBhFJqY8T30zs,11819
228
+ ory_client/model/stripe_customer.py,sha256=f-c7iX7cnbI_fij9J8ytw-ECm3MLgRRd7fjknPrcfSo,11512
229
+ ory_client/model/subject_set.py,sha256=Wwxlk5q3nUfakGLc5rSjTTIOZdh3ZBzf3Q1HmpHc4Zo,12219
230
+ ory_client/model/subscription.py,sha256=b5h0IvjdqUcfuO-smQCdJbRFdPWd5I-GiyOPOa-YMR8,17785
231
+ ory_client/model/successful_code_exchange_response.py,sha256=-ymauba9oNE9S4xmR6qgRn5XujdGOV0wgK1JUQj7z-I,12500
232
+ ory_client/model/successful_native_login.py,sha256=XOQSij22tlvJ04VN-sfnp1BKYyg4yugnME0HGUr_FA4,12473
233
+ ory_client/model/successful_native_registration.py,sha256=mnnrgiMKZ2xhVF4Xn_uItZS8FySPnIrMqZXl7v5piRk,13754
234
+ ory_client/model/successful_project_update.py,sha256=EbuMyiZM_Q1QjASaT1CaMQKSB94VC8zN4WN1cd-GXr0,12962
235
+ ory_client/model/token_pagination.py,sha256=RNRP2JjGxWxdBxRRJUNTTJqs4SJREaXmj25lFMd2ov8,12880
236
+ ory_client/model/token_pagination_headers.py,sha256=aHpQwNw9dMdll1hDguy6hOMk0Ndwef3xfRODsBPsxac,12237
237
+ ory_client/model/token_pagination_request_parameters.py,sha256=c6mOd55NQhZlH3KsXltZ8QBuUNE9kDM8U1x9fiLJ50E,12930
238
+ ory_client/model/token_pagination_response_headers.py,sha256=YYSamT6_vUzUIa5IWhd-qprXeO_IoqZnjzHtsZqR9qQ,13145
239
+ ory_client/model/trust_o_auth2_jwt_grant_issuer.py,sha256=xox8jKFYNdSVjEoQwQPlJT98pITcXDgjsHW0laPB_rw,13912
240
+ ory_client/model/trusted_o_auth2_jwt_grant_issuer.py,sha256=CKSYVu8tklJaGcqtyARKPuIu0vA_r1_fps7B2vvMCLE,14486
241
+ ory_client/model/trusted_o_auth2_jwt_grant_issuers.py,sha256=kqS2T0e5XTeahPDYwRI8_KbHihafGB_waHiSJaMB4_A,12399
242
+ ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py,sha256=ZARahxmrxKuE90RpJF3NtOdzP8K32o6mBqfBX9IC4Ug,12089
243
+ ory_client/model/ui_container.py,sha256=RnGCSTMQSAnHMGrGrYF7oGthptc1YGOtj6fn-Su4chY,12714
244
+ ory_client/model/ui_node.py,sha256=FixQlATu-CxKMT6zFqigVhsgB_T-ARyJWREmuQMqOuw,14031
245
+ ory_client/model/ui_node_anchor_attributes.py,sha256=D50JuePVjSalFP-YBD-uasf-lGOowxcz9ZEybaIzzDE,12852
246
+ ory_client/model/ui_node_attributes.py,sha256=hl1c8zmAd6yWewN5A7tO7JBKKPQHqZ9TumXcUFr6kJ0,22091
247
+ ory_client/model/ui_node_image_attributes.py,sha256=wJEhbBe6FD038G723F2F651C9WJuv5yuHAwWsFuPUJ4,12956
248
+ ory_client/model/ui_node_input_attributes.py,sha256=EGefrpIqvRm57BV3lyuw9iCq_VjPHN3jAxfVFRSHJ6M,16763
249
+ ory_client/model/ui_node_meta.py,sha256=MO6IqOS4qpW05nCobliM3Ezy17DWsqwMQmy6GtP8fa4,11669
250
+ ory_client/model/ui_node_script_attributes.py,sha256=lFNKNQCOsvtPQe5eBY2UeseYsLbMzLOWDSPbQ16ZC7E,14565
251
+ ory_client/model/ui_node_text_attributes.py,sha256=BUzpH4y9N1JHWt_MHe2KrIrhCEPRmj-Av869qGG2JOQ,12555
252
+ ory_client/model/ui_nodes.py,sha256=ho_0VrS6hiKiTOklDgrEgLsw6mUkY5L6jJ3F5czfWbI,11915
253
+ ory_client/model/ui_text.py,sha256=8mUhtsZKiYf1eP2qunh1uXp1yQGxbBlImD_IgC-r6Js,12735
254
+ ory_client/model/ui_texts.py,sha256=P83YCVvSlUflJVQC-H93KNPP_T6wtwgsNk6-bqhVy_Q,11915
255
+ ory_client/model/update_identity_body.py,sha256=tps8LGbNoNH-ecNBthQackCfZ00Kl063KVkuMEu9ycA,14981
256
+ ory_client/model/update_login_flow_body.py,sha256=EKAMInHUAzM7Txxdu-DQpK1yOAFVtcWfFPzYJI_u9c4,23140
257
+ ory_client/model/update_login_flow_with_code_method.py,sha256=td0OaUqq8HyyhZUZorhVn3UTjlNGgSJppEvsi2IsfQM,13151
258
+ ory_client/model/update_login_flow_with_lookup_secret_method.py,sha256=aJq9l8fHxBuw97q9l2XPkjrAoQ8xuiqBs9ZUspugIt4,12516
259
+ ory_client/model/update_login_flow_with_oidc_method.py,sha256=nc3RTqcIcju6qzxR9qffnrgkJXS0jUTqxBcbyVxNttg,16280
260
+ ory_client/model/update_login_flow_with_password_method.py,sha256=0wop4jCqpUohUjHGvTtT8DJEZyMayXwaFmTpzn20zBs,13290
261
+ ory_client/model/update_login_flow_with_totp_method.py,sha256=CLUVUHoWveueD_uG5_c5065q7_xOl1lK-dwGeELWkXY,12404
262
+ ory_client/model/update_login_flow_with_web_authn_method.py,sha256=3fM0Jh28kPTcQn-dfLBA5OGesFWCvsg5GusmXnlkuRs,12943
263
+ ory_client/model/update_recovery_flow_body.py,sha256=iMDJ1-E7bDFWXfdp56FX5BimfSMeYouHZVKZmW5zYRg,16721
264
+ ory_client/model/update_recovery_flow_with_code_method.py,sha256=iPMVO4TTM8woA5T4xGrtYfp_dEVFye44qLUdD0uYfmE,13981
265
+ ory_client/model/update_recovery_flow_with_link_method.py,sha256=hEDVV2zk4R__8k_oLupLrePmum0vWvaWO2YghgosULg,13063
266
+ ory_client/model/update_registration_flow_body.py,sha256=uaNzHWYQJ8cVl-7LD6PU2mI-7hmIGYjA5fMqyoY8q0I,22203
267
+ ory_client/model/update_registration_flow_with_code_method.py,sha256=-ZdENhlzFlOsvv2Y1KghhJcBkAs0xsrAlaeOTjb8rfc,13543
268
+ ory_client/model/update_registration_flow_with_oidc_method.py,sha256=B7PsIMjErTQNw3PAg8tjaz-TYM-8k9HsekMrp-plRt4,16740
269
+ ory_client/model/update_registration_flow_with_password_method.py,sha256=DUUTSDFiA9jnZQXNTgEDhyXLXeoEQeA5yD2mpeOd6eI,13361
270
+ ory_client/model/update_registration_flow_with_web_authn_method.py,sha256=G1oZn81K_rIP_aD5uaJK8-_J-Qke5Jfrg_HGivyvS8A,14145
271
+ ory_client/model/update_settings_flow_body.py,sha256=llQsn34vUYS7nzgFr37FKJRcHiUIKbJ2A1hDJmnZGM8,23538
272
+ ory_client/model/update_settings_flow_with_lookup_method.py,sha256=jQaxLRuT-xSXgsN0dWuS3l-4uNLUZqw-trMW4z3YtBc,13552
273
+ ory_client/model/update_settings_flow_with_oidc_method.py,sha256=plG88ygS88x6cLcfx9FQuVdHMIm_-Tw6suOSdBspSZo,14915
274
+ ory_client/model/update_settings_flow_with_password_method.py,sha256=uJb3o8bn9OLfdyfy0RMBgSU1sscuP0k1CRb1_hOQ-2I,12364
275
+ ory_client/model/update_settings_flow_with_profile_method.py,sha256=kqYKQjQuCCUh-CtnAvK3DjQfqBvpXqXPyGRrKIAKXvM,12623
276
+ ory_client/model/update_settings_flow_with_totp_method.py,sha256=xpldFTf82idK9LqRA63DESfB00OmDsMjHy_M3ANXylk,12887
277
+ ory_client/model/update_settings_flow_with_web_authn_method.py,sha256=DXmsCFnhtvcs4rbS9600mku-1OebuC-cWfhpTanSYXU,13551
278
+ ory_client/model/update_subscription_body.py,sha256=K5Ac9CEsnZiQAC3XbXEuT7hS5mfy-_K041zPQChimtE,12189
279
+ ory_client/model/update_verification_flow_body.py,sha256=6VnoREBkuZl6i4_Ijp_n9bCGNOkj2fNkzohYiZ7Rr78,16803
280
+ ory_client/model/update_verification_flow_with_code_method.py,sha256=2AsecQKKqq2UBBTZFb0pL7_3z9w0tTKsxZ6OC8FoDoY,13999
281
+ ory_client/model/update_verification_flow_with_link_method.py,sha256=k-w4TjEOMJeKPjncersaCg60LVdVg_IiMXxN8ENfhEM,13113
282
+ ory_client/model/usage.py,sha256=OY-E5-e-AQvEjoNuH0FSAa3IiV0k8nHpA-KCKPIJ6OE,11735
283
+ ory_client/model/verifiable_credential_priming_response.py,sha256=zwSfAyxfE9K_BVQPRE-cISi6wE0UmWaldyPL4XZkWw4,13096
284
+ ory_client/model/verifiable_credential_proof.py,sha256=CnxqTZ9ux5I_8nRkuzhVtjvu5fpVm10-a945fTvu_mE,11758
285
+ ory_client/model/verifiable_credential_response.py,sha256=6UfZXOZv5lFHAFtq_aoJOfCxd4MZ-IMFUHAnh0GAxB8,11827
286
+ ory_client/model/verifiable_identity_address.py,sha256=T0Qst9WUgzlVexe8WHh3_00ouS8J35B8BjC-OxLaKng,13790
287
+ ory_client/model/verification_flow.py,sha256=RFwp-xl6eAAqhcpCDngAKNyGLw75i1lZUg4yTiTmVEE,15544
288
+ ory_client/model/verification_flow_state.py,sha256=6r2NUUJ1yg68YDt9QjRYhSz3uIp3ByZHYyIOFix7_TA,13344
289
+ ory_client/model/version.py,sha256=-EWKqrMcvyANmWEna382DmAZFwbIFoJMEyd_oBZbjRg,11586
290
+ ory_client/model/warning.py,sha256=pY5qrYjAaCzvzvkUx1Xm5vLGcDt-08Nng90Yw91nfFA,11694
291
+ ory_client/model/workspace.py,sha256=zIEwlVPsydRKlD8D4oybMA8gx2e6JqfJaFo9dS957rI,12525
292
+ ory_client/model/workspaces.py,sha256=PmPW21BJSLEEtZcpxFiSdHMSsrcx8mkvthV3AsIsHyE,11950
293
+ ory_client/models/__init__.py,sha256=JAD_OL0xHHxbIvcDuOoPH9hqjb1apml0OvpXtk5rlnY,21245
294
+ ory_client-1.4.8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
295
+ ory_client-1.4.8.dist-info/METADATA,sha256=5nYCWQNOg_Zf08YZJwV2wXCmrswQbtbp8uqmAtla6q4,535
296
+ ory_client-1.4.8.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
297
+ ory_client-1.4.8.dist-info/top_level.txt,sha256=0De6AV7uRK9cg2KDRdQT-mC1JEQ4oTxArmZm8VX6bBc,11
298
+ ory_client-1.4.8.dist-info/RECORD,,