@vivocha/public-entities
Advanced tools
Comparing version 5.9.47 to 5.9.48
@@ -32,2 +32,3 @@ export interface AttachmentMeta { | ||
is_bot?: boolean; | ||
to_id?: string; | ||
from_id?: string; | ||
@@ -37,2 +38,3 @@ from_nick?: string; | ||
encrypted?: string[]; | ||
reason?: string; | ||
} | ||
@@ -44,3 +46,2 @@ export interface GenericMessage extends VvcRawMessage { | ||
lang?: string; | ||
reason?: string; | ||
} | ||
@@ -91,2 +92,3 @@ export interface TextMessage extends GenericMessage { | ||
code: 'leave'; | ||
reason: string; | ||
} | ||
@@ -96,3 +98,2 @@ export interface TransferRawMessage extends VvcRawMessage { | ||
to?: string; | ||
to_id?: string; | ||
message?: string; | ||
@@ -111,2 +112,3 @@ } | ||
code: 'event'; | ||
type: string; | ||
} | ||
@@ -113,0 +115,0 @@ export declare type Message = TextMessage | LinkMessage | ActionMessage | IsWritingMessage | AckMessage | MediaChangeMessage | AttachmentMessage | PostbackMessage; |
{ | ||
"name": "@vivocha/public-entities", | ||
"version": "5.9.47", | ||
"version": "5.9.48", | ||
"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
32159
1084