@slack/types
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -225,3 +225,3 @@ export interface Dialog { | ||
fields?: (PlainTextElement | MrkdwnElement)[]; | ||
accessory?: Button | Overflow | Datepicker | Select | MultiSelect | Action | ImageElement; | ||
accessory?: Button | Overflow | Datepicker | Select | MultiSelect | Action | ImageElement | RadioButtons | Checkboxes; | ||
} | ||
@@ -238,3 +238,3 @@ export interface FileBlock extends Block { | ||
optional?: boolean; | ||
element: Select | MultiSelect | Datepicker | PlainTextInput; | ||
element: Select | MultiSelect | Datepicker | PlainTextInput | RadioButtons | Checkboxes; | ||
} | ||
@@ -241,0 +241,0 @@ export interface MessageAttachment { |
{ | ||
"name": "@slack/types", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Shared type definitions for the Node Slack SDK", | ||
@@ -5,0 +5,0 @@ "author": "Slack Technologies, Inc.", |
Sorry, the diff of this file is not supported yet
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
18380