botframework-schema
Advanced tools
Comparing version 4.11.0-dev.20200929.ca9de94 to 4.11.0-dev.20201019.3446d04
@@ -94,2 +94,11 @@ import { MessageActionsPayloadBody, O365ConnectorCardActionBase, O365ConnectorCardInputBase } from './extension'; | ||
alert?: boolean; | ||
/** | ||
* @member {boolean} [alertInMeeting] true if a notification is to be shown to the user while in a meeting, | ||
* false otherwise. | ||
*/ | ||
alertInMeeting?: boolean; | ||
/** | ||
* @member {string} [externalResourceUrl] the value of the notification's external resource url | ||
*/ | ||
externalResourceUrl?: string; | ||
} | ||
@@ -96,0 +105,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.11.0-dev.20200929.ca9de94", | ||
"version": "4.11.0-dev.20201019.3446d04", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200929.ca9de94", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20201019.3446d04", | ||
"test": "tsc && nyc mocha tests/", | ||
@@ -39,5 +39,5 @@ "test:compat": "api-extractor run --verbose" | ||
"files": [ | ||
"/lib", | ||
"/src" | ||
"lib", | ||
"src" | ||
] | ||
} |
@@ -107,2 +107,11 @@ /* | ||
alert?: boolean; | ||
/** | ||
* @member {boolean} [alertInMeeting] true if a notification is to be shown to the user while in a meeting, | ||
* false otherwise. | ||
*/ | ||
alertInMeeting?: boolean; | ||
/** | ||
* @member {string} [externalResourceUrl] the value of the notification's external resource url | ||
*/ | ||
externalResourceUrl?: string; | ||
} | ||
@@ -109,0 +118,0 @@ |
Sorry, the diff of this file is not supported yet
300871
8580