mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
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:
@ -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]
|
||||
|
Reference in New Issue
Block a user