mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-12-03 02:58:22 +00:00
Upgrade Rust SDK to spec 1.16.0
This commit is contained in:
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
||||
**current_avatar_asset_url** | **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** | Option<**Vec<String>**> | | [optional]
|
||||
**date_joined** | [**String**](string.md) | |
|
||||
**developer_type** | [**crate::models::DeveloperType**](DeveloperType.md) | |
|
||||
**display_name** | **String** | |
|
||||
@@ -25,6 +26,9 @@ Name | Type | Description | Notes
|
||||
**friend_key** | **String** | |
|
||||
**friends** | **Vec<String>** | |
|
||||
**has_birthday** | **bool** | |
|
||||
**hide_content_filter_settings** | Option<**bool**> | | [optional]
|
||||
**user_language** | Option<**String**> | | [optional]
|
||||
**user_language_code** | Option<**String**> | | [optional]
|
||||
**has_email** | **bool** | |
|
||||
**has_logged_in_from_client** | **bool** | |
|
||||
**has_pending_email** | **bool** | |
|
||||
@@ -37,6 +41,9 @@ Name | Type | Description | Notes
|
||||
**obfuscated_email** | **String** | |
|
||||
**obfuscated_pending_email** | **String** | |
|
||||
**oculus_id** | **String** | |
|
||||
**google_id** | Option<**String**> | | [optional]
|
||||
**pico_id** | Option<**String**> | | [optional]
|
||||
**vive_id** | Option<**String**> | | [optional]
|
||||
**offline_friends** | Option<**Vec<String>**> | | [optional]
|
||||
**online_friends** | Option<**Vec<String>**> | | [optional]
|
||||
**past_display_names** | [**Vec<crate::models::PastDisplayName>**](PastDisplayName.md) | |
|
||||
|
||||
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
||||
**author_id** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |
|
||||
**author_name** | **String** | |
|
||||
**capacity** | **i32** | |
|
||||
**recommended_capacity** | Option<**i32**> | | [optional]
|
||||
**created_at** | **String** | |
|
||||
**favorites** | **i32** | | [default to 0]
|
||||
**heat** | **i32** | | [default to 0]
|
||||
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
|
||||
**thumbnail_image_url** | **String** | |
|
||||
**unity_packages** | [**Vec<crate::models::LimitedUnityPackage>**](LimitedUnityPackage.md) | |
|
||||
**updated_at** | **String** | |
|
||||
**udon_products** | 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)
|
||||
|
||||
|
||||
@@ -4,16 +4,18 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **String** | |
|
||||
**asset_url** | Option<**String**> | | [optional]
|
||||
**asset_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
||||
**asset_version** | **i32** | |
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**id** | **String** | |
|
||||
**platform** | **String** | This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. |
|
||||
**plugin_url** | Option<**String**> | | [optional]
|
||||
**plugin_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
||||
**unity_sort_number** | Option<**i64**> | | [optional]
|
||||
**unity_version** | **String** | | [default to 5.3.4p1]
|
||||
**impostor_url** | Option<**String**> | | [optional]
|
||||
**scan_status** | Option<**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)
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ Name | Type | Description | Notes
|
||||
**updated_at** | **String** | |
|
||||
**version** | **i32** | | [default to 0]
|
||||
**visits** | **i32** | | [default to 0]
|
||||
**udon_products** | 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user