mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Upgrade Rust SDK to spec 1.18.3
This commit is contained in:
@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
||||
**tags** | Option<**Vec<String>**> | | [optional]
|
||||
**image_url** | **String** | |
|
||||
**release_status** | Option<[**models::ReleaseStatus**](ReleaseStatus.md)> | | [optional]
|
||||
**version** | Option<**f64**> | | [optional][default to 1]
|
||||
**version** | Option<**i32**> | | [optional][default to 1]
|
||||
**unity_package_url** | Option<**String**> | | [optional]
|
||||
**unity_version** | Option<**String**> | | [optional][default to 5.3.4p1]
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**signature_md5** | **String** | |
|
||||
**signature_size_in_bytes** | **f64** | |
|
||||
**signature_size_in_bytes** | **i32** | |
|
||||
**file_md5** | Option<**String**> | | [optional]
|
||||
**file_size_in_bytes** | Option<**f64**> | | [optional]
|
||||
**file_size_in_bytes** | Option<**i32**> | | [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)
|
||||
|
||||
|
@ -55,6 +55,8 @@ Name | Type | Description | Notes
|
||||
**profile_pic_override** | **String** | |
|
||||
**profile_pic_override_thumbnail** | **String** | |
|
||||
**pronouns** | **String** | |
|
||||
**queued_instance** | Option<**String**> | | [optional]
|
||||
**receive_mobile_invitations** | Option<**bool**> | | [optional]
|
||||
**state** | [**models::UserState**](UserState.md) | |
|
||||
**status** | [**models::UserStatus**](UserStatus.md) | |
|
||||
**status_description** | **String** | |
|
||||
|
@ -5,6 +5,7 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**avatar_thumbnail** | Option<**String**> | | [optional]
|
||||
**current_avatar_tags** | Option<**String**> | | [optional]
|
||||
**display_name** | Option<**String**> | | [optional]
|
||||
**groups** | Option<**Vec<String>**> | | [optional]
|
||||
**id** | Option<**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. | [optional]
|
||||
@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
||||
**status** | Option<**String**> | either a UserStatus or empty string | [optional]
|
||||
**traveling_to_instance** | Option<**String**> | | [optional]
|
||||
**traveling_to_world** | Option<**String**> | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
|
||||
**user_icon** | Option<**String**> | | [optional]
|
||||
**world** | Option<**String**> | WorldID be \"offline\" on User profiles if you are not friends with that user. | [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)
|
||||
|
@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**upload_id** | **String** | |
|
||||
**file_name** | **String** | |
|
||||
**next_part_number** | **f64** | |
|
||||
**max_parts** | **f64** | |
|
||||
**next_part_number** | **i32** | |
|
||||
**max_parts** | **i32** | |
|
||||
**parts** | [**Vec<serde_json::Value>**](serde_json::Value.md) | |
|
||||
**etags** | [**Vec<serde_json::Value>**](serde_json::Value.md) | Unknown |
|
||||
|
||||
|
@ -831,7 +831,7 @@ Name | Type | Description | Required | Notes
|
||||
|
||||
## get_group_members
|
||||
|
||||
> Vec<models::GroupMember> get_group_members(group_id, n, offset, sort)
|
||||
> Vec<models::GroupMember> get_group_members(group_id, n, offset, sort, role_id)
|
||||
List Group Members
|
||||
|
||||
Returns a List of all **other** Group Members. This endpoint will never return the user calling the endpoint. Information about the user calling the endpoint must be found in the `myMember` field of the Group object.
|
||||
@ -845,6 +845,7 @@ Name | Type | Description | Required | Notes
|
||||
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
|
||||
**offset** | Option<**i32**> | A zero-based offset from the default object sorting from where search results start. | |
|
||||
**sort** | Option<[**GroupSearchSort**](.md)> | The sort order of Group Member results | |
|
||||
**role_id** | Option<**String**> | Only returns members with a specific groupRoleId | |
|
||||
|
||||
### Return type
|
||||
|
||||
|
@ -13,7 +13,7 @@ Name | Type | Description | Notes
|
||||
**amount** | **f64** | |
|
||||
**description** | **String** | |
|
||||
**period** | [**models::SubscriptionPeriod**](SubscriptionPeriod.md) | |
|
||||
**tier** | **f64** | |
|
||||
**tier** | **i32** | |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
@ -5,11 +5,11 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**agreement_id** | **String** | |
|
||||
**item_id** | **f64** | |
|
||||
**item_id** | **i32** | |
|
||||
**agreement** | **String** | |
|
||||
**status** | **String** | This is NOT TransactionStatus, but whatever Steam return. |
|
||||
**period** | **String** | |
|
||||
**frequency** | **f64** | |
|
||||
**frequency** | **i32** | |
|
||||
**billing_type** | **String** | |
|
||||
**start_date** | **String** | |
|
||||
**end_date** | **String** | |
|
||||
@ -20,8 +20,8 @@ Name | Type | Description | Notes
|
||||
**last_payment** | **String** | |
|
||||
**last_amount** | **f64** | |
|
||||
**last_amount_vat** | **f64** | |
|
||||
**outstanding** | **f64** | |
|
||||
**failed_attempts** | **f64** | |
|
||||
**outstanding** | **i32** | |
|
||||
**failed_attempts** | **i32** | |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
||||
**asset_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
||||
**asset_version** | **i32** | |
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**impostorizer_version** | Option<**String**> | | [optional]
|
||||
**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]
|
||||
|
@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
||||
**tags** | Option<**Vec<String>**> | | [optional]
|
||||
**image_url** | Option<**String**> | | [optional]
|
||||
**release_status** | Option<[**models::ReleaseStatus**](ReleaseStatus.md)> | | [optional]
|
||||
**version** | Option<**f64**> | | [optional][default to 1]
|
||||
**version** | Option<**i32**> | | [optional][default to 1]
|
||||
**unity_package_url** | Option<**String**> | | [optional]
|
||||
**unity_version** | Option<**String**> | | [optional][default to 5.3.4p1]
|
||||
|
||||
|
@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**email** | Option<**String**> | | [optional]
|
||||
**birthday** | Option<[**String**](string.md)> | | [optional]
|
||||
**accepted_tos_version** | Option<**f64**> | | [optional]
|
||||
**accepted_tos_version** | Option<**i32**> | | [optional]
|
||||
**tags** | Option<**Vec<String>**> | | [optional]
|
||||
**status** | Option<[**models::UserStatus**](UserStatus.md)> | | [optional]
|
||||
**status_description** | Option<**String**> | | [optional]
|
||||
|
@ -21,10 +21,11 @@ Name | Type | Description | Notes
|
||||
**is_friend** | **bool** | Either their `friendKey`, or empty string if you are not friends. Unknown usage. |
|
||||
**last_activity** | **String** | Either a date-time or empty string. |
|
||||
**last_login** | **String** | Either a date-time or empty string. |
|
||||
**last_mobile** | Option<**String**> | | [optional]
|
||||
**last_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`. |
|
||||
**location** | Option<**String**> | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
|
||||
**note** | Option<**String**> | | [optional]
|
||||
**platform** | **String** | |
|
||||
**platform** | Option<**String**> | | [optional]
|
||||
**profile_pic_override** | **String** | |
|
||||
**profile_pic_override_thumbnail** | **String** | |
|
||||
**pronouns** | **String** | |
|
||||
|
@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
||||
**amount** | **f64** | |
|
||||
**description** | **String** | |
|
||||
**period** | [**models::SubscriptionPeriod**](SubscriptionPeriod.md) | |
|
||||
**tier** | **f64** | |
|
||||
**tier** | **i32** | |
|
||||
**active** | **bool** | | [default to true]
|
||||
**status** | [**models::TransactionStatus**](TransactionStatus.md) | |
|
||||
**starts** | Option<**String**> | | [optional]
|
||||
|
Reference in New Issue
Block a user