grapp-common-se 0.6.91 → 0.6.92

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.
@@ -53,6 +53,7 @@ export interface Order extends Resource {
53
53
  speciality?: Speciality;
54
54
  servicesRequested?: string;
55
55
  executionDate?: number;
56
+ headquarters?: string;
56
57
  }
57
58
  export interface SendTo {
58
59
  transferStatus?: TransferStatus;
@@ -299,7 +299,6 @@ export interface Eps {
299
299
  name: string;
300
300
  nit: string;
301
301
  regimen: string[];
302
- notifyContractTop: NotifyContractTop[];
303
302
  resourceID?: string;
304
303
  resources?: string[];
305
304
  tableName?: string;
@@ -308,9 +307,6 @@ export interface Eps {
308
307
  activeContract?: boolean;
309
308
  comments?: EpsComments[];
310
309
  }
311
- export interface NotifyContractTop {
312
- email: string;
313
- }
314
310
  export interface EpsComments {
315
311
  name?: string;
316
312
  date?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.91",
3
+ "version": "0.6.92",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {