@@ -2209,6 +2209,7 @@ export interface maps {
22092209 e_match_type: e_match_types
22102210 enabled: Scalars['Boolean']
22112211 id: Scalars['uuid']
2212+ label: (Scalars['String'] | null)
22122213 /** An array relationship */
22132214 match_maps: match_maps[]
22142215 /** An aggregate relationship */
@@ -2250,6 +2251,7 @@ export type maps_constraint = 'maps_name_type_key' | 'maps_pkey'
22502251/** aggregate max on columns */
22512252export interface maps_max_fields {
22522253 id: (Scalars['uuid'] | null)
2254+ label: (Scalars['String'] | null)
22532255 name: (Scalars['String'] | null)
22542256 patch: (Scalars['String'] | null)
22552257 poster: (Scalars['String'] | null)
@@ -2261,6 +2263,7 @@ export interface maps_max_fields {
22612263/** aggregate min on columns */
22622264export interface maps_min_fields {
22632265 id: (Scalars['uuid'] | null)
2266+ label: (Scalars['String'] | null)
22642267 name: (Scalars['String'] | null)
22652268 patch: (Scalars['String'] | null)
22662269 poster: (Scalars['String'] | null)
@@ -2280,7 +2283,7 @@ export interface maps_mutation_response {
22802283
22812284
22822285/** select columns of table "maps" */
2283- export type maps_select_column = 'active_pool' | 'enabled' | 'id' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id'
2286+ export type maps_select_column = 'active_pool' | 'enabled' | 'id' | 'label' | ' name' | 'patch' | 'poster' | 'type' | 'workshop_map_id'
22842287
22852288
22862289/** select "maps_aggregate_bool_exp_bool_and_arguments_columns" columns of table "maps" */
@@ -2292,7 +2295,7 @@ export type maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns
22922295
22932296
22942297/** update columns of table "maps" */
2295- export type maps_update_column = 'active_pool' | 'enabled' | 'id' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id'
2298+ export type maps_update_column = 'active_pool' | 'enabled' | 'id' | 'label' | ' name' | 'patch' | 'poster' | 'type' | 'workshop_map_id'
22962299
22972300
22982301/** relational table for assigning a players to a match and lineup */
@@ -5710,7 +5713,7 @@ export interface player_elo_avg_fields {
57105713
57115714
57125715/** unique or primary key constraints on table "player_elo" */
5713- export type player_elo_constraint = 'player_ratings_pkey '
5716+ export type player_elo_constraint = 'player_elo_pkey '
57145717
57155718
57165719/** aggregate max on columns */
@@ -15156,6 +15159,7 @@ export interface mapsGenqlSelection{
1515615159 e_match_type?: e_match_typesGenqlSelection
1515715160 enabled?: boolean | number
1515815161 id?: boolean | number
15162+ label?: boolean | number
1515915163 /** An array relationship */
1516015164 match_maps?: (match_mapsGenqlSelection & { __args?: {
1516115165 /** distinct select on columns */
@@ -15252,16 +15256,17 @@ on_conflict?: (maps_on_conflict | null)}
1525215256
1525315257
1525415258/** Boolean expression to filter rows from the table "maps". All fields are combined with a logical 'AND'. */
15255- export interface maps_bool_exp {_and?: (maps_bool_exp[] | null),_not?: (maps_bool_exp | null),_or?: (maps_bool_exp[] | null),active_pool?: (Boolean_comparison_exp | null),e_match_type?: (e_match_types_bool_exp | null),enabled?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),match_maps?: (match_maps_bool_exp | null),match_maps_aggregate?: (match_maps_aggregate_bool_exp | null),match_veto_picks?: (match_map_veto_picks_bool_exp | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),name?: (String_comparison_exp | null),patch?: (String_comparison_exp | null),poster?: (String_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null),workshop_map_id?: (String_comparison_exp | null)}
15259+ export interface maps_bool_exp {_and?: (maps_bool_exp[] | null),_not?: (maps_bool_exp | null),_or?: (maps_bool_exp[] | null),active_pool?: (Boolean_comparison_exp | null),e_match_type?: (e_match_types_bool_exp | null),enabled?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),label?: (String_comparison_exp | null), match_maps?: (match_maps_bool_exp | null),match_maps_aggregate?: (match_maps_aggregate_bool_exp | null),match_veto_picks?: (match_map_veto_picks_bool_exp | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),name?: (String_comparison_exp | null),patch?: (String_comparison_exp | null),poster?: (String_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null),workshop_map_id?: (String_comparison_exp | null)}
1525615260
1525715261
1525815262/** input type for inserting data into table "maps" */
15259- export interface maps_insert_input {active_pool?: (Scalars['Boolean'] | null),e_match_type?: (e_match_types_obj_rel_insert_input | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),match_maps?: (match_maps_arr_rel_insert_input | null),match_veto_picks?: (match_map_veto_picks_arr_rel_insert_input | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (e_match_types_enum | null),workshop_map_id?: (Scalars['String'] | null)}
15263+ export interface maps_insert_input {active_pool?: (Scalars['Boolean'] | null),e_match_type?: (e_match_types_obj_rel_insert_input | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null), match_maps?: (match_maps_arr_rel_insert_input | null),match_veto_picks?: (match_map_veto_picks_arr_rel_insert_input | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (e_match_types_enum | null),workshop_map_id?: (Scalars['String'] | null)}
1526015264
1526115265
1526215266/** aggregate max on columns */
1526315267export interface maps_max_fieldsGenqlSelection{
1526415268 id?: boolean | number
15269+ label?: boolean | number
1526515270 name?: boolean | number
1526615271 patch?: boolean | number
1526715272 poster?: boolean | number
@@ -15272,12 +15277,13 @@ export interface maps_max_fieldsGenqlSelection{
1527215277
1527315278
1527415279/** order by max() on columns of table "maps" */
15275- export interface maps_max_order_by {id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),workshop_map_id?: (order_by | null)}
15280+ export interface maps_max_order_by {id?: (order_by | null),label?: (order_by | null), name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),workshop_map_id?: (order_by | null)}
1527615281
1527715282
1527815283/** aggregate min on columns */
1527915284export interface maps_min_fieldsGenqlSelection{
1528015285 id?: boolean | number
15286+ label?: boolean | number
1528115287 name?: boolean | number
1528215288 patch?: boolean | number
1528315289 poster?: boolean | number
@@ -15288,7 +15294,7 @@ export interface maps_min_fieldsGenqlSelection{
1528815294
1528915295
1529015296/** order by min() on columns of table "maps" */
15291- export interface maps_min_order_by {id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),workshop_map_id?: (order_by | null)}
15297+ export interface maps_min_order_by {id?: (order_by | null),label?: (order_by | null), name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),workshop_map_id?: (order_by | null)}
1529215298
1529315299
1529415300/** response of any mutation on the table "maps" */
@@ -15313,15 +15319,15 @@ export interface maps_on_conflict {constraint: maps_constraint,update_columns?:
1531315319
1531415320
1531515321/** Ordering options when selecting data from "maps". */
15316- export interface maps_order_by {active_pool?: (order_by | null),e_match_type?: (e_match_types_order_by | null),enabled?: (order_by | null),id?: (order_by | null),match_maps_aggregate?: (match_maps_aggregate_order_by | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)}
15322+ export interface maps_order_by {active_pool?: (order_by | null),e_match_type?: (e_match_types_order_by | null),enabled?: (order_by | null),id?: (order_by | null),label?: (order_by | null), match_maps_aggregate?: (match_maps_aggregate_order_by | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)}
1531715323
1531815324
1531915325/** primary key columns input for table: maps */
1532015326export interface maps_pk_columns_input {id: Scalars['uuid']}
1532115327
1532215328
1532315329/** input type for updating data in table "maps" */
15324- export interface maps_set_input {active_pool?: (Scalars['Boolean'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (e_match_types_enum | null),workshop_map_id?: (Scalars['String'] | null)}
15330+ export interface maps_set_input {active_pool?: (Scalars['Boolean'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null), name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (e_match_types_enum | null),workshop_map_id?: (Scalars['String'] | null)}
1532515331
1532615332
1532715333/** Streaming cursor of the table "maps" */
@@ -15333,7 +15339,7 @@ ordering?: (cursor_ordering | null)}
1533315339
1533415340
1533515341/** Initial value of the column from where the streaming should start */
15336- export interface maps_stream_cursor_value_input {active_pool?: (Scalars['Boolean'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (e_match_types_enum | null),workshop_map_id?: (Scalars['String'] | null)}
15342+ export interface maps_stream_cursor_value_input {active_pool?: (Scalars['Boolean'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null), name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (e_match_types_enum | null),workshop_map_id?: (Scalars['String'] | null)}
1533715343
1533815344export interface maps_updates {
1533915345/** sets the columns of the filtered rows to the given values */
@@ -40632,6 +40638,7 @@ export const enumMapsSelectColumn = {
4063240638 active_pool: 'active_pool' as const,
4063340639 enabled: 'enabled' as const,
4063440640 id: 'id' as const,
40641+ label: 'label' as const,
4063540642 name: 'name' as const,
4063640643 patch: 'patch' as const,
4063740644 poster: 'poster' as const,
@@ -40653,6 +40660,7 @@ export const enumMapsUpdateColumn = {
4065340660 active_pool: 'active_pool' as const,
4065440661 enabled: 'enabled' as const,
4065540662 id: 'id' as const,
40663+ label: 'label' as const,
4065640664 name: 'name' as const,
4065740665 patch: 'patch' as const,
4065840666 poster: 'poster' as const,
@@ -41076,7 +41084,7 @@ export const enumPlayerDamagesSelectColumn = {
4107641084}
4107741085
4107841086export const enumPlayerEloConstraint = {
41079- player_ratings_pkey : 'player_ratings_pkey ' as const
41087+ player_elo_pkey : 'player_elo_pkey ' as const
4108041088}
4108141089
4108241090export const enumPlayerEloSelectColumn = {
0 commit comments