@aacebo/echo
Advanced tools
Comparing version 0.0.47 to 0.0.48
@@ -109,3 +109,3 @@ export interface Action<T = any> { | ||
} | ||
export type MediaBlock = Audio | File | Image | Video; | ||
export type MediaBlock = Audio | File | Image | Video | Web; | ||
export interface Audio { | ||
@@ -131,2 +131,7 @@ id?: string; | ||
} | ||
export interface Web { | ||
id?: string; | ||
type: 'web'; | ||
url: string; | ||
} | ||
export type ClickableBlock = Button | Link; | ||
@@ -133,0 +138,0 @@ export interface Button { |
{ | ||
"name": "@aacebo/echo", | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
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
51317
1075