Socket
Socket
Sign inDemoInstall

botframework-connector

Package Overview
Dependencies
Maintainers
3
Versions
545
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-connector - npm Package Compare versions

Comparing version 4.22.2-rc2 to 4.22.2

4

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

@@ -6,3 +6,3 @@ /**

import { HttpResponse, ServiceClientOptions, RequestOptionsBase } from '@azure/core-http';
import { ConversationList, TeamDetails, TeamsMeetingInfo, MeetingNotificationResponse, TeamsMeetingParticipant, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botframework-schema';
import { ConversationList, TeamDetails, MeetingInfo, MeetingNotificationResponse, TeamsMeetingParticipant, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botframework-schema';
/**

@@ -99,3 +99,3 @@ * @interface

*/
export type TeamsMeetingInfoResponse = TeamsMeetingInfo & {
export type TeamsMeetingInfoResponse = MeetingInfo & {
/**

@@ -102,0 +102,0 @@ * The underlying HTTP response.

@@ -6,3 +6,3 @@ /**

import { HttpResponse, ServiceClientOptions, RequestOptionsBase } from '@azure/core-http';
import { ConversationList, TeamDetails, TeamsMeetingInfo, MeetingNotificationResponse, TeamsMeetingParticipant, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botframework-schema';
import { ConversationList, TeamDetails, MeetingInfo, MeetingNotificationResponse, TeamsMeetingParticipant, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botframework-schema';
/**

@@ -99,3 +99,3 @@ * @interface

*/
export type TeamsMeetingInfoResponse = TeamsMeetingInfo & {
export type TeamsMeetingInfoResponse = MeetingInfo & {
/**

@@ -102,0 +102,0 @@ * The underlying HTTP response.

@@ -5,3 +5,3 @@ {

"description": "Bot Connector is autorest generated connector client.",
"version": "4.22.2-rc2",
"version": "4.22.2",
"license": "MIT",

@@ -35,4 +35,4 @@ "keywords": [

"base64url": "^3.0.0",
"botbuilder-stdlib": "4.22.2-rc2.internal",
"botframework-schema": "4.22.2-rc2",
"botbuilder-stdlib": "4.22.2-internal",
"botframework-schema": "4.22.2",
"cross-fetch": "^3.0.5",

@@ -49,3 +49,3 @@ "https-proxy-agent": "^7.0.2",

"@types/node": "^10.17.27",
"botbuilder-test-utils": "0.0.0-rc2",
"botbuilder-test-utils": "0.0.0",
"dotenv": "^6.2.0",

@@ -52,0 +52,0 @@ "nock": "^11.9.1",

@@ -10,3 +10,3 @@ /**

TeamDetails,
TeamsMeetingInfo,
MeetingInfo,
MeetingNotificationResponse,

@@ -116,3 +116,3 @@ TeamsMeetingParticipant,

*/
export type TeamsMeetingInfoResponse = TeamsMeetingInfo & {
export type TeamsMeetingInfoResponse = MeetingInfo & {
/**

@@ -119,0 +119,0 @@ * The underlying HTTP response.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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