Bump openapi-generator to 7.7.0 (#14)

* bump: openapi-generator to 7.7.0

* fix: remove empty doc comments to silence clippy

* bump: remove unessecary patches fixed by the update

* bump: run generate.sh
This commit is contained in:
DerTiedemann
2024-07-21 02:18:01 +02:00
committed by GitHub
parent 169cbe48b0
commit 2c4cf7d817
263 changed files with 1978 additions and 2062 deletions

View File

@ -5,14 +5,14 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_avatar_copying** | **bool** | | [default to true]
**badges** | Option<[**Vec<crate::models::Badge>**](Badge.md)> | | [optional]
**badges** | Option<[**Vec<models::Badge>**](Badge.md)> | | [optional]
**bio** | **String** | |
**bio_links** | **Vec<String>** | |
**current_avatar_image_url** | **String** | When profilePicOverride is not empty, use it instead. |
**current_avatar_thumbnail_image_url** | **String** | When profilePicOverride is not empty, use it instead. |
**current_avatar_tags** | **Vec<String>** | |
**date_joined** | [**String**](string.md) | |
**developer_type** | [**crate::models::DeveloperType**](DeveloperType.md) | |
**developer_type** | [**models::DeveloperType**](DeveloperType.md) | |
**display_name** | **String** | A users visual display name. This is what shows up in-game, and can different from their `username`. Changing display name is restricted to a cooldown period. |
**friend_key** | **String** | |
**friend_request_status** | Option<**String**> | | [optional]
@ -27,8 +27,8 @@ Name | Type | Description | Notes
**profile_pic_override** | **String** | |
**profile_pic_override_thumbnail** | **String** | |
**pronouns** | **String** | |
**state** | [**crate::models::UserState**](UserState.md) | |
**status** | [**crate::models::UserStatus**](UserStatus.md) | |
**state** | [**models::UserState**](UserState.md) | |
**status** | [**models::UserStatus**](UserStatus.md) | |
**status_description** | **String** | |
**tags** | **Vec<String>** | |
**traveling_to_instance** | Option<**String**> | | [optional]