File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ type AdditionalProperties = {
25
25
[ IntegrationEntityType . ACCOUNTS ] ?: never ;
26
26
[ IntegrationEntityType . OPPORTUNITIES ] ?: never ;
27
27
[ IntegrationEntityType . CASES ] ?: never ;
28
+ [ IntegrationEntityType . BUILDING_OBJECTS ] ?: never ;
29
+ [ IntegrationEntityType . BUILDING_OBJECTS_LEADS ] ?: never ;
28
30
[ IntegrationEntityType . CONTACTS_FOLDER ] ?: never ;
29
31
[ IntegrationEntityType . USERS ] ?: never ;
30
32
[ IntegrationEntityType . TASKS ] ?: never ;
@@ -45,6 +47,9 @@ export enum IntegrationEntityType {
45
47
ACCOUNTS = 'accounts' ,
46
48
OPPORTUNITIES = 'opportunities' ,
47
49
CASES = 'cases' ,
50
+ // lignotrend-salesforce specific
51
+ BUILDING_OBJECTS = 'building_objects' ,
52
+ BUILDING_OBJECTS_LEADS = 'building_objects_leads' ,
48
53
// outlook specific
49
54
CONTACTS_FOLDER = 'contacts_folder' ,
50
55
// outlook and sipgate
You can’t perform that action at this time.
0 commit comments