From 220f714d882e232fc46f311d41d6a02b75abcb98 Mon Sep 17 00:00:00 2001 From: insanity Date: Thu, 14 Jun 2018 18:20:08 +0900 Subject: [PATCH] 0.0.13 --- package.json | 2 +- src/model/infra/InfraHostIP.ts | 3 +++ src/model/infra/InfraZone.ts | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) 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