@@ -17,6 +17,7 @@ import type { Or as _zoekt_webserver_v1_Or, Or__Output as _zoekt_webserver_v1_Or
1717import type { Not as _zoekt_webserver_v1_Not , Not__Output as _zoekt_webserver_v1_Not__Output } from '../../../zoekt/webserver/v1/Not' ;
1818import type { Branch as _zoekt_webserver_v1_Branch , Branch__Output as _zoekt_webserver_v1_Branch__Output } from '../../../zoekt/webserver/v1/Branch' ;
1919import type { Boost as _zoekt_webserver_v1_Boost , Boost__Output as _zoekt_webserver_v1_Boost__Output } from '../../../zoekt/webserver/v1/Boost' ;
20+ import type { Meta as _zoekt_webserver_v1_Meta , Meta__Output as _zoekt_webserver_v1_Meta__Output } from '../../../zoekt/webserver/v1/Meta' ;
2021
2122export interface Q {
2223 'raw_config' ?: ( _zoekt_webserver_v1_RawConfig | null ) ;
@@ -37,7 +38,8 @@ export interface Q {
3738 'not' ?: ( _zoekt_webserver_v1_Not | null ) ;
3839 'branch' ?: ( _zoekt_webserver_v1_Branch | null ) ;
3940 'boost' ?: ( _zoekt_webserver_v1_Boost | null ) ;
40- 'query' ?: "raw_config" | "regexp" | "symbol" | "language" | "const" | "repo" | "repo_regexp" | "branches_repos" | "repo_ids" | "repo_set" | "file_name_set" | "type" | "substring" | "and" | "or" | "not" | "branch" | "boost" ;
41+ 'meta' ?: ( _zoekt_webserver_v1_Meta | null ) ;
42+ 'query' ?: "raw_config" | "regexp" | "symbol" | "language" | "const" | "repo" | "repo_regexp" | "branches_repos" | "repo_ids" | "repo_set" | "file_name_set" | "type" | "substring" | "and" | "or" | "not" | "branch" | "boost" | "meta" ;
4143}
4244
4345export interface Q__Output {
@@ -59,5 +61,6 @@ export interface Q__Output {
5961 'not' ?: ( _zoekt_webserver_v1_Not__Output | null ) ;
6062 'branch' ?: ( _zoekt_webserver_v1_Branch__Output | null ) ;
6163 'boost' ?: ( _zoekt_webserver_v1_Boost__Output | null ) ;
62- 'query' ?: "raw_config" | "regexp" | "symbol" | "language" | "const" | "repo" | "repo_regexp" | "branches_repos" | "repo_ids" | "repo_set" | "file_name_set" | "type" | "substring" | "and" | "or" | "not" | "branch" | "boost" ;
64+ 'meta' ?: ( _zoekt_webserver_v1_Meta__Output | null ) ;
65+ 'query' ?: "raw_config" | "regexp" | "symbol" | "language" | "const" | "repo" | "repo_regexp" | "branches_repos" | "repo_ids" | "repo_set" | "file_name_set" | "type" | "substring" | "and" | "or" | "not" | "branch" | "boost" | "meta" ;
6366}
0 commit comments