grapp-common-se 0.6.194 → 0.6.197

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.
@@ -10,5 +10,6 @@ export interface EmailOptions {
10
10
  export declare enum EmailTemplates {
11
11
  TRACEABILITY = 0,
12
12
  APPOINTMENT = 1,
13
- EXECUTORS = 2
13
+ EXECUTORS = 2,
14
+ NOTIFY_EPS = 3
14
15
  }
@@ -6,4 +6,5 @@ var EmailTemplates;
6
6
  EmailTemplates[EmailTemplates["TRACEABILITY"] = 0] = "TRACEABILITY";
7
7
  EmailTemplates[EmailTemplates["APPOINTMENT"] = 1] = "APPOINTMENT";
8
8
  EmailTemplates[EmailTemplates["EXECUTORS"] = 2] = "EXECUTORS";
9
+ EmailTemplates[EmailTemplates["NOTIFY_EPS"] = 3] = "NOTIFY_EPS";
9
10
  })(EmailTemplates = exports.EmailTemplates || (exports.EmailTemplates = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.194",
3
+ "version": "0.6.197",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {