Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Dec 24, 2024
1 parent 993135a commit 653d301
Show file tree
Hide file tree
Showing 627 changed files with 1,451 additions and 1,031 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fusionauth-rust-client"
version = "2.5.0"
version = "2.6.0"
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"
Expand All @@ -14,5 +14,6 @@ url = "^2.5"
uuid = { version = "^1.8", features = ["serde", "v4"] }
reqwest = { version = "^0.12", features = ["json", "multipart"] }


[features]
rusttls = ["reqwest/rustls-tls"]
rusttls = ["reqwest/rustls-tls"]
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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: 1.54.0
- Package version: 2.5.0
- API version: 1.55.1
- Package version: 2.6.0
- Generator version: 7.11.0-SNAPSHOT
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

Expand Down Expand Up @@ -700,6 +700,7 @@ Class | Method | HTTP request | Description
- [RefreshToken](docs/RefreshToken.md)
- [RefreshTokenExpirationPolicy](docs/RefreshTokenExpirationPolicy.md)
- [RefreshTokenImportRequest](docs/RefreshTokenImportRequest.md)
- [RefreshTokenOneTimeUseConfiguration](docs/RefreshTokenOneTimeUseConfiguration.md)
- [RefreshTokenResponse](docs/RefreshTokenResponse.md)
- [RefreshTokenRevocationPolicy](docs/RefreshTokenRevocationPolicy.md)
- [RefreshTokenRevokeRequest](docs/RefreshTokenRevokeRequest.md)
Expand All @@ -720,6 +721,7 @@ Class | Method | HTTP request | Description
- [SamlLogoutBehavior](docs/SamlLogoutBehavior.md)
- [Samlv2ApplicationConfiguration](docs/Samlv2ApplicationConfiguration.md)
- [Samlv2AssertionConfiguration](docs/Samlv2AssertionConfiguration.md)
- [Samlv2AssertionDecryptionConfiguration](docs/Samlv2AssertionDecryptionConfiguration.md)
- [Samlv2AssertionEncryptionConfiguration](docs/Samlv2AssertionEncryptionConfiguration.md)
- [Samlv2Configuration](docs/Samlv2Configuration.md)
- [Samlv2DestinationAssertionConfiguration](docs/Samlv2DestinationAssertionConfiguration.md)
Expand Down Expand Up @@ -817,6 +819,7 @@ Class | Method | HTTP request | Description
- [UniqueUsernameStrategy](docs/UniqueUsernameStrategy.md)
- [UnknownScopePolicy](docs/UnknownScopePolicy.md)
- [UnverifiedBehavior](docs/UnverifiedBehavior.md)
- [UsageDataConfiguration](docs/UsageDataConfiguration.md)
- [User](docs/User.md)
- [UserAction](docs/UserAction.md)
- [UserActionEvent](docs/UserActionEvent.md)
Expand Down
2 changes: 1 addition & 1 deletion api_version.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.54.0
version: 1.55.1
1 change: 1 addition & 0 deletions docs/ApiKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expiration_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]
**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]
**ip_access_control_list_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
Expand Down
84 changes: 42 additions & 42 deletions docs/DefaultApi.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/DisplayableRawLogin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Name | Type | Description | Notes
**application_name** | Option<**String**> | | [optional]
**location** | Option<[**models::Location**](Location.md)> | | [optional]
**login_id** | Option<**String**> | | [optional]
**application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**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]
**ip_address** | Option<**String**> | | [optional]
**user_id** | Option<[**uuid::Uuid**](uuid::Uuid.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)

Expand Down
1 change: 1 addition & 0 deletions docs/JwtConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**access_token_key_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**id_token_key_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**refresh_token_expiration_policy** | Option<[**models::RefreshTokenExpirationPolicy**](RefreshTokenExpirationPolicy.md)> | | [optional]
**refresh_token_one_time_use_configuration** | Option<[**models::RefreshTokenOneTimeUseConfiguration**](RefreshTokenOneTimeUseConfiguration.md)> | | [optional]
**refresh_token_revocation_policy** | Option<[**models::RefreshTokenRevocationPolicy**](RefreshTokenRevocationPolicy.md)> | | [optional]
**refresh_token_sliding_window_configuration** | Option<[**models::RefreshTokenSlidingWindowConfiguration**](RefreshTokenSlidingWindowConfiguration.md)> | | [optional]
**refresh_token_time_to_live_in_minutes** | Option<**i32**> | | [optional]
Expand Down
11 changes: 11 additions & 0 deletions docs/RefreshTokenOneTimeUseConfiguration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RefreshTokenOneTimeUseConfiguration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**grace_period_in_seconds** | 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)


1 change: 1 addition & 0 deletions docs/RefreshTokenRevocationPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**on_login_prevented** | Option<**bool**> | | [optional]
**on_multi_factor_enable** | Option<**bool**> | | [optional]
**on_one_time_token_reuse** | Option<**bool**> | | [optional]
**on_password_changed** | Option<**bool**> | | [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)
Expand Down
1 change: 1 addition & 0 deletions docs/RegistrationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**refresh_token** | Option<**String**> | | [optional]
**refresh_token_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**registration** | Option<[**models::UserRegistration**](UserRegistration.md)> | | [optional]
**registration_verification_id** | Option<**String**> | | [optional]
**registration_verification_one_time_code** | Option<**String**> | | [optional]
Expand Down
12 changes: 12 additions & 0 deletions docs/Samlv2AssertionDecryptionConfiguration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Samlv2AssertionDecryptionConfiguration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key_transport_decryption_key_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**enabled** | Option<**bool**> | | [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)


1 change: 1 addition & 0 deletions docs/Samlv2IdPInitiatedIdentityProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**issuer** | Option<**String**> | | [optional]
**assertion_decryption_configuration** | Option<[**models::Samlv2AssertionDecryptionConfiguration**](SAMLv2AssertionDecryptionConfiguration.md)> | | [optional]
**email_claim** | Option<**String**> | | [optional]
**key_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**unique_id_claim** | Option<**String**> | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/Samlv2IdentityProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Name | Type | Description | Notes
**request_signing_key_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**sign_request** | Option<**bool**> | | [optional]
**xml_signature_c14n_method** | Option<[**models::CanonicalizationMethod**](CanonicalizationMethod.md)> | | [optional]
**assertion_decryption_configuration** | Option<[**models::Samlv2AssertionDecryptionConfiguration**](SAMLv2AssertionDecryptionConfiguration.md)> | | [optional]
**email_claim** | Option<**String**> | | [optional]
**key_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**unique_id_claim** | Option<**String**> | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/SystemConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
**usage_data_configuration** | Option<[**models::UsageDataConfiguration**](UsageDataConfiguration.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)
Expand Down
12 changes: 12 additions & 0 deletions docs/UsageDataConfiguration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# UsageDataConfiguration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number_of_days_to_retain** | Option<**i32**> | | [optional]
**enabled** | Option<**bool**> | | [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)


4 changes: 2 additions & 2 deletions src/apis/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls.
*
* The version of the OpenAPI document: 1.54.0
* The version of the OpenAPI document: 1.55.1
*
* Generated by: https://openapi-generator.tech
*/
Expand Down Expand Up @@ -40,7 +40,7 @@ impl Default for Configuration {
fn default() -> Self {
Configuration {
base_path: "http://localhost:9011".to_owned(),
user_agent: Some("OpenAPI-Generator/1.54.0/rust".to_owned()),
user_agent: Some("OpenAPI-Generator/1.55.1/rust".to_owned()),
client: reqwest::Client::new(),
basic_auth: None,
oauth_access_token: None,
Expand Down
Loading

0 comments on commit 653d301

Please sign in to comment.