diff --git a/apps/web/.graphqlrc.yml b/apps/web/.graphqlrc.yml index 1fa499c..da0c3cd 100644 --- a/apps/web/.graphqlrc.yml +++ b/apps/web/.graphqlrc.yml @@ -16,7 +16,7 @@ generates: object: true defaultValue: true scalars: - Uuid: string + UUID: string Decimal: number DateTime: string # exclude: './graphql/crm.schema.graphql' diff --git a/apps/web/graphql/crm.types.ts b/apps/web/graphql/crm.types.ts index 0ac624c..57200fc 100644 --- a/apps/web/graphql/crm.types.ts +++ b/apps/web/graphql/crm.types.ts @@ -17,7 +17,7 @@ export type Scalars = { DateTime: { input: string; output: string; } /** The built-in `Decimal` scalar type. */ Decimal: { input: number; output: number; } - UUID: { input: any; output: any; } + UUID: { input: string; output: string; } }; export type CalculationOffer_Input = { @@ -1831,91 +1831,91 @@ export type Quote_Input = { export type GetTransactionCurrenciesQueryVariables = Exact<{ [key: string]: never; }>; -export type GetTransactionCurrenciesQuery = { __typename?: 'Query', transactioncurrencies: Array<{ __typename?: 'transactioncurrency', transactioncurrencyid: any | null, isocurrencycode: string | null, currencysymbol: string | null, label: string | null, value: any | null } | null> | null }; +export type GetTransactionCurrenciesQuery = { __typename?: 'Query', transactioncurrencies: Array<{ __typename?: 'transactioncurrency', transactioncurrencyid: string | null, isocurrencycode: string | null, currencysymbol: string | null, label: string | null, value: string | null } | null> | null }; export type GetTransactionCurrencyQueryVariables = Exact<{ currencyid: Scalars['UUID']['input']; }>; -export type GetTransactionCurrencyQuery = { __typename?: 'Query', transactioncurrency: { __typename?: 'transactioncurrency', currencysymbol: string | null, isocurrencycode: string | null, transactioncurrencyid: any | null } | null }; +export type GetTransactionCurrencyQuery = { __typename?: 'Query', transactioncurrency: { __typename?: 'transactioncurrency', currencysymbol: string | null, isocurrencycode: string | null, transactioncurrencyid: string | null } | null }; export type GetCurrencyChangesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetCurrencyChangesQuery = { __typename?: 'Query', evo_currencychanges: Array<{ __typename?: 'evo_currencychange', evo_currencychange: number | null, evo_ref_transactioncurrency: any | null } | null> | null }; +export type GetCurrencyChangesQuery = { __typename?: 'Query', evo_currencychanges: Array<{ __typename?: 'evo_currencychange', evo_currencychange: number | null, evo_ref_transactioncurrency: string | null } | null> | null }; export type GetLeadsQueryVariables = Exact<{ domainname: InputMaybe; }>; -export type GetLeadsQuery = { __typename?: 'Query', systemusers: Array<{ __typename?: 'systemuser', leads: Array<{ __typename?: 'lead', label: string | null, value: any | null } | null> | null } | null> | null }; +export type GetLeadsQuery = { __typename?: 'Query', systemusers: Array<{ __typename?: 'systemuser', leads: Array<{ __typename?: 'lead', label: string | null, value: string | null } | null> | null } | null> | null }; export type GetLeadQueryVariables = Exact<{ leadid: Scalars['UUID']['input']; }>; -export type GetLeadQuery = { __typename?: 'Query', lead: { __typename?: 'lead', evo_agent_accountid: any | null, evo_double_agent_accountid: any | null, evo_broker_accountid: any | null, evo_fin_department_accountid: any | null, evo_inn: string | null, link: string | null, evo_opportunityidData: { __typename?: 'opportunity', label: string | null, value: any | null } | null, accountidData: { __typename?: 'account', evo_okved: string | null, evo_address_legalidData: { __typename?: 'evo_address', evo_region_fias_id: string | null, evo_city_fias_id: string | null } | null } | null } | null }; +export type GetLeadQuery = { __typename?: 'Query', lead: { __typename?: 'lead', evo_agent_accountid: string | null, evo_double_agent_accountid: string | null, evo_broker_accountid: string | null, evo_fin_department_accountid: string | null, evo_inn: string | null, link: string | null, evo_opportunityidData: { __typename?: 'opportunity', label: string | null, value: string | null } | null, accountidData: { __typename?: 'account', evo_okved: string | null, evo_address_legalidData: { __typename?: 'evo_address', evo_region_fias_id: string | null, evo_city_fias_id: string | null } | null } | null } | null }; export type GetOpportunityQueryVariables = Exact<{ opportunityid: Scalars['UUID']['input']; }>; -export type GetOpportunityQuery = { __typename?: 'Query', opportunity: { __typename?: 'opportunity', evo_leadid: any | null, link: string | null, accountidData: { __typename?: 'account', evo_okved: string | null, evo_address_legalidData: { __typename?: 'evo_address', evo_region_fias_id: string | null, evo_city_fias_id: string | null } | null } | null } | null }; +export type GetOpportunityQuery = { __typename?: 'Query', opportunity: { __typename?: 'opportunity', evo_leadid: string | null, link: string | null, accountidData: { __typename?: 'account', evo_okved: string | null, evo_address_legalidData: { __typename?: 'evo_address', evo_region_fias_id: string | null, evo_city_fias_id: string | null } | null } | null } | null }; export type GetOpportunitiesQueryVariables = Exact<{ domainname: InputMaybe; }>; -export type GetOpportunitiesQuery = { __typename?: 'Query', systemusers: Array<{ __typename?: 'systemuser', opportunities: Array<{ __typename?: 'opportunity', label: string | null, value: any | null } | null> | null } | null> | null }; +export type GetOpportunitiesQuery = { __typename?: 'Query', systemusers: Array<{ __typename?: 'systemuser', opportunities: Array<{ __typename?: 'opportunity', label: string | null, value: string | null } | null> | null } | null> | null }; export type GetQuotesQueryVariables = Exact<{ leadid: Scalars['UUID']['input']; }>; -export type GetQuotesQuery = { __typename?: 'Query', quotes: Array<{ __typename?: 'quote', evo_recalc_limit: number | null, evo_purchases_participation: boolean | null, label: string | null, value: any | null, evo_statuscodeidData: { __typename?: 'evo_statuscode', evo_id: string | null } | null } | null> | null }; +export type GetQuotesQuery = { __typename?: 'Query', quotes: Array<{ __typename?: 'quote', evo_recalc_limit: number | null, evo_purchases_participation: boolean | null, label: string | null, value: string | null, evo_statuscodeidData: { __typename?: 'evo_statuscode', evo_id: string | null } | null } | null> | null }; export type GetQuoteQueryVariables = Exact<{ quoteId: Scalars['UUID']['input']; }>; -export type GetQuoteQuery = { __typename?: 'Query', quote: { __typename?: 'quote', evo_baseproductid: any | null, evo_one_year_insurance: boolean | null, evo_min_change_price: number | null, evo_max_price_change: number | null, evo_discount_supplier_currency: number | null, evo_equip_price: number | null, evo_program_import_subsidy_sum: number | null, evo_nds_in_price_supplier_currency: number | null, evo_supplier_currency_price: number | null, evo_approved_first_payment: number | null, evo_recalc_limit: number | null, evo_max_mass: number | null, evo_seats: number | null, evo_year: number | null, evo_last_payment_perc: number | null, evo_maximum_percentage_av: number | null, evo_untype_insurance: boolean | null, evo_percent_subsidy: number | null, evo_programsolution: number | null, evo_kasko_payer: number | null, evo_promotion: Array | null, evo_sale_without_nds: boolean | null, link: string | null } | null }; +export type GetQuoteQuery = { __typename?: 'Query', quote: { __typename?: 'quote', evo_baseproductid: string | null, evo_one_year_insurance: boolean | null, evo_min_change_price: number | null, evo_max_price_change: number | null, evo_discount_supplier_currency: number | null, evo_equip_price: number | null, evo_program_import_subsidy_sum: number | null, evo_nds_in_price_supplier_currency: number | null, evo_supplier_currency_price: number | null, evo_approved_first_payment: number | null, evo_recalc_limit: number | null, evo_max_mass: number | null, evo_seats: number | null, evo_year: number | null, evo_last_payment_perc: number | null, evo_maximum_percentage_av: number | null, evo_untype_insurance: boolean | null, evo_percent_subsidy: number | null, evo_programsolution: number | null, evo_kasko_payer: number | null, evo_promotion: Array | null, evo_sale_without_nds: boolean | null, link: string | null } | null }; export type GetQuoteDataQueryVariables = Exact<{ quoteId: Scalars['UUID']['input']; }>; -export type GetQuoteDataQuery = { __typename?: 'Query', quote: { __typename?: 'quote', evo_accept_control_addproduct_typeid: any | null, evo_sale_bonus: number | null, evo_baseproductid: any | null, evo_client_typeid: any | null, evo_msfo_irr: number | null, evo_delivery_time: number | null, evo_first_payment_perc: number | null, evo_last_payment_perc: number | null, evo_leasingobject_typeid: any | null, evo_leasingobject_used: boolean | null, evo_period: number | null, evo_accept_period: number | null, evo_rateid: any | null, evo_min_change_price: number | null, evo_max_price_change: number | null, evo_floating_rate: boolean | null, evo_sale_without_nds: boolean | null, evo_price_with_discount: boolean | null, evo_price_without_discount_quote: boolean | null, evo_cost_increace: boolean | null, evo_insurance: boolean | null, evo_registration_quote: boolean | null, evo_card_quote: boolean | null, evo_nsib_quote: boolean | null, evo_redemption_graph: boolean | null, evo_fingap_quote: boolean | null, evo_contact_name: string | null, evo_gender: number | null, evo_last_payment_redemption: boolean | null, evo_full_nds_price: boolean | null, evo_kasko_accountid: any | null, evo_kasko_price: number | null, evo_id_elt_kasko: string | null, evo_id_kasko_calc: string | null, evo_franchise: number | null, evo_osago_accountid: any | null, evo_id_elt_osago: string | null, evo_osago_price: number | null, evo_db_accept_registration: number | null, evo_object_registration: number | null, evo_pts_type: number | null, evo_vehicle_tax_year: number | null, evo_vehicle_tax_approved: number | null, evo_category_tr: number | null, evo_vehicle_type_tax: number | null, evo_regionid: any | null, evo_townid: any | null, evo_legal_regionid: any | null, evo_legal_townid: any | null, evo_registration_regionid: any | null, evo_req_telematic: number | null, evo_req_telematic_accept: number | null, evo_osago_payer: number | null, evo_kasko_payer: number | null, evo_insurance_period: number | null, evo_fingap_accountid: any | null, evo_fingap_payer: number | null, evo_fingap_period: number | null, evo_fingap_price: number | null, evo_gps_brandid: any | null, evo_gps_modelid: any | null, evo_insurance_decentral: boolean | null, evo_unlimit_drivers: boolean | null, evo_age_drivers: number | null, evo_exp_drivers: number | null, evo_brandid: any | null, evo_category: number | null, evo_engine_hours: number | null, evo_engine_type: number | null, evo_engine_volume: number | null, evo_equipmentid: any | null, evo_max_mass: number | null, evo_max_speed: number | null, evo_mileage: number | null, evo_modelid: any | null, evo_object_count: number | null, evo_power: number | null, evo_recalc_limit: number | null, evo_seats: number | null, evo_trailer: boolean | null, evo_use_for: number | null, evo_vin: string | null, evo_year: number | null, evo_graph_type: number | null, evo_payments_decrease_perc: number | null, evo_seasons_type: number | null, evo_high_season: number | null, evo_subsidyid: any | null, evo_program_import_subsidyid: any | null, evo_supplier_accountid: any | null, evo_dealer_person_accountid: any | null, evo_dealer_reward_conditionid: any | null, evo_dealer_reward_total: number | null, evo_dealer_reward_summ: number | null, evo_dealer_broker_accountid: any | null, evo_dealer_broker_reward_conditionid: any | null, evo_dealer_broker_reward_total: number | null, evo_dealer_broker_reward_summ: number | null, evo_agent_accountid: any | null, evo_agent_reward_conditionid: any | null, evo_agent_reward_total: number | null, evo_agent_reward_summ: number | null, evo_double_agent_accountid: any | null, evo_double_agent_reward_conditionid: any | null, evo_double_agent_reward_total: number | null, evo_double_agent_reward_summ: number | null, evo_broker_accountid: any | null, evo_broker_reward_conditionid: any | null, evo_broker_reward_total: number | null, evo_broker_reward_summ: number | null, evo_fin_department_accountid: any | null, evo_fin_department_reward_conditionid: any | null, evo_fin_department_reward_total: number | null, evo_fin_department_reward_summ: number | null, evo_supplier_financing: boolean | null, evo_comission_rub: number | null, evo_comission_perc: number | null, evo_discount_perc: number | null, evo_discount_supplier_currency: number | null, evo_first_payment_rub: number | null, evo_last_payment_calc: number | null, evo_last_payment_rub: number | null, evo_nds_in_price_supplier_currency: number | null, evo_price_without_nds_supplier_currency: number | null, evo_supplier_currency_price: number | null, evo_transactioncurrencyid: any | null, evo_equip_price: number | null, evo_coefficien_bonus_reducttion: number | null, evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_addproduct_typeid: any | null } | null> | null, evo_graphs: Array<{ __typename?: 'evo_graph', createdon: string | null, evo_sumpay_withnds: number | null, evo_planpayments: Array<{ __typename?: 'evo_planpayment', evo_payment_ratio: number | null } | null> | null } | null> | null, evo_leadidData: { __typename?: 'lead', evo_agent_accountid: any | null, evo_double_agent_accountid: any | null, evo_broker_accountid: any | null, evo_fin_department_accountid: any | null } | null, evo_product_risks: Array<{ __typename?: 'evo_product_risk', evo_addproduct_typeid: any | null } | null> | null } | null }; +export type GetQuoteDataQuery = { __typename?: 'Query', quote: { __typename?: 'quote', evo_accept_control_addproduct_typeid: string | null, evo_sale_bonus: number | null, evo_baseproductid: string | null, evo_client_typeid: string | null, evo_msfo_irr: number | null, evo_delivery_time: number | null, evo_first_payment_perc: number | null, evo_last_payment_perc: number | null, evo_leasingobject_typeid: string | null, evo_leasingobject_used: boolean | null, evo_period: number | null, evo_accept_period: number | null, evo_rateid: string | null, evo_min_change_price: number | null, evo_max_price_change: number | null, evo_floating_rate: boolean | null, evo_sale_without_nds: boolean | null, evo_price_with_discount: boolean | null, evo_price_without_discount_quote: boolean | null, evo_cost_increace: boolean | null, evo_insurance: boolean | null, evo_registration_quote: boolean | null, evo_card_quote: boolean | null, evo_nsib_quote: boolean | null, evo_redemption_graph: boolean | null, evo_fingap_quote: boolean | null, evo_contact_name: string | null, evo_gender: number | null, evo_last_payment_redemption: boolean | null, evo_full_nds_price: boolean | null, evo_kasko_accountid: string | null, evo_kasko_price: number | null, evo_id_elt_kasko: string | null, evo_id_kasko_calc: string | null, evo_franchise: number | null, evo_osago_accountid: string | null, evo_id_elt_osago: string | null, evo_osago_price: number | null, evo_db_accept_registration: number | null, evo_object_registration: number | null, evo_pts_type: number | null, evo_vehicle_tax_year: number | null, evo_vehicle_tax_approved: number | null, evo_category_tr: number | null, evo_vehicle_type_tax: number | null, evo_regionid: string | null, evo_townid: string | null, evo_legal_regionid: string | null, evo_legal_townid: string | null, evo_registration_regionid: string | null, evo_req_telematic: number | null, evo_req_telematic_accept: number | null, evo_osago_payer: number | null, evo_kasko_payer: number | null, evo_insurance_period: number | null, evo_fingap_accountid: string | null, evo_fingap_payer: number | null, evo_fingap_period: number | null, evo_fingap_price: number | null, evo_gps_brandid: string | null, evo_gps_modelid: string | null, evo_insurance_decentral: boolean | null, evo_unlimit_drivers: boolean | null, evo_age_drivers: number | null, evo_exp_drivers: number | null, evo_brandid: string | null, evo_category: number | null, evo_engine_hours: number | null, evo_engine_type: number | null, evo_engine_volume: number | null, evo_equipmentid: string | null, evo_max_mass: number | null, evo_max_speed: number | null, evo_mileage: number | null, evo_modelid: string | null, evo_object_count: number | null, evo_power: number | null, evo_recalc_limit: number | null, evo_seats: number | null, evo_trailer: boolean | null, evo_use_for: number | null, evo_vin: string | null, evo_year: number | null, evo_graph_type: number | null, evo_payments_decrease_perc: number | null, evo_seasons_type: number | null, evo_high_season: number | null, evo_subsidyid: string | null, evo_program_import_subsidyid: string | null, evo_supplier_accountid: string | null, evo_dealer_person_accountid: string | null, evo_dealer_reward_conditionid: string | null, evo_dealer_reward_total: number | null, evo_dealer_reward_summ: number | null, evo_dealer_broker_accountid: string | null, evo_dealer_broker_reward_conditionid: string | null, evo_dealer_broker_reward_total: number | null, evo_dealer_broker_reward_summ: number | null, evo_agent_accountid: string | null, evo_agent_reward_conditionid: string | null, evo_agent_reward_total: number | null, evo_agent_reward_summ: number | null, evo_double_agent_accountid: string | null, evo_double_agent_reward_conditionid: string | null, evo_double_agent_reward_total: number | null, evo_double_agent_reward_summ: number | null, evo_broker_accountid: string | null, evo_broker_reward_conditionid: string | null, evo_broker_reward_total: number | null, evo_broker_reward_summ: number | null, evo_fin_department_accountid: string | null, evo_fin_department_reward_conditionid: string | null, evo_fin_department_reward_total: number | null, evo_fin_department_reward_summ: number | null, evo_supplier_financing: boolean | null, evo_comission_rub: number | null, evo_comission_perc: number | null, evo_discount_perc: number | null, evo_discount_supplier_currency: number | null, evo_first_payment_rub: number | null, evo_last_payment_calc: number | null, evo_last_payment_rub: number | null, evo_nds_in_price_supplier_currency: number | null, evo_price_without_nds_supplier_currency: number | null, evo_supplier_currency_price: number | null, evo_transactioncurrencyid: string | null, evo_equip_price: number | null, evo_coefficien_bonus_reducttion: number | null, evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_addproduct_typeid: string | null } | null> | null, evo_graphs: Array<{ __typename?: 'evo_graph', createdon: string | null, evo_sumpay_withnds: number | null, evo_planpayments: Array<{ __typename?: 'evo_planpayment', evo_payment_ratio: number | null } | null> | null } | null> | null, evo_leadidData: { __typename?: 'lead', evo_agent_accountid: string | null, evo_double_agent_accountid: string | null, evo_broker_accountid: string | null, evo_fin_department_accountid: string | null } | null, evo_product_risks: Array<{ __typename?: 'evo_product_risk', evo_addproduct_typeid: string | null } | null> | null } | null }; export type GetTarifsQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetTarifsQuery = { __typename?: 'Query', evo_tarifs: Array<{ __typename?: 'evo_tarif', evo_tarifid: any | null, evo_baseproductid: any | null, evo_min_period: number | null, evo_max_period: number | null, evo_delivery_time: Array | null, evo_min_first_payment: number | null, evo_max_first_payment: number | null, evo_min_last_payment: number | null, evo_max_last_payment: number | null, evo_used: boolean | null, evo_pl_use_type: Array | null, evo_nds_rules: number | null, evo_floating_rate: boolean | null, label: string | null, value: any | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null } | null> | null }; +export type GetTarifsQuery = { __typename?: 'Query', evo_tarifs: Array<{ __typename?: 'evo_tarif', evo_tarifid: string | null, evo_baseproductid: string | null, evo_min_period: number | null, evo_max_period: number | null, evo_delivery_time: Array | null, evo_min_first_payment: number | null, evo_max_first_payment: number | null, evo_min_last_payment: number | null, evo_max_last_payment: number | null, evo_used: boolean | null, evo_pl_use_type: Array | null, evo_nds_rules: number | null, evo_floating_rate: boolean | null, label: string | null, value: string | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null } | null> | null }; export type GetTarifQueryVariables = Exact<{ tarifId: Scalars['UUID']['input']; }>; -export type GetTarifQuery = { __typename?: 'Query', evo_tarif: { __typename?: 'evo_tarif', evo_irr: number | null, evo_graphtype_exception: Array | null, evo_seasons_type_exception: Array | null, evo_min_decreasing_perc: number | null, evo_min_irr: number | null, evo_cut_irr_with_bonus_coefficient: number | null, evo_max_irr: number | null, evo_irr_plan: number | null, evo_margin_min: number | null, label: string | null, value: any | null, evo_rates: Array<{ __typename?: 'evo_rate', evo_datefrom: string | null, evo_rateid: any | null, evo_type: number | null } | null> | null } | null }; +export type GetTarifQuery = { __typename?: 'Query', evo_tarif: { __typename?: 'evo_tarif', evo_irr: number | null, evo_graphtype_exception: Array | null, evo_seasons_type_exception: Array | null, evo_min_decreasing_perc: number | null, evo_min_irr: number | null, evo_cut_irr_with_bonus_coefficient: number | null, evo_max_irr: number | null, evo_irr_plan: number | null, evo_margin_min: number | null, label: string | null, value: string | null, evo_rates: Array<{ __typename?: 'evo_rate', evo_datefrom: string | null, evo_rateid: string | null, evo_type: number | null } | null> | null } | null }; export type GetRatesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetRatesQuery = { __typename?: 'Query', evo_rates: Array<{ __typename?: 'evo_rate', evo_id: string | null, evo_rateid: any | null, label: string | null, value: any | null, evo_tarifs: Array<{ __typename?: 'evo_tarif', evo_tarifid: any | null } | null> | null } | null> | null }; +export type GetRatesQuery = { __typename?: 'Query', evo_rates: Array<{ __typename?: 'evo_rate', evo_id: string | null, evo_rateid: string | null, label: string | null, value: string | null, evo_tarifs: Array<{ __typename?: 'evo_tarif', evo_tarifid: string | null } | null> | null } | null> | null }; export type GetRateQueryVariables = Exact<{ rateId: Scalars['UUID']['input']; @@ -1929,54 +1929,54 @@ export type GetProductsQueryVariables = Exact<{ }>; -export type GetProductsQuery = { __typename?: 'Query', evo_baseproducts: Array<{ __typename?: 'evo_baseproduct', evo_baseproductid: any | null, label: string | null, value: any | null, systemusers: Array<{ __typename?: 'systemuser', systemuserid: any | null } | null> | null } | null> | null }; +export type GetProductsQuery = { __typename?: 'Query', evo_baseproducts: Array<{ __typename?: 'evo_baseproduct', evo_baseproductid: string | null, label: string | null, value: string | null, systemusers: Array<{ __typename?: 'systemuser', systemuserid: string | null } | null> | null } | null> | null }; export type GetProductQueryVariables = Exact<{ productId: Scalars['UUID']['input']; }>; -export type GetProductQuery = { __typename?: 'Query', evo_baseproduct: { __typename?: 'evo_baseproduct', evo_calculation_method: Array | null, evo_sale_without_nds: boolean | null, evo_cut_proportion_bonus_director: boolean | null, evo_cut_irr_with_bonus: boolean | null, evo_id: string | null, evo_supplier_financing_accept: boolean | null, evo_product_properties: Array | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null, evo_baseproducts: Array<{ __typename?: 'evo_baseproduct', evo_baseproductid: any | null } | null> | null, evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: any | null } | null> | null, accounts: Array<{ __typename?: 'account', accountid: any | null } | null> | null } | null }; +export type GetProductQuery = { __typename?: 'Query', evo_baseproduct: { __typename?: 'evo_baseproduct', evo_calculation_method: Array | null, evo_sale_without_nds: boolean | null, evo_cut_proportion_bonus_director: boolean | null, evo_cut_irr_with_bonus: boolean | null, evo_id: string | null, evo_supplier_financing_accept: boolean | null, evo_product_properties: Array | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null, evo_baseproducts: Array<{ __typename?: 'evo_baseproduct', evo_baseproductid: string | null } | null> | null, evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: string | null } | null> | null, accounts: Array<{ __typename?: 'account', accountid: string | null } | null> | null } | null }; export type GetSubsidiesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetSubsidiesQuery = { __typename?: 'Query', evo_subsidies: Array<{ __typename?: 'evo_subsidy', evo_subsidy_type: number | null, label: string | null, value: any | null } | null> | null }; +export type GetSubsidiesQuery = { __typename?: 'Query', evo_subsidies: Array<{ __typename?: 'evo_subsidy', evo_subsidy_type: number | null, label: string | null, value: string | null } | null> | null }; export type GetSubsidyQueryVariables = Exact<{ subsidyId: Scalars['UUID']['input']; }>; -export type GetSubsidyQuery = { __typename?: 'Query', evo_subsidy: { __typename?: 'evo_subsidy', evo_subsidy_summ: number | null, evo_percent_subsidy: number | null, evo_max_subsidy_summ: number | null, evo_get_subsidy_payment: number | null, evo_delivery_time: Array | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null, accounts: Array<{ __typename?: 'account', accountid: any | null } | null> | null, evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: any | null } | null> | null, evo_models: Array<{ __typename?: 'evo_model', evo_modelid: any | null } | null> | null } | null }; +export type GetSubsidyQuery = { __typename?: 'Query', evo_subsidy: { __typename?: 'evo_subsidy', evo_subsidy_summ: number | null, evo_percent_subsidy: number | null, evo_max_subsidy_summ: number | null, evo_get_subsidy_payment: number | null, evo_delivery_time: Array | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null, accounts: Array<{ __typename?: 'account', accountid: string | null } | null> | null, evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: string | null } | null> | null, evo_models: Array<{ __typename?: 'evo_model', evo_modelid: string | null } | null> | null } | null }; export type GetImportProgramQueryVariables = Exact<{ importProgramId: Scalars['UUID']['input']; }>; -export type GetImportProgramQuery = { __typename?: 'Query', importProgram: { __typename?: 'evo_subsidy', evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null, accounts: Array<{ __typename?: 'account', accountid: any | null } | null> | null, evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: any | null } | null> | null, evo_models: Array<{ __typename?: 'evo_model', evo_modelid: any | null } | null> | null } | null }; +export type GetImportProgramQuery = { __typename?: 'Query', importProgram: { __typename?: 'evo_subsidy', evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null, accounts: Array<{ __typename?: 'account', accountid: string | null } | null> | null, evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: string | null } | null> | null, evo_models: Array<{ __typename?: 'evo_model', evo_modelid: string | null } | null> | null } | null }; export type GetRegionsQueryVariables = Exact<{ [key: string]: never; }>; -export type GetRegionsQuery = { __typename?: 'Query', evo_regions: Array<{ __typename?: 'evo_region', evo_fias_id: string | null, evo_businessunit_evolution: boolean | null, label: string | null, value: any | null } | null> | null }; +export type GetRegionsQuery = { __typename?: 'Query', evo_regions: Array<{ __typename?: 'evo_region', evo_fias_id: string | null, evo_businessunit_evolution: boolean | null, label: string | null, value: string | null } | null> | null }; export type GetRegionQueryVariables = Exact<{ regionId: Scalars['UUID']['input']; }>; -export type GetRegionQuery = { __typename?: 'Query', evo_region: { __typename?: 'evo_region', evo_oktmo: string | null, evo_kladr_id: string | null, accounts: Array<{ __typename?: 'account', accountid: any | null } | null> | null } | null }; +export type GetRegionQuery = { __typename?: 'Query', evo_region: { __typename?: 'evo_region', evo_oktmo: string | null, evo_kladr_id: string | null, accounts: Array<{ __typename?: 'account', accountid: string | null } | null> | null } | null }; export type GetTownsQueryVariables = Exact<{ regionId: Scalars['UUID']['input']; }>; -export type GetTownsQuery = { __typename?: 'Query', evo_towns: Array<{ __typename?: 'evo_town', evo_fias_id: string | null, evo_businessunit_evolution: boolean | null, label: string | null, value: any | null } | null> | null }; +export type GetTownsQuery = { __typename?: 'Query', evo_towns: Array<{ __typename?: 'evo_town', evo_fias_id: string | null, evo_businessunit_evolution: boolean | null, label: string | null, value: string | null } | null> | null }; export type GetTownQueryVariables = Exact<{ townId: Scalars['UUID']['input']; @@ -1988,31 +1988,31 @@ export type GetTownQuery = { __typename?: 'Query', evo_town: { __typename?: 'evo export type GetGpsBrandsQueryVariables = Exact<{ [key: string]: never; }>; -export type GetGpsBrandsQuery = { __typename?: 'Query', evo_gps_brands: Array<{ __typename?: 'evo_gps_brand', evo_id: string | null, label: string | null, value: any | null } | null> | null }; +export type GetGpsBrandsQuery = { __typename?: 'Query', evo_gps_brands: Array<{ __typename?: 'evo_gps_brand', evo_id: string | null, label: string | null, value: string | null } | null> | null }; export type GetGpsModelsQueryVariables = Exact<{ gpsBrandId: Scalars['UUID']['input']; }>; -export type GetGpsModelsQuery = { __typename?: 'Query', evo_gps_models: Array<{ __typename?: 'evo_gps_model', evo_id: string | null, label: string | null, value: any | null } | null> | null }; +export type GetGpsModelsQuery = { __typename?: 'Query', evo_gps_models: Array<{ __typename?: 'evo_gps_model', evo_id: string | null, label: string | null, value: string | null } | null> | null }; export type GetLeaseObjectTypesQueryVariables = Exact<{ [key: string]: never; }>; -export type GetLeaseObjectTypesQuery = { __typename?: 'Query', evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null, label: string | null, value: any | null } | null> | null }; +export type GetLeaseObjectTypesQuery = { __typename?: 'Query', evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null, label: string | null, value: string | null } | null> | null }; export type GetLeaseObjectTypeQueryVariables = Exact<{ leaseObjectTypeId: Scalars['UUID']['input']; }>; -export type GetLeaseObjectTypeQuery = { __typename?: 'Query', evo_leasingobject_type: { __typename?: 'evo_leasingobject_type', evo_vehicle_type: Array | null, evo_id: string | null, evo_category: number | null, evo_vehicle_type_tax: number | null, evo_category_tr: Array | null, evo_expluatation_period1: number | null, evo_expluatation_period2: number | null, evo_depreciation_rate1: number | null, evo_depreciation_rate2: number | null, evo_trailer: boolean | null, evo_vehicle_body_type_option: number | null, evo_vehicle_body_types: Array<{ __typename?: 'evo_vehicle_body_type', evo_vehicle_body_typeid: any | null } | null> | null } | null }; +export type GetLeaseObjectTypeQuery = { __typename?: 'Query', evo_leasingobject_type: { __typename?: 'evo_leasingobject_type', evo_vehicle_type: Array | null, evo_id: string | null, evo_category: number | null, evo_vehicle_type_tax: number | null, evo_category_tr: Array | null, evo_expluatation_period1: number | null, evo_expluatation_period2: number | null, evo_depreciation_rate1: number | null, evo_depreciation_rate2: number | null, evo_trailer: boolean | null, evo_vehicle_body_type_option: number | null, evo_vehicle_body_types: Array<{ __typename?: 'evo_vehicle_body_type', evo_vehicle_body_typeid: string | null } | null> | null } | null }; export type GetBrandsQueryVariables = Exact<{ [key: string]: never; }>; -export type GetBrandsQuery = { __typename?: 'Query', evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: any | null, evo_vehicle_type: Array | null, label: string | null, value: any | null } | null> | null }; +export type GetBrandsQuery = { __typename?: 'Query', evo_brands: Array<{ __typename?: 'evo_brand', evo_brandid: string | null, evo_vehicle_type: Array | null, label: string | null, value: string | null } | null> | null }; export type GetBrandQueryVariables = Exact<{ brandId: Scalars['UUID']['input']; @@ -2026,21 +2026,21 @@ export type GetModelsQueryVariables = Exact<{ }>; -export type GetModelsQuery = { __typename?: 'Query', evo_models: Array<{ __typename?: 'evo_model', evo_modelid: any | null, evo_vehicle_type: number | null, evo_trailer_sign: boolean | null, evo_vehicle_body_typeid: any | null, label: string | null, value: any | null } | null> | null }; +export type GetModelsQuery = { __typename?: 'Query', evo_models: Array<{ __typename?: 'evo_model', evo_modelid: string | null, evo_vehicle_type: number | null, evo_trailer_sign: boolean | null, evo_vehicle_body_typeid: string | null, label: string | null, value: string | null } | null> | null }; export type GetModelQueryVariables = Exact<{ modelId: Scalars['UUID']['input']; }>; -export type GetModelQuery = { __typename?: 'Query', evo_model: { __typename?: 'evo_model', evo_importer_reward_perc: number | null, evo_importer_reward_rub: number | null, evo_id: string | null, evo_running_gear: number | null, evo_trailer_sign: boolean | null, evo_vehicle_body_typeid: any | null, evo_impairment_groupidData: { __typename?: 'evo_impairment_group', evo_name: string | null } | null, evo_vehicle_body_typeidData: { __typename?: 'evo_vehicle_body_type', evo_id_elt: string | null } | null } | null }; +export type GetModelQuery = { __typename?: 'Query', evo_model: { __typename?: 'evo_model', evo_importer_reward_perc: number | null, evo_importer_reward_rub: number | null, evo_id: string | null, evo_running_gear: number | null, evo_trailer_sign: boolean | null, evo_vehicle_body_typeid: string | null, evo_impairment_groupidData: { __typename?: 'evo_impairment_group', evo_name: string | null } | null, evo_vehicle_body_typeidData: { __typename?: 'evo_vehicle_body_type', evo_id_elt: string | null } | null } | null }; export type GetConfigurationsQueryVariables = Exact<{ modelId: Scalars['UUID']['input']; }>; -export type GetConfigurationsQuery = { __typename?: 'Query', evo_equipments: Array<{ __typename?: 'evo_equipment', evo_start_production_year: number | null, label: string | null, value: any | null } | null> | null }; +export type GetConfigurationsQuery = { __typename?: 'Query', evo_equipments: Array<{ __typename?: 'evo_equipment', evo_start_production_year: number | null, label: string | null, value: string | null } | null> | null }; export type GetConfigurationQueryVariables = Exact<{ configurationId: Scalars['UUID']['input']; @@ -2052,21 +2052,21 @@ export type GetConfigurationQuery = { __typename?: 'Query', evo_equipment: { __t export type GetDealersQueryVariables = Exact<{ [key: string]: never; }>; -export type GetDealersQuery = { __typename?: 'Query', dealers: Array<{ __typename?: 'account', accountid: any | null, evo_supplier_financing_accept: boolean | null, label: string | null, value: any | null } | null> | null }; +export type GetDealersQuery = { __typename?: 'Query', dealers: Array<{ __typename?: 'account', accountid: string | null, evo_supplier_financing_accept: boolean | null, label: string | null, value: string | null } | null> | null }; export type GetDealerQueryVariables = Exact<{ dealerId: Scalars['UUID']['input']; }>; -export type GetDealerQuery = { __typename?: 'Query', dealer: { __typename?: 'account', evo_return_leasing_dealer: boolean | null, evo_broker_accountid: any | null, evo_supplier_financing_accept: boolean | null } | null }; +export type GetDealerQuery = { __typename?: 'Query', dealer: { __typename?: 'account', evo_return_leasing_dealer: boolean | null, evo_broker_accountid: string | null, evo_supplier_financing_accept: boolean | null } | null }; export type GetDealerPersonsQueryVariables = Exact<{ dealerId: Scalars['UUID']['input']; }>; -export type GetDealerPersonsQuery = { __typename?: 'Query', dealerPersons: Array<{ __typename?: 'account', accountid: any | null, evo_inn: string | null, evo_kpp: string | null, evo_supplier_financing_accept: boolean | null, label: string | null, value: any | null } | null> | null }; +export type GetDealerPersonsQuery = { __typename?: 'Query', dealerPersons: Array<{ __typename?: 'account', accountid: string | null, evo_inn: string | null, evo_kpp: string | null, evo_supplier_financing_accept: boolean | null, label: string | null, value: string | null } | null> | null }; export type GetDealerPersonQueryVariables = Exact<{ dealerPersonId: Scalars['UUID']['input']; @@ -2080,7 +2080,7 @@ export type GetAgentQueryVariables = Exact<{ }>; -export type GetAgentQuery = { __typename?: 'Query', agent: { __typename?: 'account', label: string | null, value: any | null } | null }; +export type GetAgentQuery = { __typename?: 'Query', agent: { __typename?: 'account', label: string | null, value: string | null } | null }; export type GetRewardConditionsQueryVariables = Exact<{ agentid: Scalars['UUID']['input']; @@ -2088,7 +2088,7 @@ export type GetRewardConditionsQueryVariables = Exact<{ }>; -export type GetRewardConditionsQuery = { __typename?: 'Query', evo_reward_conditions: Array<{ __typename?: 'evo_reward_condition', evo_reward_summ: number | null, evo_pl_type: number | null, label: string | null, value: any | null } | null> | null }; +export type GetRewardConditionsQuery = { __typename?: 'Query', evo_reward_conditions: Array<{ __typename?: 'evo_reward_condition', evo_reward_summ: number | null, evo_pl_type: number | null, label: string | null, value: string | null } | null> | null }; export type GetRewardConditionQueryVariables = Exact<{ conditionId: Scalars['UUID']['input']; @@ -2102,105 +2102,105 @@ export type GetSotCoefficientTypeQueryVariables = Exact<{ }>; -export type GetSotCoefficientTypeQuery = { __typename?: 'Query', evo_sot_coefficient_types: Array<{ __typename?: 'evo_sot_coefficient_type', evo_sot_coefficient_typeid: any | null } | null> | null }; +export type GetSotCoefficientTypeQuery = { __typename?: 'Query', evo_sot_coefficient_types: Array<{ __typename?: 'evo_sot_coefficient_type', evo_sot_coefficient_typeid: string | null } | null> | null }; export type GetCoefficientsQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetCoefficientsQuery = { __typename?: 'Query', evo_coefficients: Array<{ __typename?: 'evo_coefficient', evo_job_titleid: any | null, evo_sot_coefficient_typeid: any | null, evo_sot_coefficient: number | null, evo_corfficient_type: number | null, evo_correction_coefficient: number | null, evo_min_period: number | null, evo_max_period: number | null, evo_season_type: number | null, evo_graph_type: number | null, evo_risk_delta: number | null, evo_baseproducts: Array<{ __typename?: 'evo_baseproduct', evo_baseproductid: any | null, evo_id: string | null } | null> | null, evo_sot_coefficient_typeidData: { __typename?: 'evo_sot_coefficient_type', evo_id: string | null } | null, evo_businessunits: Array<{ __typename?: 'evo_businessunit', evo_sale_businessunitid: any | null } | null> | null } | null> | null }; +export type GetCoefficientsQuery = { __typename?: 'Query', evo_coefficients: Array<{ __typename?: 'evo_coefficient', evo_job_titleid: string | null, evo_sot_coefficient_typeid: string | null, evo_sot_coefficient: number | null, evo_corfficient_type: number | null, evo_correction_coefficient: number | null, evo_min_period: number | null, evo_max_period: number | null, evo_season_type: number | null, evo_graph_type: number | null, evo_risk_delta: number | null, evo_baseproducts: Array<{ __typename?: 'evo_baseproduct', evo_baseproductid: string | null, evo_id: string | null } | null> | null, evo_sot_coefficient_typeidData: { __typename?: 'evo_sot_coefficient_type', evo_id: string | null } | null, evo_businessunits: Array<{ __typename?: 'evo_businessunit', evo_sale_businessunitid: string | null } | null> | null } | null> | null }; export type GetSystemUserQueryVariables = Exact<{ domainname: InputMaybe; }>; -export type GetSystemUserQuery = { __typename?: 'Query', systemusers: Array<{ __typename?: 'systemuser', evo_job_titleid: any | null, businessunitid: any | null, systemuserid: any | null, roles: Array<{ __typename?: 'role', name: string | null } | null> | null } | null> | null }; +export type GetSystemUserQuery = { __typename?: 'Query', systemusers: Array<{ __typename?: 'systemuser', evo_job_titleid: string | null, businessunitid: string | null, systemuserid: string | null, roles: Array<{ __typename?: 'role', name: string | null } | null> | null } | null> | null }; -export type CoreAddProductTypesFieldsFragment = { __typename?: 'evo_addproduct_type', evo_graph_price: number | null, label: string | null, value: any | null }; +export type CoreAddProductTypesFieldsFragment = { __typename?: 'evo_addproduct_type', evo_graph_price: number | null, label: string | null, value: string | null }; export type GetAddproductTypesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetAddproductTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_addproduct_typeid: any | null, evo_name: string | null, evo_type_calc_cerebellum: number | null, evo_cost_service_provider_withoutnds: number | null, evo_graph_price: number | null, label: string | null, value: any | null, evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_addproduct_typeid: any | null } | null> | null } | null> | null }; +export type GetAddproductTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_addproduct_typeid: string | null, evo_name: string | null, evo_type_calc_cerebellum: number | null, evo_cost_service_provider_withoutnds: number | null, evo_graph_price: number | null, label: string | null, value: string | null, evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_addproduct_typeid: string | null } | null> | null } | null> | null }; export type GetAddProductTypeQueryVariables = Exact<{ addproductTypeId: Scalars['UUID']['input']; }>; -export type GetAddProductTypeQuery = { __typename?: 'Query', evo_addproduct_type: { __typename?: 'evo_addproduct_type', evo_description: string | null, evo_helpcard_type: number | null, evo_graph_price_withoutnds: number | null, evo_cost_service_provider_withoutnds: number | null, evo_retro_bonus_withoutnds: number | null, evo_evokasko_calc_type: number | null, evo_loss_kv: number | null, evo_price_service_provider_withoutnds: number | null, evo_graph_price: number | null, evo_product_type: number | null, evo_addproduct_typeid: any | null, evo_planpayments: Array<{ __typename?: 'evo_planpayment', evo_name: string | null, evo_cost_price_telematics_withoutnds: number | null, evo_cost_equipment_withoutnds: number | null, evo_cost_telematics_withoutnds: number | null } | null> | null } | null }; +export type GetAddProductTypeQuery = { __typename?: 'Query', evo_addproduct_type: { __typename?: 'evo_addproduct_type', evo_description: string | null, evo_helpcard_type: number | null, evo_graph_price_withoutnds: number | null, evo_cost_service_provider_withoutnds: number | null, evo_retro_bonus_withoutnds: number | null, evo_evokasko_calc_type: number | null, evo_loss_kv: number | null, evo_price_service_provider_withoutnds: number | null, evo_graph_price: number | null, evo_product_type: number | null, evo_addproduct_typeid: string | null, evo_planpayments: Array<{ __typename?: 'evo_planpayment', evo_name: string | null, evo_cost_price_telematics_withoutnds: number | null, evo_cost_equipment_withoutnds: number | null, evo_cost_telematics_withoutnds: number | null } | null> | null } | null }; export type GetRegistrationTypesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetRegistrationTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_whom_register: number | null, evo_gibdd_region: boolean | null, evo_pts_type: Array | null, evo_accountid: any | null, evo_towtruck: boolean | null, evo_graph_price: number | null, label: string | null, value: any | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null } | null> | null }; +export type GetRegistrationTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_whom_register: number | null, evo_gibdd_region: boolean | null, evo_pts_type: Array | null, evo_accountid: string | null, evo_towtruck: boolean | null, evo_graph_price: number | null, label: string | null, value: string | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null } | null> | null }; export type GetTechnicalCardsQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetTechnicalCardsQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_min_period: number | null, evo_max_period: number | null, evo_helpcard_type: number | null, evo_graph_price: number | null, label: string | null, value: any | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null } | null> | null }; +export type GetTechnicalCardsQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_min_period: number | null, evo_max_period: number | null, evo_helpcard_type: number | null, evo_graph_price: number | null, label: string | null, value: string | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null } | null> | null }; export type GetFuelCardsQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetFuelCardsQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_min_period: number | null, evo_max_period: number | null, evo_graph_price: number | null, label: string | null, value: any | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null } | null> | null }; +export type GetFuelCardsQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_min_period: number | null, evo_max_period: number | null, evo_graph_price: number | null, label: string | null, value: string | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null } | null> | null }; export type GetTelematicTypesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetTelematicTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_controls_program: Array | null, evo_visible_calc: boolean | null, evo_graph_price: number | null, label: string | null, value: any | null } | null> | null }; +export type GetTelematicTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_controls_program: Array | null, evo_visible_calc: boolean | null, evo_graph_price: number | null, label: string | null, value: string | null } | null> | null }; export type GetTrackerTypesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetTrackerTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_controls_program: Array | null, evo_visible_calc: boolean | null, evo_graph_price: number | null, label: string | null, value: any | null } | null> | null }; +export type GetTrackerTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_controls_program: Array | null, evo_visible_calc: boolean | null, evo_graph_price: number | null, label: string | null, value: string | null } | null> | null }; export type GetInsNsibTypesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetInsNsibTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_max_period: number | null, evo_min_period: number | null, evo_max_price: number | null, evo_min_price: number | null, evo_visible_calc: boolean | null, evo_min_first_payment_perc: number | null, evo_max_first_payment_perc: number | null, evo_graph_price: number | null, label: string | null, value: any | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null } | null> | null }; +export type GetInsNsibTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_max_period: number | null, evo_min_period: number | null, evo_max_price: number | null, evo_min_price: number | null, evo_visible_calc: boolean | null, evo_min_first_payment_perc: number | null, evo_max_first_payment_perc: number | null, evo_graph_price: number | null, label: string | null, value: string | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null } | null> | null }; export type GetLeasingWithoutKaskoTypesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetLeasingWithoutKaskoTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_min_period: number | null, evo_max_period: number | null, evo_min_price: number | null, evo_max_price: number | null, evo_visible_calc: boolean | null, evo_min_first_payment_perc: number | null, evo_max_first_payment_perc: number | null, evo_graph_price: number | null, label: string | null, value: any | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: any | null } | null> | null, evo_models: Array<{ __typename?: 'evo_model', evo_modelid: any | null } | null> | null } | null> | null }; +export type GetLeasingWithoutKaskoTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_min_period: number | null, evo_max_period: number | null, evo_min_price: number | null, evo_max_price: number | null, evo_visible_calc: boolean | null, evo_min_first_payment_perc: number | null, evo_max_first_payment_perc: number | null, evo_graph_price: number | null, label: string | null, value: string | null, evo_leasingobject_types: Array<{ __typename?: 'evo_leasingobject_type', evo_leasingobject_typeid: string | null } | null> | null, evo_models: Array<{ __typename?: 'evo_model', evo_modelid: string | null } | null> | null } | null> | null }; export type GetOsagoAddproductTypesQueryVariables = Exact<{ currentDate: InputMaybe; }>; -export type GetOsagoAddproductTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_visible_calc: boolean | null, evo_accountid: any | null, createdon: string | null, evo_category: number | null, evo_min_power: number | null, evo_max_power: number | null, evo_min_seats_count: number | null, evo_max_seats_count: number | null, evo_min_mass: number | null, evo_max_mass: number | null, evo_graph_price_withoutnds: number | null, evo_id: string | null } | null> | null }; +export type GetOsagoAddproductTypesQuery = { __typename?: 'Query', evo_addproduct_types: Array<{ __typename?: 'evo_addproduct_type', evo_product_type: number | null, evo_visible_calc: boolean | null, evo_accountid: string | null, createdon: string | null, evo_category: number | null, evo_min_power: number | null, evo_max_power: number | null, evo_min_seats_count: number | null, evo_max_seats_count: number | null, evo_min_mass: number | null, evo_max_mass: number | null, evo_graph_price_withoutnds: number | null, evo_id: string | null } | null> | null }; export type GetInsuranceCompanyQueryVariables = Exact<{ accountId: Scalars['UUID']['input']; }>; -export type GetInsuranceCompanyQuery = { __typename?: 'Query', account: { __typename?: 'account', evo_osago_with_kasko: boolean | null, evo_legal_region_calc: boolean | null, accountid: any | null } | null }; +export type GetInsuranceCompanyQuery = { __typename?: 'Query', account: { __typename?: 'account', evo_osago_with_kasko: boolean | null, evo_legal_region_calc: boolean | null, accountid: string | null } | null }; export type GetInsuranceCompaniesQueryVariables = Exact<{ [key: string]: never; }>; -export type GetInsuranceCompaniesQuery = { __typename?: 'Query', accounts: Array<{ __typename?: 'account', evo_type_ins_policy: Array | null, evo_evokasko_access: boolean | null, evo_inn: string | null, evo_id_elt_osago: string | null, evo_id_elt: string | null, evo_id_elt_smr: string | null, evo_osago_id: string | null, value: any | null, label: string | null } | null> | null }; +export type GetInsuranceCompaniesQuery = { __typename?: 'Query', accounts: Array<{ __typename?: 'account', evo_type_ins_policy: Array | null, evo_evokasko_access: boolean | null, evo_inn: string | null, evo_id_elt_osago: string | null, evo_id_elt: string | null, evo_id_elt_smr: string | null, evo_osago_id: string | null, value: string | null, label: string | null } | null> | null }; export type GetRolesQueryVariables = Exact<{ roleName: InputMaybe;