fix(core): update
This commit is contained in:
parent
267dca249f
commit
6ba521c1b9
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@uptime.link/interfaces',
|
||||
version: '2.0.11',
|
||||
version: '2.0.12',
|
||||
description: 'TypeScript interface for the uptime.link API and modules'
|
||||
}
|
||||
|
@ -1,6 +1,17 @@
|
||||
import * as plugins from '../ul-interfaces.plugins.js';
|
||||
|
||||
export interface IDomainSnapshot {
|
||||
registered: boolean;
|
||||
delegation: {
|
||||
domainWithoutSuffix: string;
|
||||
publicSuffix: string;
|
||||
subdomain: string;
|
||||
isIcann: boolean;
|
||||
dnsSecEnabled: boolean;
|
||||
};
|
||||
phishingFlags: {
|
||||
listName: string;
|
||||
}[];
|
||||
nameservers: string[];
|
||||
aRecords: plugins.tsclass.network.IDnsRecord[];
|
||||
aaaaRecords: plugins.tsclass.network.IDnsRecord[];
|
||||
|
Loading…
Reference in New Issue
Block a user