Skip to content

Commit 048a7e1

Browse files
committed
🏷️ make update call log also receive entities without id
1 parent 39f537c commit 048a7e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/models/call-event.model.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@ export interface CallEventWithIntegrationEntities extends CallEvent {
3939

4040
export interface UpdateCallLogBody {
4141
updatedProperties: { note: string };
42-
loggedIntegrationEntities: LoggedIntegrationEntity[];
43-
}
44-
export interface UpdateCallEventBody {
45-
note: string;
42+
loggedIntegrationEntities: (IntegrationEntity | LoggedIntegrationEntity)[];
4643
}

0 commit comments

Comments
 (0)