@dlghq/dialog-types
Advanced tools
Comparing version 1.32.1 to 1.32.2
{ | ||
"name": "@dlghq/dialog-types", | ||
"version": "1.32.1", | ||
"version": "1.32.2", | ||
"description": "Flow types for dialog projects", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -50,3 +50,3 @@ /* | ||
label: string | ||
} | ||
}; | ||
@@ -88,2 +88,7 @@ export type MessageMediaInteractiveSelect = { | ||
type: 'interactive', | ||
messages: { | ||
[locale: string]: { | ||
[key: string]: string | ||
} | ||
}, | ||
content: MessageMediaInteractiveActionGroup[] | ||
@@ -90,0 +95,0 @@ }; |
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
23316
554