@tsclass/tsclass
Advanced tools
Comparing version 4.0.64 to 4.0.65
@@ -6,5 +6,5 @@ /** | ||
name: '@tsclass/tsclass', | ||
version: '4.0.64', | ||
version: '4.0.65', | ||
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.' | ||
}; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLGlIQUFpSDtDQUMvSCxDQUFBIn0= |
@@ -16,2 +16,3 @@ import { business, finance } from '../index.js'; | ||
billedTo: business.IContact; | ||
type: 'creditnote' | 'debitnote'; | ||
status: TInvoiceStatus; | ||
@@ -18,0 +19,0 @@ items: IInvoiceItem[]; |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "4.0.64", | ||
"version": "4.0.65", | ||
"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.64', | ||
version: '4.0.65', | ||
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.' | ||
} |
@@ -19,2 +19,3 @@ import { business, finance } from '../index.js'; | ||
billedTo: business.IContact; | ||
type: 'creditnote' | 'debitnote'; | ||
status: TInvoiceStatus; | ||
@@ -21,0 +22,0 @@ items: IInvoiceItem[]; |
70501
1788