UNPKG

@signalwire/compatibility-api

Version:
41 lines (35 loc) 1.25 kB
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ import Insights = require('../Insights'); import Version = require('../../base/Version'); import { AnnotationList } from './v1/annotation'; import { AnnotationListInstance } from './v1/annotation'; import { CallList } from './v1/call'; import { CallListInstance } from './v1/call'; import { CallSummariesList } from './v1/callSummaries'; import { CallSummariesListInstance } from './v1/callSummaries'; import { ConferenceList } from './v1/conference'; import { ConferenceListInstance } from './v1/conference'; import { RoomList } from './v1/room'; import { RoomListInstance } from './v1/room'; import { SettingList } from './v1/setting'; import { SettingListInstance } from './v1/setting'; declare class V1 extends Version { /** * Initialize the V1 version of Insights * * @param domain - The twilio domain */ constructor(domain: Insights); readonly annotation: AnnotationListInstance; readonly callSummaries: CallSummariesListInstance; readonly calls: CallListInstance; readonly conferences: ConferenceListInstance; readonly rooms: RoomListInstance; readonly settings: SettingListInstance; } export = V1;