botframework-schema
Advanced tools
Comparing version 4.22.0-dev.20231113.45d7dda to 4.22.0-dev.20231114.e0e656b
@@ -54,3 +54,3 @@ /** | ||
*/ | ||
cacheInfo: CacheInfo; | ||
cacheInfo?: CacheInfo; | ||
/** | ||
@@ -62,5 +62,5 @@ * @template T | ||
/** | ||
* @member {string} [responseType] The type of config response. Possible values are 'auth' and 'continue' | ||
* @member {string} [responseType] The type of response 'config'. | ||
*/ | ||
responseType: string; | ||
responseType: 'config'; | ||
} | ||
@@ -1539,3 +1539,3 @@ /** | ||
*/ | ||
export type BotConfigAuthType = 'auth' | 'task'; | ||
export type BotConfigAuthType = 'auth'; | ||
/** | ||
@@ -1542,0 +1542,0 @@ * Defines values for Os. |
@@ -54,3 +54,3 @@ /** | ||
*/ | ||
cacheInfo: CacheInfo; | ||
cacheInfo?: CacheInfo; | ||
/** | ||
@@ -62,5 +62,5 @@ * @template T | ||
/** | ||
* @member {string} [responseType] The type of config response. Possible values are 'auth' and 'continue' | ||
* @member {string} [responseType] The type of response 'config'. | ||
*/ | ||
responseType: string; | ||
responseType: 'config'; | ||
} | ||
@@ -1539,3 +1539,3 @@ /** | ||
*/ | ||
export type BotConfigAuthType = 'auth' | 'task'; | ||
export type BotConfigAuthType = 'auth'; | ||
/** | ||
@@ -1542,0 +1542,0 @@ * Defines values for Os. |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.22.0-dev.20231113.45d7dda", | ||
"version": "4.22.0-dev.20231114.e0e656b", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -60,3 +60,3 @@ /** | ||
*/ | ||
cacheInfo: CacheInfo; | ||
cacheInfo?: CacheInfo; | ||
/** | ||
@@ -68,5 +68,5 @@ * @template T | ||
/** | ||
* @member {string} [responseType] The type of config response. Possible values are 'auth' and 'continue' | ||
* @member {string} [responseType] The type of response 'config'. | ||
*/ | ||
responseType: string; | ||
responseType: 'config'; | ||
} | ||
@@ -1617,3 +1617,3 @@ | ||
export type BotConfigAuthType = 'auth' | 'task'; | ||
export type BotConfigAuthType = 'auth'; | ||
@@ -1620,0 +1620,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
794476