@fluyappgo/commons
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -11,2 +11,3 @@ export interface Department { | ||
isDeleted?: boolean; | ||
uuid: string; | ||
} |
@@ -28,2 +28,3 @@ export interface Service { | ||
isDeleted?: boolean; | ||
uuid: string; | ||
} |
export interface UserFB { | ||
id: number; | ||
fullname: String; | ||
email: String; | ||
acronymusLanguage: String; | ||
aboutMe: String; | ||
password: String; | ||
status: boolean; | ||
profileId: number; | ||
typeRegister: number; | ||
flag: number; | ||
createBy: number; | ||
photo: String; | ||
updateBy: number; | ||
dataOwner: Object; | ||
serviceId: number; | ||
entityId: number; | ||
branchId: number; | ||
idCountry: number; | ||
departamentId: number; | ||
id?: number; | ||
fullname?: String; | ||
email?: String; | ||
acronymusLanguage?: String; | ||
aboutMe?: String; | ||
password?: String; | ||
status?: boolean; | ||
profileId?: number; | ||
typeRegister?: number; | ||
flag?: number; | ||
createBy?: number; | ||
photo?: String; | ||
updateBy?: number; | ||
dataOwner?: Object; | ||
serviceId?: number; | ||
entityId?: number; | ||
branchId?: number; | ||
idCountry?: number; | ||
departamentId?: number; | ||
uuid?: string; | ||
} |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17653
605