Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Max KvR committed Apr 20, 2024
1 parent f67db6e commit 67fd561
Show file tree
Hide file tree
Showing 618 changed files with 1,618 additions and 594 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fusionauth-rust-client"
version = "2.0.2"
version = "2.1.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 Down
19 changes: 16 additions & 3 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.49.2
- Package version: 2.0.2
- API version: 1.50.0
- Package version: 2.1.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`


Expand Down Expand Up @@ -70,6 +70,8 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**create_message_template_with_id**](docs/DefaultApi.md#create_message_template_with_id) | **POST** /api/message/template/{messageTemplateId} |
*DefaultApi* | [**create_messenger**](docs/DefaultApi.md#create_messenger) | **POST** /api/messenger |
*DefaultApi* | [**create_messenger_with_id**](docs/DefaultApi.md#create_messenger_with_id) | **POST** /api/messenger/{messengerId} |
*DefaultApi* | [**create_o_auth_scope**](docs/DefaultApi.md#create_o_auth_scope) | **POST** /api/application/{applicationId}/scope |
*DefaultApi* | [**create_o_auth_scope_with_id**](docs/DefaultApi.md#create_o_auth_scope_with_id) | **POST** /api/application/{applicationId}/scope/{scopeId} |
*DefaultApi* | [**create_tenant**](docs/DefaultApi.md#create_tenant) | **POST** /api/tenant |
*DefaultApi* | [**create_tenant_with_id**](docs/DefaultApi.md#create_tenant_with_id) | **POST** /api/tenant/{tenantId} |
*DefaultApi* | [**create_theme**](docs/DefaultApi.md#create_theme) | **POST** /api/theme |
Expand Down Expand Up @@ -108,6 +110,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**delete_lambda_with_id**](docs/DefaultApi.md#delete_lambda_with_id) | **DELETE** /api/lambda/{lambdaId} |
*DefaultApi* | [**delete_message_template_with_id**](docs/DefaultApi.md#delete_message_template_with_id) | **DELETE** /api/message/template/{messageTemplateId} |
*DefaultApi* | [**delete_messenger_with_id**](docs/DefaultApi.md#delete_messenger_with_id) | **DELETE** /api/messenger/{messengerId} |
*DefaultApi* | [**delete_o_auth_scope_with_id**](docs/DefaultApi.md#delete_o_auth_scope_with_id) | **DELETE** /api/application/{applicationId}/scope/{scopeId} |
*DefaultApi* | [**delete_tenant_with_id**](docs/DefaultApi.md#delete_tenant_with_id) | **DELETE** /api/tenant/{tenantId} |
*DefaultApi* | [**delete_theme_with_id**](docs/DefaultApi.md#delete_theme_with_id) | **DELETE** /api/theme/{themeId} |
*DefaultApi* | [**delete_user_action_reason_with_id**](docs/DefaultApi.md#delete_user_action_reason_with_id) | **DELETE** /api/user-action-reason/{userActionReasonId} |
Expand Down Expand Up @@ -151,6 +154,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**patch_lambda_with_id**](docs/DefaultApi.md#patch_lambda_with_id) | **PATCH** /api/lambda/{lambdaId} |
*DefaultApi* | [**patch_message_template_with_id**](docs/DefaultApi.md#patch_message_template_with_id) | **PATCH** /api/message/template/{messageTemplateId} |
*DefaultApi* | [**patch_messenger_with_id**](docs/DefaultApi.md#patch_messenger_with_id) | **PATCH** /api/messenger/{messengerId} |
*DefaultApi* | [**patch_o_auth_scope_with_id**](docs/DefaultApi.md#patch_o_auth_scope_with_id) | **PATCH** /api/application/{applicationId}/scope/{scopeId} |
*DefaultApi* | [**patch_registration_with_id**](docs/DefaultApi.md#patch_registration_with_id) | **PATCH** /api/user/registration/{userId} |
*DefaultApi* | [**patch_system_configuration_with_id**](docs/DefaultApi.md#patch_system_configuration_with_id) | **PATCH** /api/system-configuration |
*DefaultApi* | [**patch_tenant_with_id**](docs/DefaultApi.md#patch_tenant_with_id) | **PATCH** /api/tenant/{tenantId} |
Expand Down Expand Up @@ -200,6 +204,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**retrieve_message_template_with_id**](docs/DefaultApi.md#retrieve_message_template_with_id) | **GET** /api/message/template/{messageTemplateId} |
*DefaultApi* | [**retrieve_messenger_with_id**](docs/DefaultApi.md#retrieve_messenger_with_id) | **GET** /api/messenger/{messengerId} |
*DefaultApi* | [**retrieve_monthly_active_report_with_id**](docs/DefaultApi.md#retrieve_monthly_active_report_with_id) | **GET** /api/report/monthly-active-user |
*DefaultApi* | [**retrieve_o_auth_scope_with_id**](docs/DefaultApi.md#retrieve_o_auth_scope_with_id) | **GET** /api/application/{applicationId}/scope/{scopeId} |
*DefaultApi* | [**retrieve_oauth_configuration_with_id**](docs/DefaultApi.md#retrieve_oauth_configuration_with_id) | **GET** /api/application/{applicationId}/oauth-configuration |
*DefaultApi* | [**retrieve_open_id_configuration_with_id**](docs/DefaultApi.md#retrieve_open_id_configuration_with_id) | **GET** /.well-known/openid-configuration |
*DefaultApi* | [**retrieve_password_validation_rules_with_id**](docs/DefaultApi.md#retrieve_password_validation_rules_with_id) | **GET** /api/tenant/password-validation-rules |
Expand Down Expand Up @@ -290,6 +295,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**update_lambda_with_id**](docs/DefaultApi.md#update_lambda_with_id) | **PUT** /api/lambda/{lambdaId} |
*DefaultApi* | [**update_message_template_with_id**](docs/DefaultApi.md#update_message_template_with_id) | **PUT** /api/message/template/{messageTemplateId} |
*DefaultApi* | [**update_messenger_with_id**](docs/DefaultApi.md#update_messenger_with_id) | **PUT** /api/messenger/{messengerId} |
*DefaultApi* | [**update_o_auth_scope_with_id**](docs/DefaultApi.md#update_o_auth_scope_with_id) | **PUT** /api/application/{applicationId}/scope/{scopeId} |
*DefaultApi* | [**update_registration_with_id**](docs/DefaultApi.md#update_registration_with_id) | **PUT** /api/user/registration/{userId} |
*DefaultApi* | [**update_system_configuration_with_id**](docs/DefaultApi.md#update_system_configuration_with_id) | **PUT** /api/system-configuration |
*DefaultApi* | [**update_tenant_with_id**](docs/DefaultApi.md#update_tenant_with_id) | **PUT** /api/tenant/{tenantId} |
Expand Down Expand Up @@ -329,14 +335,16 @@ Class | Method | HTTP request | Description
- [ApplicationFormConfiguration](docs/ApplicationFormConfiguration.md)
- [ApplicationMultiFactorConfiguration](docs/ApplicationMultiFactorConfiguration.md)
- [ApplicationMultiFactorTrustPolicy](docs/ApplicationMultiFactorTrustPolicy.md)
- [ApplicationOAuthScope](docs/ApplicationOAuthScope.md)
- [ApplicationOAuthScopeRequest](docs/ApplicationOAuthScopeRequest.md)
- [ApplicationOAuthScopeResponse](docs/ApplicationOAuthScopeResponse.md)
- [ApplicationRegistrationDeletePolicy](docs/ApplicationRegistrationDeletePolicy.md)
- [ApplicationRequest](docs/ApplicationRequest.md)
- [ApplicationResponse](docs/ApplicationResponse.md)
- [ApplicationRole](docs/ApplicationRole.md)
- [ApplicationSearchCriteria](docs/ApplicationSearchCriteria.md)
- [ApplicationSearchRequest](docs/ApplicationSearchRequest.md)
- [ApplicationSearchResponse](docs/ApplicationSearchResponse.md)
- [ApplicationUnverifiedConfiguration](docs/ApplicationUnverifiedConfiguration.md)
- [ApplicationWebAuthnConfiguration](docs/ApplicationWebAuthnConfiguration.md)
- [ApplicationWebAuthnWorkflowConfiguration](docs/ApplicationWebAuthnWorkflowConfiguration.md)
- [Attachment](docs/Attachment.md)
Expand Down Expand Up @@ -631,10 +639,13 @@ Class | Method | HTTP request | Description
- [NintendoApplicationConfiguration](docs/NintendoApplicationConfiguration.md)
- [NintendoIdentityProvider](docs/NintendoIdentityProvider.md)
- [OAuth2Configuration](docs/OAuth2Configuration.md)
- [OAuthApplicationRelationship](docs/OAuthApplicationRelationship.md)
- [OAuthConfigurationResponse](docs/OAuthConfigurationResponse.md)
- [OAuthError](docs/OAuthError.md)
- [OAuthErrorReason](docs/OAuthErrorReason.md)
- [OAuthErrorType](docs/OAuthErrorType.md)
- [OAuthScopeConsentMode](docs/OAuthScopeConsentMode.md)
- [OAuthScopeHandlingPolicy](docs/OAuthScopeHandlingPolicy.md)
- [Oauth2AuthorizedUrlValidationPolicy](docs/Oauth2AuthorizedUrlValidationPolicy.md)
- [ObjectState](docs/ObjectState.md)
- [OpenIdConfiguration](docs/OpenIdConfiguration.md)
Expand All @@ -656,6 +667,7 @@ Class | Method | HTTP request | Description
- [PreviewRequest](docs/PreviewRequest.md)
- [PreviewResponse](docs/PreviewResponse.md)
- [ProofKeyForCodeExchangePolicy](docs/ProofKeyForCodeExchangePolicy.md)
- [ProvidedScopePolicy](docs/ProvidedScopePolicy.md)
- [ProviderLambdaConfiguration](docs/ProviderLambdaConfiguration.md)
- [PublicKeyCredentialCreationOptions](docs/PublicKeyCredentialCreationOptions.md)
- [PublicKeyCredentialDescriptor](docs/PublicKeyCredentialDescriptor.md)
Expand Down Expand Up @@ -793,6 +805,7 @@ Class | Method | HTTP request | Description
- [UiConfiguration](docs/UiConfiguration.md)
- [UniqueUsernameConfiguration](docs/UniqueUsernameConfiguration.md)
- [UniqueUsernameStrategy](docs/UniqueUsernameStrategy.md)
- [UnknownScopePolicy](docs/UnknownScopePolicy.md)
- [UnverifiedBehavior](docs/UnverifiedBehavior.md)
- [User](docs/User.md)
- [UserAction](docs/UserAction.md)
Expand Down
1 change: 1 addition & 0 deletions docs/Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Name | Type | Description | Notes
**registration_delete_policy** | Option<[**models::ApplicationRegistrationDeletePolicy**](ApplicationRegistrationDeletePolicy.md)> | | [optional]
**roles** | Option<[**Vec<models::ApplicationRole>**](ApplicationRole.md)> | | [optional]
**samlv2_configuration** | Option<[**models::Samlv2Configuration**](SAMLv2Configuration.md)> | | [optional]
**scopes** | Option<[**Vec<models::ApplicationOAuthScope>**](ApplicationOAuthScope.md)> | | [optional]
**state** | Option<[**models::ObjectState**](ObjectState.md)> | | [optional]
**tenant_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**theme_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
Expand Down
20 changes: 20 additions & 0 deletions docs/ApplicationOAuthScope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ApplicationOAuthScope

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**data** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | | [optional]
**default_consent_detail** | Option<**String**> | | [optional]
**default_consent_message** | Option<**String**> | | [optional]
**description** | Option<**String**> | | [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_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]
**name** | Option<**String**> | | [optional]
**required** | 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)


11 changes: 11 additions & 0 deletions docs/ApplicationOAuthScopeRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ApplicationOAuthScopeRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scope** | Option<[**models::ApplicationOAuthScope**](ApplicationOAuthScope.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)


11 changes: 11 additions & 0 deletions docs/ApplicationOAuthScopeResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ApplicationOAuthScopeResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scope** | Option<[**models::ApplicationOAuthScope**](ApplicationOAuthScope.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)


1 change: 1 addition & 0 deletions docs/ApplicationSearchRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**search** | Option<[**models::ApplicationSearchCriteria**](ApplicationSearchCriteria.md)> | | [optional]
**expand** | Option<**Vec<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)

Expand Down
1 change: 1 addition & 0 deletions docs/ApplicationSearchResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**applications** | Option<[**Vec<models::Application>**](Application.md)> | | [optional]
**total** | Option<**i64**> | | [optional]
**expandable** | Option<**Vec<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)

Expand Down
Loading

0 comments on commit 67fd561

Please sign in to comment.