Autogenerated update for 423ef695ef...dbec402e18

This commit is contained in:
2024-07-16 20:24:18 +00:00
parent c87ea2701b
commit a412b6da97
8 changed files with 83 additions and 0 deletions
bots
events
maps
ranks
servers
times
transactions
users

@ -9,6 +9,7 @@ pub struct EventCreate {
#[prost(string, tag="2")]
pub server: ::prost::alloc::string::String,
#[prost(int32, tag="3")]
[serde(rename = "GameID")]
pub game_id: i32,
#[prost(int64, tag="4")]
pub date: i64,
@ -20,12 +21,14 @@ pub struct EventCreate {
#[serde(rename_all_fields = "PascalCase")]
pub struct EventItem {
#[prost(int64, tag="1")]
[serde(rename = "ID")]
pub id: i64,
#[prost(string, tag="2")]
pub event: ::prost::alloc::string::String,
#[prost(string, tag="3")]
pub server: ::prost::alloc::string::String,
#[prost(int32, tag="4")]
[serde(rename = "GameID")]
pub game_id: i32,
#[prost(int64, tag="5")]
pub date: i64,