/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ export type LocateCatalogParams = { /** * Fields to be retrieved as a result. * If the user passes "-" as the value for fields, * it will retrieve all available fields for each catalog. */ fields?: string[]; /** * Fields to be retrieved as a result for [SUBSERVICES]. * If the user passes "-" as the value for fields, * it will retrieve all available fields for each catalog subservices. */ subFields?: string[]; };