Autogenerated update for 2db81d21bc...1ed8ffbc3c
This commit is contained in:
@@ -20,6 +20,8 @@ pub struct SessionUserResponse {
|
|||||||
pub avatar_url: ::prost::alloc::string::String,
|
pub avatar_url: ::prost::alloc::string::String,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct RoleReponse {
|
pub struct RoleReponse {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub roles: ::prost::alloc::vec::Vec<RoleItem>,
|
pub roles: ::prost::alloc::vec::Vec<RoleItem>,
|
||||||
|
|||||||
@@ -49,6 +49,8 @@ pub struct BotRequest {
|
|||||||
pub file_id: ::core::option::Option<::prost::alloc::string::String>,
|
pub file_id: ::core::option::Option<::prost::alloc::string::String>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct BotList {
|
pub struct BotList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub bots: ::prost::alloc::vec::Vec<BotResponse>,
|
pub bots: ::prost::alloc::vec::Vec<BotResponse>,
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ pub struct KeyMessage {
|
|||||||
pub key: ::prost::alloc::string::String,
|
pub key: ::prost::alloc::string::String,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct UpdateMessage {
|
pub struct UpdateMessage {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
pub key: ::prost::alloc::string::String,
|
pub key: ::prost::alloc::string::String,
|
||||||
@@ -17,6 +19,8 @@ pub struct UpdateMessage {
|
|||||||
pub deletes: ::core::option::Option<::prost_types::Struct>,
|
pub deletes: ::core::option::Option<::prost_types::Struct>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct ObjectResponse {
|
pub struct ObjectResponse {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
pub key: ::prost::alloc::string::String,
|
pub key: ::prost::alloc::string::String,
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
// @generated
|
// @generated
|
||||||
// This file is @generated by prost-build.
|
// This file is @generated by prost-build.
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct EventCreate {
|
pub struct EventCreate {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
pub event: ::prost::alloc::string::String,
|
pub event: ::prost::alloc::string::String,
|
||||||
@@ -15,6 +17,8 @@ pub struct EventCreate {
|
|||||||
pub data: ::core::option::Option<::prost_types::Struct>,
|
pub data: ::core::option::Option<::prost_types::Struct>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct EventItem {
|
pub struct EventItem {
|
||||||
#[prost(int64, tag="1")]
|
#[prost(int64, tag="1")]
|
||||||
#[serde(rename = "ID")]
|
#[serde(rename = "ID")]
|
||||||
@@ -50,6 +54,8 @@ pub struct Pagination {
|
|||||||
pub number: i32,
|
pub number: i32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct LatestResponse {
|
pub struct LatestResponse {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub events: ::prost::alloc::vec::Vec<EventItem>,
|
pub events: ::prost::alloc::vec::Vec<EventItem>,
|
||||||
|
|||||||
@@ -57,6 +57,8 @@ pub struct MapFilter {
|
|||||||
pub game_id: ::core::option::Option<i32>,
|
pub game_id: ::core::option::Option<i32>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct MapList {
|
pub struct MapList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub maps: ::prost::alloc::vec::Vec<MapResponse>,
|
pub maps: ::prost::alloc::vec::Vec<MapResponse>,
|
||||||
|
|||||||
@@ -115,6 +115,8 @@ pub struct MapFilter {
|
|||||||
pub submitter: ::core::option::Option<u64>,
|
pub submitter: ::core::option::Option<u64>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct MapList {
|
pub struct MapList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub maps: ::prost::alloc::vec::Vec<MapResponse>,
|
pub maps: ::prost::alloc::vec::Vec<MapResponse>,
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ pub struct SetStateRequest {
|
|||||||
pub state_id: i32,
|
pub state_id: i32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct SetMuteRequest {
|
pub struct SetMuteRequest {
|
||||||
#[prost(int64, tag="1")]
|
#[prost(int64, tag="1")]
|
||||||
#[serde(rename = "UserID")]
|
#[serde(rename = "UserID")]
|
||||||
|
|||||||
@@ -50,11 +50,15 @@ pub struct ListRequest {
|
|||||||
pub page: ::core::option::Option<Pagination>,
|
pub page: ::core::option::Option<Pagination>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct RankList {
|
pub struct RankList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub ranks: ::prost::alloc::vec::Vec<RankMessage>,
|
pub ranks: ::prost::alloc::vec::Vec<RankMessage>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct RankMessage {
|
pub struct RankMessage {
|
||||||
#[prost(int64, tag="1")]
|
#[prost(int64, tag="1")]
|
||||||
#[serde(rename = "ID")]
|
#[serde(rename = "ID")]
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
// @generated
|
// @generated
|
||||||
// This file is @generated by prost-build.
|
// This file is @generated by prost-build.
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct ServerList {
|
pub struct ServerList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub servers: ::prost::alloc::vec::Vec<ServerItem>,
|
pub servers: ::prost::alloc::vec::Vec<ServerItem>,
|
||||||
|
|||||||
@@ -98,6 +98,8 @@ pub struct IdListMessage {
|
|||||||
pub id: ::prost::alloc::vec::Vec<i64>,
|
pub id: ::prost::alloc::vec::Vec<i64>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct TimeList {
|
pub struct TimeList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub times: ::prost::alloc::vec::Vec<TimeResponse>,
|
pub times: ::prost::alloc::vec::Vec<TimeResponse>,
|
||||||
@@ -105,6 +107,8 @@ pub struct TimeList {
|
|||||||
pub total: i64,
|
pub total: i64,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct RankListResponse {
|
pub struct RankListResponse {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub ranks: ::prost::alloc::vec::Vec<RankResponse>,
|
pub ranks: ::prost::alloc::vec::Vec<RankResponse>,
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
// @generated
|
// @generated
|
||||||
// This file is @generated by prost-build.
|
// This file is @generated by prost-build.
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct TransactionCreate {
|
pub struct TransactionCreate {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
#[serde(rename = "ID")]
|
#[serde(rename = "ID")]
|
||||||
@@ -17,6 +19,8 @@ pub struct TransactionCreate {
|
|||||||
pub data: ::core::option::Option<::prost_types::Struct>,
|
pub data: ::core::option::Option<::prost_types::Struct>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct TransactionUpdate {
|
pub struct TransactionUpdate {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
#[serde(rename = "ID")]
|
#[serde(rename = "ID")]
|
||||||
@@ -30,6 +34,8 @@ pub struct TransactionUpdate {
|
|||||||
pub data: ::core::option::Option<::prost_types::Struct>,
|
pub data: ::core::option::Option<::prost_types::Struct>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct TransactionItem {
|
pub struct TransactionItem {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
#[serde(rename = "ID")]
|
#[serde(rename = "ID")]
|
||||||
@@ -78,6 +84,8 @@ pub struct Pagination {
|
|||||||
pub number: i32,
|
pub number: i32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct TransactionList {
|
pub struct TransactionList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub transactions: ::prost::alloc::vec::Vec<TransactionItem>,
|
pub transactions: ::prost::alloc::vec::Vec<TransactionItem>,
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ pub struct UserFilter {
|
|||||||
pub state_id: ::core::option::Option<i32>,
|
pub state_id: ::core::option::Option<i32>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct UserList {
|
pub struct UserList {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub users: ::prost::alloc::vec::Vec<UserResponse>,
|
pub users: ::prost::alloc::vec::Vec<UserResponse>,
|
||||||
|
|||||||
@@ -86,6 +86,8 @@ pub struct Check {
|
|||||||
pub passed: bool,
|
pub passed: bool,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct AuditChecklistRequest {
|
pub struct AuditChecklistRequest {
|
||||||
#[prost(uint64, tag="1")]
|
#[prost(uint64, tag="1")]
|
||||||
#[serde(rename = "ID")]
|
#[serde(rename = "ID")]
|
||||||
@@ -231,6 +233,8 @@ pub struct Script {
|
|||||||
pub resource_id: ::core::option::Option<u64>,
|
pub resource_id: ::core::option::Option<u64>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct ScriptListResponse {
|
pub struct ScriptListResponse {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub scripts: ::prost::alloc::vec::Vec<Script>,
|
pub scripts: ::prost::alloc::vec::Vec<Script>,
|
||||||
@@ -289,6 +293,8 @@ pub struct ScriptPolicy {
|
|||||||
pub policy: i32,
|
pub policy: i32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
#[derive(serde::Serialize, serde::Deserialize)]
|
||||||
|
#[serde(rename_all = "PascalCase")]
|
||||||
pub struct ScriptPolicyListResponse {
|
pub struct ScriptPolicyListResponse {
|
||||||
#[prost(message, repeated, tag="1")]
|
#[prost(message, repeated, tag="1")]
|
||||||
pub script_policies: ::prost::alloc::vec::Vec<ScriptPolicy>,
|
pub script_policies: ::prost::alloc::vec::Vec<ScriptPolicy>,
|
||||||
|
|||||||
Reference in New Issue
Block a user