File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sipgate/integration-bridge" ,
3
- "version" : " 0.13.20 " ,
3
+ "version" : " 0.13.21 " ,
4
4
"description" : " sipgate Integration Bridge Framework" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -42,10 +42,7 @@ export interface Adapter {
42
42
event : CallEvent
43
43
) => Promise < void > ;
44
44
deleteCalendarEvent ?: ( config : Config , id : string ) => Promise < void > ;
45
- handleCallEvent ?: (
46
- config : Config ,
47
- event : CallEvent
48
- ) => Promise < string | { refId : string ; contactId ?: string } > ;
45
+ handleCallEvent ?: ( config : Config , event : CallEvent ) => Promise < string > ;
49
46
handleConnectedEvent ?: ( config : Config ) => Promise < void > ;
50
47
getHealth ?: ( ) => Promise < void > ;
51
48
getOAuth2RedirectUrl ?: ( req ?: Request , res ?: Response ) => Promise < string > ;
You can’t perform that action at this time.
0 commit comments