@fluyappgo/commons
Advanced tools
Comparing version 1.0.51 to 1.0.52
@@ -1,5 +0,7 @@ | ||
import { Service, UserFB } from "."; | ||
import { Branch, Entity, Service, UserFB } from "."; | ||
export interface Agent { | ||
id?: number; | ||
uuid?: string; | ||
entity: Entity; | ||
branch: Branch; | ||
services: Service[]; | ||
@@ -6,0 +8,0 @@ user: UserFB; |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "1.0.51", | ||
"version": "1.0.52", | ||
"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
26045
869