@slack/types
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -30,3 +30,3 @@ export interface Dialog { | ||
title?: PlainTextElement; | ||
type: 'home' | 'modal'; | ||
type: 'home' | 'modal' | 'workflow_step'; | ||
blocks: (KnownBlock | Block)[]; | ||
@@ -39,2 +39,4 @@ callback_id?: string; | ||
notify_on_close?: boolean; | ||
submit_disabled?: boolean; | ||
external_id?: string; | ||
} | ||
@@ -41,0 +43,0 @@ export interface ImageElement { |
{ | ||
"name": "@slack/types", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Shared type definitions for the Node Slack SDK", | ||
@@ -35,5 +35,7 @@ "author": "Slack Technologies, Inc.", | ||
"lint": "tslint --project .", | ||
"test": "npm run build && echo \"Tests are not implemented.\" && exit 0" | ||
"test": "npm run build && echo \"Tests are not implemented.\" && exit 0", | ||
"ref-docs:model": "api-extractor run" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.3.4", | ||
"shx": "^0.3.2", | ||
@@ -40,0 +42,0 @@ "tslint": "^5.13.1", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19492
319
0
5