@sipgate/integration-bridge 0.29.0 → 0.29.1

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.
@@ -19,5 +19,6 @@ export declare enum IntegrationEntityType {
19
19
  OPPORTUNITIES = "opportunities",
20
20
  CASES = "cases",
21
21
  CONTACTS_FOLDER = "contacts_folder",
22
- USERS = "users"
22
+ USERS = "users",
23
+ TASKS = "tasks"
23
24
  }
@@ -17,5 +17,7 @@ var IntegrationEntityType;
17
17
  IntegrationEntityType["CONTACTS_FOLDER"] = "contacts_folder";
18
18
  // outlook and sipgate
19
19
  IntegrationEntityType["USERS"] = "users";
20
+ //generic
21
+ IntegrationEntityType["TASKS"] = "tasks";
20
22
  })(IntegrationEntityType = exports.IntegrationEntityType || (exports.IntegrationEntityType = {}));
21
23
  //# sourceMappingURL=integration-entity.model.js.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"integration-entity.model.js","sourceRoot":"","sources":["../../src/models/integration-entity.model.ts"],"names":[],"mappings":";;;AAcA,IAAY,qBAiBX;AAjBD,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;IACf,SAAS;IACT,wCAAe,CAAA;AACjB,CAAC,EAjBW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAiBhC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sipgate/integration-bridge",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "description": "sipgate Integration Bridge Framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",