We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f537c commit 048a7e1Copy full SHA for 048a7e1
src/models/call-event.model.ts
@@ -39,8 +39,5 @@ export interface CallEventWithIntegrationEntities extends CallEvent {
39
40
export interface UpdateCallLogBody {
41
updatedProperties: { note: string };
42
- loggedIntegrationEntities: LoggedIntegrationEntity[];
43
-}
44
-export interface UpdateCallEventBody {
45
- note: string;
+ loggedIntegrationEntities: (IntegrationEntity | LoggedIntegrationEntity)[];
46
}
0 commit comments