Upgrade Rust SDK to spec 1.12.0

This commit is contained in:
VRCCat
2023-05-31 02:35:12 +00:00
parent 1b8dc9b342
commit 1d77c3c27d
156 changed files with 653 additions and 442 deletions

View File

@ -2,7 +2,7 @@
* VRChat API Documentation
*
*
* Contact: me@ariesclark.com
* Contact: vrchatapi.lpv0t@aries.fyi
* Generated by: https://openapi-generator.tech
*/
@ -16,8 +16,8 @@ pub struct CurrentUser {
#[serde(rename = "accountDeletionDate", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")]
pub account_deletion_date: Option<Option<String>>,
///
#[serde(rename = "accountDeletionLog", skip_serializing_if = "Option::is_none")]
pub account_deletion_log: Option<Vec<crate::models::AccountDeletionLog>>,
#[serde(rename = "accountDeletionLog", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")]
pub account_deletion_log: Option<Option<Vec<crate::models::AccountDeletionLog>>>,
///
#[serde(rename = "activeFriends", skip_serializing_if = "Option::is_none")]
pub active_friends: Option<Vec<String>>,