Skip to content

Commit c6900fc

Browse files
author
Marcel Wagner
committed
Add salesforce cases to integration entity type enum
1 parent ad01750 commit c6900fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/integration-entity.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export enum IntegrationEntityType {
2121
LEADS = "leads",
2222
ACCOUNTS = "accounts",
2323
OPPORTUNITIES = "opportunities",
24+
CASES = "cases",
2425
// outlook specific
2526
CONTACTS_FOLDER = "contacts-folder",
2627
// outlook and sipgate

0 commit comments

Comments
 (0)