Skip to content

Commit f8a8e58

Browse files
committed
♻️ Add folders and users to contact types
1 parent 46d7480 commit f8a8e58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/models/integration-entity.model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ export enum IntegrationEntityType {
2121
LEADS = "leads",
2222
ACCOUNTS = "accounts",
2323
OPPORTUNITIES = "opportunities",
24+
// outlook specific
25+
CONTACTS_FOLDER = "contacts-folder",
26+
// outlook and sipgate
27+
USERS = "users",
2428
}

0 commit comments

Comments
 (0)