botframework-schema
Advanced tools
Comparing version 4.22.0-dev.20240119.7675c41 to 4.22.0-dev.20240122.6b2656b
@@ -33,2 +33,7 @@ /** | ||
/** | ||
* The visibility of the Adaptive Card Extension. | ||
* true if not specified. | ||
*/ | ||
isVisible?: boolean; | ||
/** | ||
* The properties of the ACE. | ||
@@ -35,0 +40,0 @@ */ |
@@ -33,2 +33,7 @@ /** | ||
/** | ||
* The visibility of the Adaptive Card Extension. | ||
* true if not specified. | ||
*/ | ||
isVisible?: boolean; | ||
/** | ||
* The properties of the ACE. | ||
@@ -35,0 +40,0 @@ */ |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.22.0-dev.20240119.7675c41", | ||
"version": "4.22.0-dev.20240122.6b2656b", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -36,2 +36,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
/** | ||
* The visibility of the Adaptive Card Extension. | ||
* true if not specified. | ||
*/ | ||
isVisible?: boolean; | ||
/** | ||
* The properties of the ACE. | ||
@@ -38,0 +43,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
794549
23465