@tsclass/tsclass
Advanced tools
Comparing version 4.0.57 to 4.0.58
@@ -6,5 +6,5 @@ /** | ||
name: '@tsclass/tsclass', | ||
version: '4.0.57', | ||
version: '4.0.58', | ||
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.' | ||
}; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLGlIQUFpSDtDQUMvSCxDQUFBIn0= |
@@ -1,2 +0,2 @@ | ||
type TDnsRecordType = "A" | "AAAA" | "CNAME" | "LOC" | "PTR" | "MX" | "NAPTR" | "NS" | "SRV" | "TXT" | "CAA" | "CERT" | "DNSKEY" | "DS" | "HTTPS" | "SMIMEA" | "SSHFP" | "SVCB" | "TLSA" | "URI"; | ||
export type TDnsRecordType = "A" | "AAAA" | "CNAME" | "LOC" | "PTR" | "MX" | "NAPTR" | "NS" | "SRV" | "TXT" | "CAA" | "CERT" | "DNSKEY" | "DS" | "HTTPS" | "SMIMEA" | "SSHFP" | "SVCB" | "TLSA" | "URI"; | ||
export interface IDnsRecord { | ||
@@ -8,2 +8,1 @@ name: string; | ||
} | ||
export {}; |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "4.0.57", | ||
"version": "4.0.58", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Provides TypeScript definitions for various business, financial, networking, content, and other common classes.", |
@@ -6,4 +6,4 @@ /** | ||
name: '@tsclass/tsclass', | ||
version: '4.0.57', | ||
version: '4.0.58', | ||
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.' | ||
} |
@@ -1,2 +0,2 @@ | ||
type TDnsRecordType = | ||
export type TDnsRecordType = | ||
| "A" | ||
@@ -3,0 +3,0 @@ | "AAAA" |
69958
1769