grapp-common-se 0.6.243 → 0.6.245

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.
@@ -40,7 +40,8 @@ export declare enum IDType {
40
40
  PIP = "PIP",
41
41
  PTP = "PTP",
42
42
  PPT = "PPT",
43
- PIP_TT = "PIP-TT"
43
+ PIP_TT = "PIP-TT",
44
+ PT = "PT"
44
45
  }
45
46
  export declare enum UserType {
46
47
  COORDINATOR = 0,
@@ -21,6 +21,7 @@ var IDType;
21
21
  IDType["PTP"] = "PTP";
22
22
  IDType["PPT"] = "PPT";
23
23
  IDType["PIP_TT"] = "PIP-TT";
24
+ IDType["PT"] = "PT";
24
25
  })(IDType = exports.IDType || (exports.IDType = {}));
25
26
  var UserType;
26
27
  (function (UserType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.243",
3
+ "version": "0.6.245",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {