@slack/types
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -65,2 +65,3 @@ export interface Dialog { | ||
deny?: PlainTextElement; | ||
style?: 'primary' | 'danger'; | ||
} | ||
@@ -115,2 +116,3 @@ export declare type Select = UsersSelect | StaticSelect | ConversationsSelect | ChannelsSelect | ExternalSelect; | ||
response_url_enabled?: boolean; | ||
default_to_current_conversation?: boolean; | ||
filter?: { | ||
@@ -128,2 +130,3 @@ include?: ('im' | 'mpim' | 'private' | 'public')[]; | ||
confirm?: Confirm; | ||
default_to_current_conversation?: boolean; | ||
filter?: { | ||
@@ -303,2 +306,11 @@ include?: ('im' | 'mpim' | 'private' | 'public')[]; | ||
} | ||
export declare type CallUser = CallUserSlack | CallUserExternal; | ||
export interface CallUserSlack { | ||
slack_id: string; | ||
} | ||
export interface CallUserExternal { | ||
external_id: string; | ||
display_name: string; | ||
avatar_url: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@slack/types", | ||
"version": "1.6.0", | ||
"version": "1.7.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
19052
313