fix(core): update
This commit is contained in:
parent
6a4849f87d
commit
2a0aa6db07
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptime.link/interfaces',
|
name: '@uptime.link/interfaces',
|
||||||
version: '2.0.12',
|
version: '2.0.13',
|
||||||
description: 'TypeScript interface for the uptime.link API and modules'
|
description: 'TypeScript interface for the uptime.link API and modules'
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
import * as plugins from '../ul-interfaces.plugins.js';
|
import * as plugins from '../ul-interfaces.plugins.js';
|
||||||
|
|
||||||
export interface IDomainSnapshot {
|
export interface IDomainSnapshot {
|
||||||
registered: boolean;
|
registration: {
|
||||||
|
isRegistered: boolean;
|
||||||
|
registeredAt: Date;
|
||||||
|
expiresAt: Date;
|
||||||
|
};
|
||||||
delegation: {
|
delegation: {
|
||||||
domainWithoutSuffix: string;
|
domainWithoutSuffix: string;
|
||||||
publicSuffix: string;
|
publicSuffix: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user