Skip to content

Commit b2f59b5

Browse files
committed
adding custom IntegrationEntityTypes for lignotrend
1 parent d58b16d commit b2f59b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/models/integration-entity.model.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ type AdditionalProperties = {
2525
[IntegrationEntityType.ACCOUNTS]?: never;
2626
[IntegrationEntityType.OPPORTUNITIES]?: never;
2727
[IntegrationEntityType.CASES]?: never;
28+
[IntegrationEntityType.BUILDING_OBJECTS]?: never;
29+
[IntegrationEntityType.BUILDING_OBJECTS_LEADS]?: never;
2830
[IntegrationEntityType.CONTACTS_FOLDER]?: never;
2931
[IntegrationEntityType.USERS]?: never;
3032
[IntegrationEntityType.TASKS]?: never;
@@ -45,6 +47,9 @@ export enum IntegrationEntityType {
4547
ACCOUNTS = 'accounts',
4648
OPPORTUNITIES = 'opportunities',
4749
CASES = 'cases',
50+
// lignotrend-salesforce specific
51+
BUILDING_OBJECTS = 'building_objects',
52+
BUILDING_OBJECTS_LEADS = 'building_objects_leads',
4853
// outlook specific
4954
CONTACTS_FOLDER = 'contacts_folder',
5055
// outlook and sipgate

0 commit comments

Comments
 (0)