Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
cf4d90ecbd | |||
92d9f441d1 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptime.link/interfaces",
|
"name": "@uptime.link/interfaces",
|
||||||
"version": "2.0.9",
|
"version": "2.0.10",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "TypeScript interface for the uptime.link API and modules",
|
"description": "TypeScript interface for the uptime.link API and modules",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link/interfaces',
|
name: '@uptime.link/interfaces',
|
||||||
version: '2.0.9',
|
version: '2.0.10',
|
||||||
description: 'TypeScript interface for the uptime.link API and modules'
|
description: 'TypeScript interface for the uptime.link API and modules'
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,7 @@ export interface IDomainSnapshot {
|
|||||||
aRecords: plugins.tsclass.network.IDnsRecord[];
|
aRecords: plugins.tsclass.network.IDnsRecord[];
|
||||||
aaaaRecords: plugins.tsclass.network.IDnsRecord[];
|
aaaaRecords: plugins.tsclass.network.IDnsRecord[];
|
||||||
txtRecords: plugins.tsclass.network.IDnsRecord[];
|
txtRecords: plugins.tsclass.network.IDnsRecord[];
|
||||||
|
mxRecords: plugins.tsclass.network.IDnsRecord[];
|
||||||
whoisServers: {
|
whoisServers: {
|
||||||
serverUrl: string;
|
serverUrl: string;
|
||||||
content: string;
|
content: string;
|
||||||
|
Reference in New Issue
Block a user