botframework-schema
Advanced tools
Comparing version 4.5.3 to 4.6.0-preview1
export * from './activityInterfaces'; | ||
export * from './teams'; | ||
/** | ||
@@ -150,3 +151,3 @@ * Attachment View name and size | ||
* 'postBack', 'playAudio', 'playVideo', 'showImage', 'downloadFile', 'signin', 'call', | ||
* 'payment', 'messageBack' | ||
* 'payment', 'messageBack', 'openApp' | ||
*/ | ||
@@ -1618,3 +1619,3 @@ type: ActionTypes | string; | ||
* Possible values include: 'openUrl', 'imBack', 'postBack', 'playAudio', 'playVideo', 'showImage', | ||
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack' | ||
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack', 'openApp' | ||
* @readonly | ||
@@ -1634,3 +1635,4 @@ * @enum {string} | ||
Payment = "payment", | ||
MessageBack = "messageBack" | ||
MessageBack = "messageBack", | ||
OpenApp = "openApp" | ||
} | ||
@@ -1637,0 +1639,0 @@ /** |
@@ -89,3 +89,3 @@ "use strict"; | ||
* Possible values include: 'openUrl', 'imBack', 'postBack', 'playAudio', 'playVideo', 'showImage', | ||
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack' | ||
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack', 'openApp' | ||
* @readonly | ||
@@ -107,2 +107,3 @@ * @enum {string} | ||
ActionTypes["MessageBack"] = "messageBack"; | ||
ActionTypes["OpenApp"] = "openApp"; | ||
})(ActionTypes = exports.ActionTypes || (exports.ActionTypes = {})); | ||
@@ -109,0 +110,0 @@ /** |
{ | ||
"name": "botframework-schema", | ||
"version": "4.5.3", | ||
"version": "4.6.0-preview1", | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.5.3" | ||
"set-version": "npm version --allow-same-version 4.6.0-preview1" | ||
}, | ||
@@ -20,0 +20,0 @@ "homepage": "http://github.com/Microsoft/botbuilder-js", |
@@ -7,2 +7,5 @@ /* | ||
// The Teams schemas was manually added to this library. This file has been updated to export those schemas. | ||
export * from './teams'; | ||
/** | ||
@@ -164,3 +167,3 @@ * Attachment View name and size | ||
* 'postBack', 'playAudio', 'playVideo', 'showImage', 'downloadFile', 'signin', 'call', | ||
* 'payment', 'messageBack' | ||
* 'payment', 'messageBack', 'openApp' | ||
*/ | ||
@@ -1688,3 +1691,3 @@ type: ActionTypes | string; | ||
* Possible values include: 'openUrl', 'imBack', 'postBack', 'playAudio', 'playVideo', 'showImage', | ||
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack' | ||
* 'downloadFile', 'signin', 'call', 'payment', 'messageBack', 'openApp' | ||
* @readonly | ||
@@ -1705,2 +1708,3 @@ * @enum {string} | ||
MessageBack = 'messageBack', | ||
OpenApp = 'openApp', | ||
} | ||
@@ -1707,0 +1711,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
184404
18
6872
1