@atomist/slack-messages
Advanced tools
Comparing version 1.2.0-master.20200806090151 to 1.2.0-master.20200806120304
@@ -277,6 +277,6 @@ /** | ||
type: "modal"; | ||
title: PlainTextElement; | ||
title: PlainTextObject; | ||
blocks: Block[]; | ||
close?: PlainTextElement; | ||
submit?: PlainTextElement; | ||
close?: PlainTextObject; | ||
submit?: PlainTextObject; | ||
private_metadata?: string; | ||
@@ -290,7 +290,7 @@ callback_id?: string; | ||
type: "input"; | ||
label: PlainTextElement; | ||
label: PlainTextObject; | ||
element: PlainTextElement | DatePickerElement | StaticOptionElement | UserOptionElement | ConversationOptionElement | ChannelOptionElement; | ||
hint?: PlainTextElement; | ||
hint?: PlainTextObject; | ||
optional?: boolean; | ||
} | ||
//# sourceMappingURL=SlackMessages.d.ts.map |
{ | ||
"name": "@atomist/slack-messages", | ||
"version": "1.2.0-master.20200806090151", | ||
"version": "1.2.0-master.20200806120304", | ||
"description": "Atomist utilities for creating formatted Slack messages", | ||
@@ -5,0 +5,0 @@ "author": { |
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
69765