@tsclass/tsclass
Advanced tools
Comparing version 4.0.30 to 4.0.31
@@ -6,5 +6,5 @@ /** | ||
name: '@tsclass/tsclass', | ||
version: '4.0.30', | ||
version: '4.0.31', | ||
description: 'common classes for TypeScript' | ||
}; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLCtCQUErQjtDQUM3QyxDQUFBIn0= |
@@ -13,11 +13,13 @@ import * as business from './index.js'; | ||
subject: string; | ||
text: string[]; | ||
accentColor?: string; | ||
needsCoverSheet: boolean; | ||
invoiceData?: finance.IInvoice; | ||
contractData?: { | ||
id: string; | ||
contractDate: number; | ||
content: { | ||
textData: string[]; | ||
invoiceData?: finance.IInvoice; | ||
contractData?: { | ||
id: string; | ||
contractDate: number; | ||
}; | ||
timesheetData: string; | ||
}; | ||
timesheetData: string; | ||
pdf?: business.IPdf; | ||
@@ -24,0 +26,0 @@ pdfAttachments: business.IPdf[]; |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "4.0.30", | ||
"version": "4.0.31", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -6,4 +6,4 @@ /** | ||
name: '@tsclass/tsclass', | ||
version: '4.0.30', | ||
version: '4.0.31', | ||
description: 'common classes for TypeScript' | ||
} |
@@ -14,11 +14,13 @@ import * as business from './index.js'; | ||
subject: string; | ||
text: string[]; | ||
accentColor?: string; | ||
needsCoverSheet: boolean; | ||
invoiceData?: finance.IInvoice; | ||
contractData?: { | ||
id: string; | ||
contractDate: number; | ||
}; | ||
timesheetData: string; | ||
content: { | ||
textData: string[]; | ||
invoiceData?: finance.IInvoice; | ||
contractData?: { | ||
id: string; | ||
contractDate: number; | ||
}; | ||
timesheetData: string; | ||
} | ||
pdf?: business.IPdf; | ||
@@ -25,0 +27,0 @@ pdfAttachments: business.IPdf[]; |
55299
1481