New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

botframework-schema

Package Overview
Dependencies
Maintainers
4
Versions
547
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-schema - npm Package Compare versions

Comparing version 4.20.0-dev.20230425.25e7146 to 4.20.0-dev.20230504.561d438

16

_ts3.4/lib/teams/index.d.ts

@@ -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 @@ */

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc