0.0.11
This commit is contained in:
parent
349acd61a5
commit
fe40e8bbef
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@overflow/commons-typescript",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@overflow/commons-typescript",
|
||||
"author": "Loafle <rnd@loafle.com>",
|
||||
"description": "Commons module of overflow",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"license": "COMMERCIAL",
|
||||
"private": true,
|
||||
"main": "./index.js",
|
||||
|
|
|
@ -7,7 +7,7 @@ export interface NoAuthProbe {
|
|||
domain?: Domain;
|
||||
probe?: Probe;
|
||||
metaNoAuthProbeStatus?: MetaNoAuthProbeStatus;
|
||||
description?: string;
|
||||
infraHostMeta?: string;
|
||||
tempProbeKey?: string;
|
||||
apiKey?: string;
|
||||
connectDate?: Date;
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
export * from './NoAuthProbe';
|
||||
export * from './NoAuthProbeDescription';
|
||||
|
|
|
@ -6,7 +6,6 @@ export interface Probe {
|
|||
id?: number;
|
||||
metaProbeStatus?: MetaProbeStatus;
|
||||
description?: string;
|
||||
createDate?: Date;
|
||||
domain?: Domain;
|
||||
probeKey?: string;
|
||||
encryptionKey?: string;
|
||||
|
@ -17,4 +16,5 @@ export interface Probe {
|
|||
targetCount?: number;
|
||||
connectDate?: Date;
|
||||
connectAddress?: string;
|
||||
createDate?: Date;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user