Skip to content

Commit 6ecc9bf

Browse files
committed
✨ add task to entity types
1 parent a90ede1 commit 6ecc9bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/models/integration-entity.model.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ export enum IntegrationEntityType {
2727
CONTACTS_FOLDER = 'contacts_folder',
2828
// outlook and sipgate
2929
USERS = 'users',
30+
//generic
31+
TASKS = 'tasks',
3032
}

0 commit comments

Comments
 (0)