diff --git a/package.json b/package.json index 56c19ff..0f6061c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@overflow/commons-typescript", "author": "Loafle ", "description": "Commons module of overflow", - "version": "0.0.12", + "version": "0.0.13", "license": "COMMERCIAL", "private": true, "main": "./index.js", diff --git a/src/model/infra/InfraHostIP.ts b/src/model/infra/InfraHostIP.ts index 802dfb6..88f775b 100644 --- a/src/model/infra/InfraHostIP.ts +++ b/src/model/infra/InfraHostIP.ts @@ -8,5 +8,8 @@ export interface InfraHostIP extends Infra { metaIPType?: MetaIPType; address?: string; mac?: string; + iface: string; + gateway: string; createDate?: Date; + } \ No newline at end of file diff --git a/src/model/infra/InfraZone.ts b/src/model/infra/InfraZone.ts index e3d7621..da119cf 100644 --- a/src/model/infra/InfraZone.ts +++ b/src/model/infra/InfraZone.ts @@ -9,5 +9,4 @@ export interface InfraZone extends Infra { metaIPType?: MetaIPType; address?: string; mac?: string; - gateway?: string; } \ No newline at end of file