diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2307895..c1b1dc2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@uptime.link/interfaces', - version: '2.0.18', + version: '2.0.19', description: 'TypeScript interface for the uptime.link API and modules' } diff --git a/ts/data/index.ts b/ts/data/index.ts index 47b2e7c..014cfde 100644 --- a/ts/data/index.ts +++ b/ts/data/index.ts @@ -1,6 +1,7 @@ export * from './checkcollection.js'; export * from './domainsnapshot.js'; export * from './incident.js'; +export * from './linksnapshot.js'; export * from './property.js'; export * from './search.js'; export * from './status.js';