@fluyappgo/commons
Advanced tools
Comparing version 1.0.61 to 1.0.62
@@ -5,12 +5,12 @@ import { Branch, Entity, Service, UserFB } from "."; | ||
uuid?: string; | ||
entity: Entity; | ||
branch: Branch; | ||
services: Service[]; | ||
user: UserFB; | ||
disabled: boolean; | ||
alias: string; | ||
createdBy: UserFB; | ||
updatedBy: UserFB; | ||
entity?: Entity; | ||
branch?: Branch; | ||
services?: Service[]; | ||
user?: UserFB; | ||
disabled?: boolean; | ||
alias?: string; | ||
createdBy?: UserFB; | ||
updatedBy?: UserFB; | ||
createdAt?: Date; | ||
updatedAt?: Date; | ||
} |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "1.0.61", | ||
"version": "1.0.62", | ||
"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
28480