Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4d961003e8 | |||
24762468da |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptime.link/interfaces",
|
"name": "@uptime.link/interfaces",
|
||||||
"version": "2.0.15",
|
"version": "2.0.16",
|
||||||
"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.15',
|
version: '2.0.16',
|
||||||
description: 'TypeScript interface for the uptime.link API and modules'
|
description: 'TypeScript interface for the uptime.link API and modules'
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,8 @@ import * as plugins from '../ul-interfaces.plugins.js';
|
|||||||
export interface IDomainSnapshot {
|
export interface IDomainSnapshot {
|
||||||
registration: {
|
registration: {
|
||||||
isRegistered: boolean;
|
isRegistered: boolean;
|
||||||
createionDate: Date;
|
createionDate: number;
|
||||||
expiryDate: Date;
|
expiryDate: number;
|
||||||
};
|
};
|
||||||
delegation: {
|
delegation: {
|
||||||
domainWithoutSuffix: string;
|
domainWithoutSuffix: string;
|
||||||
|
Reference in New Issue
Block a user