@vivocha/public-entities
Advanced tools
Comparing version 5.9.38 to 5.9.39
@@ -11,4 +11,4 @@ export interface ChannelEvent { | ||
recipientId?: string; | ||
senderId: string; | ||
senderInfo: { | ||
senderId?: string; | ||
senderInfo?: { | ||
firstname?: string; | ||
@@ -15,0 +15,0 @@ lastname?: string; |
{ | ||
"name": "@vivocha/public-entities", | ||
"version": "5.9.38", | ||
"version": "5.9.39", | ||
"description": "Vivocha public entities and types", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,3 @@ { | ||
"required": [ | ||
"ts", "type", "data", "senderId" | ||
"ts", "type", "data" | ||
], | ||
@@ -9,0 +9,0 @@ "definitions": { |
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
25155