Skip to content

Commit 82ef778

Browse files
committed
chore: update codegen
1 parent 1a4da6e commit 82ef778

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

generated/schema.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

generated/schema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ export interface e_server_types_aggregate_fields {
16241624
/** unique or primary key constraints on table "e_server_types" */
16251625
export 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

0 commit comments

Comments
 (0)