botframework-schema
Advanced tools
Comparing version 4.22.0-dev.20231102.d18c19c to 4.22.0-dev.20231103.7277636
@@ -14,3 +14,3 @@ import { CardViewResponse } from './cardViewResponse'; | ||
*/ | ||
type: ViewResponseType; | ||
responseType: ViewResponseType; | ||
/** | ||
@@ -28,3 +28,3 @@ * The render arguments. | ||
*/ | ||
type: 'Card'; | ||
responseType: 'Card'; | ||
/** | ||
@@ -42,3 +42,3 @@ * Card view render arguments. | ||
*/ | ||
type: 'QuickView'; | ||
responseType: 'QuickView'; | ||
/** | ||
@@ -56,3 +56,3 @@ * Quick view render arguments. | ||
*/ | ||
type: 'NoOp'; | ||
responseType: 'NoOp'; | ||
/** | ||
@@ -59,0 +59,0 @@ * No op doesn't have render arguments. |
@@ -14,3 +14,3 @@ import { CardViewResponse } from './cardViewResponse'; | ||
*/ | ||
type: ViewResponseType; | ||
responseType: ViewResponseType; | ||
/** | ||
@@ -28,3 +28,3 @@ * The render arguments. | ||
*/ | ||
type: 'Card'; | ||
responseType: 'Card'; | ||
/** | ||
@@ -42,3 +42,3 @@ * Card view render arguments. | ||
*/ | ||
type: 'QuickView'; | ||
responseType: 'QuickView'; | ||
/** | ||
@@ -56,3 +56,3 @@ * Quick view render arguments. | ||
*/ | ||
type: 'NoOp'; | ||
responseType: 'NoOp'; | ||
/** | ||
@@ -59,0 +59,0 @@ * No op doesn't have render arguments. |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.22.0-dev.20231102.d18c19c", | ||
"version": "4.22.0-dev.20231103.7277636", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
*/ | ||
type: ViewResponseType; | ||
responseType: ViewResponseType; | ||
/** | ||
@@ -34,3 +34,3 @@ * The render arguments. | ||
*/ | ||
type: 'Card'; | ||
responseType: 'Card'; | ||
/** | ||
@@ -49,3 +49,3 @@ * Card view render arguments. | ||
*/ | ||
type: 'QuickView'; | ||
responseType: 'QuickView'; | ||
/** | ||
@@ -64,3 +64,3 @@ * Quick view render arguments. | ||
*/ | ||
type: 'NoOp'; | ||
responseType: 'NoOp'; | ||
/** | ||
@@ -67,0 +67,0 @@ * No op doesn't have render arguments. |
Sorry, the diff of this file is not supported yet
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
735197