botframework-connector
Advanced tools
Comparing version 4.23.0-dev.20240307 to 4.23.0-dev.20240320
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12341411
+ Addedbotbuilder-stdlib@4.23.0-dev.internal.20240320(transitive)
+ Addedbotframework-schema@4.23.0-dev.20240320(transitive)
- Removedbotbuilder-stdlib@4.23.0-dev.internal.20240307(transitive)
- Removedbotframework-schema@4.23.0-dev.20240307(transitive)