hcode-core
Advanced tools
Comparing version 0.1.413 to 0.1.414
@@ -16,2 +16,5 @@ import { Address, CourseCertificate, Domain, ExamApplied, File, ListPerson, Log, PersonCourseContent, PersonValue, ScheduledClassPerson, ScheduledClassPersonLevel, ScheduledClassRoll, ServiceSubscribePerson, PersonTag, User, AddressPerson, Assessment, BitcodeWallet, BusinessPerson, BusinessStudent, Card, ClassVideoLog, Newsletter, Order, PageView, PersonCourse, PersonLog, PersonMail, PersonSource, PostPerson, SceneComment, ScenePerson, ScheduledClassPersonExam, ServiceSubscribeEmail, TakeFile, TakePerson, TakeSource } from '.'; | ||
photoId?: number; | ||
email?: string; | ||
phone?: string; | ||
document?: string; | ||
address?: Address; | ||
@@ -18,0 +21,0 @@ Domain?: Domain; |
{ | ||
"name": "hcode-core", | ||
"version": "0.1.413", | ||
"version": "0.1.414", | ||
"description": "Hcode Core", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -55,2 +55,7 @@ import { | ||
photoId?: number; | ||
email?: string; | ||
phone?: string; | ||
document?: string; | ||
address?: Address; | ||
@@ -57,0 +62,0 @@ Domain?: Domain; |
2698248
31287