/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1AccessToken } from './webitelImApiGatewayV1AccessToken'; import type { WebitelImApiGatewayV1AuthContact } from './webitelImApiGatewayV1AuthContact'; import type { WebitelImApiGatewayV1Device } from './webitelImApiGatewayV1Device'; export interface WebitelImApiGatewayV1Authorization { appId?: string; contact?: WebitelImApiGatewayV1AuthContact; current?: boolean; date?: string; device?: WebitelImApiGatewayV1Device; /** Session (device) display name. */ name?: string; token?: WebitelImApiGatewayV1AccessToken; }