0.0.11
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user