File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22repository =" https://github.com/vrchatapi/vrchatapi-rust"
33name = " vrchatapi"
4- version = " 1.20.8-nightly.5 "
4+ version = " 1.20.8-nightly.6 "
5566description = " VRChat API Client for Rust"
77license = " MIT"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010** created_at** | Option<** String** > | | [ optional]
1111** deleted_at** | Option<** String** > | | [ optional]
1212** description** | ** String** | |
13- ** duration_in_ms** | Option<** i32 ** > | | [ optional]
13+ ** duration_in_ms** | Option<** i64 ** > | | [ optional]
1414** ends_at** | ** String** | |
1515** featured** | Option<** bool** > | | [ optional]
1616** guest_early_join_minutes** | Option<** i32** > | | [ optional]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pub struct CalendarEvent {
3333 #[ serde( rename = "description" ) ]
3434 pub description : String ,
3535 #[ serde( rename = "durationInMs" , skip_serializing_if = "Option::is_none" ) ]
36- pub duration_in_ms : Option < i32 > ,
36+ pub duration_in_ms : Option < i64 > ,
3737 #[ serde( rename = "endsAt" ) ]
3838 pub ends_at : String ,
3939 #[ serde( rename = "featured" , skip_serializing_if = "Option::is_none" ) ]
You can’t perform that action at this time.
0 commit comments