@tsclass/tsclass
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -17,4 +17,5 @@ import { IAddress } from '..'; | ||
phone?: string; | ||
fax?: string; | ||
vatId?: string; | ||
bankAccountNumber?: string; | ||
} |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -25,2 +25,3 @@ import { IAddress } from '..'; | ||
phone?: string; | ||
fax?: string; | ||
@@ -27,0 +28,0 @@ // ========= |
@@ -6,2 +6,2 @@ export * from './contractevent'; | ||
export * from './sessionevent'; | ||
export * from './userevent'; | ||
export * from './userevent'; |
export interface IEvent_Session { | ||
userID: string; | ||
sessionType: 'new' | 'reactivated' | ||
sessionType: 'new' | 'reactivated'; | ||
} |
@@ -1,3 +0,1 @@ | ||
export interface IEvent_User { | ||
} | ||
export interface IEvent_User {} |
27030
88
704