From 9a70deda65d7ba4fa95e2eafd24d0d23ef559b75 Mon Sep 17 00:00:00 2001 From: Max KvR Date: Mon, 16 Sep 2024 14:30:10 +0200 Subject: [PATCH] Version 2.4.1 --- Cargo.toml | 2 +- README.md | 23 ++- api_version.yaml | 2 +- docs/BaseGroupEvent.md | 16 +++ docs/BaseUserEvent.md | 16 +++ docs/DefaultApi.md | 93 ++++++++++++ docs/ExternalIdentifierConfiguration.md | 1 + docs/GroupCreateCompleteEvent.md | 5 - docs/GroupCreateEvent.md | 5 - docs/GroupDeleteCompleteEvent.md | 5 - docs/GroupDeleteEvent.md | 5 - docs/GroupMemberAddCompleteEvent.md | 7 +- docs/GroupMemberAddEvent.md | 7 +- docs/GroupMemberRemoveCompleteEvent.md | 7 +- docs/GroupMemberRemoveEvent.md | 7 +- docs/GroupMemberUpdateCompleteEvent.md | 7 +- docs/GroupMemberUpdateEvent.md | 7 +- docs/GroupUpdateCompleteEvent.md | 7 +- docs/GroupUpdateEvent.md | 7 +- docs/LambdaType.md | 1 + docs/SystemConfiguration.md | 1 + docs/TenantLambdaConfiguration.md | 1 + docs/UserCreateCompleteEvent.md | 5 - docs/UserCreateEvent.md | 5 - docs/UserDeactivateEvent.md | 5 - docs/UserDeleteCompleteEvent.md | 5 - docs/UserDeleteEvent.md | 5 - docs/UserEmailUpdateEvent.md | 5 - docs/UserEmailVerifiedEvent.md | 5 - docs/UserIdentityProviderLinkEvent.md | 5 - docs/UserIdentityProviderUnlinkEvent.md | 5 - docs/UserLoginFailedEvent.md | 6 +- docs/UserLoginFailedReason.md | 13 ++ docs/UserLoginIdDuplicateOnCreateEvent.md | 5 - docs/UserLoginIdDuplicateOnUpdateEvent.md | 1 - docs/UserLoginNewDeviceEvent.md | 1 - docs/UserLoginSuccessEvent.md | 5 - docs/UserLoginSuspiciousEvent.md | 1 - docs/UserPasswordBreachEvent.md | 5 - docs/UserPasswordResetSendEvent.md | 5 - docs/UserPasswordResetStartEvent.md | 5 - docs/UserPasswordResetSuccessEvent.md | 5 - docs/UserPasswordUpdateEvent.md | 5 - docs/UserReactivateEvent.md | 5 - docs/UserRegistrationCreateCompleteEvent.md | 5 - docs/UserRegistrationCreateEvent.md | 5 - docs/UserRegistrationDeleteCompleteEvent.md | 5 - docs/UserRegistrationDeleteEvent.md | 5 - docs/UserRegistrationUpdateCompleteEvent.md | 5 - docs/UserRegistrationUpdateEvent.md | 5 - docs/UserRegistrationVerifiedEvent.md | 5 - docs/UserTwoFactorMethodAddEvent.md | 5 - docs/UserTwoFactorMethodRemoveEvent.md | 5 - docs/UserUpdateCompleteEvent.md | 5 - docs/UserUpdateEvent.md | 5 - docs/WebhookAttemptLog.md | 18 +++ docs/WebhookAttemptLogResponse.md | 11 ++ docs/WebhookAttemptResult.md | 14 ++ docs/WebhookCallResponse.md | 13 ++ docs/WebhookEventLog.md | 23 +++ docs/WebhookEventLogConfiguration.md | 11 ++ docs/WebhookEventLogResponse.md | 11 ++ docs/WebhookEventLogSearchCriteria.md | 18 +++ docs/WebhookEventLogSearchRequest.md | 11 ++ docs/WebhookEventLogSearchResponse.md | 12 ++ docs/WebhookEventResult.md | 14 ++ scripts/update.bash | 13 +- src/apis/configuration.rs | 4 +- src/apis/default_api.rs | 135 +++++++++++++++++- src/models/access_token.rs | 2 +- src/models/action_data.rs | 2 +- src/models/action_request.rs | 2 +- src/models/action_response.rs | 2 +- src/models/algorithm.rs | 2 +- src/models/api_key.rs | 2 +- src/models/api_key_meta_data.rs | 2 +- src/models/api_key_permissions.rs | 2 +- src/models/api_key_request.rs | 2 +- src/models/api_key_response.rs | 2 +- src/models/apple_application_configuration.rs | 2 +- src/models/apple_identity_provider.rs | 2 +- src/models/application.rs | 2 +- ...pplication_access_control_configuration.rs | 2 +- src/models/application_email_configuration.rs | 2 +- ...ation_external_identifier_configuration.rs | 2 +- src/models/application_form_configuration.rs | 2 +- .../application_multi_factor_configuration.rs | 2 +- .../application_multi_factor_trust_policy.rs | 2 +- src/models/application_o_auth_scope.rs | 2 +- .../application_o_auth_scope_request.rs | 2 +- .../application_o_auth_scope_response.rs | 2 +- .../application_registration_delete_policy.rs | 2 +- src/models/application_request.rs | 2 +- src/models/application_response.rs | 2 +- src/models/application_role.rs | 2 +- src/models/application_search_criteria.rs | 2 +- src/models/application_search_request.rs | 2 +- src/models/application_search_response.rs | 2 +- .../application_web_authn_configuration.rs | 2 +- ...cation_web_authn_workflow_configuration.rs | 2 +- src/models/attachment.rs | 2 +- .../attestation_conveyance_preference.rs | 2 +- src/models/attestation_type.rs | 2 +- src/models/audit_log.rs | 2 +- src/models/audit_log_configuration.rs | 2 +- src/models/audit_log_create_event.rs | 6 +- src/models/audit_log_export_request.rs | 2 +- src/models/audit_log_request.rs | 2 +- src/models/audit_log_response.rs | 2 +- src/models/audit_log_search_criteria.rs | 2 +- src/models/audit_log_search_request.rs | 2 +- src/models/audit_log_search_response.rs | 2 +- src/models/authentication_threats.rs | 2 +- .../authentication_token_configuration.rs | 2 +- src/models/authenticator_attachment.rs | 2 +- .../authenticator_attachment_preference.rs | 2 +- src/models/authenticator_configuration.rs | 2 +- .../authenticator_selection_criteria.rs | 2 +- src/models/base_connector_configuration.rs | 2 +- src/models/base_elastic_search_criteria.rs | 2 +- src/models/base_event.rs | 6 +- src/models/base_event_request.rs | 2 +- src/models/base_export_request.rs | 2 +- src/models/base_group_event.rs | 45 ++++++ ...tity_provider_application_configuration.rs | 2 +- src/models/base_login_request.rs | 2 +- src/models/base_messenger_configuration.rs | 2 +- src/models/base_search_criteria.rs | 2 +- src/models/base_user_event.rs | 45 ++++++ src/models/breach_action.rs | 2 +- src/models/breach_match_mode.rs | 2 +- src/models/breached_password_status.rs | 2 +- src/models/breached_password_tenant_metric.rs | 2 +- src/models/canonicalization_method.rs | 2 +- src/models/captcha_method.rs | 2 +- src/models/certificate_information.rs | 2 +- src/models/change_password_reason.rs | 2 +- src/models/change_password_request.rs | 2 +- src/models/change_password_response.rs | 2 +- src/models/clean_speak_configuration.rs | 2 +- src/models/client_authentication_method.rs | 2 +- src/models/client_authentication_policy.rs | 2 +- src/models/connector_lambda_configuration.rs | 2 +- src/models/connector_policy.rs | 2 +- src/models/connector_request.rs | 2 +- src/models/connector_response.rs | 2 +- src/models/connector_type.rs | 2 +- src/models/consent.rs | 2 +- src/models/consent_request.rs | 2 +- src/models/consent_response.rs | 2 +- src/models/consent_search_criteria.rs | 2 +- src/models/consent_search_request.rs | 2 +- src/models/consent_search_response.rs | 2 +- src/models/consent_status.rs | 2 +- src/models/content_status.rs | 2 +- src/models/cors_configuration.rs | 2 +- src/models/cose_algorithm_identifier.rs | 2 +- src/models/cose_elliptic_curve.rs | 2 +- src/models/cose_key_type.rs | 2 +- src/models/count.rs | 2 +- src/models/credential_properties_output.rs | 2 +- .../daily_active_user_report_response.rs | 2 +- src/models/delete_configuration.rs | 2 +- src/models/device_approval_response.rs | 2 +- src/models/device_info.rs | 2 +- src/models/device_response.rs | 2 +- src/models/device_type.rs | 2 +- src/models/device_user_code_response.rs | 2 +- src/models/displayable_raw_login.rs | 2 +- src/models/email.rs | 2 +- src/models/email_address.rs | 2 +- src/models/email_configuration.rs | 2 +- src/models/email_header.rs | 2 +- src/models/email_plus.rs | 2 +- src/models/email_security_type.rs | 2 +- src/models/email_template.rs | 2 +- src/models/email_template_errors.rs | 2 +- src/models/email_template_request.rs | 2 +- src/models/email_template_response.rs | 2 +- src/models/email_template_search_criteria.rs | 2 +- src/models/email_template_search_request.rs | 2 +- src/models/email_template_search_response.rs | 2 +- src/models/email_unverified_options.rs | 2 +- src/models/enableable.rs | 2 +- src/models/entity.rs | 2 +- src/models/entity_grant.rs | 2 +- src/models/entity_grant_request.rs | 2 +- src/models/entity_grant_response.rs | 2 +- src/models/entity_grant_search_criteria.rs | 2 +- src/models/entity_grant_search_request.rs | 2 +- src/models/entity_grant_search_response.rs | 2 +- src/models/entity_jwt_configuration.rs | 2 +- src/models/entity_request.rs | 2 +- src/models/entity_response.rs | 2 +- src/models/entity_search_criteria.rs | 2 +- src/models/entity_search_request.rs | 2 +- src/models/entity_search_response.rs | 2 +- src/models/entity_type.rs | 2 +- src/models/entity_type_permission.rs | 2 +- src/models/entity_type_request.rs | 2 +- src/models/entity_type_response.rs | 2 +- src/models/entity_type_search_criteria.rs | 2 +- src/models/entity_type_search_request.rs | 2 +- src/models/entity_type_search_response.rs | 2 +- .../epic_games_application_configuration.rs | 2 +- src/models/epic_games_identity_provider.rs | 2 +- src/models/error.rs | 2 +- src/models/errors.rs | 2 +- src/models/event_configuration.rs | 2 +- src/models/event_configuration_data.rs | 2 +- src/models/event_info.rs | 2 +- src/models/event_log.rs | 2 +- src/models/event_log_configuration.rs | 2 +- src/models/event_log_create_event.rs | 2 +- src/models/event_log_response.rs | 2 +- src/models/event_log_search_criteria.rs | 2 +- src/models/event_log_search_request.rs | 2 +- src/models/event_log_search_response.rs | 2 +- src/models/event_log_type.rs | 2 +- src/models/event_request.rs | 2 +- src/models/event_type.rs | 2 +- src/models/expandable_request.rs | 2 +- src/models/expandable_response.rs | 2 +- src/models/expiry_unit.rs | 2 +- .../external_identifier_configuration.rs | 5 +- .../external_jwt_application_configuration.rs | 2 +- src/models/external_jwt_identity_provider.rs | 2 +- .../facebook_application_configuration.rs | 2 +- src/models/facebook_identity_provider.rs | 2 +- ...led_authentication_action_cancel_policy.rs | 2 +- .../failed_authentication_configuration.rs | 2 +- src/models/family.rs | 2 +- src/models/family_configuration.rs | 2 +- src/models/family_email_request.rs | 2 +- src/models/family_member.rs | 2 +- src/models/family_request.rs | 2 +- src/models/family_response.rs | 2 +- src/models/family_role.rs | 2 +- src/models/forgot_password_request.rs | 2 +- src/models/forgot_password_response.rs | 2 +- src/models/form.rs | 2 +- src/models/form_control.rs | 2 +- src/models/form_data_type.rs | 2 +- src/models/form_field.rs | 2 +- src/models/form_field_admin_policy.rs | 2 +- src/models/form_field_request.rs | 2 +- src/models/form_field_response.rs | 2 +- src/models/form_field_validator.rs | 2 +- src/models/form_request.rs | 2 +- src/models/form_response.rs | 2 +- src/models/form_step.rs | 2 +- src/models/form_type.rs | 2 +- .../fusion_auth_connector_configuration.rs | 2 +- src/models/generic_connector_configuration.rs | 2 +- src/models/generic_messenger_configuration.rs | 2 +- .../google_application_configuration.rs | 2 +- src/models/google_identity_provider.rs | 2 +- .../google_identity_provider_properties.rs | 2 +- src/models/grant_type.rs | 2 +- src/models/group.rs | 2 +- src/models/group_create_complete_event.rs | 18 +-- src/models/group_create_event.rs | 18 +-- src/models/group_delete_complete_event.rs | 18 +-- src/models/group_delete_event.rs | 18 +-- src/models/group_member.rs | 2 +- src/models/group_member_add_complete_event.rs | 24 +--- src/models/group_member_add_event.rs | 24 +--- .../group_member_remove_complete_event.rs | 24 +--- src/models/group_member_remove_event.rs | 24 +--- src/models/group_member_search_criteria.rs | 2 +- src/models/group_member_search_request.rs | 2 +- src/models/group_member_search_response.rs | 2 +- .../group_member_update_complete_event.rs | 24 +--- src/models/group_member_update_event.rs | 24 +--- src/models/group_request.rs | 2 +- src/models/group_response.rs | 2 +- src/models/group_search_criteria.rs | 2 +- src/models/group_search_request.rs | 2 +- src/models/group_search_response.rs | 2 +- src/models/group_update_complete_event.rs | 24 +--- src/models/group_update_event.rs | 24 +--- src/models/history_item.rs | 2 +- src/models/http_method.rs | 2 +- src/models/hypr_application_configuration.rs | 2 +- src/models/hypr_identity_provider.rs | 2 +- src/models/identity_provider_details.rs | 2 +- src/models/identity_provider_field.rs | 2 +- ...tity_provider_limit_user_linking_policy.rs | 2 +- src/models/identity_provider_link.rs | 2 +- src/models/identity_provider_link_request.rs | 2 +- src/models/identity_provider_link_response.rs | 2 +- .../identity_provider_linking_strategy.rs | 2 +- src/models/identity_provider_login_method.rs | 2 +- src/models/identity_provider_login_request.rs | 2 +- .../identity_provider_oauth2_configuration.rs | 2 +- ...identity_provider_pending_link_response.rs | 2 +- src/models/identity_provider_request.rs | 2 +- src/models/identity_provider_response.rs | 2 +- .../identity_provider_search_criteria.rs | 2 +- .../identity_provider_search_request.rs | 2 +- .../identity_provider_search_response.rs | 2 +- .../identity_provider_start_login_request.rs | 2 +- .../identity_provider_start_login_response.rs | 2 +- .../identity_provider_tenant_configuration.rs | 2 +- src/models/identity_provider_type.rs | 2 +- src/models/import_request.rs | 2 +- src/models/integration_request.rs | 2 +- src/models/integration_response.rs | 2 +- src/models/integrations.rs | 2 +- src/models/ip_access_control_entry.rs | 2 +- src/models/ip_access_control_entry_action.rs | 2 +- src/models/ip_access_control_list.rs | 2 +- src/models/ip_access_control_list_request.rs | 2 +- src/models/ip_access_control_list_response.rs | 2 +- .../ip_access_control_list_search_criteria.rs | 2 +- .../ip_access_control_list_search_request.rs | 2 +- .../ip_access_control_list_search_response.rs | 2 +- src/models/issue_response.rs | 2 +- src/models/json_web_key.rs | 2 +- src/models/jwks_response.rs | 2 +- src/models/jwt.rs | 2 +- src/models/jwt_configuration.rs | 2 +- src/models/jwt_public_key_update_event.rs | 2 +- src/models/jwt_refresh_event.rs | 2 +- src/models/jwt_refresh_response.rs | 2 +- src/models/jwt_refresh_token_revoke_event.rs | 2 +- src/models/jwt_vend_request.rs | 2 +- src/models/jwt_vend_response.rs | 2 +- src/models/kafka_configuration.rs | 2 +- src/models/kafka_messenger_configuration.rs | 2 +- src/models/key.rs | 2 +- src/models/key_algorithm.rs | 2 +- src/models/key_request.rs | 2 +- src/models/key_response.rs | 2 +- src/models/key_search_criteria.rs | 2 +- src/models/key_search_request.rs | 2 +- src/models/key_search_response.rs | 2 +- src/models/key_type.rs | 2 +- src/models/key_use.rs | 2 +- src/models/kickstart_success_event.rs | 2 +- src/models/lambda.rs | 2 +- src/models/lambda_configuration.rs | 2 +- src/models/lambda_engine_type.rs | 2 +- src/models/lambda_request.rs | 2 +- src/models/lambda_response.rs | 2 +- src/models/lambda_search_criteria.rs | 2 +- src/models/lambda_search_request.rs | 2 +- src/models/lambda_search_response.rs | 2 +- src/models/lambda_type.rs | 5 +- src/models/ldap_connector_configuration.rs | 2 +- src/models/ldap_security_method.rs | 2 +- .../linked_in_application_configuration.rs | 2 +- src/models/linked_in_identity_provider.rs | 2 +- src/models/location.rs | 2 +- src/models/log_history.rs | 2 +- src/models/login_configuration.rs | 2 +- src/models/login_hint_configuration.rs | 2 +- src/models/login_id_type.rs | 2 +- src/models/login_ping_request.rs | 2 +- src/models/login_prevented_response.rs | 2 +- src/models/login_record_configuration.rs | 2 +- src/models/login_record_export_request.rs | 2 +- src/models/login_record_search_criteria.rs | 2 +- src/models/login_record_search_request.rs | 2 +- src/models/login_record_search_response.rs | 2 +- src/models/login_report_response.rs | 2 +- src/models/login_request.rs | 2 +- src/models/login_response.rs | 2 +- src/models/logout_behavior.rs | 2 +- src/models/logout_request.rs | 2 +- src/models/lookup_response.rs | 2 +- src/models/maximum_password_age.rs | 2 +- src/models/member_delete_request.rs | 2 +- src/models/member_request.rs | 2 +- src/models/member_response.rs | 2 +- src/models/message_template.rs | 2 +- src/models/message_template_request.rs | 2 +- src/models/message_template_response.rs | 2 +- src/models/message_type.rs | 2 +- src/models/messenger_request.rs | 2 +- src/models/messenger_response.rs | 2 +- src/models/messenger_type.rs | 2 +- src/models/meta_data.rs | 2 +- src/models/minimum_password_age.rs | 2 +- src/models/mod.rs | 28 ++++ .../monthly_active_user_report_response.rs | 2 +- .../multi_factor_authenticator_method.rs | 2 +- src/models/multi_factor_email_method.rs | 2 +- src/models/multi_factor_email_template.rs | 2 +- src/models/multi_factor_login_policy.rs | 2 +- src/models/multi_factor_sms_method.rs | 2 +- src/models/multi_factor_sms_template.rs | 2 +- .../nintendo_application_configuration.rs | 2 +- src/models/nintendo_identity_provider.rs | 2 +- src/models/o_auth2_configuration.rs | 2 +- src/models/o_auth_application_relationship.rs | 2 +- src/models/o_auth_configuration_response.rs | 2 +- src/models/o_auth_error.rs | 2 +- src/models/o_auth_error_reason.rs | 2 +- src/models/o_auth_error_type.rs | 2 +- src/models/o_auth_scope_consent_mode.rs | 2 +- src/models/o_auth_scope_handling_policy.rs | 2 +- ...oauth2_authorized_url_validation_policy.rs | 2 +- src/models/object_state.rs | 2 +- src/models/open_id_configuration.rs | 2 +- ...en_id_connect_application_configuration.rs | 2 +- .../open_id_connect_identity_provider.rs | 2 +- src/models/password_breach_detection.rs | 2 +- .../password_encryption_configuration.rs | 2 +- src/models/password_validation_rules.rs | 2 +- .../password_validation_rules_response.rs | 2 +- src/models/passwordless_configuration.rs | 2 +- src/models/passwordless_login_request.rs | 2 +- src/models/passwordless_send_request.rs | 2 +- src/models/passwordless_start_request.rs | 2 +- src/models/passwordless_start_response.rs | 2 +- src/models/pending_id_p_link.rs | 2 +- src/models/pending_response.rs | 2 +- .../preview_message_template_request.rs | 2 +- .../preview_message_template_response.rs | 2 +- src/models/preview_request.rs | 2 +- src/models/preview_response.rs | 2 +- .../proof_key_for_code_exchange_policy.rs | 2 +- src/models/provided_scope_policy.rs | 2 +- src/models/provider_lambda_configuration.rs | 2 +- .../public_key_credential_creation_options.rs | 2 +- .../public_key_credential_descriptor.rs | 2 +- src/models/public_key_credential_entity.rs | 2 +- .../public_key_credential_parameters.rs | 2 +- ...lic_key_credential_relying_party_entity.rs | 2 +- .../public_key_credential_request_options.rs | 2 +- src/models/public_key_credential_type.rs | 2 +- .../public_key_credential_user_entity.rs | 2 +- src/models/public_key_response.rs | 2 +- .../rate_limited_request_configuration.rs | 2 +- src/models/rate_limited_request_type.rs | 2 +- src/models/raw_login.rs | 2 +- src/models/reactor_feature_status.rs | 2 +- src/models/reactor_metrics.rs | 2 +- src/models/reactor_metrics_response.rs | 2 +- src/models/reactor_request.rs | 2 +- src/models/reactor_response.rs | 2 +- src/models/reactor_status.rs | 2 +- src/models/recent_login_response.rs | 2 +- src/models/refresh_request.rs | 2 +- src/models/refresh_token.rs | 2 +- src/models/refresh_token_expiration_policy.rs | 2 +- src/models/refresh_token_import_request.rs | 2 +- src/models/refresh_token_response.rs | 2 +- src/models/refresh_token_revocation_policy.rs | 2 +- src/models/refresh_token_revoke_request.rs | 2 +- ...resh_token_sliding_window_configuration.rs | 2 +- src/models/refresh_token_usage_policy.rs | 2 +- src/models/registration_configuration.rs | 2 +- src/models/registration_delete_request.rs | 2 +- src/models/registration_report_response.rs | 2 +- src/models/registration_request.rs | 2 +- src/models/registration_response.rs | 2 +- src/models/registration_type.rs | 2 +- src/models/registration_unverified_options.rs | 2 +- src/models/reindex_request.rs | 2 +- src/models/reload_request.rs | 2 +- src/models/remember_previous_passwords.rs | 2 +- src/models/requirable.rs | 2 +- src/models/resident_key_requirement.rs | 2 +- src/models/saml_logout_behavior.rs | 2 +- .../samlv2_application_configuration.rs | 2 +- src/models/samlv2_assertion_configuration.rs | 2 +- ...mlv2_assertion_encryption_configuration.rs | 2 +- src/models/samlv2_configuration.rs | 2 +- ...lv2_destination_assertion_configuration.rs | 2 +- .../samlv2_destination_assertion_policy.rs | 2 +- ...d_p_initiated_application_configuration.rs | 2 +- ...samlv2_id_p_initiated_identity_provider.rs | 2 +- ...mlv2_id_p_initiated_login_configuration.rs | 2 +- src/models/samlv2_identity_provider.rs | 2 +- .../samlv2_idp_initiated_configuration.rs | 2 +- src/models/samlv2_logout.rs | 2 +- src/models/samlv2_single_logout.rs | 2 +- src/models/search_request.rs | 2 +- src/models/search_response.rs | 2 +- src/models/search_results.rs | 2 +- src/models/secret_response.rs | 2 +- src/models/secure_generator_configuration.rs | 2 +- src/models/secure_generator_type.rs | 2 +- src/models/secure_identity.rs | 2 +- src/models/self_service_form_configuration.rs | 2 +- src/models/send_request.rs | 2 +- src/models/send_response.rs | 2 +- src/models/simple_theme_variables.rs | 2 +- src/models/sms_message.rs | 2 +- src/models/sms_message_template.rs | 2 +- .../sony_psn_application_configuration.rs | 2 +- src/models/sony_psn_identity_provider.rs | 2 +- src/models/sort.rs | 2 +- src/models/sort_field.rs | 2 +- src/models/steam_api_mode.rs | 2 +- src/models/steam_application_configuration.rs | 2 +- src/models/steam_identity_provider.rs | 2 +- src/models/system_configuration.rs | 5 +- src/models/system_configuration_request.rs | 2 +- src/models/system_configuration_response.rs | 2 +- src/models/system_logs_export_request.rs | 2 +- .../system_trusted_proxy_configuration.rs | 2 +- ...stem_trusted_proxy_configuration_policy.rs | 2 +- src/models/templates.rs | 2 +- src/models/tenant.rs | 2 +- .../tenant_access_control_configuration.rs | 2 +- src/models/tenant_captcha_configuration.rs | 2 +- src/models/tenant_delete_request.rs | 2 +- src/models/tenant_form_configuration.rs | 2 +- src/models/tenant_lambda_configuration.rs | 5 +- src/models/tenant_login_configuration.rs | 2 +- .../tenant_multi_factor_configuration.rs | 2 +- src/models/tenant_o_auth2_configuration.rs | 2 +- src/models/tenant_rate_limit_configuration.rs | 2 +- .../tenant_registration_configuration.rs | 2 +- src/models/tenant_request.rs | 2 +- src/models/tenant_response.rs | 2 +- .../tenant_scim_server_configuration.rs | 2 +- src/models/tenant_search_criteria.rs | 2 +- src/models/tenant_search_request.rs | 2 +- src/models/tenant_search_response.rs | 2 +- src/models/tenant_sso_configuration.rs | 2 +- src/models/tenant_unverified_configuration.rs | 2 +- src/models/tenant_user_delete_policy.rs | 2 +- src/models/tenant_username_configuration.rs | 2 +- src/models/tenant_web_authn_configuration.rs | 2 +- ...tenant_web_authn_workflow_configuration.rs | 2 +- src/models/test_event.rs | 2 +- src/models/theme.rs | 2 +- src/models/theme_request.rs | 2 +- src/models/theme_response.rs | 2 +- src/models/theme_search_criteria.rs | 2 +- src/models/theme_search_request.rs | 2 +- src/models/theme_search_response.rs | 2 +- src/models/theme_type.rs | 2 +- src/models/time_based_delete_policy.rs | 2 +- src/models/token_type.rs | 2 +- src/models/totals.rs | 2 +- src/models/totals_report_response.rs | 2 +- src/models/totp_algorithm.rs | 2 +- src/models/transaction_type.rs | 2 +- src/models/twilio_messenger_configuration.rs | 2 +- .../twitch_application_configuration.rs | 2 +- src/models/twitch_identity_provider.rs | 2 +- .../twitter_application_configuration.rs | 2 +- src/models/twitter_identity_provider.rs | 2 +- src/models/two_factor_disable_request.rs | 2 +- .../two_factor_enable_disable_send_request.rs | 2 +- src/models/two_factor_login_request.rs | 2 +- src/models/two_factor_method.rs | 2 +- .../two_factor_recovery_code_response.rs | 2 +- src/models/two_factor_request.rs | 2 +- src/models/two_factor_response.rs | 2 +- src/models/two_factor_send_request.rs | 2 +- src/models/two_factor_start_request.rs | 2 +- src/models/two_factor_start_response.rs | 2 +- src/models/two_factor_status_response.rs | 2 +- src/models/two_factor_trust.rs | 2 +- src/models/ui_configuration.rs | 2 +- src/models/unique_username_configuration.rs | 2 +- src/models/unique_username_strategy.rs | 2 +- src/models/unknown_scope_policy.rs | 2 +- src/models/unverified_behavior.rs | 2 +- src/models/user.rs | 2 +- src/models/user_action.rs | 2 +- src/models/user_action_event.rs | 2 +- src/models/user_action_log.rs | 2 +- src/models/user_action_option.rs | 2 +- src/models/user_action_phase.rs | 2 +- src/models/user_action_reason.rs | 2 +- src/models/user_action_reason_request.rs | 2 +- src/models/user_action_reason_response.rs | 2 +- src/models/user_action_request.rs | 2 +- src/models/user_action_response.rs | 2 +- src/models/user_bulk_create_event.rs | 2 +- src/models/user_comment.rs | 2 +- src/models/user_comment_request.rs | 2 +- src/models/user_comment_response.rs | 2 +- src/models/user_comment_search_criteria.rs | 2 +- src/models/user_comment_search_request.rs | 2 +- src/models/user_comment_search_response.rs | 2 +- src/models/user_consent.rs | 2 +- src/models/user_consent_request.rs | 2 +- src/models/user_consent_response.rs | 2 +- src/models/user_create_complete_event.rs | 18 +-- src/models/user_create_event.rs | 18 +-- src/models/user_deactivate_event.rs | 18 +-- src/models/user_delete_complete_event.rs | 18 +-- src/models/user_delete_event.rs | 18 +-- src/models/user_delete_request.rs | 2 +- src/models/user_delete_response.rs | 2 +- src/models/user_delete_single_request.rs | 2 +- src/models/user_email_update_event.rs | 18 +-- src/models/user_email_verified_event.rs | 18 +-- .../user_identity_provider_link_event.rs | 18 +-- .../user_identity_provider_unlink_event.rs | 18 +-- src/models/user_login_failed_event.rs | 21 +-- src/models/user_login_failed_reason.rs | 35 +++++ ...user_login_id_duplicate_on_create_event.rs | 18 +-- ...user_login_id_duplicate_on_update_event.rs | 5 +- src/models/user_login_new_device_event.rs | 5 +- src/models/user_login_success_event.rs | 18 +-- src/models/user_login_suspicious_event.rs | 5 +- src/models/user_password_breach_event.rs | 18 +-- src/models/user_password_reset_send_event.rs | 18 +-- src/models/user_password_reset_start_event.rs | 18 +-- .../user_password_reset_success_event.rs | 18 +-- src/models/user_password_update_event.rs | 18 +-- src/models/user_reactivate_event.rs | 18 +-- src/models/user_registration.rs | 2 +- ...user_registration_create_complete_event.rs | 18 +-- src/models/user_registration_create_event.rs | 18 +-- ...user_registration_delete_complete_event.rs | 18 +-- src/models/user_registration_delete_event.rs | 18 +-- ...user_registration_update_complete_event.rs | 18 +-- src/models/user_registration_update_event.rs | 18 +-- .../user_registration_verified_event.rs | 18 +-- src/models/user_request.rs | 2 +- src/models/user_response.rs | 2 +- src/models/user_search_criteria.rs | 2 +- src/models/user_state.rs | 2 +- src/models/user_two_factor_configuration.rs | 2 +- .../user_two_factor_method_add_event.rs | 18 +-- .../user_two_factor_method_remove_event.rs | 18 +-- src/models/user_update_complete_event.rs | 18 +-- src/models/user_update_event.rs | 18 +-- src/models/user_verification_requirement.rs | 2 +- src/models/username_moderation.rs | 2 +- src/models/validate_response.rs | 2 +- src/models/verification_strategy.rs | 2 +- src/models/verify_email_request.rs | 2 +- src/models/verify_email_response.rs | 2 +- src/models/verify_registration_request.rs | 2 +- src/models/verify_registration_response.rs | 2 +- src/models/version_response.rs | 2 +- src/models/web_authn_assert_response.rs | 2 +- ...n_authenticator_authentication_response.rs | 2 +- ...thn_authenticator_registration_response.rs | 2 +- src/models/web_authn_credential.rs | 2 +- .../web_authn_credential_import_request.rs | 2 +- src/models/web_authn_credential_response.rs | 2 +- .../web_authn_extensions_client_outputs.rs | 2 +- src/models/web_authn_login_request.rs | 2 +- ...authn_public_key_authentication_request.rs | 2 +- ...b_authn_public_key_registration_request.rs | 2 +- .../web_authn_register_complete_request.rs | 2 +- .../web_authn_register_complete_response.rs | 2 +- .../web_authn_register_start_request.rs | 2 +- .../web_authn_register_start_response.rs | 2 +- ...eb_authn_registration_extension_options.rs | 2 +- src/models/web_authn_start_request.rs | 2 +- src/models/web_authn_start_response.rs | 2 +- src/models/web_authn_workflow.rs | 2 +- src/models/webhook.rs | 2 +- src/models/webhook_attempt_log.rs | 52 +++++++ src/models/webhook_attempt_log_response.rs | 29 ++++ src/models/webhook_attempt_result.rs | 42 ++++++ src/models/webhook_call_response.rs | 35 +++++ src/models/webhook_event_log.rs | 66 +++++++++ src/models/webhook_event_log_configuration.rs | 29 ++++ src/models/webhook_event_log_response.rs | 29 ++++ .../webhook_event_log_search_criteria.rs | 52 +++++++ .../webhook_event_log_search_request.rs | 29 ++++ .../webhook_event_log_search_response.rs | 32 +++++ src/models/webhook_event_result.rs | 42 ++++++ src/models/webhook_request.rs | 2 +- src/models/webhook_response.rs | 2 +- src/models/webhook_search_criteria.rs | 2 +- src/models/webhook_search_request.rs | 2 +- src/models/webhook_search_response.rs | 2 +- src/models/webhook_signature_configuration.rs | 2 +- src/models/xbox_application_configuration.rs | 2 +- src/models/xbox_identity_provider.rs | 2 +- src/models/xml_signature_location.rs | 2 +- 676 files changed, 1699 insertions(+), 1513 deletions(-) create mode 100644 docs/BaseGroupEvent.md create mode 100644 docs/BaseUserEvent.md create mode 100644 docs/UserLoginFailedReason.md create mode 100644 docs/WebhookAttemptLog.md create mode 100644 docs/WebhookAttemptLogResponse.md create mode 100644 docs/WebhookAttemptResult.md create mode 100644 docs/WebhookCallResponse.md create mode 100644 docs/WebhookEventLog.md create mode 100644 docs/WebhookEventLogConfiguration.md create mode 100644 docs/WebhookEventLogResponse.md create mode 100644 docs/WebhookEventLogSearchCriteria.md create mode 100644 docs/WebhookEventLogSearchRequest.md create mode 100644 docs/WebhookEventLogSearchResponse.md create mode 100644 docs/WebhookEventResult.md create mode 100644 src/models/base_group_event.rs create mode 100644 src/models/base_user_event.rs create mode 100644 src/models/user_login_failed_reason.rs create mode 100644 src/models/webhook_attempt_log.rs create mode 100644 src/models/webhook_attempt_log_response.rs create mode 100644 src/models/webhook_attempt_result.rs create mode 100644 src/models/webhook_call_response.rs create mode 100644 src/models/webhook_event_log.rs create mode 100644 src/models/webhook_event_log_configuration.rs create mode 100644 src/models/webhook_event_log_response.rs create mode 100644 src/models/webhook_event_log_search_criteria.rs create mode 100644 src/models/webhook_event_log_search_request.rs create mode 100644 src/models/webhook_event_log_search_response.rs create mode 100644 src/models/webhook_event_result.rs diff --git a/Cargo.toml b/Cargo.toml index 7d750583..9fe4933d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fusionauth-rust-client" -version = "2.4.0" +version = "2.4.1" authors = ["OpenAPI Generator team and contributors"] description = "This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls." license = "Apache-2.0" diff --git a/README.md b/README.md index b0573fc2..76f503bb 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fu This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. -- API version: 2.4.0 -- Package version: 1.53.0 -- Generator version: 7.8.0-SNAPSHOT +- API version: 1.53.2 +- Package version: 2.4.1 +- Generator version: 7.9.0-SNAPSHOT - Build package: `org.openapitools.codegen.languages.RustClientCodegen` @@ -242,6 +242,8 @@ Class | Method | HTTP request | Description *DefaultApi* | [**retrieve_web_authn_credential_with_id**](docs/DefaultApi.md#retrieve_web_authn_credential_with_id) | **GET** /api/webauthn/{id} | *DefaultApi* | [**retrieve_web_authn_credentials_for_user_with_id**](docs/DefaultApi.md#retrieve_web_authn_credentials_for_user_with_id) | **GET** /api/webauthn | *DefaultApi* | [**retrieve_webhook**](docs/DefaultApi.md#retrieve_webhook) | **GET** /api/webhook | +*DefaultApi* | [**retrieve_webhook_attempt_log_with_id**](docs/DefaultApi.md#retrieve_webhook_attempt_log_with_id) | **GET** /api/system/webhook-attempt-log/{webhookAttemptLogId} | +*DefaultApi* | [**retrieve_webhook_event_log_with_id**](docs/DefaultApi.md#retrieve_webhook_event_log_with_id) | **GET** /api/system/webhook-event-log/{webhookEventLogId} | *DefaultApi* | [**retrieve_webhook_with_id**](docs/DefaultApi.md#retrieve_webhook_with_id) | **GET** /api/webhook/{webhookId} | *DefaultApi* | [**revoke_refresh_token_by_id_with_id**](docs/DefaultApi.md#revoke_refresh_token_by_id_with_id) | **DELETE** /api/jwt/refresh/{tokenId} | *DefaultApi* | [**revoke_user_consent_with_id**](docs/DefaultApi.md#revoke_user_consent_with_id) | **DELETE** /api/user/consent/{userConsentId} | @@ -266,6 +268,7 @@ Class | Method | HTTP request | Description *DefaultApi* | [**search_user_comments_with_id**](docs/DefaultApi.md#search_user_comments_with_id) | **POST** /api/user/comment/search | *DefaultApi* | [**search_users_by_ids_with_id**](docs/DefaultApi.md#search_users_by_ids_with_id) | **GET** /api/user/search | *DefaultApi* | [**search_users_by_query_with_id**](docs/DefaultApi.md#search_users_by_query_with_id) | **POST** /api/user/search | +*DefaultApi* | [**search_webhook_event_logs_with_id**](docs/DefaultApi.md#search_webhook_event_logs_with_id) | **POST** /api/system/webhook-event-log/search | *DefaultApi* | [**search_webhooks_with_id**](docs/DefaultApi.md#search_webhooks_with_id) | **POST** /api/webhook/search | *DefaultApi* | [**send_email_with_id**](docs/DefaultApi.md#send_email_with_id) | **POST** /api/email/send/{emailTemplateId} | *DefaultApi* | [**send_family_request_email_with_id**](docs/DefaultApi.md#send_family_request_email_with_id) | **POST** /api/user/family/request | @@ -373,10 +376,12 @@ Class | Method | HTTP request | Description - [BaseEvent](docs/BaseEvent.md) - [BaseEventRequest](docs/BaseEventRequest.md) - [BaseExportRequest](docs/BaseExportRequest.md) + - [BaseGroupEvent](docs/BaseGroupEvent.md) - [BaseIdentityProviderApplicationConfiguration](docs/BaseIdentityProviderApplicationConfiguration.md) - [BaseLoginRequest](docs/BaseLoginRequest.md) - [BaseMessengerConfiguration](docs/BaseMessengerConfiguration.md) - [BaseSearchCriteria](docs/BaseSearchCriteria.md) + - [BaseUserEvent](docs/BaseUserEvent.md) - [BreachAction](docs/BreachAction.md) - [BreachMatchMode](docs/BreachMatchMode.md) - [BreachedPasswordStatus](docs/BreachedPasswordStatus.md) @@ -846,6 +851,7 @@ Class | Method | HTTP request | Description - [UserIdentityProviderLinkEvent](docs/UserIdentityProviderLinkEvent.md) - [UserIdentityProviderUnlinkEvent](docs/UserIdentityProviderUnlinkEvent.md) - [UserLoginFailedEvent](docs/UserLoginFailedEvent.md) + - [UserLoginFailedReason](docs/UserLoginFailedReason.md) - [UserLoginIdDuplicateOnCreateEvent](docs/UserLoginIdDuplicateOnCreateEvent.md) - [UserLoginIdDuplicateOnUpdateEvent](docs/UserLoginIdDuplicateOnUpdateEvent.md) - [UserLoginNewDeviceEvent](docs/UserLoginNewDeviceEvent.md) @@ -902,6 +908,17 @@ Class | Method | HTTP request | Description - [WebAuthnStartResponse](docs/WebAuthnStartResponse.md) - [WebAuthnWorkflow](docs/WebAuthnWorkflow.md) - [Webhook](docs/Webhook.md) + - [WebhookAttemptLog](docs/WebhookAttemptLog.md) + - [WebhookAttemptLogResponse](docs/WebhookAttemptLogResponse.md) + - [WebhookAttemptResult](docs/WebhookAttemptResult.md) + - [WebhookCallResponse](docs/WebhookCallResponse.md) + - [WebhookEventLog](docs/WebhookEventLog.md) + - [WebhookEventLogConfiguration](docs/WebhookEventLogConfiguration.md) + - [WebhookEventLogResponse](docs/WebhookEventLogResponse.md) + - [WebhookEventLogSearchCriteria](docs/WebhookEventLogSearchCriteria.md) + - [WebhookEventLogSearchRequest](docs/WebhookEventLogSearchRequest.md) + - [WebhookEventLogSearchResponse](docs/WebhookEventLogSearchResponse.md) + - [WebhookEventResult](docs/WebhookEventResult.md) - [WebhookRequest](docs/WebhookRequest.md) - [WebhookResponse](docs/WebhookResponse.md) - [WebhookSearchCriteria](docs/WebhookSearchCriteria.md) diff --git a/api_version.yaml b/api_version.yaml index 0f22ca72..12030ed9 100644 --- a/api_version.yaml +++ b/api_version.yaml @@ -1 +1 @@ -version: 1.53.0 \ No newline at end of file +version: 1.53.2 diff --git a/docs/BaseGroupEvent.md b/docs/BaseGroupEvent.md new file mode 100644 index 00000000..51570d5c --- /dev/null +++ b/docs/BaseGroupEvent.md @@ -0,0 +1,16 @@ +# BaseGroupEvent + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**group** | Option<[**models::Group**](Group.md)> | | [optional] +**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] +**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/BaseUserEvent.md b/docs/BaseUserEvent.md new file mode 100644 index 00000000..329c796d --- /dev/null +++ b/docs/BaseUserEvent.md @@ -0,0 +1,16 @@ +# BaseUserEvent + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**user** | Option<[**models::User**](User.md)> | | [optional] +**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] +**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/DefaultApi.md b/docs/DefaultApi.md index a80029da..61479e26 100644 --- a/docs/DefaultApi.md +++ b/docs/DefaultApi.md @@ -227,6 +227,8 @@ Method | HTTP request | Description [**retrieve_web_authn_credential_with_id**](DefaultApi.md#retrieve_web_authn_credential_with_id) | **GET** /api/webauthn/{id} | [**retrieve_web_authn_credentials_for_user_with_id**](DefaultApi.md#retrieve_web_authn_credentials_for_user_with_id) | **GET** /api/webauthn | [**retrieve_webhook**](DefaultApi.md#retrieve_webhook) | **GET** /api/webhook | +[**retrieve_webhook_attempt_log_with_id**](DefaultApi.md#retrieve_webhook_attempt_log_with_id) | **GET** /api/system/webhook-attempt-log/{webhookAttemptLogId} | +[**retrieve_webhook_event_log_with_id**](DefaultApi.md#retrieve_webhook_event_log_with_id) | **GET** /api/system/webhook-event-log/{webhookEventLogId} | [**retrieve_webhook_with_id**](DefaultApi.md#retrieve_webhook_with_id) | **GET** /api/webhook/{webhookId} | [**revoke_refresh_token_by_id_with_id**](DefaultApi.md#revoke_refresh_token_by_id_with_id) | **DELETE** /api/jwt/refresh/{tokenId} | [**revoke_user_consent_with_id**](DefaultApi.md#revoke_user_consent_with_id) | **DELETE** /api/user/consent/{userConsentId} | @@ -251,6 +253,7 @@ Method | HTTP request | Description [**search_user_comments_with_id**](DefaultApi.md#search_user_comments_with_id) | **POST** /api/user/comment/search | [**search_users_by_ids_with_id**](DefaultApi.md#search_users_by_ids_with_id) | **GET** /api/user/search | [**search_users_by_query_with_id**](DefaultApi.md#search_users_by_query_with_id) | **POST** /api/user/search | +[**search_webhook_event_logs_with_id**](DefaultApi.md#search_webhook_event_logs_with_id) | **POST** /api/system/webhook-event-log/search | [**search_webhooks_with_id**](DefaultApi.md#search_webhooks_with_id) | **POST** /api/webhook/search | [**send_email_with_id**](DefaultApi.md#send_email_with_id) | **POST** /api/email/send/{emailTemplateId} | [**send_family_request_email_with_id**](DefaultApi.md#send_family_request_email_with_id) | **POST** /api/user/family/request | @@ -7129,6 +7132,66 @@ This endpoint does not need any parameter. [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +## retrieve_webhook_attempt_log_with_id + +> models::WebhookAttemptLogResponse retrieve_webhook_attempt_log_with_id(webhook_attempt_log_id) + + +Retrieves a single webhook attempt log for the given Id. + +### Parameters + + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**webhook_attempt_log_id** | **String** | The Id of the webhook attempt log to retrieve. | [required] | + +### Return type + +[**models::WebhookAttemptLogResponse**](WebhookAttemptLogResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + + +## retrieve_webhook_event_log_with_id + +> models::WebhookEventLogResponse retrieve_webhook_event_log_with_id(webhook_event_log_id) + + +Retrieves a single webhook event log for the given Id. + +### Parameters + + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**webhook_event_log_id** | **String** | The Id of the webhook event log to retrieve. | [required] | + +### Return type + +[**models::WebhookEventLogResponse**](WebhookEventLogResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + + ## retrieve_webhook_with_id > models::WebhookResponse retrieve_webhook_with_id(webhook_id) @@ -7849,6 +7912,36 @@ Name | Type | Description | Required | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +## search_webhook_event_logs_with_id + +> models::WebhookEventLogSearchResponse search_webhook_event_logs_with_id(webhook_event_log_search_request) + + +Searches the webhook event logs with the specified criteria and pagination. + +### Parameters + + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**webhook_event_log_search_request** | Option<[**WebhookEventLogSearchRequest**](WebhookEventLogSearchRequest.md)> | | | + +### Return type + +[**models::WebhookEventLogSearchResponse**](WebhookEventLogSearchResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + +- **Content-Type**: application/json +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + + ## search_webhooks_with_id > models::WebhookSearchResponse search_webhooks_with_id(webhook_search_request) diff --git a/docs/ExternalIdentifierConfiguration.md b/docs/ExternalIdentifierConfiguration.md index 8a6ca5b3..9da1916e 100644 --- a/docs/ExternalIdentifierConfiguration.md +++ b/docs/ExternalIdentifierConfiguration.md @@ -13,6 +13,7 @@ Name | Type | Description | Notes **email_verification_id_time_to_live_in_seconds** | Option<**i32**> | | [optional] **email_verification_one_time_code_generator** | Option<[**models::SecureGeneratorConfiguration**](SecureGeneratorConfiguration.md)> | | [optional] **external_authentication_id_time_to_live_in_seconds** | Option<**i32**> | | [optional] +**login_intent_time_to_live_in_seconds** | Option<**i32**> | | [optional] **one_time_password_time_to_live_in_seconds** | Option<**i32**> | | [optional] **passwordless_login_generator** | Option<[**models::SecureGeneratorConfiguration**](SecureGeneratorConfiguration.md)> | | [optional] **passwordless_login_time_to_live_in_seconds** | Option<**i32**> | | [optional] diff --git a/docs/GroupCreateCompleteEvent.md b/docs/GroupCreateCompleteEvent.md index 1c77014a..6d1956d6 100644 --- a/docs/GroupCreateCompleteEvent.md +++ b/docs/GroupCreateCompleteEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **group** | Option<[**models::Group**](Group.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupCreateEvent.md b/docs/GroupCreateEvent.md index 16c7fc26..4feec82b 100644 --- a/docs/GroupCreateEvent.md +++ b/docs/GroupCreateEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **group** | Option<[**models::Group**](Group.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupDeleteCompleteEvent.md b/docs/GroupDeleteCompleteEvent.md index 1f5093c8..381ba5a0 100644 --- a/docs/GroupDeleteCompleteEvent.md +++ b/docs/GroupDeleteCompleteEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **group** | Option<[**models::Group**](Group.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupDeleteEvent.md b/docs/GroupDeleteEvent.md index 6a946117..cc6a922b 100644 --- a/docs/GroupDeleteEvent.md +++ b/docs/GroupDeleteEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **group** | Option<[**models::Group**](Group.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupMemberAddCompleteEvent.md b/docs/GroupMemberAddCompleteEvent.md index b5768a0d..06ace691 100644 --- a/docs/GroupMemberAddCompleteEvent.md +++ b/docs/GroupMemberAddCompleteEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **members** | Option<[**Vec**](GroupMember.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupMemberAddEvent.md b/docs/GroupMemberAddEvent.md index 16c9c488..ebccbd74 100644 --- a/docs/GroupMemberAddEvent.md +++ b/docs/GroupMemberAddEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **members** | Option<[**Vec**](GroupMember.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupMemberRemoveCompleteEvent.md b/docs/GroupMemberRemoveCompleteEvent.md index 43e6cd9c..34006d4c 100644 --- a/docs/GroupMemberRemoveCompleteEvent.md +++ b/docs/GroupMemberRemoveCompleteEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **members** | Option<[**Vec**](GroupMember.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupMemberRemoveEvent.md b/docs/GroupMemberRemoveEvent.md index 9a787647..9d3dea17 100644 --- a/docs/GroupMemberRemoveEvent.md +++ b/docs/GroupMemberRemoveEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **members** | Option<[**Vec**](GroupMember.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupMemberUpdateCompleteEvent.md b/docs/GroupMemberUpdateCompleteEvent.md index 1be97f36..50855a36 100644 --- a/docs/GroupMemberUpdateCompleteEvent.md +++ b/docs/GroupMemberUpdateCompleteEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **members** | Option<[**Vec**](GroupMember.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupMemberUpdateEvent.md b/docs/GroupMemberUpdateEvent.md index 0e18aa36..750e855e 100644 --- a/docs/GroupMemberUpdateEvent.md +++ b/docs/GroupMemberUpdateEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **members** | Option<[**Vec**](GroupMember.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupUpdateCompleteEvent.md b/docs/GroupUpdateCompleteEvent.md index 3059c762..0b988b10 100644 --- a/docs/GroupUpdateCompleteEvent.md +++ b/docs/GroupUpdateCompleteEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **original** | Option<[**models::Group**](Group.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GroupUpdateEvent.md b/docs/GroupUpdateEvent.md index 17f30307..0df62e8e 100644 --- a/docs/GroupUpdateEvent.md +++ b/docs/GroupUpdateEvent.md @@ -4,13 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**group** | Option<[**models::Group**](Group.md)> | | [optional] **original** | Option<[**models::Group**](Group.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**group** | Option<[**models::Group**](Group.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/LambdaType.md b/docs/LambdaType.md index a9d94ff9..a6bf694f 100644 --- a/docs/LambdaType.md +++ b/docs/LambdaType.md @@ -29,6 +29,7 @@ | ScimServerUserResponseConverter | SCIMServerUserResponseConverter | | SelfServiceRegistrationValidation | SelfServiceRegistrationValidation | | UserInfoPopulate | UserInfoPopulate | +| LoginValidation | LoginValidation | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SystemConfiguration.md b/docs/SystemConfiguration.md index ab5c01dd..e495624c 100644 --- a/docs/SystemConfiguration.md +++ b/docs/SystemConfiguration.md @@ -14,6 +14,7 @@ Name | Type | Description | Notes **report_timezone** | Option<**String**> | Timezone Identifier | [optional] **trusted_proxy_configuration** | Option<[**models::SystemTrustedProxyConfiguration**](SystemTrustedProxyConfiguration.md)> | | [optional] **ui_configuration** | Option<[**models::UiConfiguration**](UIConfiguration.md)> | | [optional] +**webhook_event_log_configuration** | Option<[**models::WebhookEventLogConfiguration**](WebhookEventLogConfiguration.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TenantLambdaConfiguration.md b/docs/TenantLambdaConfiguration.md index 50c30e88..bf3379f1 100644 --- a/docs/TenantLambdaConfiguration.md +++ b/docs/TenantLambdaConfiguration.md @@ -4,6 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**login_validation_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **scim_enterprise_user_request_converter_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **scim_enterprise_user_response_converter_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **scim_group_request_converter_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] diff --git a/docs/UserCreateCompleteEvent.md b/docs/UserCreateCompleteEvent.md index a6b1b2e0..85cdc819 100644 --- a/docs/UserCreateCompleteEvent.md +++ b/docs/UserCreateCompleteEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserCreateEvent.md b/docs/UserCreateEvent.md index ecbbfb37..b2fc016b 100644 --- a/docs/UserCreateEvent.md +++ b/docs/UserCreateEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserDeactivateEvent.md b/docs/UserDeactivateEvent.md index 72517c74..2e7427de 100644 --- a/docs/UserDeactivateEvent.md +++ b/docs/UserDeactivateEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserDeleteCompleteEvent.md b/docs/UserDeleteCompleteEvent.md index 4f42e100..6b62c3a0 100644 --- a/docs/UserDeleteCompleteEvent.md +++ b/docs/UserDeleteCompleteEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserDeleteEvent.md b/docs/UserDeleteEvent.md index f9c146f2..426d6e2d 100644 --- a/docs/UserDeleteEvent.md +++ b/docs/UserDeleteEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserEmailUpdateEvent.md b/docs/UserEmailUpdateEvent.md index f62852c4..b5f096d3 100644 --- a/docs/UserEmailUpdateEvent.md +++ b/docs/UserEmailUpdateEvent.md @@ -6,11 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **previous_email** | Option<**String**> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserEmailVerifiedEvent.md b/docs/UserEmailVerifiedEvent.md index 3a40e88d..18541b9a 100644 --- a/docs/UserEmailVerifiedEvent.md +++ b/docs/UserEmailVerifiedEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserIdentityProviderLinkEvent.md b/docs/UserIdentityProviderLinkEvent.md index 70f6835b..52a4d9b9 100644 --- a/docs/UserIdentityProviderLinkEvent.md +++ b/docs/UserIdentityProviderLinkEvent.md @@ -6,11 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **identity_provider_link** | Option<[**models::IdentityProviderLink**](IdentityProviderLink.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserIdentityProviderUnlinkEvent.md b/docs/UserIdentityProviderUnlinkEvent.md index 298192b4..275fe666 100644 --- a/docs/UserIdentityProviderUnlinkEvent.md +++ b/docs/UserIdentityProviderUnlinkEvent.md @@ -6,11 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **identity_provider_link** | Option<[**models::IdentityProviderLink**](IdentityProviderLink.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserLoginFailedEvent.md b/docs/UserLoginFailedEvent.md index 6a648f04..8a577204 100644 --- a/docs/UserLoginFailedEvent.md +++ b/docs/UserLoginFailedEvent.md @@ -7,12 +7,8 @@ Name | Type | Description | Notes **application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **authentication_type** | Option<**String**> | | [optional] **ip_address** | Option<**String**> | | [optional] +**reason** | Option<[**models::UserLoginFailedReason**](UserLoginFailedReason.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserLoginFailedReason.md b/docs/UserLoginFailedReason.md new file mode 100644 index 00000000..0d89bdf8 --- /dev/null +++ b/docs/UserLoginFailedReason.md @@ -0,0 +1,13 @@ +# UserLoginFailedReason + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**code** | Option<**String**> | | [optional] +**lambda_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**lambda_result** | Option<[**models::Errors**](Errors.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/UserLoginIdDuplicateOnCreateEvent.md b/docs/UserLoginIdDuplicateOnCreateEvent.md index 364785f3..22c89a69 100644 --- a/docs/UserLoginIdDuplicateOnCreateEvent.md +++ b/docs/UserLoginIdDuplicateOnCreateEvent.md @@ -8,11 +8,6 @@ Name | Type | Description | Notes **duplicate_username** | Option<**String**> | | [optional] **existing** | Option<[**models::User**](User.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserLoginIdDuplicateOnUpdateEvent.md b/docs/UserLoginIdDuplicateOnUpdateEvent.md index b15f6335..2515e28f 100644 --- a/docs/UserLoginIdDuplicateOnUpdateEvent.md +++ b/docs/UserLoginIdDuplicateOnUpdateEvent.md @@ -7,7 +7,6 @@ Name | Type | Description | Notes **duplicate_email** | Option<**String**> | | [optional] **duplicate_username** | Option<**String**> | | [optional] **existing** | Option<[**models::User**](User.md)> | | [optional] -**user** | Option<[**models::User**](User.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserLoginNewDeviceEvent.md b/docs/UserLoginNewDeviceEvent.md index da7375f3..68b3da20 100644 --- a/docs/UserLoginNewDeviceEvent.md +++ b/docs/UserLoginNewDeviceEvent.md @@ -10,7 +10,6 @@ Name | Type | Description | Notes **identity_provider_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **identity_provider_name** | Option<**String**> | | [optional] **ip_address** | Option<**String**> | | [optional] -**user** | Option<[**models::User**](User.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserLoginSuccessEvent.md b/docs/UserLoginSuccessEvent.md index 73fea6dd..b6af1c50 100644 --- a/docs/UserLoginSuccessEvent.md +++ b/docs/UserLoginSuccessEvent.md @@ -11,11 +11,6 @@ Name | Type | Description | Notes **identity_provider_name** | Option<**String**> | | [optional] **ip_address** | Option<**String**> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserLoginSuspiciousEvent.md b/docs/UserLoginSuspiciousEvent.md index 5fddbc05..a363de51 100644 --- a/docs/UserLoginSuspiciousEvent.md +++ b/docs/UserLoginSuspiciousEvent.md @@ -11,7 +11,6 @@ Name | Type | Description | Notes **identity_provider_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **identity_provider_name** | Option<**String**> | | [optional] **ip_address** | Option<**String**> | | [optional] -**user** | Option<[**models::User**](User.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserPasswordBreachEvent.md b/docs/UserPasswordBreachEvent.md index 84848432..707da9d8 100644 --- a/docs/UserPasswordBreachEvent.md +++ b/docs/UserPasswordBreachEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserPasswordResetSendEvent.md b/docs/UserPasswordResetSendEvent.md index 07a884a5..33ff7c3e 100644 --- a/docs/UserPasswordResetSendEvent.md +++ b/docs/UserPasswordResetSendEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserPasswordResetStartEvent.md b/docs/UserPasswordResetStartEvent.md index fcbeb985..1d934b5a 100644 --- a/docs/UserPasswordResetStartEvent.md +++ b/docs/UserPasswordResetStartEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserPasswordResetSuccessEvent.md b/docs/UserPasswordResetSuccessEvent.md index 81e1771e..e4ad271e 100644 --- a/docs/UserPasswordResetSuccessEvent.md +++ b/docs/UserPasswordResetSuccessEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserPasswordUpdateEvent.md b/docs/UserPasswordUpdateEvent.md index 719ac8fb..5ce96895 100644 --- a/docs/UserPasswordUpdateEvent.md +++ b/docs/UserPasswordUpdateEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserReactivateEvent.md b/docs/UserReactivateEvent.md index 79edc474..e23cf2a1 100644 --- a/docs/UserReactivateEvent.md +++ b/docs/UserReactivateEvent.md @@ -5,11 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserRegistrationCreateCompleteEvent.md b/docs/UserRegistrationCreateCompleteEvent.md index 99a9980f..fd7c1be6 100644 --- a/docs/UserRegistrationCreateCompleteEvent.md +++ b/docs/UserRegistrationCreateCompleteEvent.md @@ -7,11 +7,6 @@ Name | Type | Description | Notes **application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserRegistrationCreateEvent.md b/docs/UserRegistrationCreateEvent.md index 5d3df54f..fa88be93 100644 --- a/docs/UserRegistrationCreateEvent.md +++ b/docs/UserRegistrationCreateEvent.md @@ -7,11 +7,6 @@ Name | Type | Description | Notes **application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserRegistrationDeleteCompleteEvent.md b/docs/UserRegistrationDeleteCompleteEvent.md index eb8eb813..eca4f6e7 100644 --- a/docs/UserRegistrationDeleteCompleteEvent.md +++ b/docs/UserRegistrationDeleteCompleteEvent.md @@ -7,11 +7,6 @@ Name | Type | Description | Notes **application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserRegistrationDeleteEvent.md b/docs/UserRegistrationDeleteEvent.md index 1a4f9483..b1afef29 100644 --- a/docs/UserRegistrationDeleteEvent.md +++ b/docs/UserRegistrationDeleteEvent.md @@ -7,11 +7,6 @@ Name | Type | Description | Notes **application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserRegistrationUpdateCompleteEvent.md b/docs/UserRegistrationUpdateCompleteEvent.md index 9bc34da1..2562a48d 100644 --- a/docs/UserRegistrationUpdateCompleteEvent.md +++ b/docs/UserRegistrationUpdateCompleteEvent.md @@ -8,11 +8,6 @@ Name | Type | Description | Notes **original** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserRegistrationUpdateEvent.md b/docs/UserRegistrationUpdateEvent.md index 03a47a05..73e91dad 100644 --- a/docs/UserRegistrationUpdateEvent.md +++ b/docs/UserRegistrationUpdateEvent.md @@ -8,11 +8,6 @@ Name | Type | Description | Notes **original** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserRegistrationVerifiedEvent.md b/docs/UserRegistrationVerifiedEvent.md index 116a65de..e8a2b534 100644 --- a/docs/UserRegistrationVerifiedEvent.md +++ b/docs/UserRegistrationVerifiedEvent.md @@ -7,11 +7,6 @@ Name | Type | Description | Notes **application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] **registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserTwoFactorMethodAddEvent.md b/docs/UserTwoFactorMethodAddEvent.md index 060f2caf..9c526083 100644 --- a/docs/UserTwoFactorMethodAddEvent.md +++ b/docs/UserTwoFactorMethodAddEvent.md @@ -6,11 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **method** | Option<[**models::TwoFactorMethod**](TwoFactorMethod.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserTwoFactorMethodRemoveEvent.md b/docs/UserTwoFactorMethodRemoveEvent.md index 93e533ef..939f27c5 100644 --- a/docs/UserTwoFactorMethodRemoveEvent.md +++ b/docs/UserTwoFactorMethodRemoveEvent.md @@ -6,11 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **method** | Option<[**models::TwoFactorMethod**](TwoFactorMethod.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserUpdateCompleteEvent.md b/docs/UserUpdateCompleteEvent.md index db0e692d..0e918123 100644 --- a/docs/UserUpdateCompleteEvent.md +++ b/docs/UserUpdateCompleteEvent.md @@ -6,11 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **original** | Option<[**models::User**](User.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/UserUpdateEvent.md b/docs/UserUpdateEvent.md index 80100360..3b251326 100644 --- a/docs/UserUpdateEvent.md +++ b/docs/UserUpdateEvent.md @@ -6,11 +6,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **original** | Option<[**models::User**](User.md)> | | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] -**create_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] -**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**info** | Option<[**models::EventInfo**](EventInfo.md)> | | [optional] -**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] -**r#type** | Option<[**models::EventType**](EventType.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/WebhookAttemptLog.md b/docs/WebhookAttemptLog.md new file mode 100644 index 00000000..aa997ca6 --- /dev/null +++ b/docs/WebhookAttemptLog.md @@ -0,0 +1,18 @@ +# WebhookAttemptLog + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**data** | Option<[**std::collections::HashMap**](serde_json::Value.md)> | | [optional] +**end_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**start_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**webhook_call_response** | Option<[**models::WebhookCallResponse**](WebhookCallResponse.md)> | | [optional] +**webhook_event_log_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**webhook_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**attempt_result** | Option<[**models::WebhookAttemptResult**](WebhookAttemptResult.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookAttemptLogResponse.md b/docs/WebhookAttemptLogResponse.md new file mode 100644 index 00000000..2e77396c --- /dev/null +++ b/docs/WebhookAttemptLogResponse.md @@ -0,0 +1,11 @@ +# WebhookAttemptLogResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**webhook_attempt_log** | Option<[**models::WebhookAttemptLog**](WebhookAttemptLog.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookAttemptResult.md b/docs/WebhookAttemptResult.md new file mode 100644 index 00000000..a82ca1d1 --- /dev/null +++ b/docs/WebhookAttemptResult.md @@ -0,0 +1,14 @@ +# WebhookAttemptResult + +## Enum Variants + +| Name | Value | +|---- | -----| +| Success | Success | +| Failure | Failure | +| Unknown | Unknown | + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookCallResponse.md b/docs/WebhookCallResponse.md new file mode 100644 index 00000000..21f2bcfa --- /dev/null +++ b/docs/WebhookCallResponse.md @@ -0,0 +1,13 @@ +# WebhookCallResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**exception** | Option<**String**> | | [optional] +**status_code** | Option<**i32**> | | [optional] +**url** | Option<**String**> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookEventLog.md b/docs/WebhookEventLog.md new file mode 100644 index 00000000..934a70f7 --- /dev/null +++ b/docs/WebhookEventLog.md @@ -0,0 +1,23 @@ +# WebhookEventLog + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**attempts** | Option<[**Vec**](WebhookAttemptLog.md)> | | [optional] +**data** | Option<[**std::collections::HashMap**](serde_json::Value.md)> | | [optional] +**event** | Option<[**models::EventRequest**](EventRequest.md)> | | [optional] +**event_result** | Option<[**models::WebhookEventResult**](WebhookEventResult.md)> | | [optional] +**event_type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**insert_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**last_attempt_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**last_update_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**linked_object_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional] +**sequence** | Option<**i64**> | | [optional] +**failed_attempts** | Option<**i32**> | | [optional] +**successful_attempts** | Option<**i32**> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookEventLogConfiguration.md b/docs/WebhookEventLogConfiguration.md new file mode 100644 index 00000000..210e39ea --- /dev/null +++ b/docs/WebhookEventLogConfiguration.md @@ -0,0 +1,11 @@ +# WebhookEventLogConfiguration + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**delete** | Option<[**models::DeleteConfiguration**](DeleteConfiguration.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookEventLogResponse.md b/docs/WebhookEventLogResponse.md new file mode 100644 index 00000000..71776fe8 --- /dev/null +++ b/docs/WebhookEventLogResponse.md @@ -0,0 +1,11 @@ +# WebhookEventLogResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**webhook_event_log** | Option<[**models::WebhookEventLog**](WebhookEventLog.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookEventLogSearchCriteria.md b/docs/WebhookEventLogSearchCriteria.md new file mode 100644 index 00000000..0578aa5d --- /dev/null +++ b/docs/WebhookEventLogSearchCriteria.md @@ -0,0 +1,18 @@ +# WebhookEventLogSearchCriteria + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**end** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**event** | Option<**String**> | | [optional] +**event_result** | Option<[**models::WebhookEventResult**](WebhookEventResult.md)> | | [optional] +**event_type** | Option<[**models::EventType**](EventType.md)> | | [optional] +**start** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] +**number_of_results** | Option<**i32**> | | [optional] +**order_by** | Option<**String**> | | [optional] +**start_row** | Option<**i32**> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookEventLogSearchRequest.md b/docs/WebhookEventLogSearchRequest.md new file mode 100644 index 00000000..d6948833 --- /dev/null +++ b/docs/WebhookEventLogSearchRequest.md @@ -0,0 +1,11 @@ +# WebhookEventLogSearchRequest + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**search** | Option<[**models::WebhookEventLogSearchCriteria**](WebhookEventLogSearchCriteria.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookEventLogSearchResponse.md b/docs/WebhookEventLogSearchResponse.md new file mode 100644 index 00000000..6ebb9d96 --- /dev/null +++ b/docs/WebhookEventLogSearchResponse.md @@ -0,0 +1,12 @@ +# WebhookEventLogSearchResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**total** | Option<**i64**> | | [optional] +**webhook_event_logs** | Option<[**Vec**](WebhookEventLog.md)> | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/WebhookEventResult.md b/docs/WebhookEventResult.md new file mode 100644 index 00000000..975a2f59 --- /dev/null +++ b/docs/WebhookEventResult.md @@ -0,0 +1,14 @@ +# WebhookEventResult + +## Enum Variants + +| Name | Value | +|---- | -----| +| Failed | Failed | +| Running | Running | +| Succeeded | Succeeded | + + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/scripts/update.bash b/scripts/update.bash index f88c6b4c..c50e6167 100755 --- a/scripts/update.bash +++ b/scripts/update.bash @@ -1,11 +1,13 @@ #!/bin/bash -# check if $PWD ends with scritps +# check if $PWD ends with scripts if [[ $PWD != *scripts ]]; then echo "This script should be executed from the scripts directory." exit 1 fi +git pull + # Input, if the version should be released read -p "Update api.yaml? (y/n) " -n 1 -r update_api @@ -55,13 +57,17 @@ if [ -z "$version" ]; then exit 1 fi -# Inuput override version +# Write the version to api_version.yaml before overriding +echo "version: $version" > api_version.yaml + +# Input to override version read -p "Override version $version? (y/n) " -n 1 -r override_version if [[ $override_version =~ ^[Yy]$ ]]; then read -p "Enter version: " version # Update version in Cargo.toml sed -i '' "s/^version = .*/version = \"$version\"/" "Cargo.toml" + # Update the version in api_version.yaml fi # Input, if the version should be released @@ -73,7 +79,6 @@ else exit 0 fi - if git rev-parse "v$version" >/dev/null 2>&1; then echo "Git tag v$version already exists." else @@ -86,4 +91,4 @@ else cargo publish echo "Version $version tagged and published." -fi +fi \ No newline at end of file diff --git a/src/apis/configuration.rs b/src/apis/configuration.rs index a9951b64..1503dcae 100644 --- a/src/apis/configuration.rs +++ b/src/apis/configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -41,7 +41,7 @@ impl Default for Configuration { fn default() -> Self { Configuration { base_path: "http://localhost:9011".to_owned(), - user_agent: Some("OpenAPI-Generator/1.53.0/rust".to_owned()), + user_agent: Some("OpenAPI-Generator/1.53.2/rust".to_owned()), client: reqwest::Client::new(), basic_auth: None, oauth_access_token: None, diff --git a/src/apis/default_api.rs b/src/apis/default_api.rs index 6be2a1a3..c2ec732b 100644 --- a/src/apis/default_api.rs +++ b/src/apis/default_api.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -1799,6 +1799,22 @@ pub enum RetrieveWebhookError { UnknownValue(serde_json::Value), } +/// struct for typed errors of method [`retrieve_webhook_attempt_log_with_id`] +#[derive(Debug, Clone, Serialize, Deserialize)] +#[serde(untagged)] +pub enum RetrieveWebhookAttemptLogWithIdError { + DefaultResponse(models::Errors), + UnknownValue(serde_json::Value), +} + +/// struct for typed errors of method [`retrieve_webhook_event_log_with_id`] +#[derive(Debug, Clone, Serialize, Deserialize)] +#[serde(untagged)] +pub enum RetrieveWebhookEventLogWithIdError { + DefaultResponse(models::Errors), + UnknownValue(serde_json::Value), +} + /// struct for typed errors of method [`retrieve_webhook_with_id`] #[derive(Debug, Clone, Serialize, Deserialize)] #[serde(untagged)] @@ -1991,6 +2007,14 @@ pub enum SearchUsersByQueryWithIdError { UnknownValue(serde_json::Value), } +/// struct for typed errors of method [`search_webhook_event_logs_with_id`] +#[derive(Debug, Clone, Serialize, Deserialize)] +#[serde(untagged)] +pub enum SearchWebhookEventLogsWithIdError { + DefaultResponse(models::Errors), + UnknownValue(serde_json::Value), +} + /// struct for typed errors of method [`search_webhooks_with_id`] #[derive(Debug, Clone, Serialize, Deserialize)] #[serde(untagged)] @@ -10933,6 +10957,78 @@ pub async fn retrieve_webhook(configuration: &configuration::Configuration, ) -> } } +/// Retrieves a single webhook attempt log for the given Id. +pub async fn retrieve_webhook_attempt_log_with_id(configuration: &configuration::Configuration, webhook_attempt_log_id: &str) -> Result> { + let local_var_configuration = configuration; + + let local_var_client = &local_var_configuration.client; + + let local_var_uri_str = format!("{}/api/system/webhook-attempt-log/{webhookAttemptLogId}", local_var_configuration.base_path, webhookAttemptLogId=crate::apis::urlencode(webhook_attempt_log_id)); + let mut local_var_req_builder = local_var_client.request(reqwest::Method::GET, local_var_uri_str.as_str()); + + if let Some(ref local_var_user_agent) = local_var_configuration.user_agent { + local_var_req_builder = local_var_req_builder.header(reqwest::header::USER_AGENT, local_var_user_agent.clone()); + } + if let Some(ref local_var_apikey) = local_var_configuration.api_key { + let local_var_key = local_var_apikey.key.clone(); + let local_var_value = match local_var_apikey.prefix { + Some(ref local_var_prefix) => format!("{} {}", local_var_prefix, local_var_key), + None => local_var_key, + }; + local_var_req_builder = local_var_req_builder.header("Authorization", local_var_value); + }; + + let local_var_req = local_var_req_builder.build()?; + let local_var_resp = local_var_client.execute(local_var_req).await?; + + let local_var_status = local_var_resp.status(); + let local_var_content = local_var_resp.text().await?; + + if !local_var_status.is_client_error() && !local_var_status.is_server_error() { + serde_json::from_str(&local_var_content).map_err(Error::from) + } else { + let local_var_entity: Option = serde_json::from_str(&local_var_content).ok(); + let local_var_error = ResponseContent { status: local_var_status, content: local_var_content, entity: local_var_entity }; + Err(Error::ResponseError(local_var_error)) + } +} + +/// Retrieves a single webhook event log for the given Id. +pub async fn retrieve_webhook_event_log_with_id(configuration: &configuration::Configuration, webhook_event_log_id: &str) -> Result> { + let local_var_configuration = configuration; + + let local_var_client = &local_var_configuration.client; + + let local_var_uri_str = format!("{}/api/system/webhook-event-log/{webhookEventLogId}", local_var_configuration.base_path, webhookEventLogId=crate::apis::urlencode(webhook_event_log_id)); + let mut local_var_req_builder = local_var_client.request(reqwest::Method::GET, local_var_uri_str.as_str()); + + if let Some(ref local_var_user_agent) = local_var_configuration.user_agent { + local_var_req_builder = local_var_req_builder.header(reqwest::header::USER_AGENT, local_var_user_agent.clone()); + } + if let Some(ref local_var_apikey) = local_var_configuration.api_key { + let local_var_key = local_var_apikey.key.clone(); + let local_var_value = match local_var_apikey.prefix { + Some(ref local_var_prefix) => format!("{} {}", local_var_prefix, local_var_key), + None => local_var_key, + }; + local_var_req_builder = local_var_req_builder.header("Authorization", local_var_value); + }; + + let local_var_req = local_var_req_builder.build()?; + let local_var_resp = local_var_client.execute(local_var_req).await?; + + let local_var_status = local_var_resp.status(); + let local_var_content = local_var_resp.text().await?; + + if !local_var_status.is_client_error() && !local_var_status.is_server_error() { + serde_json::from_str(&local_var_content).map_err(Error::from) + } else { + let local_var_entity: Option = serde_json::from_str(&local_var_content).ok(); + let local_var_error = ResponseContent { status: local_var_status, content: local_var_content, entity: local_var_entity }; + Err(Error::ResponseError(local_var_error)) + } +} + /// Retrieves the webhook for the given Id. If you pass in null for the id, this will return all the webhooks. pub async fn retrieve_webhook_with_id(configuration: &configuration::Configuration, webhook_id: &str) -> Result> { let local_var_configuration = configuration; @@ -11822,6 +11918,43 @@ pub async fn search_users_by_query_with_id(configuration: &configuration::Config } } +/// Searches the webhook event logs with the specified criteria and pagination. +pub async fn search_webhook_event_logs_with_id(configuration: &configuration::Configuration, webhook_event_log_search_request: Option) -> Result> { + let local_var_configuration = configuration; + + let local_var_client = &local_var_configuration.client; + + let local_var_uri_str = format!("{}/api/system/webhook-event-log/search", local_var_configuration.base_path); + let mut local_var_req_builder = local_var_client.request(reqwest::Method::POST, local_var_uri_str.as_str()); + + if let Some(ref local_var_user_agent) = local_var_configuration.user_agent { + local_var_req_builder = local_var_req_builder.header(reqwest::header::USER_AGENT, local_var_user_agent.clone()); + } + if let Some(ref local_var_apikey) = local_var_configuration.api_key { + let local_var_key = local_var_apikey.key.clone(); + let local_var_value = match local_var_apikey.prefix { + Some(ref local_var_prefix) => format!("{} {}", local_var_prefix, local_var_key), + None => local_var_key, + }; + local_var_req_builder = local_var_req_builder.header("Authorization", local_var_value); + }; + local_var_req_builder = local_var_req_builder.json(&webhook_event_log_search_request); + + let local_var_req = local_var_req_builder.build()?; + let local_var_resp = local_var_client.execute(local_var_req).await?; + + let local_var_status = local_var_resp.status(); + let local_var_content = local_var_resp.text().await?; + + if !local_var_status.is_client_error() && !local_var_status.is_server_error() { + serde_json::from_str(&local_var_content).map_err(Error::from) + } else { + let local_var_entity: Option = serde_json::from_str(&local_var_content).ok(); + let local_var_error = ResponseContent { status: local_var_status, content: local_var_content, entity: local_var_entity }; + Err(Error::ResponseError(local_var_error)) + } +} + /// Searches webhooks with the specified criteria and pagination. pub async fn search_webhooks_with_id(configuration: &configuration::Configuration, webhook_search_request: Option) -> Result> { let local_var_configuration = configuration; diff --git a/src/models/access_token.rs b/src/models/access_token.rs index 82802ae3..b043b4f6 100644 --- a/src/models/access_token.rs +++ b/src/models/access_token.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/action_data.rs b/src/models/action_data.rs index 21c2e416..296720d2 100644 --- a/src/models/action_data.rs +++ b/src/models/action_data.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/action_request.rs b/src/models/action_request.rs index b4a99d52..5192d9cd 100644 --- a/src/models/action_request.rs +++ b/src/models/action_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/action_response.rs b/src/models/action_response.rs index df4830cb..c83d327c 100644 --- a/src/models/action_response.rs +++ b/src/models/action_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/algorithm.rs b/src/models/algorithm.rs index 1b72ab3e..f1ae4e30 100644 --- a/src/models/algorithm.rs +++ b/src/models/algorithm.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_key.rs b/src/models/api_key.rs index 10b5bdac..b9eb6855 100644 --- a/src/models/api_key.rs +++ b/src/models/api_key.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_key_meta_data.rs b/src/models/api_key_meta_data.rs index 448421c8..2926f6d2 100644 --- a/src/models/api_key_meta_data.rs +++ b/src/models/api_key_meta_data.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_key_permissions.rs b/src/models/api_key_permissions.rs index d9bb53d5..6a96b597 100644 --- a/src/models/api_key_permissions.rs +++ b/src/models/api_key_permissions.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_key_request.rs b/src/models/api_key_request.rs index 3e96286c..9c1025b9 100644 --- a/src/models/api_key_request.rs +++ b/src/models/api_key_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_key_response.rs b/src/models/api_key_response.rs index 7d6331c9..27c97088 100644 --- a/src/models/api_key_response.rs +++ b/src/models/api_key_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/apple_application_configuration.rs b/src/models/apple_application_configuration.rs index 65d5694c..119efc2d 100644 --- a/src/models/apple_application_configuration.rs +++ b/src/models/apple_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/apple_identity_provider.rs b/src/models/apple_identity_provider.rs index b0ee9341..94d62e0e 100644 --- a/src/models/apple_identity_provider.rs +++ b/src/models/apple_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application.rs b/src/models/application.rs index abba07b1..c3a3c5a6 100644 --- a/src/models/application.rs +++ b/src/models/application.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_access_control_configuration.rs b/src/models/application_access_control_configuration.rs index 06460771..d473d111 100644 --- a/src/models/application_access_control_configuration.rs +++ b/src/models/application_access_control_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_email_configuration.rs b/src/models/application_email_configuration.rs index be818ba3..aacf98c1 100644 --- a/src/models/application_email_configuration.rs +++ b/src/models/application_email_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_external_identifier_configuration.rs b/src/models/application_external_identifier_configuration.rs index a95c3648..1816eed5 100644 --- a/src/models/application_external_identifier_configuration.rs +++ b/src/models/application_external_identifier_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_form_configuration.rs b/src/models/application_form_configuration.rs index 76edd510..70e613ba 100644 --- a/src/models/application_form_configuration.rs +++ b/src/models/application_form_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_multi_factor_configuration.rs b/src/models/application_multi_factor_configuration.rs index 7dc8dfdd..c34d03d6 100644 --- a/src/models/application_multi_factor_configuration.rs +++ b/src/models/application_multi_factor_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_multi_factor_trust_policy.rs b/src/models/application_multi_factor_trust_policy.rs index 6fe3e32d..8415897c 100644 --- a/src/models/application_multi_factor_trust_policy.rs +++ b/src/models/application_multi_factor_trust_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_o_auth_scope.rs b/src/models/application_o_auth_scope.rs index 88ec042d..e826b03c 100644 --- a/src/models/application_o_auth_scope.rs +++ b/src/models/application_o_auth_scope.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_o_auth_scope_request.rs b/src/models/application_o_auth_scope_request.rs index e88e4cec..208793c5 100644 --- a/src/models/application_o_auth_scope_request.rs +++ b/src/models/application_o_auth_scope_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_o_auth_scope_response.rs b/src/models/application_o_auth_scope_response.rs index 84465fc9..94c94605 100644 --- a/src/models/application_o_auth_scope_response.rs +++ b/src/models/application_o_auth_scope_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_registration_delete_policy.rs b/src/models/application_registration_delete_policy.rs index 2576a698..c7db0a33 100644 --- a/src/models/application_registration_delete_policy.rs +++ b/src/models/application_registration_delete_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_request.rs b/src/models/application_request.rs index 463d62bf..45a1c2c8 100644 --- a/src/models/application_request.rs +++ b/src/models/application_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_response.rs b/src/models/application_response.rs index 49e1a34e..ef4cf63f 100644 --- a/src/models/application_response.rs +++ b/src/models/application_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_role.rs b/src/models/application_role.rs index 1d41fc6a..38b621f7 100644 --- a/src/models/application_role.rs +++ b/src/models/application_role.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_search_criteria.rs b/src/models/application_search_criteria.rs index 30ffd138..ea28fdf0 100644 --- a/src/models/application_search_criteria.rs +++ b/src/models/application_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_search_request.rs b/src/models/application_search_request.rs index f55b670f..437488b7 100644 --- a/src/models/application_search_request.rs +++ b/src/models/application_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_search_response.rs b/src/models/application_search_response.rs index 1cef06ed..50fae6ea 100644 --- a/src/models/application_search_response.rs +++ b/src/models/application_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_web_authn_configuration.rs b/src/models/application_web_authn_configuration.rs index 5c5a6866..7acfd4cd 100644 --- a/src/models/application_web_authn_configuration.rs +++ b/src/models/application_web_authn_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/application_web_authn_workflow_configuration.rs b/src/models/application_web_authn_workflow_configuration.rs index 7b662827..2afd5f9c 100644 --- a/src/models/application_web_authn_workflow_configuration.rs +++ b/src/models/application_web_authn_workflow_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/attachment.rs b/src/models/attachment.rs index 1caf95ca..89301ac5 100644 --- a/src/models/attachment.rs +++ b/src/models/attachment.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/attestation_conveyance_preference.rs b/src/models/attestation_conveyance_preference.rs index 1d9a1582..2f14cf66 100644 --- a/src/models/attestation_conveyance_preference.rs +++ b/src/models/attestation_conveyance_preference.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/attestation_type.rs b/src/models/attestation_type.rs index 52c09ea4..a98f08f8 100644 --- a/src/models/attestation_type.rs +++ b/src/models/attestation_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log.rs b/src/models/audit_log.rs index 954f757b..2331f3fb 100644 --- a/src/models/audit_log.rs +++ b/src/models/audit_log.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log_configuration.rs b/src/models/audit_log_configuration.rs index 14f1bef7..76886665 100644 --- a/src/models/audit_log_configuration.rs +++ b/src/models/audit_log_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log_create_event.rs b/src/models/audit_log_create_event.rs index 144cebc4..a2275515 100644 --- a/src/models/audit_log_create_event.rs +++ b/src/models/audit_log_create_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -11,7 +11,7 @@ use crate::models; use serde::{Deserialize, Serialize}; -/// AuditLogCreateEvent : Event event to an audit log was created. +/// AuditLogCreateEvent : Event to indicate an audit log was created. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct AuditLogCreateEvent { #[serde(rename = "auditLog", skip_serializing_if = "Option::is_none")] @@ -30,7 +30,7 @@ pub struct AuditLogCreateEvent { } impl AuditLogCreateEvent { - /// Event event to an audit log was created. + /// Event to indicate an audit log was created. pub fn new() -> AuditLogCreateEvent { AuditLogCreateEvent { audit_log: None, diff --git a/src/models/audit_log_export_request.rs b/src/models/audit_log_export_request.rs index be2bd4f3..ef7b19b9 100644 --- a/src/models/audit_log_export_request.rs +++ b/src/models/audit_log_export_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log_request.rs b/src/models/audit_log_request.rs index 637d1c90..f9919261 100644 --- a/src/models/audit_log_request.rs +++ b/src/models/audit_log_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log_response.rs b/src/models/audit_log_response.rs index 3653fc89..3fa6d8b5 100644 --- a/src/models/audit_log_response.rs +++ b/src/models/audit_log_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log_search_criteria.rs b/src/models/audit_log_search_criteria.rs index 0bdf6707..8bdd90bd 100644 --- a/src/models/audit_log_search_criteria.rs +++ b/src/models/audit_log_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log_search_request.rs b/src/models/audit_log_search_request.rs index 9addc0c9..90a23866 100644 --- a/src/models/audit_log_search_request.rs +++ b/src/models/audit_log_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/audit_log_search_response.rs b/src/models/audit_log_search_response.rs index 6d398d9e..f7987e0c 100644 --- a/src/models/audit_log_search_response.rs +++ b/src/models/audit_log_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/authentication_threats.rs b/src/models/authentication_threats.rs index 8ccd6865..9da0f6ec 100644 --- a/src/models/authentication_threats.rs +++ b/src/models/authentication_threats.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/authentication_token_configuration.rs b/src/models/authentication_token_configuration.rs index b0ab64e6..52ea4aa5 100644 --- a/src/models/authentication_token_configuration.rs +++ b/src/models/authentication_token_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/authenticator_attachment.rs b/src/models/authenticator_attachment.rs index b4f99c94..c4367ff5 100644 --- a/src/models/authenticator_attachment.rs +++ b/src/models/authenticator_attachment.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/authenticator_attachment_preference.rs b/src/models/authenticator_attachment_preference.rs index 82cc46a1..751ffb05 100644 --- a/src/models/authenticator_attachment_preference.rs +++ b/src/models/authenticator_attachment_preference.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/authenticator_configuration.rs b/src/models/authenticator_configuration.rs index 02d1e9ad..a2de92f0 100644 --- a/src/models/authenticator_configuration.rs +++ b/src/models/authenticator_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/authenticator_selection_criteria.rs b/src/models/authenticator_selection_criteria.rs index 931464ce..22bfb247 100644 --- a/src/models/authenticator_selection_criteria.rs +++ b/src/models/authenticator_selection_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_connector_configuration.rs b/src/models/base_connector_configuration.rs index fb768900..e214224f 100644 --- a/src/models/base_connector_configuration.rs +++ b/src/models/base_connector_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_elastic_search_criteria.rs b/src/models/base_elastic_search_criteria.rs index 3139ce1e..83a2001b 100644 --- a/src/models/base_elastic_search_criteria.rs +++ b/src/models/base_elastic_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_event.rs b/src/models/base_event.rs index bf9f7e1a..8a9c8dab 100644 --- a/src/models/base_event.rs +++ b/src/models/base_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -11,7 +11,7 @@ use crate::models; use serde::{Deserialize, Serialize}; -/// BaseEvent : Base-class for all FusionAuth events. +/// BaseEvent : Base class for all FusionAuth events. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct BaseEvent { /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. @@ -28,7 +28,7 @@ pub struct BaseEvent { } impl BaseEvent { - /// Base-class for all FusionAuth events. + /// Base class for all FusionAuth events. pub fn new() -> BaseEvent { BaseEvent { create_instant: None, diff --git a/src/models/base_event_request.rs b/src/models/base_event_request.rs index aa7d558c..67f77f5e 100644 --- a/src/models/base_event_request.rs +++ b/src/models/base_event_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_export_request.rs b/src/models/base_export_request.rs index c6f342a6..5cfbbc8d 100644 --- a/src/models/base_export_request.rs +++ b/src/models/base_export_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_group_event.rs b/src/models/base_group_event.rs new file mode 100644 index 00000000..e025c38e --- /dev/null +++ b/src/models/base_group_event.rs @@ -0,0 +1,45 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// BaseGroupEvent : Base class for all {@link Group} and {@link GroupMember} events. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct BaseGroupEvent { + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] + pub create_instant: Option, + #[serde(rename = "id", skip_serializing_if = "Option::is_none")] + pub id: Option, + #[serde(rename = "info", skip_serializing_if = "Option::is_none")] + pub info: Option>, + #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] + pub tenant_id: Option, + #[serde(rename = "type", skip_serializing_if = "Option::is_none")] + pub r#type: Option, +} + +impl BaseGroupEvent { + /// Base class for all {@link Group} and {@link GroupMember} events. + pub fn new() -> BaseGroupEvent { + BaseGroupEvent { + group: None, + create_instant: None, + id: None, + info: None, + tenant_id: None, + r#type: None, + } + } +} + diff --git a/src/models/base_identity_provider_application_configuration.rs b/src/models/base_identity_provider_application_configuration.rs index 9b089287..448b427a 100644 --- a/src/models/base_identity_provider_application_configuration.rs +++ b/src/models/base_identity_provider_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_login_request.rs b/src/models/base_login_request.rs index 560deea4..96be47aa 100644 --- a/src/models/base_login_request.rs +++ b/src/models/base_login_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_messenger_configuration.rs b/src/models/base_messenger_configuration.rs index c4ffd0fe..0a846432 100644 --- a/src/models/base_messenger_configuration.rs +++ b/src/models/base_messenger_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_search_criteria.rs b/src/models/base_search_criteria.rs index 3f5c531a..4d8bbee2 100644 --- a/src/models/base_search_criteria.rs +++ b/src/models/base_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/base_user_event.rs b/src/models/base_user_event.rs new file mode 100644 index 00000000..00b54e15 --- /dev/null +++ b/src/models/base_user_event.rs @@ -0,0 +1,45 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// BaseUserEvent : Base class for all {@link User}-related events. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct BaseUserEvent { + #[serde(rename = "user", skip_serializing_if = "Option::is_none")] + pub user: Option>, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] + pub create_instant: Option, + #[serde(rename = "id", skip_serializing_if = "Option::is_none")] + pub id: Option, + #[serde(rename = "info", skip_serializing_if = "Option::is_none")] + pub info: Option>, + #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] + pub tenant_id: Option, + #[serde(rename = "type", skip_serializing_if = "Option::is_none")] + pub r#type: Option, +} + +impl BaseUserEvent { + /// Base class for all {@link User}-related events. + pub fn new() -> BaseUserEvent { + BaseUserEvent { + user: None, + create_instant: None, + id: None, + info: None, + tenant_id: None, + r#type: None, + } + } +} + diff --git a/src/models/breach_action.rs b/src/models/breach_action.rs index a3f636a2..e2fe1132 100644 --- a/src/models/breach_action.rs +++ b/src/models/breach_action.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/breach_match_mode.rs b/src/models/breach_match_mode.rs index eb114be4..3501e140 100644 --- a/src/models/breach_match_mode.rs +++ b/src/models/breach_match_mode.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/breached_password_status.rs b/src/models/breached_password_status.rs index 0a89eccf..5421a409 100644 --- a/src/models/breached_password_status.rs +++ b/src/models/breached_password_status.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/breached_password_tenant_metric.rs b/src/models/breached_password_tenant_metric.rs index 5d53a508..5ae799c5 100644 --- a/src/models/breached_password_tenant_metric.rs +++ b/src/models/breached_password_tenant_metric.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/canonicalization_method.rs b/src/models/canonicalization_method.rs index b07b9423..5ba1cd5a 100644 --- a/src/models/canonicalization_method.rs +++ b/src/models/canonicalization_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/captcha_method.rs b/src/models/captcha_method.rs index a9e5cbc2..d829fbb2 100644 --- a/src/models/captcha_method.rs +++ b/src/models/captcha_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/certificate_information.rs b/src/models/certificate_information.rs index f8072558..7a8cb3bc 100644 --- a/src/models/certificate_information.rs +++ b/src/models/certificate_information.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/change_password_reason.rs b/src/models/change_password_reason.rs index 7a0721c9..d36b0279 100644 --- a/src/models/change_password_reason.rs +++ b/src/models/change_password_reason.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/change_password_request.rs b/src/models/change_password_request.rs index f0847fdb..54dbdca7 100644 --- a/src/models/change_password_request.rs +++ b/src/models/change_password_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/change_password_response.rs b/src/models/change_password_response.rs index b8f93ea2..c2e21bd3 100644 --- a/src/models/change_password_response.rs +++ b/src/models/change_password_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/clean_speak_configuration.rs b/src/models/clean_speak_configuration.rs index 84ffe89b..0dcba814 100644 --- a/src/models/clean_speak_configuration.rs +++ b/src/models/clean_speak_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/client_authentication_method.rs b/src/models/client_authentication_method.rs index 3bd9f854..0184d86a 100644 --- a/src/models/client_authentication_method.rs +++ b/src/models/client_authentication_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/client_authentication_policy.rs b/src/models/client_authentication_policy.rs index edcb7125..ba817ccc 100644 --- a/src/models/client_authentication_policy.rs +++ b/src/models/client_authentication_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/connector_lambda_configuration.rs b/src/models/connector_lambda_configuration.rs index 012974d0..5aad2498 100644 --- a/src/models/connector_lambda_configuration.rs +++ b/src/models/connector_lambda_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/connector_policy.rs b/src/models/connector_policy.rs index b4734a47..f1b9f6e0 100644 --- a/src/models/connector_policy.rs +++ b/src/models/connector_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/connector_request.rs b/src/models/connector_request.rs index 9ea2eecd..5a8f40b8 100644 --- a/src/models/connector_request.rs +++ b/src/models/connector_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/connector_response.rs b/src/models/connector_response.rs index c1553306..d08ab629 100644 --- a/src/models/connector_response.rs +++ b/src/models/connector_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/connector_type.rs b/src/models/connector_type.rs index 9e32f789..a455eac2 100644 --- a/src/models/connector_type.rs +++ b/src/models/connector_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/consent.rs b/src/models/consent.rs index d8b9bf01..e707bc33 100644 --- a/src/models/consent.rs +++ b/src/models/consent.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/consent_request.rs b/src/models/consent_request.rs index d68b659b..dc0b74ee 100644 --- a/src/models/consent_request.rs +++ b/src/models/consent_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/consent_response.rs b/src/models/consent_response.rs index 059cdb47..d95b37d1 100644 --- a/src/models/consent_response.rs +++ b/src/models/consent_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/consent_search_criteria.rs b/src/models/consent_search_criteria.rs index ccf9cd7b..729a47eb 100644 --- a/src/models/consent_search_criteria.rs +++ b/src/models/consent_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/consent_search_request.rs b/src/models/consent_search_request.rs index bf28e49f..1da4c463 100644 --- a/src/models/consent_search_request.rs +++ b/src/models/consent_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/consent_search_response.rs b/src/models/consent_search_response.rs index 5c6a1daf..db8da71a 100644 --- a/src/models/consent_search_response.rs +++ b/src/models/consent_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/consent_status.rs b/src/models/consent_status.rs index 6433c988..3645a179 100644 --- a/src/models/consent_status.rs +++ b/src/models/consent_status.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/content_status.rs b/src/models/content_status.rs index 15e4bc62..de23fb9c 100644 --- a/src/models/content_status.rs +++ b/src/models/content_status.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/cors_configuration.rs b/src/models/cors_configuration.rs index 7dd4146a..7f7c5fbc 100644 --- a/src/models/cors_configuration.rs +++ b/src/models/cors_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/cose_algorithm_identifier.rs b/src/models/cose_algorithm_identifier.rs index adec01c8..558553b5 100644 --- a/src/models/cose_algorithm_identifier.rs +++ b/src/models/cose_algorithm_identifier.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/cose_elliptic_curve.rs b/src/models/cose_elliptic_curve.rs index 7ff3aeba..fb9c79ed 100644 --- a/src/models/cose_elliptic_curve.rs +++ b/src/models/cose_elliptic_curve.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/cose_key_type.rs b/src/models/cose_key_type.rs index 68a69321..627c340d 100644 --- a/src/models/cose_key_type.rs +++ b/src/models/cose_key_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/count.rs b/src/models/count.rs index 7740cc32..bdc4af18 100644 --- a/src/models/count.rs +++ b/src/models/count.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/credential_properties_output.rs b/src/models/credential_properties_output.rs index e002539e..cd5c3159 100644 --- a/src/models/credential_properties_output.rs +++ b/src/models/credential_properties_output.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/daily_active_user_report_response.rs b/src/models/daily_active_user_report_response.rs index 215f3a66..0d9c6fc4 100644 --- a/src/models/daily_active_user_report_response.rs +++ b/src/models/daily_active_user_report_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/delete_configuration.rs b/src/models/delete_configuration.rs index a9bc3fdc..7297555d 100644 --- a/src/models/delete_configuration.rs +++ b/src/models/delete_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/device_approval_response.rs b/src/models/device_approval_response.rs index 24e3817f..ebd0bcf9 100644 --- a/src/models/device_approval_response.rs +++ b/src/models/device_approval_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/device_info.rs b/src/models/device_info.rs index 0d9105f7..7e9fbfed 100644 --- a/src/models/device_info.rs +++ b/src/models/device_info.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/device_response.rs b/src/models/device_response.rs index f0b43fcb..55899aec 100644 --- a/src/models/device_response.rs +++ b/src/models/device_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/device_type.rs b/src/models/device_type.rs index 0945b43f..c409a54d 100644 --- a/src/models/device_type.rs +++ b/src/models/device_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/device_user_code_response.rs b/src/models/device_user_code_response.rs index 00903eca..7f1993c2 100644 --- a/src/models/device_user_code_response.rs +++ b/src/models/device_user_code_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/displayable_raw_login.rs b/src/models/displayable_raw_login.rs index 37a199b1..34dcff5b 100644 --- a/src/models/displayable_raw_login.rs +++ b/src/models/displayable_raw_login.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email.rs b/src/models/email.rs index 1caebba5..eaee27b7 100644 --- a/src/models/email.rs +++ b/src/models/email.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_address.rs b/src/models/email_address.rs index 9d5e61ca..f7a6e58f 100644 --- a/src/models/email_address.rs +++ b/src/models/email_address.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_configuration.rs b/src/models/email_configuration.rs index b108c818..c8b045dc 100644 --- a/src/models/email_configuration.rs +++ b/src/models/email_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_header.rs b/src/models/email_header.rs index f0686673..74575644 100644 --- a/src/models/email_header.rs +++ b/src/models/email_header.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_plus.rs b/src/models/email_plus.rs index 49da1a41..2bb061ae 100644 --- a/src/models/email_plus.rs +++ b/src/models/email_plus.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_security_type.rs b/src/models/email_security_type.rs index 66008802..baf6067a 100644 --- a/src/models/email_security_type.rs +++ b/src/models/email_security_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_template.rs b/src/models/email_template.rs index c1c77a8f..e8ab5696 100644 --- a/src/models/email_template.rs +++ b/src/models/email_template.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_template_errors.rs b/src/models/email_template_errors.rs index 2e826547..edd23e13 100644 --- a/src/models/email_template_errors.rs +++ b/src/models/email_template_errors.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_template_request.rs b/src/models/email_template_request.rs index a3abaf37..a1ce72d9 100644 --- a/src/models/email_template_request.rs +++ b/src/models/email_template_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_template_response.rs b/src/models/email_template_response.rs index 1d8aad75..99611052 100644 --- a/src/models/email_template_response.rs +++ b/src/models/email_template_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_template_search_criteria.rs b/src/models/email_template_search_criteria.rs index a054d32f..5b733538 100644 --- a/src/models/email_template_search_criteria.rs +++ b/src/models/email_template_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_template_search_request.rs b/src/models/email_template_search_request.rs index 7153a532..27075b05 100644 --- a/src/models/email_template_search_request.rs +++ b/src/models/email_template_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_template_search_response.rs b/src/models/email_template_search_response.rs index 6f798750..e911497c 100644 --- a/src/models/email_template_search_response.rs +++ b/src/models/email_template_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/email_unverified_options.rs b/src/models/email_unverified_options.rs index 4acf4a1b..ce990b56 100644 --- a/src/models/email_unverified_options.rs +++ b/src/models/email_unverified_options.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/enableable.rs b/src/models/enableable.rs index b47d78e6..7d408d84 100644 --- a/src/models/enableable.rs +++ b/src/models/enableable.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity.rs b/src/models/entity.rs index 4551c811..3f32493a 100644 --- a/src/models/entity.rs +++ b/src/models/entity.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_grant.rs b/src/models/entity_grant.rs index 00920557..9a100ac5 100644 --- a/src/models/entity_grant.rs +++ b/src/models/entity_grant.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_grant_request.rs b/src/models/entity_grant_request.rs index 2b47a33b..6e195244 100644 --- a/src/models/entity_grant_request.rs +++ b/src/models/entity_grant_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_grant_response.rs b/src/models/entity_grant_response.rs index c3eaad89..8edef363 100644 --- a/src/models/entity_grant_response.rs +++ b/src/models/entity_grant_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_grant_search_criteria.rs b/src/models/entity_grant_search_criteria.rs index 4ab62aa2..707501e8 100644 --- a/src/models/entity_grant_search_criteria.rs +++ b/src/models/entity_grant_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_grant_search_request.rs b/src/models/entity_grant_search_request.rs index 775e6c10..8c619354 100644 --- a/src/models/entity_grant_search_request.rs +++ b/src/models/entity_grant_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_grant_search_response.rs b/src/models/entity_grant_search_response.rs index 0b601a24..9cb92d74 100644 --- a/src/models/entity_grant_search_response.rs +++ b/src/models/entity_grant_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_jwt_configuration.rs b/src/models/entity_jwt_configuration.rs index 1888acf1..5c12d4fc 100644 --- a/src/models/entity_jwt_configuration.rs +++ b/src/models/entity_jwt_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_request.rs b/src/models/entity_request.rs index 91c87e7a..ce9d36e2 100644 --- a/src/models/entity_request.rs +++ b/src/models/entity_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_response.rs b/src/models/entity_response.rs index 0b668b84..413352f3 100644 --- a/src/models/entity_response.rs +++ b/src/models/entity_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_search_criteria.rs b/src/models/entity_search_criteria.rs index 601bdcff..7a2a86ee 100644 --- a/src/models/entity_search_criteria.rs +++ b/src/models/entity_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_search_request.rs b/src/models/entity_search_request.rs index 73ab93f3..7ea9d2a6 100644 --- a/src/models/entity_search_request.rs +++ b/src/models/entity_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_search_response.rs b/src/models/entity_search_response.rs index 78e2bfe6..1e990024 100644 --- a/src/models/entity_search_response.rs +++ b/src/models/entity_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_type.rs b/src/models/entity_type.rs index b8f4c9b6..19d1d702 100644 --- a/src/models/entity_type.rs +++ b/src/models/entity_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_type_permission.rs b/src/models/entity_type_permission.rs index 77871b07..96513e76 100644 --- a/src/models/entity_type_permission.rs +++ b/src/models/entity_type_permission.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_type_request.rs b/src/models/entity_type_request.rs index 526a5aa3..dc42414d 100644 --- a/src/models/entity_type_request.rs +++ b/src/models/entity_type_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_type_response.rs b/src/models/entity_type_response.rs index 6634be91..6d3a7c9f 100644 --- a/src/models/entity_type_response.rs +++ b/src/models/entity_type_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_type_search_criteria.rs b/src/models/entity_type_search_criteria.rs index 6f516603..701eacbc 100644 --- a/src/models/entity_type_search_criteria.rs +++ b/src/models/entity_type_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_type_search_request.rs b/src/models/entity_type_search_request.rs index 0f278725..8f3c30ce 100644 --- a/src/models/entity_type_search_request.rs +++ b/src/models/entity_type_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/entity_type_search_response.rs b/src/models/entity_type_search_response.rs index 083b8858..f3a45538 100644 --- a/src/models/entity_type_search_response.rs +++ b/src/models/entity_type_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/epic_games_application_configuration.rs b/src/models/epic_games_application_configuration.rs index 8a8ff313..eb2208c5 100644 --- a/src/models/epic_games_application_configuration.rs +++ b/src/models/epic_games_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/epic_games_identity_provider.rs b/src/models/epic_games_identity_provider.rs index 85959eb1..6b09fe07 100644 --- a/src/models/epic_games_identity_provider.rs +++ b/src/models/epic_games_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/error.rs b/src/models/error.rs index 1d99a7b3..e6cab522 100644 --- a/src/models/error.rs +++ b/src/models/error.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/errors.rs b/src/models/errors.rs index 79fee53d..813364f9 100644 --- a/src/models/errors.rs +++ b/src/models/errors.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_configuration.rs b/src/models/event_configuration.rs index 3f219de2..678e0f5f 100644 --- a/src/models/event_configuration.rs +++ b/src/models/event_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_configuration_data.rs b/src/models/event_configuration_data.rs index 25bc99b8..f54e9678 100644 --- a/src/models/event_configuration_data.rs +++ b/src/models/event_configuration_data.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_info.rs b/src/models/event_info.rs index 5eb65315..19d23377 100644 --- a/src/models/event_info.rs +++ b/src/models/event_info.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log.rs b/src/models/event_log.rs index 91d51fec..a92fa316 100644 --- a/src/models/event_log.rs +++ b/src/models/event_log.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log_configuration.rs b/src/models/event_log_configuration.rs index b18ac221..3aa6ec6b 100644 --- a/src/models/event_log_configuration.rs +++ b/src/models/event_log_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log_create_event.rs b/src/models/event_log_create_event.rs index 71323f08..8e82ffbf 100644 --- a/src/models/event_log_create_event.rs +++ b/src/models/event_log_create_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log_response.rs b/src/models/event_log_response.rs index 7cfc6e7b..9c1bff9b 100644 --- a/src/models/event_log_response.rs +++ b/src/models/event_log_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log_search_criteria.rs b/src/models/event_log_search_criteria.rs index b240b78c..a5914c5c 100644 --- a/src/models/event_log_search_criteria.rs +++ b/src/models/event_log_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log_search_request.rs b/src/models/event_log_search_request.rs index f59752e9..e243f49e 100644 --- a/src/models/event_log_search_request.rs +++ b/src/models/event_log_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log_search_response.rs b/src/models/event_log_search_response.rs index e7e43f0e..280536a1 100644 --- a/src/models/event_log_search_response.rs +++ b/src/models/event_log_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_log_type.rs b/src/models/event_log_type.rs index eb59e66a..b496e043 100644 --- a/src/models/event_log_type.rs +++ b/src/models/event_log_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_request.rs b/src/models/event_request.rs index cc2ccd85..e02342fd 100644 --- a/src/models/event_request.rs +++ b/src/models/event_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/event_type.rs b/src/models/event_type.rs index 09a37f7e..0b7ecc88 100644 --- a/src/models/event_type.rs +++ b/src/models/event_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/expandable_request.rs b/src/models/expandable_request.rs index a6884383..471c0c12 100644 --- a/src/models/expandable_request.rs +++ b/src/models/expandable_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/expandable_response.rs b/src/models/expandable_response.rs index 280f8f6f..271058f5 100644 --- a/src/models/expandable_response.rs +++ b/src/models/expandable_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/expiry_unit.rs b/src/models/expiry_unit.rs index d2ab5af3..593fb1f3 100644 --- a/src/models/expiry_unit.rs +++ b/src/models/expiry_unit.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/external_identifier_configuration.rs b/src/models/external_identifier_configuration.rs index 9d57ee3d..4c89c54b 100644 --- a/src/models/external_identifier_configuration.rs +++ b/src/models/external_identifier_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -32,6 +32,8 @@ pub struct ExternalIdentifierConfiguration { pub email_verification_one_time_code_generator: Option>, #[serde(rename = "externalAuthenticationIdTimeToLiveInSeconds", skip_serializing_if = "Option::is_none")] pub external_authentication_id_time_to_live_in_seconds: Option, + #[serde(rename = "loginIntentTimeToLiveInSeconds", skip_serializing_if = "Option::is_none")] + pub login_intent_time_to_live_in_seconds: Option, #[serde(rename = "oneTimePasswordTimeToLiveInSeconds", skip_serializing_if = "Option::is_none")] pub one_time_password_time_to_live_in_seconds: Option, #[serde(rename = "passwordlessLoginGenerator", skip_serializing_if = "Option::is_none")] @@ -83,6 +85,7 @@ impl ExternalIdentifierConfiguration { email_verification_id_time_to_live_in_seconds: None, email_verification_one_time_code_generator: None, external_authentication_id_time_to_live_in_seconds: None, + login_intent_time_to_live_in_seconds: None, one_time_password_time_to_live_in_seconds: None, passwordless_login_generator: None, passwordless_login_time_to_live_in_seconds: None, diff --git a/src/models/external_jwt_application_configuration.rs b/src/models/external_jwt_application_configuration.rs index efebaf7d..4b173f51 100644 --- a/src/models/external_jwt_application_configuration.rs +++ b/src/models/external_jwt_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/external_jwt_identity_provider.rs b/src/models/external_jwt_identity_provider.rs index 0b753912..e1cced1c 100644 --- a/src/models/external_jwt_identity_provider.rs +++ b/src/models/external_jwt_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/facebook_application_configuration.rs b/src/models/facebook_application_configuration.rs index 1f3c41cb..c18aa03e 100644 --- a/src/models/facebook_application_configuration.rs +++ b/src/models/facebook_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/facebook_identity_provider.rs b/src/models/facebook_identity_provider.rs index a5f1c310..aa0cdd03 100644 --- a/src/models/facebook_identity_provider.rs +++ b/src/models/facebook_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/failed_authentication_action_cancel_policy.rs b/src/models/failed_authentication_action_cancel_policy.rs index 0ae32296..b0267c76 100644 --- a/src/models/failed_authentication_action_cancel_policy.rs +++ b/src/models/failed_authentication_action_cancel_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/failed_authentication_configuration.rs b/src/models/failed_authentication_configuration.rs index 0cce7bfb..71709289 100644 --- a/src/models/failed_authentication_configuration.rs +++ b/src/models/failed_authentication_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/family.rs b/src/models/family.rs index 69b24158..8e7ad566 100644 --- a/src/models/family.rs +++ b/src/models/family.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/family_configuration.rs b/src/models/family_configuration.rs index e354e1b1..c1253c34 100644 --- a/src/models/family_configuration.rs +++ b/src/models/family_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/family_email_request.rs b/src/models/family_email_request.rs index 48931e5c..91d91acd 100644 --- a/src/models/family_email_request.rs +++ b/src/models/family_email_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/family_member.rs b/src/models/family_member.rs index 6adca245..6b20aae9 100644 --- a/src/models/family_member.rs +++ b/src/models/family_member.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/family_request.rs b/src/models/family_request.rs index 6a925ad1..a4ce41d5 100644 --- a/src/models/family_request.rs +++ b/src/models/family_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/family_response.rs b/src/models/family_response.rs index e543699f..a419411c 100644 --- a/src/models/family_response.rs +++ b/src/models/family_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/family_role.rs b/src/models/family_role.rs index 5a55e3c3..9a39356f 100644 --- a/src/models/family_role.rs +++ b/src/models/family_role.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/forgot_password_request.rs b/src/models/forgot_password_request.rs index ca276d15..2b2d81dc 100644 --- a/src/models/forgot_password_request.rs +++ b/src/models/forgot_password_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/forgot_password_response.rs b/src/models/forgot_password_response.rs index 333e23b3..195de996 100644 --- a/src/models/forgot_password_response.rs +++ b/src/models/forgot_password_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form.rs b/src/models/form.rs index c52c4c9e..33d0c01b 100644 --- a/src/models/form.rs +++ b/src/models/form.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_control.rs b/src/models/form_control.rs index b28766ff..62b98c3b 100644 --- a/src/models/form_control.rs +++ b/src/models/form_control.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_data_type.rs b/src/models/form_data_type.rs index 48a18d11..dc562019 100644 --- a/src/models/form_data_type.rs +++ b/src/models/form_data_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_field.rs b/src/models/form_field.rs index efa7c785..8b471598 100644 --- a/src/models/form_field.rs +++ b/src/models/form_field.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_field_admin_policy.rs b/src/models/form_field_admin_policy.rs index 9fa38fc6..3c6a2b04 100644 --- a/src/models/form_field_admin_policy.rs +++ b/src/models/form_field_admin_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_field_request.rs b/src/models/form_field_request.rs index c690a8c4..70139b25 100644 --- a/src/models/form_field_request.rs +++ b/src/models/form_field_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_field_response.rs b/src/models/form_field_response.rs index 20bbbc59..2b47d2fa 100644 --- a/src/models/form_field_response.rs +++ b/src/models/form_field_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_field_validator.rs b/src/models/form_field_validator.rs index 03910bc9..be5ee4cb 100644 --- a/src/models/form_field_validator.rs +++ b/src/models/form_field_validator.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_request.rs b/src/models/form_request.rs index 147bdbc5..6f859bac 100644 --- a/src/models/form_request.rs +++ b/src/models/form_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_response.rs b/src/models/form_response.rs index be0fc940..e12e741b 100644 --- a/src/models/form_response.rs +++ b/src/models/form_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_step.rs b/src/models/form_step.rs index 8c313bb6..8b24b932 100644 --- a/src/models/form_step.rs +++ b/src/models/form_step.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/form_type.rs b/src/models/form_type.rs index 56dae3f5..f03ccdc1 100644 --- a/src/models/form_type.rs +++ b/src/models/form_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/fusion_auth_connector_configuration.rs b/src/models/fusion_auth_connector_configuration.rs index c011fbb8..5bde4653 100644 --- a/src/models/fusion_auth_connector_configuration.rs +++ b/src/models/fusion_auth_connector_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/generic_connector_configuration.rs b/src/models/generic_connector_configuration.rs index 81cedea1..917b418b 100644 --- a/src/models/generic_connector_configuration.rs +++ b/src/models/generic_connector_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/generic_messenger_configuration.rs b/src/models/generic_messenger_configuration.rs index cf1b6fb9..36652eaa 100644 --- a/src/models/generic_messenger_configuration.rs +++ b/src/models/generic_messenger_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/google_application_configuration.rs b/src/models/google_application_configuration.rs index b30cabd3..0d406106 100644 --- a/src/models/google_application_configuration.rs +++ b/src/models/google_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/google_identity_provider.rs b/src/models/google_identity_provider.rs index 4d22809d..e44fd063 100644 --- a/src/models/google_identity_provider.rs +++ b/src/models/google_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/google_identity_provider_properties.rs b/src/models/google_identity_provider_properties.rs index 797eb1c6..e4b48090 100644 --- a/src/models/google_identity_provider_properties.rs +++ b/src/models/google_identity_provider_properties.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/grant_type.rs b/src/models/grant_type.rs index f51bc191..8e462a3f 100644 --- a/src/models/grant_type.rs +++ b/src/models/grant_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group.rs b/src/models/group.rs index a620eba0..05ca4840 100644 --- a/src/models/group.rs +++ b/src/models/group.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_create_complete_event.rs b/src/models/group_create_complete_event.rs index fff850ef..3d2579b2 100644 --- a/src/models/group_create_complete_event.rs +++ b/src/models/group_create_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct GroupCreateCompleteEvent { #[serde(rename = "group", skip_serializing_if = "Option::is_none")] pub group: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl GroupCreateCompleteEvent { @@ -34,11 +23,6 @@ impl GroupCreateCompleteEvent { pub fn new() -> GroupCreateCompleteEvent { GroupCreateCompleteEvent { group: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/group_create_event.rs b/src/models/group_create_event.rs index d509d5e4..93e2d46f 100644 --- a/src/models/group_create_event.rs +++ b/src/models/group_create_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct GroupCreateEvent { #[serde(rename = "group", skip_serializing_if = "Option::is_none")] pub group: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl GroupCreateEvent { @@ -34,11 +23,6 @@ impl GroupCreateEvent { pub fn new() -> GroupCreateEvent { GroupCreateEvent { group: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/group_delete_complete_event.rs b/src/models/group_delete_complete_event.rs index 42054a88..b5eda56d 100644 --- a/src/models/group_delete_complete_event.rs +++ b/src/models/group_delete_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct GroupDeleteCompleteEvent { #[serde(rename = "group", skip_serializing_if = "Option::is_none")] pub group: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl GroupDeleteCompleteEvent { @@ -34,11 +23,6 @@ impl GroupDeleteCompleteEvent { pub fn new() -> GroupDeleteCompleteEvent { GroupDeleteCompleteEvent { group: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/group_delete_event.rs b/src/models/group_delete_event.rs index 1131b089..af63e14b 100644 --- a/src/models/group_delete_event.rs +++ b/src/models/group_delete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct GroupDeleteEvent { #[serde(rename = "group", skip_serializing_if = "Option::is_none")] pub group: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl GroupDeleteEvent { @@ -34,11 +23,6 @@ impl GroupDeleteEvent { pub fn new() -> GroupDeleteEvent { GroupDeleteEvent { group: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/group_member.rs b/src/models/group_member.rs index f88762e5..4f0d4689 100644 --- a/src/models/group_member.rs +++ b/src/models/group_member.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_member_add_complete_event.rs b/src/models/group_member_add_complete_event.rs index e29418ac..203efdd5 100644 --- a/src/models/group_member_add_complete_event.rs +++ b/src/models/group_member_add_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupMemberAddCompleteEvent : Models the Group Member Add Complete Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupMemberAddCompleteEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "members", skip_serializing_if = "Option::is_none")] pub members: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupMemberAddCompleteEvent { /// Models the Group Member Add Complete Event. pub fn new() -> GroupMemberAddCompleteEvent { GroupMemberAddCompleteEvent { - group: None, members: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/group_member_add_event.rs b/src/models/group_member_add_event.rs index 2dd4182e..45bf34af 100644 --- a/src/models/group_member_add_event.rs +++ b/src/models/group_member_add_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupMemberAddEvent : Models the Group Member Add Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupMemberAddEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "members", skip_serializing_if = "Option::is_none")] pub members: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupMemberAddEvent { /// Models the Group Member Add Event. pub fn new() -> GroupMemberAddEvent { GroupMemberAddEvent { - group: None, members: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/group_member_remove_complete_event.rs b/src/models/group_member_remove_complete_event.rs index d3134d3f..1bbffc17 100644 --- a/src/models/group_member_remove_complete_event.rs +++ b/src/models/group_member_remove_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupMemberRemoveCompleteEvent : Models the Group Member Remove Complete Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupMemberRemoveCompleteEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "members", skip_serializing_if = "Option::is_none")] pub members: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupMemberRemoveCompleteEvent { /// Models the Group Member Remove Complete Event. pub fn new() -> GroupMemberRemoveCompleteEvent { GroupMemberRemoveCompleteEvent { - group: None, members: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/group_member_remove_event.rs b/src/models/group_member_remove_event.rs index 0ded0942..ca175117 100644 --- a/src/models/group_member_remove_event.rs +++ b/src/models/group_member_remove_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupMemberRemoveEvent : Models the Group Member Remove Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupMemberRemoveEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "members", skip_serializing_if = "Option::is_none")] pub members: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupMemberRemoveEvent { /// Models the Group Member Remove Event. pub fn new() -> GroupMemberRemoveEvent { GroupMemberRemoveEvent { - group: None, members: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/group_member_search_criteria.rs b/src/models/group_member_search_criteria.rs index 32e27c0b..30124c65 100644 --- a/src/models/group_member_search_criteria.rs +++ b/src/models/group_member_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_member_search_request.rs b/src/models/group_member_search_request.rs index bf12d271..315f4b46 100644 --- a/src/models/group_member_search_request.rs +++ b/src/models/group_member_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_member_search_response.rs b/src/models/group_member_search_response.rs index 2d158c92..550c6539 100644 --- a/src/models/group_member_search_response.rs +++ b/src/models/group_member_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_member_update_complete_event.rs b/src/models/group_member_update_complete_event.rs index 5f2aabe8..fa43dd85 100644 --- a/src/models/group_member_update_complete_event.rs +++ b/src/models/group_member_update_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupMemberUpdateCompleteEvent : Models the Group Member Update Complete Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupMemberUpdateCompleteEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "members", skip_serializing_if = "Option::is_none")] pub members: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupMemberUpdateCompleteEvent { /// Models the Group Member Update Complete Event. pub fn new() -> GroupMemberUpdateCompleteEvent { GroupMemberUpdateCompleteEvent { - group: None, members: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/group_member_update_event.rs b/src/models/group_member_update_event.rs index 36312c81..68d78605 100644 --- a/src/models/group_member_update_event.rs +++ b/src/models/group_member_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupMemberUpdateEvent : Models the Group Member Update Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupMemberUpdateEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "members", skip_serializing_if = "Option::is_none")] pub members: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupMemberUpdateEvent { /// Models the Group Member Update Event. pub fn new() -> GroupMemberUpdateEvent { GroupMemberUpdateEvent { - group: None, members: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/group_request.rs b/src/models/group_request.rs index ecbb386b..c1282c45 100644 --- a/src/models/group_request.rs +++ b/src/models/group_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_response.rs b/src/models/group_response.rs index 0be869c2..1583faf4 100644 --- a/src/models/group_response.rs +++ b/src/models/group_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_search_criteria.rs b/src/models/group_search_criteria.rs index f56991ac..aa7bef57 100644 --- a/src/models/group_search_criteria.rs +++ b/src/models/group_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_search_request.rs b/src/models/group_search_request.rs index b93916d8..9fc776eb 100644 --- a/src/models/group_search_request.rs +++ b/src/models/group_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_search_response.rs b/src/models/group_search_response.rs index 12337f10..ebc41d94 100644 --- a/src/models/group_search_response.rs +++ b/src/models/group_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_update_complete_event.rs b/src/models/group_update_complete_event.rs index aa1f5fc0..0c655a79 100644 --- a/src/models/group_update_complete_event.rs +++ b/src/models/group_update_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupUpdateCompleteEvent : Models the Group Update Complete Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupUpdateCompleteEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "original", skip_serializing_if = "Option::is_none")] pub original: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupUpdateCompleteEvent { /// Models the Group Update Complete Event. pub fn new() -> GroupUpdateCompleteEvent { GroupUpdateCompleteEvent { - group: None, original: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/group_update_event.rs b/src/models/group_update_event.rs index 03207f02..ceb56a52 100644 --- a/src/models/group_update_event.rs +++ b/src/models/group_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,34 +14,18 @@ use serde::{Deserialize, Serialize}; /// GroupUpdateEvent : Models the Group Update Event. #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct GroupUpdateEvent { - #[serde(rename = "group", skip_serializing_if = "Option::is_none")] - pub group: Option>, #[serde(rename = "original", skip_serializing_if = "Option::is_none")] pub original: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, + #[serde(rename = "group", skip_serializing_if = "Option::is_none")] + pub group: Option>, } impl GroupUpdateEvent { /// Models the Group Update Event. pub fn new() -> GroupUpdateEvent { GroupUpdateEvent { - group: None, original: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, + group: None, } } } diff --git a/src/models/history_item.rs b/src/models/history_item.rs index ca8c3cd6..bab27a17 100644 --- a/src/models/history_item.rs +++ b/src/models/history_item.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/http_method.rs b/src/models/http_method.rs index 17c73bad..8988b225 100644 --- a/src/models/http_method.rs +++ b/src/models/http_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/hypr_application_configuration.rs b/src/models/hypr_application_configuration.rs index bdd38bcc..9326cf41 100644 --- a/src/models/hypr_application_configuration.rs +++ b/src/models/hypr_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/hypr_identity_provider.rs b/src/models/hypr_identity_provider.rs index d8d02294..caea5c84 100644 --- a/src/models/hypr_identity_provider.rs +++ b/src/models/hypr_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_details.rs b/src/models/identity_provider_details.rs index cefa9c4e..65bd2752 100644 --- a/src/models/identity_provider_details.rs +++ b/src/models/identity_provider_details.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_field.rs b/src/models/identity_provider_field.rs index 8991efaf..8e1be882 100644 --- a/src/models/identity_provider_field.rs +++ b/src/models/identity_provider_field.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_limit_user_linking_policy.rs b/src/models/identity_provider_limit_user_linking_policy.rs index 13eeda2a..df1a6ea7 100644 --- a/src/models/identity_provider_limit_user_linking_policy.rs +++ b/src/models/identity_provider_limit_user_linking_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_link.rs b/src/models/identity_provider_link.rs index e0bb9992..7dc4d7c9 100644 --- a/src/models/identity_provider_link.rs +++ b/src/models/identity_provider_link.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_link_request.rs b/src/models/identity_provider_link_request.rs index 1f15a95d..cb161c76 100644 --- a/src/models/identity_provider_link_request.rs +++ b/src/models/identity_provider_link_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_link_response.rs b/src/models/identity_provider_link_response.rs index 4a114a84..66d4dea1 100644 --- a/src/models/identity_provider_link_response.rs +++ b/src/models/identity_provider_link_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_linking_strategy.rs b/src/models/identity_provider_linking_strategy.rs index 7c99e14f..59fc5555 100644 --- a/src/models/identity_provider_linking_strategy.rs +++ b/src/models/identity_provider_linking_strategy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_login_method.rs b/src/models/identity_provider_login_method.rs index a51fe185..62ff28d5 100644 --- a/src/models/identity_provider_login_method.rs +++ b/src/models/identity_provider_login_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_login_request.rs b/src/models/identity_provider_login_request.rs index c19fb625..b0fd5ac5 100644 --- a/src/models/identity_provider_login_request.rs +++ b/src/models/identity_provider_login_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_oauth2_configuration.rs b/src/models/identity_provider_oauth2_configuration.rs index 6351b9aa..19223ee9 100644 --- a/src/models/identity_provider_oauth2_configuration.rs +++ b/src/models/identity_provider_oauth2_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_pending_link_response.rs b/src/models/identity_provider_pending_link_response.rs index 1e6e857f..61d7e5c7 100644 --- a/src/models/identity_provider_pending_link_response.rs +++ b/src/models/identity_provider_pending_link_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_request.rs b/src/models/identity_provider_request.rs index f5f2786a..0e33d9e9 100644 --- a/src/models/identity_provider_request.rs +++ b/src/models/identity_provider_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_response.rs b/src/models/identity_provider_response.rs index acc2878f..00604d6a 100644 --- a/src/models/identity_provider_response.rs +++ b/src/models/identity_provider_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_search_criteria.rs b/src/models/identity_provider_search_criteria.rs index 3fca0dbf..c42f059c 100644 --- a/src/models/identity_provider_search_criteria.rs +++ b/src/models/identity_provider_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_search_request.rs b/src/models/identity_provider_search_request.rs index 309e6f19..804172b5 100644 --- a/src/models/identity_provider_search_request.rs +++ b/src/models/identity_provider_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_search_response.rs b/src/models/identity_provider_search_response.rs index 3ed6e67b..bc9854dd 100644 --- a/src/models/identity_provider_search_response.rs +++ b/src/models/identity_provider_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_start_login_request.rs b/src/models/identity_provider_start_login_request.rs index 8b2f4e77..71d2e6a0 100644 --- a/src/models/identity_provider_start_login_request.rs +++ b/src/models/identity_provider_start_login_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_start_login_response.rs b/src/models/identity_provider_start_login_response.rs index 6e60d898..7b5b1d93 100644 --- a/src/models/identity_provider_start_login_response.rs +++ b/src/models/identity_provider_start_login_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_tenant_configuration.rs b/src/models/identity_provider_tenant_configuration.rs index bea60517..29d3816c 100644 --- a/src/models/identity_provider_tenant_configuration.rs +++ b/src/models/identity_provider_tenant_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/identity_provider_type.rs b/src/models/identity_provider_type.rs index 18d6fdb3..777177b0 100644 --- a/src/models/identity_provider_type.rs +++ b/src/models/identity_provider_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/import_request.rs b/src/models/import_request.rs index 31a31294..36329be5 100644 --- a/src/models/import_request.rs +++ b/src/models/import_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/integration_request.rs b/src/models/integration_request.rs index da4149bb..2cdfc282 100644 --- a/src/models/integration_request.rs +++ b/src/models/integration_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/integration_response.rs b/src/models/integration_response.rs index 1d414196..cf63220a 100644 --- a/src/models/integration_response.rs +++ b/src/models/integration_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/integrations.rs b/src/models/integrations.rs index 7cc56828..b17119ed 100644 --- a/src/models/integrations.rs +++ b/src/models/integrations.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_entry.rs b/src/models/ip_access_control_entry.rs index 9650ab5d..9e20046b 100644 --- a/src/models/ip_access_control_entry.rs +++ b/src/models/ip_access_control_entry.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_entry_action.rs b/src/models/ip_access_control_entry_action.rs index 000c3b4c..cbeb5b4c 100644 --- a/src/models/ip_access_control_entry_action.rs +++ b/src/models/ip_access_control_entry_action.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_list.rs b/src/models/ip_access_control_list.rs index 30cd6646..9d44a575 100644 --- a/src/models/ip_access_control_list.rs +++ b/src/models/ip_access_control_list.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_list_request.rs b/src/models/ip_access_control_list_request.rs index 23734dca..cc53356a 100644 --- a/src/models/ip_access_control_list_request.rs +++ b/src/models/ip_access_control_list_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_list_response.rs b/src/models/ip_access_control_list_response.rs index 3f47e6dd..5b6f3b6f 100644 --- a/src/models/ip_access_control_list_response.rs +++ b/src/models/ip_access_control_list_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_list_search_criteria.rs b/src/models/ip_access_control_list_search_criteria.rs index ded47af8..0862de6c 100644 --- a/src/models/ip_access_control_list_search_criteria.rs +++ b/src/models/ip_access_control_list_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_list_search_request.rs b/src/models/ip_access_control_list_search_request.rs index caf870a7..94d15643 100644 --- a/src/models/ip_access_control_list_search_request.rs +++ b/src/models/ip_access_control_list_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ip_access_control_list_search_response.rs b/src/models/ip_access_control_list_search_response.rs index affe38e3..df2ca5c8 100644 --- a/src/models/ip_access_control_list_search_response.rs +++ b/src/models/ip_access_control_list_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/issue_response.rs b/src/models/issue_response.rs index 7ee25e6b..157d75ea 100644 --- a/src/models/issue_response.rs +++ b/src/models/issue_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/json_web_key.rs b/src/models/json_web_key.rs index b39bd09d..b5e3e110 100644 --- a/src/models/json_web_key.rs +++ b/src/models/json_web_key.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwks_response.rs b/src/models/jwks_response.rs index b7fff71a..ad331169 100644 --- a/src/models/jwks_response.rs +++ b/src/models/jwks_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt.rs b/src/models/jwt.rs index e667be6c..8297651b 100644 --- a/src/models/jwt.rs +++ b/src/models/jwt.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt_configuration.rs b/src/models/jwt_configuration.rs index d83bd35a..dc466f3d 100644 --- a/src/models/jwt_configuration.rs +++ b/src/models/jwt_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt_public_key_update_event.rs b/src/models/jwt_public_key_update_event.rs index 28a7cb0b..41fbc25e 100644 --- a/src/models/jwt_public_key_update_event.rs +++ b/src/models/jwt_public_key_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt_refresh_event.rs b/src/models/jwt_refresh_event.rs index 48370d8b..ae20d2d5 100644 --- a/src/models/jwt_refresh_event.rs +++ b/src/models/jwt_refresh_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt_refresh_response.rs b/src/models/jwt_refresh_response.rs index 3f8c9d2e..b360a05a 100644 --- a/src/models/jwt_refresh_response.rs +++ b/src/models/jwt_refresh_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt_refresh_token_revoke_event.rs b/src/models/jwt_refresh_token_revoke_event.rs index dfe28c9e..d9f9dc68 100644 --- a/src/models/jwt_refresh_token_revoke_event.rs +++ b/src/models/jwt_refresh_token_revoke_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt_vend_request.rs b/src/models/jwt_vend_request.rs index ac1cb069..5d0ab630 100644 --- a/src/models/jwt_vend_request.rs +++ b/src/models/jwt_vend_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/jwt_vend_response.rs b/src/models/jwt_vend_response.rs index 55717f7c..c2a4bdd7 100644 --- a/src/models/jwt_vend_response.rs +++ b/src/models/jwt_vend_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/kafka_configuration.rs b/src/models/kafka_configuration.rs index ce6d1705..3ef7a9f6 100644 --- a/src/models/kafka_configuration.rs +++ b/src/models/kafka_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/kafka_messenger_configuration.rs b/src/models/kafka_messenger_configuration.rs index 9b5176ed..66bbfaa4 100644 --- a/src/models/kafka_messenger_configuration.rs +++ b/src/models/kafka_messenger_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key.rs b/src/models/key.rs index 94a5538c..0a643647 100644 --- a/src/models/key.rs +++ b/src/models/key.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_algorithm.rs b/src/models/key_algorithm.rs index c21bf383..f7213579 100644 --- a/src/models/key_algorithm.rs +++ b/src/models/key_algorithm.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_request.rs b/src/models/key_request.rs index fc3c6797..850221d5 100644 --- a/src/models/key_request.rs +++ b/src/models/key_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_response.rs b/src/models/key_response.rs index e45a38bf..d7f2b2bf 100644 --- a/src/models/key_response.rs +++ b/src/models/key_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_search_criteria.rs b/src/models/key_search_criteria.rs index 7f78f1a8..a4652349 100644 --- a/src/models/key_search_criteria.rs +++ b/src/models/key_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_search_request.rs b/src/models/key_search_request.rs index b48e2dcb..bffbcd1c 100644 --- a/src/models/key_search_request.rs +++ b/src/models/key_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_search_response.rs b/src/models/key_search_response.rs index 4a117d5b..3e1543fa 100644 --- a/src/models/key_search_response.rs +++ b/src/models/key_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_type.rs b/src/models/key_type.rs index ab091239..50a53bf7 100644 --- a/src/models/key_type.rs +++ b/src/models/key_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/key_use.rs b/src/models/key_use.rs index 88ce93dd..23bc9979 100644 --- a/src/models/key_use.rs +++ b/src/models/key_use.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/kickstart_success_event.rs b/src/models/kickstart_success_event.rs index 99d0ce4b..c776eba3 100644 --- a/src/models/kickstart_success_event.rs +++ b/src/models/kickstart_success_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda.rs b/src/models/lambda.rs index ed672b47..466a0858 100644 --- a/src/models/lambda.rs +++ b/src/models/lambda.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_configuration.rs b/src/models/lambda_configuration.rs index 9e284df3..c87fbb83 100644 --- a/src/models/lambda_configuration.rs +++ b/src/models/lambda_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_engine_type.rs b/src/models/lambda_engine_type.rs index 67e4f290..4d13156c 100644 --- a/src/models/lambda_engine_type.rs +++ b/src/models/lambda_engine_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_request.rs b/src/models/lambda_request.rs index 95aecc35..a2235ee7 100644 --- a/src/models/lambda_request.rs +++ b/src/models/lambda_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_response.rs b/src/models/lambda_response.rs index b80b0f32..1688d36e 100644 --- a/src/models/lambda_response.rs +++ b/src/models/lambda_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_search_criteria.rs b/src/models/lambda_search_criteria.rs index 84c8e563..47252d26 100644 --- a/src/models/lambda_search_criteria.rs +++ b/src/models/lambda_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_search_request.rs b/src/models/lambda_search_request.rs index c84272f6..f73d759b 100644 --- a/src/models/lambda_search_request.rs +++ b/src/models/lambda_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_search_response.rs b/src/models/lambda_search_response.rs index 27972aa2..c7653c78 100644 --- a/src/models/lambda_search_response.rs +++ b/src/models/lambda_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lambda_type.rs b/src/models/lambda_type.rs index 7a362872..3ede5a3e 100644 --- a/src/models/lambda_type.rs +++ b/src/models/lambda_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -65,6 +65,8 @@ pub enum LambdaType { SelfServiceRegistrationValidation, #[serde(rename = "UserInfoPopulate")] UserInfoPopulate, + #[serde(rename = "LoginValidation")] + LoginValidation, } @@ -96,6 +98,7 @@ impl std::fmt::Display for LambdaType { Self::ScimServerUserResponseConverter => write!(f, "SCIMServerUserResponseConverter"), Self::SelfServiceRegistrationValidation => write!(f, "SelfServiceRegistrationValidation"), Self::UserInfoPopulate => write!(f, "UserInfoPopulate"), + Self::LoginValidation => write!(f, "LoginValidation"), } } } diff --git a/src/models/ldap_connector_configuration.rs b/src/models/ldap_connector_configuration.rs index 6e481cd4..ab4fea28 100644 --- a/src/models/ldap_connector_configuration.rs +++ b/src/models/ldap_connector_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ldap_security_method.rs b/src/models/ldap_security_method.rs index bf9d7f9e..19853911 100644 --- a/src/models/ldap_security_method.rs +++ b/src/models/ldap_security_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/linked_in_application_configuration.rs b/src/models/linked_in_application_configuration.rs index 7de00f8e..0d6c611d 100644 --- a/src/models/linked_in_application_configuration.rs +++ b/src/models/linked_in_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/linked_in_identity_provider.rs b/src/models/linked_in_identity_provider.rs index a2b46dd2..93a87517 100644 --- a/src/models/linked_in_identity_provider.rs +++ b/src/models/linked_in_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/location.rs b/src/models/location.rs index 756888d0..ca136daa 100644 --- a/src/models/location.rs +++ b/src/models/location.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/log_history.rs b/src/models/log_history.rs index 5e694900..f469cfa7 100644 --- a/src/models/log_history.rs +++ b/src/models/log_history.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_configuration.rs b/src/models/login_configuration.rs index 7883c92a..a78660e2 100644 --- a/src/models/login_configuration.rs +++ b/src/models/login_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_hint_configuration.rs b/src/models/login_hint_configuration.rs index 1034e75b..769ad294 100644 --- a/src/models/login_hint_configuration.rs +++ b/src/models/login_hint_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_id_type.rs b/src/models/login_id_type.rs index 526c7aae..acfed226 100644 --- a/src/models/login_id_type.rs +++ b/src/models/login_id_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_ping_request.rs b/src/models/login_ping_request.rs index d9cacfa6..350c4df6 100644 --- a/src/models/login_ping_request.rs +++ b/src/models/login_ping_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_prevented_response.rs b/src/models/login_prevented_response.rs index 04d6e6ac..169b08f9 100644 --- a/src/models/login_prevented_response.rs +++ b/src/models/login_prevented_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_record_configuration.rs b/src/models/login_record_configuration.rs index 1b1cb613..fdc108e0 100644 --- a/src/models/login_record_configuration.rs +++ b/src/models/login_record_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_record_export_request.rs b/src/models/login_record_export_request.rs index 840016b5..325dcd46 100644 --- a/src/models/login_record_export_request.rs +++ b/src/models/login_record_export_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_record_search_criteria.rs b/src/models/login_record_search_criteria.rs index f1edcb4b..50b5427a 100644 --- a/src/models/login_record_search_criteria.rs +++ b/src/models/login_record_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_record_search_request.rs b/src/models/login_record_search_request.rs index 3be33fd3..ab5236ce 100644 --- a/src/models/login_record_search_request.rs +++ b/src/models/login_record_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_record_search_response.rs b/src/models/login_record_search_response.rs index ea516c33..30c0c7f7 100644 --- a/src/models/login_record_search_response.rs +++ b/src/models/login_record_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_report_response.rs b/src/models/login_report_response.rs index 2857e55e..2bd25ab5 100644 --- a/src/models/login_report_response.rs +++ b/src/models/login_report_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_request.rs b/src/models/login_request.rs index b9c19f92..eb4ec230 100644 --- a/src/models/login_request.rs +++ b/src/models/login_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/login_response.rs b/src/models/login_response.rs index 6140ea39..ea21adba 100644 --- a/src/models/login_response.rs +++ b/src/models/login_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/logout_behavior.rs b/src/models/logout_behavior.rs index 4705d33e..a4f9acad 100644 --- a/src/models/logout_behavior.rs +++ b/src/models/logout_behavior.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/logout_request.rs b/src/models/logout_request.rs index b38a288d..7c1fb784 100644 --- a/src/models/logout_request.rs +++ b/src/models/logout_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/lookup_response.rs b/src/models/lookup_response.rs index 05779ea8..357c7157 100644 --- a/src/models/lookup_response.rs +++ b/src/models/lookup_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/maximum_password_age.rs b/src/models/maximum_password_age.rs index 9eb5703b..546be143 100644 --- a/src/models/maximum_password_age.rs +++ b/src/models/maximum_password_age.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/member_delete_request.rs b/src/models/member_delete_request.rs index c9d8a72a..38b4c44e 100644 --- a/src/models/member_delete_request.rs +++ b/src/models/member_delete_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/member_request.rs b/src/models/member_request.rs index 51377568..e1a25fd9 100644 --- a/src/models/member_request.rs +++ b/src/models/member_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/member_response.rs b/src/models/member_response.rs index 7108baff..a4ce2857 100644 --- a/src/models/member_response.rs +++ b/src/models/member_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/message_template.rs b/src/models/message_template.rs index 1bbf14fe..797875ca 100644 --- a/src/models/message_template.rs +++ b/src/models/message_template.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/message_template_request.rs b/src/models/message_template_request.rs index 68206ea2..2a088499 100644 --- a/src/models/message_template_request.rs +++ b/src/models/message_template_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/message_template_response.rs b/src/models/message_template_response.rs index 2fa11e7d..9fa4519e 100644 --- a/src/models/message_template_response.rs +++ b/src/models/message_template_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/message_type.rs b/src/models/message_type.rs index c3d2203a..4a7f25bd 100644 --- a/src/models/message_type.rs +++ b/src/models/message_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/messenger_request.rs b/src/models/messenger_request.rs index 536d69f4..0ff4362b 100644 --- a/src/models/messenger_request.rs +++ b/src/models/messenger_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/messenger_response.rs b/src/models/messenger_response.rs index a10d6b5c..37824c6f 100644 --- a/src/models/messenger_response.rs +++ b/src/models/messenger_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/messenger_type.rs b/src/models/messenger_type.rs index 53c7c364..6a49067a 100644 --- a/src/models/messenger_type.rs +++ b/src/models/messenger_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/meta_data.rs b/src/models/meta_data.rs index 7e4ea371..d2ab1db5 100644 --- a/src/models/meta_data.rs +++ b/src/models/meta_data.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/minimum_password_age.rs b/src/models/minimum_password_age.rs index 30173e3c..2dc74f25 100644 --- a/src/models/minimum_password_age.rs +++ b/src/models/minimum_password_age.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/mod.rs b/src/models/mod.rs index 10a3cd47..e91ff338 100644 --- a/src/models/mod.rs +++ b/src/models/mod.rs @@ -106,6 +106,8 @@ pub mod base_event_request; pub use self::base_event_request::BaseEventRequest; pub mod base_export_request; pub use self::base_export_request::BaseExportRequest; +pub mod base_group_event; +pub use self::base_group_event::BaseGroupEvent; pub mod base_identity_provider_application_configuration; pub use self::base_identity_provider_application_configuration::BaseIdentityProviderApplicationConfiguration; pub mod base_login_request; @@ -114,6 +116,8 @@ pub mod base_messenger_configuration; pub use self::base_messenger_configuration::BaseMessengerConfiguration; pub mod base_search_criteria; pub use self::base_search_criteria::BaseSearchCriteria; +pub mod base_user_event; +pub use self::base_user_event::BaseUserEvent; pub mod breach_action; pub use self::breach_action::BreachAction; pub mod breach_match_mode; @@ -1052,6 +1056,8 @@ pub mod user_identity_provider_unlink_event; pub use self::user_identity_provider_unlink_event::UserIdentityProviderUnlinkEvent; pub mod user_login_failed_event; pub use self::user_login_failed_event::UserLoginFailedEvent; +pub mod user_login_failed_reason; +pub use self::user_login_failed_reason::UserLoginFailedReason; pub mod user_login_id_duplicate_on_create_event; pub use self::user_login_id_duplicate_on_create_event::UserLoginIdDuplicateOnCreateEvent; pub mod user_login_id_duplicate_on_update_event; @@ -1164,6 +1170,28 @@ pub mod web_authn_workflow; pub use self::web_authn_workflow::WebAuthnWorkflow; pub mod webhook; pub use self::webhook::Webhook; +pub mod webhook_attempt_log; +pub use self::webhook_attempt_log::WebhookAttemptLog; +pub mod webhook_attempt_log_response; +pub use self::webhook_attempt_log_response::WebhookAttemptLogResponse; +pub mod webhook_attempt_result; +pub use self::webhook_attempt_result::WebhookAttemptResult; +pub mod webhook_call_response; +pub use self::webhook_call_response::WebhookCallResponse; +pub mod webhook_event_log; +pub use self::webhook_event_log::WebhookEventLog; +pub mod webhook_event_log_configuration; +pub use self::webhook_event_log_configuration::WebhookEventLogConfiguration; +pub mod webhook_event_log_response; +pub use self::webhook_event_log_response::WebhookEventLogResponse; +pub mod webhook_event_log_search_criteria; +pub use self::webhook_event_log_search_criteria::WebhookEventLogSearchCriteria; +pub mod webhook_event_log_search_request; +pub use self::webhook_event_log_search_request::WebhookEventLogSearchRequest; +pub mod webhook_event_log_search_response; +pub use self::webhook_event_log_search_response::WebhookEventLogSearchResponse; +pub mod webhook_event_result; +pub use self::webhook_event_result::WebhookEventResult; pub mod webhook_request; pub use self::webhook_request::WebhookRequest; pub mod webhook_response; diff --git a/src/models/monthly_active_user_report_response.rs b/src/models/monthly_active_user_report_response.rs index 893be4ff..346a8948 100644 --- a/src/models/monthly_active_user_report_response.rs +++ b/src/models/monthly_active_user_report_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/multi_factor_authenticator_method.rs b/src/models/multi_factor_authenticator_method.rs index bb39b412..76ea42f6 100644 --- a/src/models/multi_factor_authenticator_method.rs +++ b/src/models/multi_factor_authenticator_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/multi_factor_email_method.rs b/src/models/multi_factor_email_method.rs index 5c182da6..7653a5b5 100644 --- a/src/models/multi_factor_email_method.rs +++ b/src/models/multi_factor_email_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/multi_factor_email_template.rs b/src/models/multi_factor_email_template.rs index caa94047..66e41d86 100644 --- a/src/models/multi_factor_email_template.rs +++ b/src/models/multi_factor_email_template.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/multi_factor_login_policy.rs b/src/models/multi_factor_login_policy.rs index 38eaab24..2f245e12 100644 --- a/src/models/multi_factor_login_policy.rs +++ b/src/models/multi_factor_login_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/multi_factor_sms_method.rs b/src/models/multi_factor_sms_method.rs index ce93adf0..04b46534 100644 --- a/src/models/multi_factor_sms_method.rs +++ b/src/models/multi_factor_sms_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/multi_factor_sms_template.rs b/src/models/multi_factor_sms_template.rs index 9ca2fe5f..3d198528 100644 --- a/src/models/multi_factor_sms_template.rs +++ b/src/models/multi_factor_sms_template.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/nintendo_application_configuration.rs b/src/models/nintendo_application_configuration.rs index 448419c7..63cd4f06 100644 --- a/src/models/nintendo_application_configuration.rs +++ b/src/models/nintendo_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/nintendo_identity_provider.rs b/src/models/nintendo_identity_provider.rs index fe63eb68..4b63694c 100644 --- a/src/models/nintendo_identity_provider.rs +++ b/src/models/nintendo_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth2_configuration.rs b/src/models/o_auth2_configuration.rs index 712fb861..935e732a 100644 --- a/src/models/o_auth2_configuration.rs +++ b/src/models/o_auth2_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth_application_relationship.rs b/src/models/o_auth_application_relationship.rs index abbb97a6..f6713d95 100644 --- a/src/models/o_auth_application_relationship.rs +++ b/src/models/o_auth_application_relationship.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth_configuration_response.rs b/src/models/o_auth_configuration_response.rs index f40f2910..d102406d 100644 --- a/src/models/o_auth_configuration_response.rs +++ b/src/models/o_auth_configuration_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth_error.rs b/src/models/o_auth_error.rs index cdebabb6..a2707c7b 100644 --- a/src/models/o_auth_error.rs +++ b/src/models/o_auth_error.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth_error_reason.rs b/src/models/o_auth_error_reason.rs index cb33c4af..afc24d64 100644 --- a/src/models/o_auth_error_reason.rs +++ b/src/models/o_auth_error_reason.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth_error_type.rs b/src/models/o_auth_error_type.rs index 125e3c88..f64820f9 100644 --- a/src/models/o_auth_error_type.rs +++ b/src/models/o_auth_error_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth_scope_consent_mode.rs b/src/models/o_auth_scope_consent_mode.rs index 20a0324f..86be75ad 100644 --- a/src/models/o_auth_scope_consent_mode.rs +++ b/src/models/o_auth_scope_consent_mode.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/o_auth_scope_handling_policy.rs b/src/models/o_auth_scope_handling_policy.rs index 78612ce2..753481e3 100644 --- a/src/models/o_auth_scope_handling_policy.rs +++ b/src/models/o_auth_scope_handling_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/oauth2_authorized_url_validation_policy.rs b/src/models/oauth2_authorized_url_validation_policy.rs index 9f31ad27..4c566ce4 100644 --- a/src/models/oauth2_authorized_url_validation_policy.rs +++ b/src/models/oauth2_authorized_url_validation_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/object_state.rs b/src/models/object_state.rs index 2f539968..4725c8d9 100644 --- a/src/models/object_state.rs +++ b/src/models/object_state.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/open_id_configuration.rs b/src/models/open_id_configuration.rs index 32794c96..cd2afb81 100644 --- a/src/models/open_id_configuration.rs +++ b/src/models/open_id_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/open_id_connect_application_configuration.rs b/src/models/open_id_connect_application_configuration.rs index e2cae15a..619b43bb 100644 --- a/src/models/open_id_connect_application_configuration.rs +++ b/src/models/open_id_connect_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/open_id_connect_identity_provider.rs b/src/models/open_id_connect_identity_provider.rs index 4794db46..df5e96e8 100644 --- a/src/models/open_id_connect_identity_provider.rs +++ b/src/models/open_id_connect_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/password_breach_detection.rs b/src/models/password_breach_detection.rs index 883a05bb..10e53c8f 100644 --- a/src/models/password_breach_detection.rs +++ b/src/models/password_breach_detection.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/password_encryption_configuration.rs b/src/models/password_encryption_configuration.rs index acc655f2..bbbea605 100644 --- a/src/models/password_encryption_configuration.rs +++ b/src/models/password_encryption_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/password_validation_rules.rs b/src/models/password_validation_rules.rs index 41e0056d..eb19cecb 100644 --- a/src/models/password_validation_rules.rs +++ b/src/models/password_validation_rules.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/password_validation_rules_response.rs b/src/models/password_validation_rules_response.rs index 096badbf..a8a15db8 100644 --- a/src/models/password_validation_rules_response.rs +++ b/src/models/password_validation_rules_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/passwordless_configuration.rs b/src/models/passwordless_configuration.rs index 2357b12f..2df1e7b5 100644 --- a/src/models/passwordless_configuration.rs +++ b/src/models/passwordless_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/passwordless_login_request.rs b/src/models/passwordless_login_request.rs index da97ad42..703b040c 100644 --- a/src/models/passwordless_login_request.rs +++ b/src/models/passwordless_login_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/passwordless_send_request.rs b/src/models/passwordless_send_request.rs index 2be047ff..e9c21e3e 100644 --- a/src/models/passwordless_send_request.rs +++ b/src/models/passwordless_send_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/passwordless_start_request.rs b/src/models/passwordless_start_request.rs index b91a0c85..5467dcc7 100644 --- a/src/models/passwordless_start_request.rs +++ b/src/models/passwordless_start_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/passwordless_start_response.rs b/src/models/passwordless_start_response.rs index c2e476b5..e76430b0 100644 --- a/src/models/passwordless_start_response.rs +++ b/src/models/passwordless_start_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/pending_id_p_link.rs b/src/models/pending_id_p_link.rs index 5c976e3c..4aa77c8a 100644 --- a/src/models/pending_id_p_link.rs +++ b/src/models/pending_id_p_link.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/pending_response.rs b/src/models/pending_response.rs index 3f5b32bb..b92a7453 100644 --- a/src/models/pending_response.rs +++ b/src/models/pending_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/preview_message_template_request.rs b/src/models/preview_message_template_request.rs index c86f85c1..accb709f 100644 --- a/src/models/preview_message_template_request.rs +++ b/src/models/preview_message_template_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/preview_message_template_response.rs b/src/models/preview_message_template_response.rs index 43a7a93b..f2ef3530 100644 --- a/src/models/preview_message_template_response.rs +++ b/src/models/preview_message_template_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/preview_request.rs b/src/models/preview_request.rs index 3fd216bd..cdfb98d5 100644 --- a/src/models/preview_request.rs +++ b/src/models/preview_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/preview_response.rs b/src/models/preview_response.rs index 3f170a8d..306d0b0b 100644 --- a/src/models/preview_response.rs +++ b/src/models/preview_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/proof_key_for_code_exchange_policy.rs b/src/models/proof_key_for_code_exchange_policy.rs index 8e732c4f..69691ef0 100644 --- a/src/models/proof_key_for_code_exchange_policy.rs +++ b/src/models/proof_key_for_code_exchange_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/provided_scope_policy.rs b/src/models/provided_scope_policy.rs index bb447d21..f168470a 100644 --- a/src/models/provided_scope_policy.rs +++ b/src/models/provided_scope_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/provider_lambda_configuration.rs b/src/models/provider_lambda_configuration.rs index 21c5d5c2..bb1c6289 100644 --- a/src/models/provider_lambda_configuration.rs +++ b/src/models/provider_lambda_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_creation_options.rs b/src/models/public_key_credential_creation_options.rs index 58587560..63dc8d4f 100644 --- a/src/models/public_key_credential_creation_options.rs +++ b/src/models/public_key_credential_creation_options.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_descriptor.rs b/src/models/public_key_credential_descriptor.rs index 9632d523..2b7259cc 100644 --- a/src/models/public_key_credential_descriptor.rs +++ b/src/models/public_key_credential_descriptor.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_entity.rs b/src/models/public_key_credential_entity.rs index 736f7c23..a8b1e5d9 100644 --- a/src/models/public_key_credential_entity.rs +++ b/src/models/public_key_credential_entity.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_parameters.rs b/src/models/public_key_credential_parameters.rs index bac41545..1047548f 100644 --- a/src/models/public_key_credential_parameters.rs +++ b/src/models/public_key_credential_parameters.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_relying_party_entity.rs b/src/models/public_key_credential_relying_party_entity.rs index 4c5d883c..d98aa1f0 100644 --- a/src/models/public_key_credential_relying_party_entity.rs +++ b/src/models/public_key_credential_relying_party_entity.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_request_options.rs b/src/models/public_key_credential_request_options.rs index a9b48ea4..8daead59 100644 --- a/src/models/public_key_credential_request_options.rs +++ b/src/models/public_key_credential_request_options.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_type.rs b/src/models/public_key_credential_type.rs index eec1b582..8256aa82 100644 --- a/src/models/public_key_credential_type.rs +++ b/src/models/public_key_credential_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_credential_user_entity.rs b/src/models/public_key_credential_user_entity.rs index c56c7368..1dadbf8f 100644 --- a/src/models/public_key_credential_user_entity.rs +++ b/src/models/public_key_credential_user_entity.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/public_key_response.rs b/src/models/public_key_response.rs index 6cd54cd8..bb15c77e 100644 --- a/src/models/public_key_response.rs +++ b/src/models/public_key_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/rate_limited_request_configuration.rs b/src/models/rate_limited_request_configuration.rs index ad0cf9df..5f7e759d 100644 --- a/src/models/rate_limited_request_configuration.rs +++ b/src/models/rate_limited_request_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/rate_limited_request_type.rs b/src/models/rate_limited_request_type.rs index 6a6d57d7..9c40d7b7 100644 --- a/src/models/rate_limited_request_type.rs +++ b/src/models/rate_limited_request_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/raw_login.rs b/src/models/raw_login.rs index 850c01ec..109fef33 100644 --- a/src/models/raw_login.rs +++ b/src/models/raw_login.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reactor_feature_status.rs b/src/models/reactor_feature_status.rs index 3e047c50..9c1d784b 100644 --- a/src/models/reactor_feature_status.rs +++ b/src/models/reactor_feature_status.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reactor_metrics.rs b/src/models/reactor_metrics.rs index 3bc35072..950704cc 100644 --- a/src/models/reactor_metrics.rs +++ b/src/models/reactor_metrics.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reactor_metrics_response.rs b/src/models/reactor_metrics_response.rs index a05f9454..608b1023 100644 --- a/src/models/reactor_metrics_response.rs +++ b/src/models/reactor_metrics_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reactor_request.rs b/src/models/reactor_request.rs index 326da085..9f1d5598 100644 --- a/src/models/reactor_request.rs +++ b/src/models/reactor_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reactor_response.rs b/src/models/reactor_response.rs index c74f572d..8f3873c0 100644 --- a/src/models/reactor_response.rs +++ b/src/models/reactor_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reactor_status.rs b/src/models/reactor_status.rs index 553206d8..ca8492cc 100644 --- a/src/models/reactor_status.rs +++ b/src/models/reactor_status.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/recent_login_response.rs b/src/models/recent_login_response.rs index 65d0116b..d239a857 100644 --- a/src/models/recent_login_response.rs +++ b/src/models/recent_login_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_request.rs b/src/models/refresh_request.rs index fb0d4229..84809abf 100644 --- a/src/models/refresh_request.rs +++ b/src/models/refresh_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token.rs b/src/models/refresh_token.rs index d3002120..f0e219b2 100644 --- a/src/models/refresh_token.rs +++ b/src/models/refresh_token.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token_expiration_policy.rs b/src/models/refresh_token_expiration_policy.rs index c3e339b3..adaf18d8 100644 --- a/src/models/refresh_token_expiration_policy.rs +++ b/src/models/refresh_token_expiration_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token_import_request.rs b/src/models/refresh_token_import_request.rs index 098b1518..a080bcb7 100644 --- a/src/models/refresh_token_import_request.rs +++ b/src/models/refresh_token_import_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token_response.rs b/src/models/refresh_token_response.rs index 84f97669..9620ea76 100644 --- a/src/models/refresh_token_response.rs +++ b/src/models/refresh_token_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token_revocation_policy.rs b/src/models/refresh_token_revocation_policy.rs index 3959aca9..23d5abf2 100644 --- a/src/models/refresh_token_revocation_policy.rs +++ b/src/models/refresh_token_revocation_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token_revoke_request.rs b/src/models/refresh_token_revoke_request.rs index a30607b4..db029b95 100644 --- a/src/models/refresh_token_revoke_request.rs +++ b/src/models/refresh_token_revoke_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token_sliding_window_configuration.rs b/src/models/refresh_token_sliding_window_configuration.rs index aaf63e54..392023c0 100644 --- a/src/models/refresh_token_sliding_window_configuration.rs +++ b/src/models/refresh_token_sliding_window_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/refresh_token_usage_policy.rs b/src/models/refresh_token_usage_policy.rs index 06c2d302..29154aae 100644 --- a/src/models/refresh_token_usage_policy.rs +++ b/src/models/refresh_token_usage_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/registration_configuration.rs b/src/models/registration_configuration.rs index ba56a286..4f709e52 100644 --- a/src/models/registration_configuration.rs +++ b/src/models/registration_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/registration_delete_request.rs b/src/models/registration_delete_request.rs index 75abc49f..f72e2353 100644 --- a/src/models/registration_delete_request.rs +++ b/src/models/registration_delete_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/registration_report_response.rs b/src/models/registration_report_response.rs index 62eaa50f..5affbba1 100644 --- a/src/models/registration_report_response.rs +++ b/src/models/registration_report_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/registration_request.rs b/src/models/registration_request.rs index 4b9a3aa4..38ed1889 100644 --- a/src/models/registration_request.rs +++ b/src/models/registration_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/registration_response.rs b/src/models/registration_response.rs index 43d738d8..230aa063 100644 --- a/src/models/registration_response.rs +++ b/src/models/registration_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/registration_type.rs b/src/models/registration_type.rs index 7c403e84..f636de20 100644 --- a/src/models/registration_type.rs +++ b/src/models/registration_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/registration_unverified_options.rs b/src/models/registration_unverified_options.rs index 2a413ba7..20ad624a 100644 --- a/src/models/registration_unverified_options.rs +++ b/src/models/registration_unverified_options.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reindex_request.rs b/src/models/reindex_request.rs index 5fef1cd2..84c55755 100644 --- a/src/models/reindex_request.rs +++ b/src/models/reindex_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/reload_request.rs b/src/models/reload_request.rs index 931dcc50..0e52f34d 100644 --- a/src/models/reload_request.rs +++ b/src/models/reload_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/remember_previous_passwords.rs b/src/models/remember_previous_passwords.rs index 56933537..482093e8 100644 --- a/src/models/remember_previous_passwords.rs +++ b/src/models/remember_previous_passwords.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/requirable.rs b/src/models/requirable.rs index 8a9c1fb2..b077fd38 100644 --- a/src/models/requirable.rs +++ b/src/models/requirable.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/resident_key_requirement.rs b/src/models/resident_key_requirement.rs index 50731917..3b25bd4d 100644 --- a/src/models/resident_key_requirement.rs +++ b/src/models/resident_key_requirement.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/saml_logout_behavior.rs b/src/models/saml_logout_behavior.rs index c3459b8f..1eb12919 100644 --- a/src/models/saml_logout_behavior.rs +++ b/src/models/saml_logout_behavior.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_application_configuration.rs b/src/models/samlv2_application_configuration.rs index 13bbf6f4..97945601 100644 --- a/src/models/samlv2_application_configuration.rs +++ b/src/models/samlv2_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_assertion_configuration.rs b/src/models/samlv2_assertion_configuration.rs index f6c90745..ea7ebdde 100644 --- a/src/models/samlv2_assertion_configuration.rs +++ b/src/models/samlv2_assertion_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_assertion_encryption_configuration.rs b/src/models/samlv2_assertion_encryption_configuration.rs index c241a18b..818b61ff 100644 --- a/src/models/samlv2_assertion_encryption_configuration.rs +++ b/src/models/samlv2_assertion_encryption_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_configuration.rs b/src/models/samlv2_configuration.rs index 0f9f1228..0d8d051a 100644 --- a/src/models/samlv2_configuration.rs +++ b/src/models/samlv2_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_destination_assertion_configuration.rs b/src/models/samlv2_destination_assertion_configuration.rs index dced4086..c487db8a 100644 --- a/src/models/samlv2_destination_assertion_configuration.rs +++ b/src/models/samlv2_destination_assertion_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_destination_assertion_policy.rs b/src/models/samlv2_destination_assertion_policy.rs index 376a308e..02812626 100644 --- a/src/models/samlv2_destination_assertion_policy.rs +++ b/src/models/samlv2_destination_assertion_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_id_p_initiated_application_configuration.rs b/src/models/samlv2_id_p_initiated_application_configuration.rs index f8381cd5..67c0c408 100644 --- a/src/models/samlv2_id_p_initiated_application_configuration.rs +++ b/src/models/samlv2_id_p_initiated_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_id_p_initiated_identity_provider.rs b/src/models/samlv2_id_p_initiated_identity_provider.rs index 1cb5f5ff..cd3ff378 100644 --- a/src/models/samlv2_id_p_initiated_identity_provider.rs +++ b/src/models/samlv2_id_p_initiated_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_id_p_initiated_login_configuration.rs b/src/models/samlv2_id_p_initiated_login_configuration.rs index 12a9fe35..a8028294 100644 --- a/src/models/samlv2_id_p_initiated_login_configuration.rs +++ b/src/models/samlv2_id_p_initiated_login_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_identity_provider.rs b/src/models/samlv2_identity_provider.rs index 1a123339..eaf9fdb2 100644 --- a/src/models/samlv2_identity_provider.rs +++ b/src/models/samlv2_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_idp_initiated_configuration.rs b/src/models/samlv2_idp_initiated_configuration.rs index 8d690b48..134ab33e 100644 --- a/src/models/samlv2_idp_initiated_configuration.rs +++ b/src/models/samlv2_idp_initiated_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_logout.rs b/src/models/samlv2_logout.rs index 4f50ca10..2c91a3b5 100644 --- a/src/models/samlv2_logout.rs +++ b/src/models/samlv2_logout.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/samlv2_single_logout.rs b/src/models/samlv2_single_logout.rs index bb6c5e06..04f86173 100644 --- a/src/models/samlv2_single_logout.rs +++ b/src/models/samlv2_single_logout.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/search_request.rs b/src/models/search_request.rs index 5d35e532..b6027d79 100644 --- a/src/models/search_request.rs +++ b/src/models/search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/search_response.rs b/src/models/search_response.rs index ea097ec5..b45f178d 100644 --- a/src/models/search_response.rs +++ b/src/models/search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/search_results.rs b/src/models/search_results.rs index 39353146..d19d553a 100644 --- a/src/models/search_results.rs +++ b/src/models/search_results.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/secret_response.rs b/src/models/secret_response.rs index 2cf4d029..f3ac1d56 100644 --- a/src/models/secret_response.rs +++ b/src/models/secret_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/secure_generator_configuration.rs b/src/models/secure_generator_configuration.rs index 9934bd41..88a03129 100644 --- a/src/models/secure_generator_configuration.rs +++ b/src/models/secure_generator_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/secure_generator_type.rs b/src/models/secure_generator_type.rs index 63c18100..43dbe956 100644 --- a/src/models/secure_generator_type.rs +++ b/src/models/secure_generator_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/secure_identity.rs b/src/models/secure_identity.rs index 3937e707..c41c67a2 100644 --- a/src/models/secure_identity.rs +++ b/src/models/secure_identity.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/self_service_form_configuration.rs b/src/models/self_service_form_configuration.rs index 037c5ccb..13f3ae9b 100644 --- a/src/models/self_service_form_configuration.rs +++ b/src/models/self_service_form_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/send_request.rs b/src/models/send_request.rs index 0dee8bbc..12cff798 100644 --- a/src/models/send_request.rs +++ b/src/models/send_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/send_response.rs b/src/models/send_response.rs index f0c4b748..d73b17ba 100644 --- a/src/models/send_response.rs +++ b/src/models/send_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/simple_theme_variables.rs b/src/models/simple_theme_variables.rs index f026d1b8..d910fb78 100644 --- a/src/models/simple_theme_variables.rs +++ b/src/models/simple_theme_variables.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sms_message.rs b/src/models/sms_message.rs index c7398762..54754d22 100644 --- a/src/models/sms_message.rs +++ b/src/models/sms_message.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sms_message_template.rs b/src/models/sms_message_template.rs index bcfe65cb..0ac649c6 100644 --- a/src/models/sms_message_template.rs +++ b/src/models/sms_message_template.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sony_psn_application_configuration.rs b/src/models/sony_psn_application_configuration.rs index e227fe3e..f4a2df94 100644 --- a/src/models/sony_psn_application_configuration.rs +++ b/src/models/sony_psn_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sony_psn_identity_provider.rs b/src/models/sony_psn_identity_provider.rs index 022f9adc..531d2a9a 100644 --- a/src/models/sony_psn_identity_provider.rs +++ b/src/models/sony_psn_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sort.rs b/src/models/sort.rs index 64d893ac..94e642af 100644 --- a/src/models/sort.rs +++ b/src/models/sort.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sort_field.rs b/src/models/sort_field.rs index ebab529f..57ea94ce 100644 --- a/src/models/sort_field.rs +++ b/src/models/sort_field.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/steam_api_mode.rs b/src/models/steam_api_mode.rs index 4283661f..3c92e7d0 100644 --- a/src/models/steam_api_mode.rs +++ b/src/models/steam_api_mode.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/steam_application_configuration.rs b/src/models/steam_application_configuration.rs index bee06a86..da86f204 100644 --- a/src/models/steam_application_configuration.rs +++ b/src/models/steam_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/steam_identity_provider.rs b/src/models/steam_identity_provider.rs index 097799f4..5dc025cd 100644 --- a/src/models/steam_identity_provider.rs +++ b/src/models/steam_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/system_configuration.rs b/src/models/system_configuration.rs index bd406fe6..7865b3c8 100644 --- a/src/models/system_configuration.rs +++ b/src/models/system_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -37,6 +37,8 @@ pub struct SystemConfiguration { pub trusted_proxy_configuration: Option>, #[serde(rename = "uiConfiguration", skip_serializing_if = "Option::is_none")] pub ui_configuration: Option>, + #[serde(rename = "webhookEventLogConfiguration", skip_serializing_if = "Option::is_none")] + pub webhook_event_log_configuration: Option>, } impl SystemConfiguration { @@ -53,6 +55,7 @@ impl SystemConfiguration { report_timezone: None, trusted_proxy_configuration: None, ui_configuration: None, + webhook_event_log_configuration: None, } } } diff --git a/src/models/system_configuration_request.rs b/src/models/system_configuration_request.rs index 526efb63..2a8fe751 100644 --- a/src/models/system_configuration_request.rs +++ b/src/models/system_configuration_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/system_configuration_response.rs b/src/models/system_configuration_response.rs index 38900439..7e481553 100644 --- a/src/models/system_configuration_response.rs +++ b/src/models/system_configuration_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/system_logs_export_request.rs b/src/models/system_logs_export_request.rs index 0d585290..4d5bfafb 100644 --- a/src/models/system_logs_export_request.rs +++ b/src/models/system_logs_export_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/system_trusted_proxy_configuration.rs b/src/models/system_trusted_proxy_configuration.rs index b67d4090..056f0941 100644 --- a/src/models/system_trusted_proxy_configuration.rs +++ b/src/models/system_trusted_proxy_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/system_trusted_proxy_configuration_policy.rs b/src/models/system_trusted_proxy_configuration_policy.rs index 066b8ce4..12d425c3 100644 --- a/src/models/system_trusted_proxy_configuration_policy.rs +++ b/src/models/system_trusted_proxy_configuration_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/templates.rs b/src/models/templates.rs index 9730edfe..81cfca2f 100644 --- a/src/models/templates.rs +++ b/src/models/templates.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant.rs b/src/models/tenant.rs index be3e75d4..e3cdd464 100644 --- a/src/models/tenant.rs +++ b/src/models/tenant.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_access_control_configuration.rs b/src/models/tenant_access_control_configuration.rs index 3a5720ce..5224c053 100644 --- a/src/models/tenant_access_control_configuration.rs +++ b/src/models/tenant_access_control_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_captcha_configuration.rs b/src/models/tenant_captcha_configuration.rs index fb81b3b8..f1f3a85e 100644 --- a/src/models/tenant_captcha_configuration.rs +++ b/src/models/tenant_captcha_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_delete_request.rs b/src/models/tenant_delete_request.rs index 8c425dee..82fac165 100644 --- a/src/models/tenant_delete_request.rs +++ b/src/models/tenant_delete_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_form_configuration.rs b/src/models/tenant_form_configuration.rs index 1652f64c..584eb5f5 100644 --- a/src/models/tenant_form_configuration.rs +++ b/src/models/tenant_form_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_lambda_configuration.rs b/src/models/tenant_lambda_configuration.rs index b6acef94..8697ccf2 100644 --- a/src/models/tenant_lambda_configuration.rs +++ b/src/models/tenant_lambda_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -14,6 +14,8 @@ use serde::{Deserialize, Serialize}; /// TenantLambdaConfiguration : #[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] pub struct TenantLambdaConfiguration { + #[serde(rename = "loginValidationId", skip_serializing_if = "Option::is_none")] + pub login_validation_id: Option, #[serde(rename = "scimEnterpriseUserRequestConverterId", skip_serializing_if = "Option::is_none")] pub scim_enterprise_user_request_converter_id: Option, #[serde(rename = "scimEnterpriseUserResponseConverterId", skip_serializing_if = "Option::is_none")] @@ -32,6 +34,7 @@ impl TenantLambdaConfiguration { /// pub fn new() -> TenantLambdaConfiguration { TenantLambdaConfiguration { + login_validation_id: None, scim_enterprise_user_request_converter_id: None, scim_enterprise_user_response_converter_id: None, scim_group_request_converter_id: None, diff --git a/src/models/tenant_login_configuration.rs b/src/models/tenant_login_configuration.rs index b3a64338..d2d8d610 100644 --- a/src/models/tenant_login_configuration.rs +++ b/src/models/tenant_login_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_multi_factor_configuration.rs b/src/models/tenant_multi_factor_configuration.rs index 349d6a16..f6df921e 100644 --- a/src/models/tenant_multi_factor_configuration.rs +++ b/src/models/tenant_multi_factor_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_o_auth2_configuration.rs b/src/models/tenant_o_auth2_configuration.rs index 26646577..0d19849a 100644 --- a/src/models/tenant_o_auth2_configuration.rs +++ b/src/models/tenant_o_auth2_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_rate_limit_configuration.rs b/src/models/tenant_rate_limit_configuration.rs index e7c2858a..91131933 100644 --- a/src/models/tenant_rate_limit_configuration.rs +++ b/src/models/tenant_rate_limit_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_registration_configuration.rs b/src/models/tenant_registration_configuration.rs index 5d34b68d..b83525f0 100644 --- a/src/models/tenant_registration_configuration.rs +++ b/src/models/tenant_registration_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_request.rs b/src/models/tenant_request.rs index 48740c7d..af7f72d4 100644 --- a/src/models/tenant_request.rs +++ b/src/models/tenant_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_response.rs b/src/models/tenant_response.rs index 31ce2af5..7c142087 100644 --- a/src/models/tenant_response.rs +++ b/src/models/tenant_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_scim_server_configuration.rs b/src/models/tenant_scim_server_configuration.rs index faac4504..824fa079 100644 --- a/src/models/tenant_scim_server_configuration.rs +++ b/src/models/tenant_scim_server_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_search_criteria.rs b/src/models/tenant_search_criteria.rs index 709e3d1c..9c1ee77e 100644 --- a/src/models/tenant_search_criteria.rs +++ b/src/models/tenant_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_search_request.rs b/src/models/tenant_search_request.rs index 0280ace4..a66d4604 100644 --- a/src/models/tenant_search_request.rs +++ b/src/models/tenant_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_search_response.rs b/src/models/tenant_search_response.rs index b7b67a7f..083589b1 100644 --- a/src/models/tenant_search_response.rs +++ b/src/models/tenant_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_sso_configuration.rs b/src/models/tenant_sso_configuration.rs index b28c977d..79674c10 100644 --- a/src/models/tenant_sso_configuration.rs +++ b/src/models/tenant_sso_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_unverified_configuration.rs b/src/models/tenant_unverified_configuration.rs index dc17679c..e0bcd08f 100644 --- a/src/models/tenant_unverified_configuration.rs +++ b/src/models/tenant_unverified_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_user_delete_policy.rs b/src/models/tenant_user_delete_policy.rs index 0047c9f0..ce9da9f2 100644 --- a/src/models/tenant_user_delete_policy.rs +++ b/src/models/tenant_user_delete_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_username_configuration.rs b/src/models/tenant_username_configuration.rs index 48486ca7..61467ac0 100644 --- a/src/models/tenant_username_configuration.rs +++ b/src/models/tenant_username_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_web_authn_configuration.rs b/src/models/tenant_web_authn_configuration.rs index 94ea168e..4c7f7944 100644 --- a/src/models/tenant_web_authn_configuration.rs +++ b/src/models/tenant_web_authn_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/tenant_web_authn_workflow_configuration.rs b/src/models/tenant_web_authn_workflow_configuration.rs index bd670025..9c29ad27 100644 --- a/src/models/tenant_web_authn_workflow_configuration.rs +++ b/src/models/tenant_web_authn_workflow_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/test_event.rs b/src/models/test_event.rs index aa718d16..83a718fe 100644 --- a/src/models/test_event.rs +++ b/src/models/test_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/theme.rs b/src/models/theme.rs index bcfd8213..a09ac830 100644 --- a/src/models/theme.rs +++ b/src/models/theme.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/theme_request.rs b/src/models/theme_request.rs index 000de3b7..f2a30f7a 100644 --- a/src/models/theme_request.rs +++ b/src/models/theme_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/theme_response.rs b/src/models/theme_response.rs index ee2ae79f..11c53b2f 100644 --- a/src/models/theme_response.rs +++ b/src/models/theme_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/theme_search_criteria.rs b/src/models/theme_search_criteria.rs index c4a8ba3a..96187232 100644 --- a/src/models/theme_search_criteria.rs +++ b/src/models/theme_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/theme_search_request.rs b/src/models/theme_search_request.rs index 55c2f4f5..f0c2c024 100644 --- a/src/models/theme_search_request.rs +++ b/src/models/theme_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/theme_search_response.rs b/src/models/theme_search_response.rs index 688f9683..d93715cd 100644 --- a/src/models/theme_search_response.rs +++ b/src/models/theme_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/theme_type.rs b/src/models/theme_type.rs index b255356c..a9cf148b 100644 --- a/src/models/theme_type.rs +++ b/src/models/theme_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/time_based_delete_policy.rs b/src/models/time_based_delete_policy.rs index 944eda1a..ba2b599e 100644 --- a/src/models/time_based_delete_policy.rs +++ b/src/models/time_based_delete_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/token_type.rs b/src/models/token_type.rs index 756fc86f..fc3f3817 100644 --- a/src/models/token_type.rs +++ b/src/models/token_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/totals.rs b/src/models/totals.rs index 016c94bd..6f3b417c 100644 --- a/src/models/totals.rs +++ b/src/models/totals.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/totals_report_response.rs b/src/models/totals_report_response.rs index 31424781..70af62d7 100644 --- a/src/models/totals_report_response.rs +++ b/src/models/totals_report_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/totp_algorithm.rs b/src/models/totp_algorithm.rs index c2640ba1..f7ee55f2 100644 --- a/src/models/totp_algorithm.rs +++ b/src/models/totp_algorithm.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/transaction_type.rs b/src/models/transaction_type.rs index 31302d88..11f41ae6 100644 --- a/src/models/transaction_type.rs +++ b/src/models/transaction_type.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/twilio_messenger_configuration.rs b/src/models/twilio_messenger_configuration.rs index 6f241082..2a08a915 100644 --- a/src/models/twilio_messenger_configuration.rs +++ b/src/models/twilio_messenger_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/twitch_application_configuration.rs b/src/models/twitch_application_configuration.rs index afa6d8b0..b627a855 100644 --- a/src/models/twitch_application_configuration.rs +++ b/src/models/twitch_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/twitch_identity_provider.rs b/src/models/twitch_identity_provider.rs index d6d34ab8..4b73ac90 100644 --- a/src/models/twitch_identity_provider.rs +++ b/src/models/twitch_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/twitter_application_configuration.rs b/src/models/twitter_application_configuration.rs index 83d0eb69..b33ddd24 100644 --- a/src/models/twitter_application_configuration.rs +++ b/src/models/twitter_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/twitter_identity_provider.rs b/src/models/twitter_identity_provider.rs index 1b83039d..5e51723a 100644 --- a/src/models/twitter_identity_provider.rs +++ b/src/models/twitter_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_disable_request.rs b/src/models/two_factor_disable_request.rs index cf8e58a9..9ec1ee30 100644 --- a/src/models/two_factor_disable_request.rs +++ b/src/models/two_factor_disable_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_enable_disable_send_request.rs b/src/models/two_factor_enable_disable_send_request.rs index e2c21b68..e74624ea 100644 --- a/src/models/two_factor_enable_disable_send_request.rs +++ b/src/models/two_factor_enable_disable_send_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_login_request.rs b/src/models/two_factor_login_request.rs index 0d7e54c2..f0fc1a68 100644 --- a/src/models/two_factor_login_request.rs +++ b/src/models/two_factor_login_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_method.rs b/src/models/two_factor_method.rs index 9c45a208..d0bae946 100644 --- a/src/models/two_factor_method.rs +++ b/src/models/two_factor_method.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_recovery_code_response.rs b/src/models/two_factor_recovery_code_response.rs index 2b8dab89..f83f5316 100644 --- a/src/models/two_factor_recovery_code_response.rs +++ b/src/models/two_factor_recovery_code_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_request.rs b/src/models/two_factor_request.rs index 1e46d0ee..f013029c 100644 --- a/src/models/two_factor_request.rs +++ b/src/models/two_factor_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_response.rs b/src/models/two_factor_response.rs index 19115291..4efec805 100644 --- a/src/models/two_factor_response.rs +++ b/src/models/two_factor_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_send_request.rs b/src/models/two_factor_send_request.rs index db0cbcd8..58971905 100644 --- a/src/models/two_factor_send_request.rs +++ b/src/models/two_factor_send_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_start_request.rs b/src/models/two_factor_start_request.rs index c4ad66f1..0d62afeb 100644 --- a/src/models/two_factor_start_request.rs +++ b/src/models/two_factor_start_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_start_response.rs b/src/models/two_factor_start_response.rs index 269f968a..484a3ecd 100644 --- a/src/models/two_factor_start_response.rs +++ b/src/models/two_factor_start_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_status_response.rs b/src/models/two_factor_status_response.rs index 0401eb3a..7c8a5ad8 100644 --- a/src/models/two_factor_status_response.rs +++ b/src/models/two_factor_status_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_trust.rs b/src/models/two_factor_trust.rs index c4568778..c5bf42b4 100644 --- a/src/models/two_factor_trust.rs +++ b/src/models/two_factor_trust.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ui_configuration.rs b/src/models/ui_configuration.rs index e929afb8..acf4d397 100644 --- a/src/models/ui_configuration.rs +++ b/src/models/ui_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/unique_username_configuration.rs b/src/models/unique_username_configuration.rs index 22a637e7..c9100257 100644 --- a/src/models/unique_username_configuration.rs +++ b/src/models/unique_username_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/unique_username_strategy.rs b/src/models/unique_username_strategy.rs index ce950f86..d14cce30 100644 --- a/src/models/unique_username_strategy.rs +++ b/src/models/unique_username_strategy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/unknown_scope_policy.rs b/src/models/unknown_scope_policy.rs index e95f0f06..ef45aaca 100644 --- a/src/models/unknown_scope_policy.rs +++ b/src/models/unknown_scope_policy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/unverified_behavior.rs b/src/models/unverified_behavior.rs index efa7351e..d407eb0f 100644 --- a/src/models/unverified_behavior.rs +++ b/src/models/unverified_behavior.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user.rs b/src/models/user.rs index 077e41b1..5ae39227 100644 --- a/src/models/user.rs +++ b/src/models/user.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action.rs b/src/models/user_action.rs index 89136924..3b6fb0bf 100644 --- a/src/models/user_action.rs +++ b/src/models/user_action.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_event.rs b/src/models/user_action_event.rs index d0a1b0e7..8ec85e53 100644 --- a/src/models/user_action_event.rs +++ b/src/models/user_action_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_log.rs b/src/models/user_action_log.rs index 41910c71..81d74cdd 100644 --- a/src/models/user_action_log.rs +++ b/src/models/user_action_log.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_option.rs b/src/models/user_action_option.rs index a5a89d43..74b79fb8 100644 --- a/src/models/user_action_option.rs +++ b/src/models/user_action_option.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_phase.rs b/src/models/user_action_phase.rs index afe54dc9..b960fa7e 100644 --- a/src/models/user_action_phase.rs +++ b/src/models/user_action_phase.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_reason.rs b/src/models/user_action_reason.rs index dd43f0d8..0398b8c5 100644 --- a/src/models/user_action_reason.rs +++ b/src/models/user_action_reason.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_reason_request.rs b/src/models/user_action_reason_request.rs index 688408b8..2ca82b54 100644 --- a/src/models/user_action_reason_request.rs +++ b/src/models/user_action_reason_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_reason_response.rs b/src/models/user_action_reason_response.rs index 1447b34e..9dd48c90 100644 --- a/src/models/user_action_reason_response.rs +++ b/src/models/user_action_reason_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_request.rs b/src/models/user_action_request.rs index 0fe5caf2..d3632d0f 100644 --- a/src/models/user_action_request.rs +++ b/src/models/user_action_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_action_response.rs b/src/models/user_action_response.rs index 62750751..844a65b9 100644 --- a/src/models/user_action_response.rs +++ b/src/models/user_action_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_bulk_create_event.rs b/src/models/user_bulk_create_event.rs index 264f1e8e..9aaaf7da 100644 --- a/src/models/user_bulk_create_event.rs +++ b/src/models/user_bulk_create_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_comment.rs b/src/models/user_comment.rs index 9b20fedb..36ba1b85 100644 --- a/src/models/user_comment.rs +++ b/src/models/user_comment.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_comment_request.rs b/src/models/user_comment_request.rs index ef0a47c1..fc52852d 100644 --- a/src/models/user_comment_request.rs +++ b/src/models/user_comment_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_comment_response.rs b/src/models/user_comment_response.rs index 91035478..8cd825c6 100644 --- a/src/models/user_comment_response.rs +++ b/src/models/user_comment_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_comment_search_criteria.rs b/src/models/user_comment_search_criteria.rs index 70bfc7d3..3b8c4b11 100644 --- a/src/models/user_comment_search_criteria.rs +++ b/src/models/user_comment_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_comment_search_request.rs b/src/models/user_comment_search_request.rs index 855dbf13..fc99e222 100644 --- a/src/models/user_comment_search_request.rs +++ b/src/models/user_comment_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_comment_search_response.rs b/src/models/user_comment_search_response.rs index 8b5ac76c..53fa83ee 100644 --- a/src/models/user_comment_search_response.rs +++ b/src/models/user_comment_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_consent.rs b/src/models/user_consent.rs index 1953d724..aad0fc45 100644 --- a/src/models/user_consent.rs +++ b/src/models/user_consent.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_consent_request.rs b/src/models/user_consent_request.rs index a2fcf014..e3ac0f03 100644 --- a/src/models/user_consent_request.rs +++ b/src/models/user_consent_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_consent_response.rs b/src/models/user_consent_response.rs index 442e7127..caa309c8 100644 --- a/src/models/user_consent_response.rs +++ b/src/models/user_consent_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_create_complete_event.rs b/src/models/user_create_complete_event.rs index baffda73..b65ac7e2 100644 --- a/src/models/user_create_complete_event.rs +++ b/src/models/user_create_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserCreateCompleteEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserCreateCompleteEvent { @@ -34,11 +23,6 @@ impl UserCreateCompleteEvent { pub fn new() -> UserCreateCompleteEvent { UserCreateCompleteEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_create_event.rs b/src/models/user_create_event.rs index e589140d..b5dc1ea8 100644 --- a/src/models/user_create_event.rs +++ b/src/models/user_create_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserCreateEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserCreateEvent { @@ -34,11 +23,6 @@ impl UserCreateEvent { pub fn new() -> UserCreateEvent { UserCreateEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_deactivate_event.rs b/src/models/user_deactivate_event.rs index 18cb0663..404707d8 100644 --- a/src/models/user_deactivate_event.rs +++ b/src/models/user_deactivate_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserDeactivateEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserDeactivateEvent { @@ -34,11 +23,6 @@ impl UserDeactivateEvent { pub fn new() -> UserDeactivateEvent { UserDeactivateEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_delete_complete_event.rs b/src/models/user_delete_complete_event.rs index acfa1ea3..43db288e 100644 --- a/src/models/user_delete_complete_event.rs +++ b/src/models/user_delete_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserDeleteCompleteEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserDeleteCompleteEvent { @@ -34,11 +23,6 @@ impl UserDeleteCompleteEvent { pub fn new() -> UserDeleteCompleteEvent { UserDeleteCompleteEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_delete_event.rs b/src/models/user_delete_event.rs index 6c58cc8f..4b035bab 100644 --- a/src/models/user_delete_event.rs +++ b/src/models/user_delete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserDeleteEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserDeleteEvent { @@ -34,11 +23,6 @@ impl UserDeleteEvent { pub fn new() -> UserDeleteEvent { UserDeleteEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_delete_request.rs b/src/models/user_delete_request.rs index 8a3ce716..c606b7da 100644 --- a/src/models/user_delete_request.rs +++ b/src/models/user_delete_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_delete_response.rs b/src/models/user_delete_response.rs index 1ea46222..dc3a181a 100644 --- a/src/models/user_delete_response.rs +++ b/src/models/user_delete_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_delete_single_request.rs b/src/models/user_delete_single_request.rs index 8ea3b5c6..f0722321 100644 --- a/src/models/user_delete_single_request.rs +++ b/src/models/user_delete_single_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_email_update_event.rs b/src/models/user_email_update_event.rs index 2f0019e4..dc696a15 100644 --- a/src/models/user_email_update_event.rs +++ b/src/models/user_email_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -18,17 +18,6 @@ pub struct UserEmailUpdateEvent { pub previous_email: Option, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserEmailUpdateEvent { @@ -37,11 +26,6 @@ impl UserEmailUpdateEvent { UserEmailUpdateEvent { previous_email: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_email_verified_event.rs b/src/models/user_email_verified_event.rs index b7092569..e7a86060 100644 --- a/src/models/user_email_verified_event.rs +++ b/src/models/user_email_verified_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserEmailVerifiedEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserEmailVerifiedEvent { @@ -34,11 +23,6 @@ impl UserEmailVerifiedEvent { pub fn new() -> UserEmailVerifiedEvent { UserEmailVerifiedEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_identity_provider_link_event.rs b/src/models/user_identity_provider_link_event.rs index 290726bd..1b677a20 100644 --- a/src/models/user_identity_provider_link_event.rs +++ b/src/models/user_identity_provider_link_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -18,17 +18,6 @@ pub struct UserIdentityProviderLinkEvent { pub identity_provider_link: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserIdentityProviderLinkEvent { @@ -37,11 +26,6 @@ impl UserIdentityProviderLinkEvent { UserIdentityProviderLinkEvent { identity_provider_link: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_identity_provider_unlink_event.rs b/src/models/user_identity_provider_unlink_event.rs index de3057f3..9465b379 100644 --- a/src/models/user_identity_provider_unlink_event.rs +++ b/src/models/user_identity_provider_unlink_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -18,17 +18,6 @@ pub struct UserIdentityProviderUnlinkEvent { pub identity_provider_link: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserIdentityProviderUnlinkEvent { @@ -37,11 +26,6 @@ impl UserIdentityProviderUnlinkEvent { UserIdentityProviderUnlinkEvent { identity_provider_link: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_login_failed_event.rs b/src/models/user_login_failed_event.rs index 8977f8f4..e28fb942 100644 --- a/src/models/user_login_failed_event.rs +++ b/src/models/user_login_failed_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -20,19 +20,10 @@ pub struct UserLoginFailedEvent { pub authentication_type: Option, #[serde(rename = "ipAddress", skip_serializing_if = "Option::is_none")] pub ip_address: Option, + #[serde(rename = "reason", skip_serializing_if = "Option::is_none")] + pub reason: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserLoginFailedEvent { @@ -42,12 +33,8 @@ impl UserLoginFailedEvent { application_id: None, authentication_type: None, ip_address: None, + reason: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_login_failed_reason.rs b/src/models/user_login_failed_reason.rs new file mode 100644 index 00000000..34703b68 --- /dev/null +++ b/src/models/user_login_failed_reason.rs @@ -0,0 +1,35 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// UserLoginFailedReason : The reason for the login failure. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct UserLoginFailedReason { + #[serde(rename = "code", skip_serializing_if = "Option::is_none")] + pub code: Option, + #[serde(rename = "lambdaId", skip_serializing_if = "Option::is_none")] + pub lambda_id: Option, + #[serde(rename = "lambdaResult", skip_serializing_if = "Option::is_none")] + pub lambda_result: Option>, +} + +impl UserLoginFailedReason { + /// The reason for the login failure. + pub fn new() -> UserLoginFailedReason { + UserLoginFailedReason { + code: None, + lambda_id: None, + lambda_result: None, + } + } +} + diff --git a/src/models/user_login_id_duplicate_on_create_event.rs b/src/models/user_login_id_duplicate_on_create_event.rs index 63ed1b9e..c2bc519a 100644 --- a/src/models/user_login_id_duplicate_on_create_event.rs +++ b/src/models/user_login_id_duplicate_on_create_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -22,17 +22,6 @@ pub struct UserLoginIdDuplicateOnCreateEvent { pub existing: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserLoginIdDuplicateOnCreateEvent { @@ -43,11 +32,6 @@ impl UserLoginIdDuplicateOnCreateEvent { duplicate_username: None, existing: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_login_id_duplicate_on_update_event.rs b/src/models/user_login_id_duplicate_on_update_event.rs index 5b721f17..655887e2 100644 --- a/src/models/user_login_id_duplicate_on_update_event.rs +++ b/src/models/user_login_id_duplicate_on_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -20,8 +20,6 @@ pub struct UserLoginIdDuplicateOnUpdateEvent { pub duplicate_username: Option, #[serde(rename = "existing", skip_serializing_if = "Option::is_none")] pub existing: Option>, - #[serde(rename = "user", skip_serializing_if = "Option::is_none")] - pub user: Option>, } impl UserLoginIdDuplicateOnUpdateEvent { @@ -31,7 +29,6 @@ impl UserLoginIdDuplicateOnUpdateEvent { duplicate_email: None, duplicate_username: None, existing: None, - user: None, } } } diff --git a/src/models/user_login_new_device_event.rs b/src/models/user_login_new_device_event.rs index 73920ac2..585e18b4 100644 --- a/src/models/user_login_new_device_event.rs +++ b/src/models/user_login_new_device_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -26,8 +26,6 @@ pub struct UserLoginNewDeviceEvent { pub identity_provider_name: Option, #[serde(rename = "ipAddress", skip_serializing_if = "Option::is_none")] pub ip_address: Option, - #[serde(rename = "user", skip_serializing_if = "Option::is_none")] - pub user: Option>, } impl UserLoginNewDeviceEvent { @@ -40,7 +38,6 @@ impl UserLoginNewDeviceEvent { identity_provider_id: None, identity_provider_name: None, ip_address: None, - user: None, } } } diff --git a/src/models/user_login_success_event.rs b/src/models/user_login_success_event.rs index e77ecce5..8c24317c 100644 --- a/src/models/user_login_success_event.rs +++ b/src/models/user_login_success_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -28,17 +28,6 @@ pub struct UserLoginSuccessEvent { pub ip_address: Option, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserLoginSuccessEvent { @@ -52,11 +41,6 @@ impl UserLoginSuccessEvent { identity_provider_name: None, ip_address: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_login_suspicious_event.rs b/src/models/user_login_suspicious_event.rs index 8e5c31e9..89ede9fd 100644 --- a/src/models/user_login_suspicious_event.rs +++ b/src/models/user_login_suspicious_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -28,8 +28,6 @@ pub struct UserLoginSuspiciousEvent { pub identity_provider_name: Option, #[serde(rename = "ipAddress", skip_serializing_if = "Option::is_none")] pub ip_address: Option, - #[serde(rename = "user", skip_serializing_if = "Option::is_none")] - pub user: Option>, } impl UserLoginSuspiciousEvent { @@ -43,7 +41,6 @@ impl UserLoginSuspiciousEvent { identity_provider_id: None, identity_provider_name: None, ip_address: None, - user: None, } } } diff --git a/src/models/user_password_breach_event.rs b/src/models/user_password_breach_event.rs index 8b204a89..ace2fbff 100644 --- a/src/models/user_password_breach_event.rs +++ b/src/models/user_password_breach_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserPasswordBreachEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserPasswordBreachEvent { @@ -34,11 +23,6 @@ impl UserPasswordBreachEvent { pub fn new() -> UserPasswordBreachEvent { UserPasswordBreachEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_password_reset_send_event.rs b/src/models/user_password_reset_send_event.rs index f55d2fdb..be3ba702 100644 --- a/src/models/user_password_reset_send_event.rs +++ b/src/models/user_password_reset_send_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserPasswordResetSendEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserPasswordResetSendEvent { @@ -34,11 +23,6 @@ impl UserPasswordResetSendEvent { pub fn new() -> UserPasswordResetSendEvent { UserPasswordResetSendEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_password_reset_start_event.rs b/src/models/user_password_reset_start_event.rs index dfbccd8f..4b6e1160 100644 --- a/src/models/user_password_reset_start_event.rs +++ b/src/models/user_password_reset_start_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserPasswordResetStartEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserPasswordResetStartEvent { @@ -34,11 +23,6 @@ impl UserPasswordResetStartEvent { pub fn new() -> UserPasswordResetStartEvent { UserPasswordResetStartEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_password_reset_success_event.rs b/src/models/user_password_reset_success_event.rs index be84c0cd..2aa04241 100644 --- a/src/models/user_password_reset_success_event.rs +++ b/src/models/user_password_reset_success_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserPasswordResetSuccessEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserPasswordResetSuccessEvent { @@ -34,11 +23,6 @@ impl UserPasswordResetSuccessEvent { pub fn new() -> UserPasswordResetSuccessEvent { UserPasswordResetSuccessEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_password_update_event.rs b/src/models/user_password_update_event.rs index 07766efd..897e18b7 100644 --- a/src/models/user_password_update_event.rs +++ b/src/models/user_password_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserPasswordUpdateEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserPasswordUpdateEvent { @@ -34,11 +23,6 @@ impl UserPasswordUpdateEvent { pub fn new() -> UserPasswordUpdateEvent { UserPasswordUpdateEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_reactivate_event.rs b/src/models/user_reactivate_event.rs index afc8dcc9..180e2019 100644 --- a/src/models/user_reactivate_event.rs +++ b/src/models/user_reactivate_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -16,17 +16,6 @@ use serde::{Deserialize, Serialize}; pub struct UserReactivateEvent { #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserReactivateEvent { @@ -34,11 +23,6 @@ impl UserReactivateEvent { pub fn new() -> UserReactivateEvent { UserReactivateEvent { user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_registration.rs b/src/models/user_registration.rs index 63d2eb3a..43cdca4b 100644 --- a/src/models/user_registration.rs +++ b/src/models/user_registration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_registration_create_complete_event.rs b/src/models/user_registration_create_complete_event.rs index e14fd89d..c00afb45 100644 --- a/src/models/user_registration_create_complete_event.rs +++ b/src/models/user_registration_create_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -20,17 +20,6 @@ pub struct UserRegistrationCreateCompleteEvent { pub registration: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserRegistrationCreateCompleteEvent { @@ -40,11 +29,6 @@ impl UserRegistrationCreateCompleteEvent { application_id: None, registration: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_registration_create_event.rs b/src/models/user_registration_create_event.rs index 6b261f20..610cfc62 100644 --- a/src/models/user_registration_create_event.rs +++ b/src/models/user_registration_create_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -20,17 +20,6 @@ pub struct UserRegistrationCreateEvent { pub registration: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserRegistrationCreateEvent { @@ -40,11 +29,6 @@ impl UserRegistrationCreateEvent { application_id: None, registration: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_registration_delete_complete_event.rs b/src/models/user_registration_delete_complete_event.rs index ff6f0686..983ec429 100644 --- a/src/models/user_registration_delete_complete_event.rs +++ b/src/models/user_registration_delete_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -20,17 +20,6 @@ pub struct UserRegistrationDeleteCompleteEvent { pub registration: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserRegistrationDeleteCompleteEvent { @@ -40,11 +29,6 @@ impl UserRegistrationDeleteCompleteEvent { application_id: None, registration: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_registration_delete_event.rs b/src/models/user_registration_delete_event.rs index 6b3c377e..543ece28 100644 --- a/src/models/user_registration_delete_event.rs +++ b/src/models/user_registration_delete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -20,17 +20,6 @@ pub struct UserRegistrationDeleteEvent { pub registration: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserRegistrationDeleteEvent { @@ -40,11 +29,6 @@ impl UserRegistrationDeleteEvent { application_id: None, registration: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_registration_update_complete_event.rs b/src/models/user_registration_update_complete_event.rs index d1be61d9..b1092a89 100644 --- a/src/models/user_registration_update_complete_event.rs +++ b/src/models/user_registration_update_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -22,17 +22,6 @@ pub struct UserRegistrationUpdateCompleteEvent { pub registration: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserRegistrationUpdateCompleteEvent { @@ -43,11 +32,6 @@ impl UserRegistrationUpdateCompleteEvent { original: None, registration: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_registration_update_event.rs b/src/models/user_registration_update_event.rs index aa012e2f..eacaff92 100644 --- a/src/models/user_registration_update_event.rs +++ b/src/models/user_registration_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -22,17 +22,6 @@ pub struct UserRegistrationUpdateEvent { pub registration: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserRegistrationUpdateEvent { @@ -43,11 +32,6 @@ impl UserRegistrationUpdateEvent { original: None, registration: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_registration_verified_event.rs b/src/models/user_registration_verified_event.rs index 373edfbe..36018f63 100644 --- a/src/models/user_registration_verified_event.rs +++ b/src/models/user_registration_verified_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -20,17 +20,6 @@ pub struct UserRegistrationVerifiedEvent { pub registration: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserRegistrationVerifiedEvent { @@ -40,11 +29,6 @@ impl UserRegistrationVerifiedEvent { application_id: None, registration: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_request.rs b/src/models/user_request.rs index 52c33c37..648f4548 100644 --- a/src/models/user_request.rs +++ b/src/models/user_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_response.rs b/src/models/user_response.rs index f86d1c1a..8ad5ce23 100644 --- a/src/models/user_response.rs +++ b/src/models/user_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_search_criteria.rs b/src/models/user_search_criteria.rs index 41d7b62c..86636c02 100644 --- a/src/models/user_search_criteria.rs +++ b/src/models/user_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_state.rs b/src/models/user_state.rs index 263ae3d0..4af3d8eb 100644 --- a/src/models/user_state.rs +++ b/src/models/user_state.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_two_factor_configuration.rs b/src/models/user_two_factor_configuration.rs index 673a2171..ad1eca60 100644 --- a/src/models/user_two_factor_configuration.rs +++ b/src/models/user_two_factor_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_two_factor_method_add_event.rs b/src/models/user_two_factor_method_add_event.rs index f48b72e8..b992a216 100644 --- a/src/models/user_two_factor_method_add_event.rs +++ b/src/models/user_two_factor_method_add_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -18,17 +18,6 @@ pub struct UserTwoFactorMethodAddEvent { pub method: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserTwoFactorMethodAddEvent { @@ -37,11 +26,6 @@ impl UserTwoFactorMethodAddEvent { UserTwoFactorMethodAddEvent { method: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_two_factor_method_remove_event.rs b/src/models/user_two_factor_method_remove_event.rs index 9256a27f..37051447 100644 --- a/src/models/user_two_factor_method_remove_event.rs +++ b/src/models/user_two_factor_method_remove_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -18,17 +18,6 @@ pub struct UserTwoFactorMethodRemoveEvent { pub method: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserTwoFactorMethodRemoveEvent { @@ -37,11 +26,6 @@ impl UserTwoFactorMethodRemoveEvent { UserTwoFactorMethodRemoveEvent { method: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_update_complete_event.rs b/src/models/user_update_complete_event.rs index 867e6663..cf5629a8 100644 --- a/src/models/user_update_complete_event.rs +++ b/src/models/user_update_complete_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -18,17 +18,6 @@ pub struct UserUpdateCompleteEvent { pub original: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserUpdateCompleteEvent { @@ -37,11 +26,6 @@ impl UserUpdateCompleteEvent { UserUpdateCompleteEvent { original: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_update_event.rs b/src/models/user_update_event.rs index 05f65808..3b4d99c5 100644 --- a/src/models/user_update_event.rs +++ b/src/models/user_update_event.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ @@ -18,17 +18,6 @@ pub struct UserUpdateEvent { pub original: Option>, #[serde(rename = "user", skip_serializing_if = "Option::is_none")] pub user: Option>, - /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. - #[serde(rename = "createInstant", skip_serializing_if = "Option::is_none")] - pub create_instant: Option, - #[serde(rename = "id", skip_serializing_if = "Option::is_none")] - pub id: Option, - #[serde(rename = "info", skip_serializing_if = "Option::is_none")] - pub info: Option>, - #[serde(rename = "tenantId", skip_serializing_if = "Option::is_none")] - pub tenant_id: Option, - #[serde(rename = "type", skip_serializing_if = "Option::is_none")] - pub r#type: Option, } impl UserUpdateEvent { @@ -37,11 +26,6 @@ impl UserUpdateEvent { UserUpdateEvent { original: None, user: None, - create_instant: None, - id: None, - info: None, - tenant_id: None, - r#type: None, } } } diff --git a/src/models/user_verification_requirement.rs b/src/models/user_verification_requirement.rs index 2bf68aa6..4a720acd 100644 --- a/src/models/user_verification_requirement.rs +++ b/src/models/user_verification_requirement.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/username_moderation.rs b/src/models/username_moderation.rs index db1ebfad..93be94ba 100644 --- a/src/models/username_moderation.rs +++ b/src/models/username_moderation.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/validate_response.rs b/src/models/validate_response.rs index 5afdcb16..ee625c20 100644 --- a/src/models/validate_response.rs +++ b/src/models/validate_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verification_strategy.rs b/src/models/verification_strategy.rs index 5fa0231c..70dc31fa 100644 --- a/src/models/verification_strategy.rs +++ b/src/models/verification_strategy.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verify_email_request.rs b/src/models/verify_email_request.rs index 6d96c01b..a4d4ea53 100644 --- a/src/models/verify_email_request.rs +++ b/src/models/verify_email_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verify_email_response.rs b/src/models/verify_email_response.rs index 7ce7f511..54c84644 100644 --- a/src/models/verify_email_response.rs +++ b/src/models/verify_email_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verify_registration_request.rs b/src/models/verify_registration_request.rs index a2657b9d..75f41678 100644 --- a/src/models/verify_registration_request.rs +++ b/src/models/verify_registration_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verify_registration_response.rs b/src/models/verify_registration_response.rs index 1d2374f4..fafc7e06 100644 --- a/src/models/verify_registration_response.rs +++ b/src/models/verify_registration_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/version_response.rs b/src/models/version_response.rs index f2a1f541..60deef31 100644 --- a/src/models/version_response.rs +++ b/src/models/version_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_assert_response.rs b/src/models/web_authn_assert_response.rs index 7968246b..00e17794 100644 --- a/src/models/web_authn_assert_response.rs +++ b/src/models/web_authn_assert_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_authenticator_authentication_response.rs b/src/models/web_authn_authenticator_authentication_response.rs index 831756f8..ded53f13 100644 --- a/src/models/web_authn_authenticator_authentication_response.rs +++ b/src/models/web_authn_authenticator_authentication_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_authenticator_registration_response.rs b/src/models/web_authn_authenticator_registration_response.rs index 4ec9e21b..69d3efd6 100644 --- a/src/models/web_authn_authenticator_registration_response.rs +++ b/src/models/web_authn_authenticator_registration_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_credential.rs b/src/models/web_authn_credential.rs index ed727a1e..3d6884a0 100644 --- a/src/models/web_authn_credential.rs +++ b/src/models/web_authn_credential.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_credential_import_request.rs b/src/models/web_authn_credential_import_request.rs index d074aa2f..ddf9d041 100644 --- a/src/models/web_authn_credential_import_request.rs +++ b/src/models/web_authn_credential_import_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_credential_response.rs b/src/models/web_authn_credential_response.rs index f64786f1..a98facc4 100644 --- a/src/models/web_authn_credential_response.rs +++ b/src/models/web_authn_credential_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_extensions_client_outputs.rs b/src/models/web_authn_extensions_client_outputs.rs index dcd9420b..14558f97 100644 --- a/src/models/web_authn_extensions_client_outputs.rs +++ b/src/models/web_authn_extensions_client_outputs.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_login_request.rs b/src/models/web_authn_login_request.rs index 7f2b99ee..55d8334d 100644 --- a/src/models/web_authn_login_request.rs +++ b/src/models/web_authn_login_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_public_key_authentication_request.rs b/src/models/web_authn_public_key_authentication_request.rs index 05b49bb6..afb373ab 100644 --- a/src/models/web_authn_public_key_authentication_request.rs +++ b/src/models/web_authn_public_key_authentication_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_public_key_registration_request.rs b/src/models/web_authn_public_key_registration_request.rs index 70725499..a13f6fd6 100644 --- a/src/models/web_authn_public_key_registration_request.rs +++ b/src/models/web_authn_public_key_registration_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_register_complete_request.rs b/src/models/web_authn_register_complete_request.rs index 78da74f0..de7d6745 100644 --- a/src/models/web_authn_register_complete_request.rs +++ b/src/models/web_authn_register_complete_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_register_complete_response.rs b/src/models/web_authn_register_complete_response.rs index a21e58ed..be20a426 100644 --- a/src/models/web_authn_register_complete_response.rs +++ b/src/models/web_authn_register_complete_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_register_start_request.rs b/src/models/web_authn_register_start_request.rs index fd1c8617..27f6fc86 100644 --- a/src/models/web_authn_register_start_request.rs +++ b/src/models/web_authn_register_start_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_register_start_response.rs b/src/models/web_authn_register_start_response.rs index bea411ba..84f0b10b 100644 --- a/src/models/web_authn_register_start_response.rs +++ b/src/models/web_authn_register_start_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_registration_extension_options.rs b/src/models/web_authn_registration_extension_options.rs index a02e8dc7..d4f89329 100644 --- a/src/models/web_authn_registration_extension_options.rs +++ b/src/models/web_authn_registration_extension_options.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_start_request.rs b/src/models/web_authn_start_request.rs index 855205a2..baa6ebb8 100644 --- a/src/models/web_authn_start_request.rs +++ b/src/models/web_authn_start_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_start_response.rs b/src/models/web_authn_start_response.rs index bc827961..0e3872b7 100644 --- a/src/models/web_authn_start_response.rs +++ b/src/models/web_authn_start_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/web_authn_workflow.rs b/src/models/web_authn_workflow.rs index 88cdcaaf..e7fa28ed 100644 --- a/src/models/web_authn_workflow.rs +++ b/src/models/web_authn_workflow.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/webhook.rs b/src/models/webhook.rs index ece5fe61..bf888001 100644 --- a/src/models/webhook.rs +++ b/src/models/webhook.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/webhook_attempt_log.rs b/src/models/webhook_attempt_log.rs new file mode 100644 index 00000000..3719b980 --- /dev/null +++ b/src/models/webhook_attempt_log.rs @@ -0,0 +1,52 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookAttemptLog : A webhook call attempt log. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookAttemptLog { + #[serde(rename = "data", skip_serializing_if = "Option::is_none")] + pub data: Option>, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "endInstant", skip_serializing_if = "Option::is_none")] + pub end_instant: Option, + #[serde(rename = "id", skip_serializing_if = "Option::is_none")] + pub id: Option, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "startInstant", skip_serializing_if = "Option::is_none")] + pub start_instant: Option, + #[serde(rename = "webhookCallResponse", skip_serializing_if = "Option::is_none")] + pub webhook_call_response: Option>, + #[serde(rename = "webhookEventLogId", skip_serializing_if = "Option::is_none")] + pub webhook_event_log_id: Option, + #[serde(rename = "webhookId", skip_serializing_if = "Option::is_none")] + pub webhook_id: Option, + #[serde(rename = "attemptResult", skip_serializing_if = "Option::is_none")] + pub attempt_result: Option, +} + +impl WebhookAttemptLog { + /// A webhook call attempt log. + pub fn new() -> WebhookAttemptLog { + WebhookAttemptLog { + data: None, + end_instant: None, + id: None, + start_instant: None, + webhook_call_response: None, + webhook_event_log_id: None, + webhook_id: None, + attempt_result: None, + } + } +} + diff --git a/src/models/webhook_attempt_log_response.rs b/src/models/webhook_attempt_log_response.rs new file mode 100644 index 00000000..11fe4d43 --- /dev/null +++ b/src/models/webhook_attempt_log_response.rs @@ -0,0 +1,29 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookAttemptLogResponse : Webhook attempt log response. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookAttemptLogResponse { + #[serde(rename = "webhookAttemptLog", skip_serializing_if = "Option::is_none")] + pub webhook_attempt_log: Option>, +} + +impl WebhookAttemptLogResponse { + /// Webhook attempt log response. + pub fn new() -> WebhookAttemptLogResponse { + WebhookAttemptLogResponse { + webhook_attempt_log: None, + } + } +} + diff --git a/src/models/webhook_attempt_result.rs b/src/models/webhook_attempt_result.rs new file mode 100644 index 00000000..c618c052 --- /dev/null +++ b/src/models/webhook_attempt_result.rs @@ -0,0 +1,42 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookAttemptResult : The possible states of an individual webhook attempt to a single endpoint. +/// The possible states of an individual webhook attempt to a single endpoint. +#[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Serialize, Deserialize)] +pub enum WebhookAttemptResult { + #[serde(rename = "Success")] + Success, + #[serde(rename = "Failure")] + Failure, + #[serde(rename = "Unknown")] + Unknown, + +} + +impl std::fmt::Display for WebhookAttemptResult { + fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { + match self { + Self::Success => write!(f, "Success"), + Self::Failure => write!(f, "Failure"), + Self::Unknown => write!(f, "Unknown"), + } + } +} + +impl Default for WebhookAttemptResult { + fn default() -> WebhookAttemptResult { + Self::Success + } +} + diff --git a/src/models/webhook_call_response.rs b/src/models/webhook_call_response.rs new file mode 100644 index 00000000..804b5ff2 --- /dev/null +++ b/src/models/webhook_call_response.rs @@ -0,0 +1,35 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookCallResponse : A webhook call response. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookCallResponse { + #[serde(rename = "exception", skip_serializing_if = "Option::is_none")] + pub exception: Option, + #[serde(rename = "statusCode", skip_serializing_if = "Option::is_none")] + pub status_code: Option, + #[serde(rename = "url", skip_serializing_if = "Option::is_none")] + pub url: Option, +} + +impl WebhookCallResponse { + /// A webhook call response. + pub fn new() -> WebhookCallResponse { + WebhookCallResponse { + exception: None, + status_code: None, + url: None, + } + } +} + diff --git a/src/models/webhook_event_log.rs b/src/models/webhook_event_log.rs new file mode 100644 index 00000000..14361949 --- /dev/null +++ b/src/models/webhook_event_log.rs @@ -0,0 +1,66 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookEventLog { + #[serde(rename = "attempts", skip_serializing_if = "Option::is_none")] + pub attempts: Option>, + #[serde(rename = "data", skip_serializing_if = "Option::is_none")] + pub data: Option>, + #[serde(rename = "event", skip_serializing_if = "Option::is_none")] + pub event: Option>, + #[serde(rename = "eventResult", skip_serializing_if = "Option::is_none")] + pub event_result: Option, + #[serde(rename = "eventType", skip_serializing_if = "Option::is_none")] + pub event_type: Option, + #[serde(rename = "id", skip_serializing_if = "Option::is_none")] + pub id: Option, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "insertInstant", skip_serializing_if = "Option::is_none")] + pub insert_instant: Option, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "lastAttemptInstant", skip_serializing_if = "Option::is_none")] + pub last_attempt_instant: Option, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "lastUpdateInstant", skip_serializing_if = "Option::is_none")] + pub last_update_instant: Option, + #[serde(rename = "linkedObjectId", skip_serializing_if = "Option::is_none")] + pub linked_object_id: Option, + #[serde(rename = "sequence", skip_serializing_if = "Option::is_none")] + pub sequence: Option, + #[serde(rename = "failedAttempts", skip_serializing_if = "Option::is_none")] + pub failed_attempts: Option, + #[serde(rename = "successfulAttempts", skip_serializing_if = "Option::is_none")] + pub successful_attempts: Option, +} + +impl WebhookEventLog { + pub fn new() -> WebhookEventLog { + WebhookEventLog { + attempts: None, + data: None, + event: None, + event_result: None, + event_type: None, + id: None, + insert_instant: None, + last_attempt_instant: None, + last_update_instant: None, + linked_object_id: None, + sequence: None, + failed_attempts: None, + successful_attempts: None, + } + } +} + diff --git a/src/models/webhook_event_log_configuration.rs b/src/models/webhook_event_log_configuration.rs new file mode 100644 index 00000000..47867afc --- /dev/null +++ b/src/models/webhook_event_log_configuration.rs @@ -0,0 +1,29 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookEventLogConfiguration : The system configuration for Webhook Event Log data. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookEventLogConfiguration { + #[serde(rename = "delete", skip_serializing_if = "Option::is_none")] + pub delete: Option>, +} + +impl WebhookEventLogConfiguration { + /// The system configuration for Webhook Event Log data. + pub fn new() -> WebhookEventLogConfiguration { + WebhookEventLogConfiguration { + delete: None, + } + } +} + diff --git a/src/models/webhook_event_log_response.rs b/src/models/webhook_event_log_response.rs new file mode 100644 index 00000000..a245d9a9 --- /dev/null +++ b/src/models/webhook_event_log_response.rs @@ -0,0 +1,29 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookEventLogResponse : Webhook event log response. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookEventLogResponse { + #[serde(rename = "webhookEventLog", skip_serializing_if = "Option::is_none")] + pub webhook_event_log: Option>, +} + +impl WebhookEventLogResponse { + /// Webhook event log response. + pub fn new() -> WebhookEventLogResponse { + WebhookEventLogResponse { + webhook_event_log: None, + } + } +} + diff --git a/src/models/webhook_event_log_search_criteria.rs b/src/models/webhook_event_log_search_criteria.rs new file mode 100644 index 00000000..28c8e31c --- /dev/null +++ b/src/models/webhook_event_log_search_criteria.rs @@ -0,0 +1,52 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookEventLogSearchCriteria : Search criteria for the webhook event log. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookEventLogSearchCriteria { + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "end", skip_serializing_if = "Option::is_none")] + pub end: Option, + #[serde(rename = "event", skip_serializing_if = "Option::is_none")] + pub event: Option, + #[serde(rename = "eventResult", skip_serializing_if = "Option::is_none")] + pub event_result: Option, + #[serde(rename = "eventType", skip_serializing_if = "Option::is_none")] + pub event_type: Option, + /// The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. + #[serde(rename = "start", skip_serializing_if = "Option::is_none")] + pub start: Option, + #[serde(rename = "numberOfResults", skip_serializing_if = "Option::is_none")] + pub number_of_results: Option, + #[serde(rename = "orderBy", skip_serializing_if = "Option::is_none")] + pub order_by: Option, + #[serde(rename = "startRow", skip_serializing_if = "Option::is_none")] + pub start_row: Option, +} + +impl WebhookEventLogSearchCriteria { + /// Search criteria for the webhook event log. + pub fn new() -> WebhookEventLogSearchCriteria { + WebhookEventLogSearchCriteria { + end: None, + event: None, + event_result: None, + event_type: None, + start: None, + number_of_results: None, + order_by: None, + start_row: None, + } + } +} + diff --git a/src/models/webhook_event_log_search_request.rs b/src/models/webhook_event_log_search_request.rs new file mode 100644 index 00000000..1fd9d6f9 --- /dev/null +++ b/src/models/webhook_event_log_search_request.rs @@ -0,0 +1,29 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookEventLogSearchRequest : Webhook event log search request. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookEventLogSearchRequest { + #[serde(rename = "search", skip_serializing_if = "Option::is_none")] + pub search: Option>, +} + +impl WebhookEventLogSearchRequest { + /// Webhook event log search request. + pub fn new() -> WebhookEventLogSearchRequest { + WebhookEventLogSearchRequest { + search: None, + } + } +} + diff --git a/src/models/webhook_event_log_search_response.rs b/src/models/webhook_event_log_search_response.rs new file mode 100644 index 00000000..853df8d7 --- /dev/null +++ b/src/models/webhook_event_log_search_response.rs @@ -0,0 +1,32 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookEventLogSearchResponse : Webhook event log search response. +#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)] +pub struct WebhookEventLogSearchResponse { + #[serde(rename = "total", skip_serializing_if = "Option::is_none")] + pub total: Option, + #[serde(rename = "webhookEventLogs", skip_serializing_if = "Option::is_none")] + pub webhook_event_logs: Option>, +} + +impl WebhookEventLogSearchResponse { + /// Webhook event log search response. + pub fn new() -> WebhookEventLogSearchResponse { + WebhookEventLogSearchResponse { + total: None, + webhook_event_logs: None, + } + } +} + diff --git a/src/models/webhook_event_result.rs b/src/models/webhook_event_result.rs new file mode 100644 index 00000000..542d982c --- /dev/null +++ b/src/models/webhook_event_result.rs @@ -0,0 +1,42 @@ +/* + * FusionAuth API + * + * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. + * + * The version of the OpenAPI document: 1.53.2 + * + * Generated by: https://openapi-generator.tech + */ + +use crate::models; +use serde::{Deserialize, Serialize}; + +/// WebhookEventResult : The possible result states of a webhook event. This tracks the success of the overall webhook transaction according to the {@link TransactionType} and configured webhooks. +/// The possible result states of a webhook event. This tracks the success of the overall webhook transaction according to the {@link TransactionType} and configured webhooks. +#[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Serialize, Deserialize)] +pub enum WebhookEventResult { + #[serde(rename = "Failed")] + Failed, + #[serde(rename = "Running")] + Running, + #[serde(rename = "Succeeded")] + Succeeded, + +} + +impl std::fmt::Display for WebhookEventResult { + fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { + match self { + Self::Failed => write!(f, "Failed"), + Self::Running => write!(f, "Running"), + Self::Succeeded => write!(f, "Succeeded"), + } + } +} + +impl Default for WebhookEventResult { + fn default() -> WebhookEventResult { + Self::Failed + } +} + diff --git a/src/models/webhook_request.rs b/src/models/webhook_request.rs index 37568e53..1e2b8e49 100644 --- a/src/models/webhook_request.rs +++ b/src/models/webhook_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/webhook_response.rs b/src/models/webhook_response.rs index 97bfa202..39f7c091 100644 --- a/src/models/webhook_response.rs +++ b/src/models/webhook_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/webhook_search_criteria.rs b/src/models/webhook_search_criteria.rs index 616c1940..c001472d 100644 --- a/src/models/webhook_search_criteria.rs +++ b/src/models/webhook_search_criteria.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/webhook_search_request.rs b/src/models/webhook_search_request.rs index 0e3efe49..35202c6c 100644 --- a/src/models/webhook_search_request.rs +++ b/src/models/webhook_search_request.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/webhook_search_response.rs b/src/models/webhook_search_response.rs index 574fc539..82b5609b 100644 --- a/src/models/webhook_search_response.rs +++ b/src/models/webhook_search_response.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/webhook_signature_configuration.rs b/src/models/webhook_signature_configuration.rs index a35d69d6..0b49e993 100644 --- a/src/models/webhook_signature_configuration.rs +++ b/src/models/webhook_signature_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/xbox_application_configuration.rs b/src/models/xbox_application_configuration.rs index 3716cd9c..b6f8caf5 100644 --- a/src/models/xbox_application_configuration.rs +++ b/src/models/xbox_application_configuration.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/xbox_identity_provider.rs b/src/models/xbox_identity_provider.rs index 4783df3f..b98878ae 100644 --- a/src/models/xbox_identity_provider.rs +++ b/src/models/xbox_identity_provider.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */ diff --git a/src/models/xml_signature_location.rs b/src/models/xml_signature_location.rs index 887e088c..afaa20fa 100644 --- a/src/models/xml_signature_location.rs +++ b/src/models/xml_signature_location.rs @@ -3,7 +3,7 @@ * * This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls. * - * The version of the OpenAPI document: 1.53.0 + * The version of the OpenAPI document: 1.53.2 * * Generated by: https://openapi-generator.tech */