grapp-common-se 0.6.217 → 0.6.219

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.
@@ -332,6 +332,7 @@ export interface Eps {
332
332
  lastModified?: number;
333
333
  activeContract?: boolean;
334
334
  comments?: EpsComments[];
335
+ affiliation?: string;
335
336
  }
336
337
  export interface NotifyContractTop {
337
338
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.217",
3
+ "version": "0.6.219",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {