/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { EngineLookup } from './engineLookup.zod'; import type { EngineOutboundResourceParameters } from './engineOutboundResourceParameters.zod'; import type { EngineOutboundResourceServiceUpdateOutboundResourceBodyVariables } from './engineOutboundResourceServiceUpdateOutboundResourceBodyVariables.zod'; export interface EngineOutboundResourceServiceUpdateOutboundResourceBody { parameters?: EngineOutboundResourceParameters; description?: string; enabled?: boolean; errorIds?: string[]; failureDialDelay?: number; gateway?: EngineLookup; limit?: number; maxSuccessivelyErrors?: number; name?: string; number?: string; patterns?: string[]; reserve?: boolean; rps?: number; variables?: EngineOutboundResourceServiceUpdateOutboundResourceBodyVariables; }