Remove autogenerated header from webhook typings
This commit is contained in:
parent
6da1aa2cbe
commit
7a72e56dbd
@ -1,5 +1,3 @@
|
|||||||
/** THIS HEADER IS AUTOGENERATED. DO NOT MODIFY MANUALLY. For any changes, please update the '/openvidu-meet/typings' directory. */
|
|
||||||
|
|
||||||
import { MeetRecordingInfo } from './recording.model.js';
|
import { MeetRecordingInfo } from './recording.model.js';
|
||||||
import { OpenViduMeetRoom } from './room.js';
|
import { OpenViduMeetRoom } from './room.js';
|
||||||
|
|
||||||
@ -9,7 +7,7 @@ export const enum MeetWebhookEventType {
|
|||||||
RECORDING_STARTED = 'recordingStarted',
|
RECORDING_STARTED = 'recordingStarted',
|
||||||
RECORDING_UPDATED = 'recordingUpdated',
|
RECORDING_UPDATED = 'recordingUpdated',
|
||||||
RECORDING_ENDED = 'recordingEnded',
|
RECORDING_ENDED = 'recordingEnded',
|
||||||
ROOM_FINISHED = 'roomFinished',
|
ROOM_FINISHED = 'roomFinished'
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface MeetWebhookEvent {
|
export interface MeetWebhookEvent {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user