@fluyappgo/commons
Advanced tools
Comparing version 2.0.70 to 2.0.71
@@ -15,4 +15,4 @@ export interface Summary { | ||
dateRaw: string; | ||
entityId: number; | ||
entityUuid: string; | ||
entityId?: number; | ||
entityUuid?: string; | ||
branchId?: number; | ||
@@ -19,0 +19,0 @@ branchUuid?: string; |
@@ -15,4 +15,4 @@ export interface SummaryDetails { | ||
dateRaw: string; | ||
entityId: number; | ||
entityUuid: string; | ||
entityId?: number; | ||
entityUuid?: string; | ||
branchId?: number; | ||
@@ -19,0 +19,0 @@ branchUuid?: string; |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "2.0.70", | ||
"version": "2.0.71", | ||
"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
154504