botframework-schema
Advanced tools
Comparing version 4.22.0-dev.20231101.0032ed7 to 4.22.0-dev.20231102.d18c19c
@@ -13,2 +13,3 @@ /** | ||
export * from './teams'; | ||
export * from './sharepoint'; | ||
/** | ||
@@ -15,0 +16,0 @@ * Attachment View name and size |
@@ -13,2 +13,3 @@ /** | ||
export * from './teams'; | ||
export * from './sharepoint'; | ||
/** | ||
@@ -15,0 +16,0 @@ * Attachment View name and size |
@@ -31,2 +31,4 @@ "use strict"; | ||
__exportStar(require("./teams"), exports); | ||
// The SharePoint schemas was manually added to this library. This file has been updated to export those schemas. | ||
__exportStar(require("./sharepoint"), exports); | ||
const attachmentView = z.object({ | ||
@@ -33,0 +35,0 @@ viewId: z.string(), |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.22.0-dev.20231101.0032ed7", | ||
"version": "4.22.0-dev.20231102.d18c19c", | ||
"license": "MIT", | ||
@@ -32,3 +32,4 @@ "keywords": [ | ||
"uuid": "^8.3.2", | ||
"zod": "~1.11.17" | ||
"zod": "~1.11.17", | ||
"adaptivecards": "1.2.3" | ||
}, | ||
@@ -35,0 +36,0 @@ "scripts": { |
@@ -20,2 +20,5 @@ /** | ||
// The SharePoint schemas was manually added to this library. This file has been updated to export those schemas. | ||
export * from './sharepoint'; | ||
/** | ||
@@ -22,0 +25,0 @@ * Attachment View name and size |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
735099
310
21570
3
+ Addedadaptivecards@1.2.3
+ Addedadaptivecards@1.2.3(transitive)