@sipgate/integration-bridge 0.14.25 → 0.14.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,7 @@ export declare enum IntegrationEntityType {
13
13
  CONTACTS = "contacts",
14
14
  DEALS = "deals",
15
15
  COMPANIES = "companies",
16
+ TICKETS = "tickets",
16
17
  LEADS = "leads",
17
18
  ACCOUNTS = "accounts",
18
19
  OPPORTUNITIES = "opportunities",
@@ -7,6 +7,7 @@ var IntegrationEntityType;
7
7
  // hubspot specific
8
8
  IntegrationEntityType["DEALS"] = "deals";
9
9
  IntegrationEntityType["COMPANIES"] = "companies";
10
+ IntegrationEntityType["TICKETS"] = "tickets";
10
11
  // salesforces specific
11
12
  IntegrationEntityType["LEADS"] = "leads";
12
13
  IntegrationEntityType["ACCOUNTS"] = "accounts";
@@ -1 +1 @@
1
- {"version":3,"file":"integration-entity.model.js","sourceRoot":"","sources":["../../src/models/integration-entity.model.ts"],"names":[],"mappings":";;;AAcA,IAAY,qBAcX;AAdD,WAAY,qBAAqB;IAC/B,8CAAqB,CAAA;IACrB,mBAAmB;IACnB,wCAAe,CAAA;IACf,gDAAuB,CAAA;IACvB,uBAAuB;IACvB,wCAAe,CAAA;IACf,8CAAqB,CAAA;IACrB,wDAA+B,CAAA;IAC/B,wCAAe,CAAA;IACf,mBAAmB;IACnB,4DAAmC,CAAA;IACnC,sBAAsB;IACtB,wCAAe,CAAA;AACjB,CAAC,EAdW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAchC"}
1
+ {"version":3,"file":"integration-entity.model.js","sourceRoot":"","sources":["../../src/models/integration-entity.model.ts"],"names":[],"mappings":";;;AAcA,IAAY,qBAeX;AAfD,WAAY,qBAAqB;IAC/B,8CAAqB,CAAA;IACrB,mBAAmB;IACnB,wCAAe,CAAA;IACf,gDAAuB,CAAA;IACvB,4CAAmB,CAAA;IACnB,uBAAuB;IACvB,wCAAe,CAAA;IACf,8CAAqB,CAAA;IACrB,wDAA+B,CAAA;IAC/B,wCAAe,CAAA;IACf,mBAAmB;IACnB,4DAAmC,CAAA;IACnC,sBAAsB;IACtB,wCAAe,CAAA;AACjB,CAAC,EAfW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAehC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sipgate/integration-bridge",
3
- "version": "0.14.25",
3
+ "version": "0.14.26",
4
4
  "description": "sipgate Integration Bridge Framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",