process/init: add selectGPSBrand options
This commit is contained in:
parent
570b864447
commit
fae37e87f7
7
process/init/__generated__/GetMainOptions.ts
generated
7
process/init/__generated__/GetMainOptions.ts
generated
@ -38,6 +38,12 @@ export interface GetMainOptions_selectDealer {
|
||||
value: any | null;
|
||||
}
|
||||
|
||||
export interface GetMainOptions_selectGPSBrand {
|
||||
__typename: "evo_gps_brand";
|
||||
label: string | null;
|
||||
value: any | null;
|
||||
}
|
||||
|
||||
export interface GetMainOptions {
|
||||
/**
|
||||
* Валюта. statecode по умолчанию 0
|
||||
@ -50,6 +56,7 @@ export interface GetMainOptions {
|
||||
* Контрагенты. statecode по умолчанию 0
|
||||
*/
|
||||
selectDealer: (GetMainOptions_selectDealer | null)[] | null;
|
||||
selectGPSBrand: (GetMainOptions_selectGPSBrand | null)[] | null;
|
||||
}
|
||||
|
||||
export interface GetMainOptionsVariables {
|
||||
|
||||
@ -60,6 +60,11 @@ const QUERY_GET_MAIN_OPTIONS = gql`
|
||||
label: name
|
||||
value: accountid
|
||||
}
|
||||
|
||||
selectGPSBrand: evo_gps_brands(statecode: 0) {
|
||||
label: evo_name
|
||||
value: evo_gps_brandid
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user