Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

botframework-connector

Package Overview
Dependencies
Maintainers
3
Versions
546
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.23.0-dev.20240307 to 4.23.0-dev.20240320

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.23.0-dev.20240307",
"version": "4.23.0-dev.20240320",
"license": "MIT",

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

"base64url": "^3.0.0",
"botbuilder-stdlib": "4.23.0-dev.internal.20240307",
"botframework-schema": "4.23.0-dev.20240307",
"botbuilder-stdlib": "4.23.0-dev.internal.20240320",
"botframework-schema": "4.23.0-dev.20240320",
"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-dev.20240307",
"botbuilder-test-utils": "0.0.0-dev.20240320",
"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 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