botframework-schema
Advanced tools
Comparing version 4.0.0-preview1.2 to 4.0.6
@@ -1920,1 +1920,19 @@ /** | ||
} | ||
/** | ||
* @interface | ||
* An interface representing a collection of | ||
* Azure Active Directory resource URLs | ||
*/ | ||
export interface AadResourceUrls { | ||
/** | ||
* @member {string[]} [resourceUrls] A collection of resource URLs | ||
*/ | ||
resourceUrls: string[]; | ||
} | ||
/** | ||
* @interface | ||
* An interface representing a mapping of names to TokenResponses. | ||
*/ | ||
export interface TokenResponseMap { | ||
[resourceUrl: string]: TokenResponse; | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "botframework-schema", | ||
"version": "4.0.0-preview1.2", | ||
"version": "4.0.6", | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
@@ -18,3 +18,4 @@ "keywords": [ | ||
"build": "tsc", | ||
"clean": "erase /q lib\\*.*" | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version ${Version}" | ||
}, | ||
@@ -29,2 +30,2 @@ "homepage": "http://github.com/Microsoft/botbuilder-js", | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ Activity schema for the Microsoft Bot Framework. |
@@ -1990,1 +1990,21 @@ /** | ||
} | ||
/** | ||
* @interface | ||
* An interface representing a collection of | ||
* Azure Active Directory resource URLs | ||
*/ | ||
export interface AadResourceUrls { | ||
/** | ||
* @member {string[]} [resourceUrls] A collection of resource URLs | ||
*/ | ||
resourceUrls: string[]; | ||
} | ||
/** | ||
* @interface | ||
* An interface representing a mapping of names to TokenResponses. | ||
*/ | ||
export interface TokenResponseMap { | ||
[resourceUrl: string]: TokenResponse; | ||
} |
@@ -0,0 +0,0 @@ { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4102
0
116664