@@ -2691,9 +2691,15 @@ export interface match_lineups_variance_fields {
26912691
26922692/** columns and relationships of "match_map_demos" */
26932693export interface match_map_demos {
2694+ /** A computed field, executes function "demo_download_url" */
2695+ download_url: (Scalars['String'] | null)
26942696 file: Scalars['String']
26952697 id: Scalars['uuid']
2698+ /** An object relationship */
2699+ match: matches
26962700 match_id: Scalars['uuid']
2701+ /** An object relationship */
2702+ match_map: match_maps
26972703 match_map_id: Scalars['uuid']
26982704 size: Scalars['Int']
26992705 __typename: 'match_map_demos'
@@ -2738,6 +2744,8 @@ export type match_map_demos_constraint = 'match_demos_pkey'
27382744
27392745/** aggregate max on columns */
27402746export interface match_map_demos_max_fields {
2747+ /** A computed field, executes function "demo_download_url" */
2748+ download_url: (Scalars['String'] | null)
27412749 file: (Scalars['String'] | null)
27422750 id: (Scalars['uuid'] | null)
27432751 match_id: (Scalars['uuid'] | null)
@@ -2749,6 +2757,8 @@ export interface match_map_demos_max_fields {
27492757
27502758/** aggregate min on columns */
27512759export interface match_map_demos_min_fields {
2760+ /** A computed field, executes function "demo_download_url" */
2761+ download_url: (Scalars['String'] | null)
27522762 file: (Scalars['String'] | null)
27532763 id: (Scalars['uuid'] | null)
27542764 match_id: (Scalars['uuid'] | null)
@@ -3127,7 +3137,7 @@ export interface match_maps {
31273137 demos: match_map_demos[]
31283138 /** An aggregate relationship */
31293139 demos_aggregate: match_map_demos_aggregate
3130- /** A computed field, executes function "demo_download_url " */
3140+ /** A computed field, executes function "match_map_demo_download_url " */
31313141 demos_download_url: (Scalars['String'] | null)
31323142 /** A computed field, executes function "match_map_demo_total_size" */
31333143 demos_total_size: (Scalars['Int'] | null)
@@ -3242,7 +3252,7 @@ export type match_maps_constraint = 'match_maps_match_id_order_key' | 'match_map
32423252/** aggregate max on columns */
32433253export interface match_maps_max_fields {
32443254 created_at: (Scalars['timestamptz'] | null)
3245- /** A computed field, executes function "demo_download_url " */
3255+ /** A computed field, executes function "match_map_demo_download_url " */
32463256 demos_download_url: (Scalars['String'] | null)
32473257 /** A computed field, executes function "match_map_demo_total_size" */
32483258 demos_total_size: (Scalars['Int'] | null)
@@ -3266,7 +3276,7 @@ export interface match_maps_max_fields {
32663276/** aggregate min on columns */
32673277export interface match_maps_min_fields {
32683278 created_at: (Scalars['timestamptz'] | null)
3269- /** A computed field, executes function "demo_download_url " */
3279+ /** A computed field, executes function "match_map_demo_download_url " */
32703280 demos_download_url: (Scalars['String'] | null)
32713281 /** A computed field, executes function "match_map_demo_total_size" */
32723282 demos_total_size: (Scalars['Int'] | null)
@@ -16252,9 +16262,15 @@ export interface match_lineups_variance_order_by {coach_steam_id?: (order_by | n
1625216262
1625316263/** columns and relationships of "match_map_demos" */
1625416264export interface match_map_demosGenqlSelection{
16265+ /** A computed field, executes function "demo_download_url" */
16266+ download_url?: boolean | number
1625516267 file?: boolean | number
1625616268 id?: boolean | number
16269+ /** An object relationship */
16270+ match?: matchesGenqlSelection
1625716271 match_id?: boolean | number
16272+ /** An object relationship */
16273+ match_map?: match_mapsGenqlSelection
1625816274 match_map_id?: boolean | number
1625916275 size?: boolean | number
1626016276 __typename?: boolean | number
@@ -16316,19 +16332,21 @@ export interface match_map_demos_avg_order_by {size?: (order_by | null)}
1631616332
1631716333
1631816334/** Boolean expression to filter rows from the table "match_map_demos". All fields are combined with a logical 'AND'. */
16319- export interface match_map_demos_bool_exp {_and?: (match_map_demos_bool_exp[] | null),_not?: (match_map_demos_bool_exp | null),_or?: (match_map_demos_bool_exp[] | null),file?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),match_id?: (uuid_comparison_exp | null),match_map_id?: (uuid_comparison_exp | null),size?: (Int_comparison_exp | null)}
16335+ export interface match_map_demos_bool_exp {_and?: (match_map_demos_bool_exp[] | null),_not?: (match_map_demos_bool_exp | null),_or?: (match_map_demos_bool_exp[] | null),download_url?: (String_comparison_exp | null), file?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null), match_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),size?: (Int_comparison_exp | null)}
1632016336
1632116337
1632216338/** input type for incrementing numeric columns in table "match_map_demos" */
1632316339export interface match_map_demos_inc_input {size?: (Scalars['Int'] | null)}
1632416340
1632516341
1632616342/** input type for inserting data into table "match_map_demos" */
16327- export interface match_map_demos_insert_input {file?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),size?: (Scalars['Int'] | null)}
16343+ export interface match_map_demos_insert_input {file?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null), match_id?: (Scalars['uuid'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_id?: (Scalars['uuid'] | null),size?: (Scalars['Int'] | null)}
1632816344
1632916345
1633016346/** aggregate max on columns */
1633116347export interface match_map_demos_max_fieldsGenqlSelection{
16348+ /** A computed field, executes function "demo_download_url" */
16349+ download_url?: boolean | number
1633216350 file?: boolean | number
1633316351 id?: boolean | number
1633416352 match_id?: boolean | number
@@ -16345,6 +16363,8 @@ export interface match_map_demos_max_order_by {file?: (order_by | null),id?: (or
1634516363
1634616364/** aggregate min on columns */
1634716365export interface match_map_demos_min_fieldsGenqlSelection{
16366+ /** A computed field, executes function "demo_download_url" */
16367+ download_url?: boolean | number
1634816368 file?: boolean | number
1634916369 id?: boolean | number
1635016370 match_id?: boolean | number
@@ -16375,7 +16395,7 @@ export interface match_map_demos_on_conflict {constraint: match_map_demos_constr
1637516395
1637616396
1637716397/** Ordering options when selecting data from "match_map_demos". */
16378- export interface match_map_demos_order_by {file?: (order_by | null),id?: (order_by | null),match_id?: (order_by | null),match_map_id?: (order_by | null),size?: (order_by | null)}
16398+ export interface match_map_demos_order_by {download_url?: (order_by | null), file?: (order_by | null),id?: (order_by | null),match?: (matches_order_by | null), match_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),size?: (order_by | null)}
1637916399
1638016400
1638116401/** primary key columns input for table: match_map_demos */
@@ -16994,7 +17014,7 @@ export interface match_mapsGenqlSelection{
1699417014 order_by?: (match_map_demos_order_by[] | null),
1699517015 /** filter the rows returned */
1699617016 where?: (match_map_demos_bool_exp | null)} })
16997- /** A computed field, executes function "demo_download_url " */
17017+ /** A computed field, executes function "match_map_demo_download_url " */
1699817018 demos_download_url?: boolean | number
1699917019 /** A computed field, executes function "match_map_demo_total_size" */
1700017020 demos_total_size?: boolean | number
@@ -17319,7 +17339,7 @@ export interface match_maps_insert_input {created_at?: (Scalars['timestamptz'] |
1731917339/** aggregate max on columns */
1732017340export interface match_maps_max_fieldsGenqlSelection{
1732117341 created_at?: boolean | number
17322- /** A computed field, executes function "demo_download_url " */
17342+ /** A computed field, executes function "match_map_demo_download_url " */
1732317343 demos_download_url?: boolean | number
1732417344 /** A computed field, executes function "match_map_demo_total_size" */
1732517345 demos_total_size?: boolean | number
@@ -17348,7 +17368,7 @@ export interface match_maps_max_order_by {created_at?: (order_by | null),ended_a
1734817368/** aggregate min on columns */
1734917369export interface match_maps_min_fieldsGenqlSelection{
1735017370 created_at?: boolean | number
17351- /** A computed field, executes function "demo_download_url " */
17371+ /** A computed field, executes function "match_map_demo_download_url " */
1735217372 demos_download_url?: boolean | number
1735317373 /** A computed field, executes function "match_map_demo_total_size" */
1735417374 demos_total_size?: boolean | number
0 commit comments