Skip to content

Commit b6d3a6c

Browse files
committed
🏗️ Change ContactsChangedData model
1 parent 77566c0 commit b6d3a6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
import { IntegrationEntityType } from './integration-entity.model';
2-
31
export type ContactsChangedData = {
42
integrationName: string;
53
data: {
64
integrationAccountId: string;
75
type: 'UPDATE' | 'CREATE' | 'DELETE';
8-
objectId: string;
9-
integrationEntityType: IntegrationEntityType;
6+
contactId: string;
107
}[];
118
};

0 commit comments

Comments
 (0)