Skip to content

Commit

Permalink
Version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Max KvR committed Sep 16, 2024
1 parent bf31e6b commit 9a70ded
Show file tree
Hide file tree
Showing 676 changed files with 1,699 additions and 1,513 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.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"
Expand Down
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`


Expand Down Expand Up @@ -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} |
Expand All @@ -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 |
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
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.53.0
version: 1.53.2
16 changes: 16 additions & 0 deletions docs/BaseGroupEvent.md
Original file line number Diff line number Diff line change
@@ -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)


16 changes: 16 additions & 0 deletions docs/BaseUserEvent.md
Original file line number Diff line number Diff line change
@@ -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)


93 changes: 93 additions & 0 deletions docs/DefaultApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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} |
Expand All @@ -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 |
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/ExternalIdentifierConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
5 changes: 0 additions & 5 deletions docs/GroupCreateCompleteEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 0 additions & 5 deletions docs/GroupCreateEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 0 additions & 5 deletions docs/GroupDeleteCompleteEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 0 additions & 5 deletions docs/GroupDeleteEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
7 changes: 1 addition & 6 deletions docs/GroupMemberAddCompleteEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group** | Option<[**models::Group**](Group.md)> | | [optional]
**members** | Option<[**Vec<models::GroupMember>**](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)

Expand Down
7 changes: 1 addition & 6 deletions docs/GroupMemberAddEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group** | Option<[**models::Group**](Group.md)> | | [optional]
**members** | Option<[**Vec<models::GroupMember>**](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)

Expand Down
7 changes: 1 addition & 6 deletions docs/GroupMemberRemoveCompleteEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group** | Option<[**models::Group**](Group.md)> | | [optional]
**members** | Option<[**Vec<models::GroupMember>**](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)

Expand Down
Loading

0 comments on commit 9a70ded

Please sign in to comment.