Upgrade Rust SDK to spec 1.5.3

This commit is contained in:
VRCCat
2021-11-20 00:43:13 +00:00
parent f8357416a6
commit a5cd440e05
28 changed files with 423 additions and 33 deletions

View File

@ -123,7 +123,7 @@ Name | Type | Description | Required | Notes
**order** | Option<**String**> | | |[default to descending]
**offset** | Option<**i32**> | A zero-based offset from the default object sorting from where search results start. | |
**search** | Option<**String**> | Filters by world name. | |
**tag** | Option<**String**> | Tags to include (comma-separated). | |
**tag** | Option<**String**> | Tags to include (comma-separated). Any of the tags needs to be present. | |
**notag** | Option<**String**> | Tags to exclude (comma-separated). | |
**release_status** | Option<**String**> | Filter by ReleaseStatus. | |[default to public]
**max_unity_version** | Option<**String**> | The maximum Unity version supported by the asset. | |
@ -166,7 +166,7 @@ Name | Type | Description | Required | Notes
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
**order** | Option<**String**> | | |[default to descending]
**offset** | Option<**i32**> | A zero-based offset from the default object sorting from where search results start. | |
**tag** | Option<**String**> | Tags to include (comma-separated). | |
**tag** | Option<**String**> | Tags to include (comma-separated). Any of the tags needs to be present. | |
**notag** | Option<**String**> | Tags to exclude (comma-separated). | |
**release_status** | Option<**String**> | Filter by ReleaseStatus. | |[default to public]
**max_unity_version** | Option<**String**> | The maximum Unity version supported by the asset. | |