File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4277,6 +4277,9 @@ enum e_server_types_enum {
42774277 """5Stack Ranked Server"""
42784278 Ranked
42794279
4280+ """Valve Retake"""
4281+ Retake
4282+
42804283 """Valve Wingman"""
42814284 Wingman
42824285}
Original file line number Diff line number Diff line change @@ -1624,7 +1624,7 @@ export interface e_server_types_aggregate_fields {
16241624/** unique or primary key constraints on table "e_server_types" */
16251625export type e_server_types_constraint = 'e_server_types_pkey'
16261626
1627- export type e_server_types_enum = 'ArmsRace' | 'Casual' | 'Competitive' | 'Custom' | 'Deathmatch' | 'Ranked' | 'Wingman'
1627+ export type e_server_types_enum = 'ArmsRace' | 'Casual' | 'Competitive' | 'Custom' | 'Deathmatch' | 'Ranked' | 'Retake' | ' Wingman'
16281628
16291629
16301630/** aggregate max on columns */
@@ -46926,6 +46926,7 @@ export const enumEServerTypesEnum = {
4692646926 Custom: 'Custom' as const,
4692746927 Deathmatch: 'Deathmatch' as const,
4692846928 Ranked: 'Ranked' as const,
46929+ Retake: 'Retake' as const,
4692946930 Wingman: 'Wingman' as const
4693046931}
4693146932
You can’t perform that action at this time.
0 commit comments