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 77566c0 commit b6d3a6cCopy full SHA for b6d3a6c
src/models/contacts-changed.model.ts
@@ -1,11 +1,8 @@
1
-import { IntegrationEntityType } from './integration-entity.model';
2
-
3
export type ContactsChangedData = {
4
integrationName: string;
5
data: {
6
integrationAccountId: string;
7
type: 'UPDATE' | 'CREATE' | 'DELETE';
8
- objectId: string;
9
- integrationEntityType: IntegrationEntityType;
+ contactId: string;
10
}[];
11
};
0 commit comments