@vivocha/public-entities
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -30,3 +30,3 @@ export interface WidgetVariable { | ||
id: string; | ||
acct_id: string; | ||
acct_id?: string; | ||
version: number; | ||
@@ -37,3 +37,2 @@ draft?: boolean; | ||
thumbnailId?: string; | ||
variables?: (StringWidgetVariable | BooleanWidgetVariable | EnumWidgetVariable)[]; | ||
stringIds?: string[]; | ||
@@ -43,2 +42,3 @@ htmlId: string; | ||
assets?: Asset[]; | ||
variables?: (StringWidgetVariable | BooleanWidgetVariable | EnumWidgetVariable)[]; | ||
} |
{ | ||
"name": "@vivocha/public-entities", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Vivocha public entities and types", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
3171