@tsclass/tsclass
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -8,3 +8,3 @@ import { IAddress } from '../index'; | ||
type: TContactType; | ||
title: TContactTitle; | ||
title?: TContactTitle; | ||
name: string; | ||
@@ -15,5 +15,5 @@ surname?: string; | ||
description: string; | ||
customerNumber: string; | ||
customerNumber?: string; | ||
vatId?: string; | ||
bankAccountNumber?: string; | ||
} |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -15,3 +15,3 @@ import { IAddress } from '../index'; | ||
type: TContactType; | ||
title: TContactTitle; | ||
title?: TContactTitle; | ||
name: string; | ||
@@ -22,3 +22,3 @@ surname?: string; | ||
description: string; | ||
customerNumber: string; | ||
customerNumber?: string; | ||
@@ -25,0 +25,0 @@ |
15030