botframework-schema
Advanced tools
Comparing version 4.20.0-dev.20230425.25e7146 to 4.20.0-dev.20230504.561d438
@@ -1767,3 +1767,3 @@ /** | ||
*/ | ||
export declare type MeetingSurface = MeetingStageSurface<any>; | ||
export declare type MeetingSurface = MeetingStageSurface<any> | MeetingTabIconSurface; | ||
/** | ||
@@ -1790,2 +1790,16 @@ * @interface | ||
* @interface | ||
* Specifies the meeting tab icon surface in a Teams meeting notification. | ||
*/ | ||
export interface MeetingTabIconSurface { | ||
/** | ||
* @member {string} [surface] The surface type. | ||
*/ | ||
surface: 'meetingTabIcon'; | ||
/** | ||
* @member {string} [tabEntityId] The tab entity ID. | ||
*/ | ||
tabEntityId?: string; | ||
} | ||
/** | ||
* @interface | ||
* Specifies channel data associated with the Teams meeting notification. | ||
@@ -1792,0 +1806,0 @@ */ |
@@ -1767,3 +1767,3 @@ /** | ||
*/ | ||
export declare type MeetingSurface = MeetingStageSurface<any>; | ||
export declare type MeetingSurface = MeetingStageSurface<any> | MeetingTabIconSurface; | ||
/** | ||
@@ -1790,2 +1790,16 @@ * @interface | ||
* @interface | ||
* Specifies the meeting tab icon surface in a Teams meeting notification. | ||
*/ | ||
export interface MeetingTabIconSurface { | ||
/** | ||
* @member {string} [surface] The surface type. | ||
*/ | ||
surface: 'meetingTabIcon'; | ||
/** | ||
* @member {string} [tabEntityId] The tab entity ID. | ||
*/ | ||
tabEntityId?: string; | ||
} | ||
/** | ||
* @interface | ||
* Specifies channel data associated with the Teams meeting notification. | ||
@@ -1792,0 +1806,0 @@ */ |
@@ -5,3 +5,3 @@ { | ||
"description": "Activity schema for the Microsoft Bot Framework.", | ||
"version": "4.20.0-dev.20230425.25e7146", | ||
"version": "4.20.0-dev.20230504.561d438", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -1879,3 +1879,3 @@ /** | ||
*/ | ||
export type MeetingSurface = MeetingStageSurface<any>; | ||
export type MeetingSurface = MeetingStageSurface<any> | MeetingTabIconSurface; | ||
@@ -1904,2 +1904,18 @@ /** | ||
* @interface | ||
* Specifies the meeting tab icon surface in a Teams meeting notification. | ||
*/ | ||
export interface MeetingTabIconSurface { | ||
/** | ||
* @member {string} [surface] The surface type. | ||
*/ | ||
surface: 'meetingTabIcon'; | ||
/** | ||
* @member {string} [tabEntityId] The tab entity ID. | ||
*/ | ||
tabEntityId?: string; | ||
} | ||
/** | ||
* @interface | ||
* Specifies channel data associated with the Teams meeting notification. | ||
@@ -1906,0 +1922,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
534137
15977