botbuilder
Advanced tools
Comparing version
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
import { Activity, ChannelInfo, TeamsChannelAccount, TeamDetails, TurnContext, TeamsPagedMembersResult, ConversationReference, TeamsMeetingParticipant, TeamsMeetingInfo, MeetingNotification, MeetingNotificationResponse, TeamsMember, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botbuilder-core'; | ||
import { Activity, ChannelInfo, TeamsChannelAccount, TeamDetails, TurnContext, TeamsPagedMembersResult, ConversationReference, TeamsMeetingParticipant, MeetingInfo, MeetingNotification, MeetingNotificationResponse, TeamsMember, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botbuilder-core'; | ||
import { CancelOperationResponse } from 'botframework-connector'; | ||
@@ -31,5 +31,5 @@ /** | ||
* @param meetingId The BASE64-encoded id of the Teams meeting. | ||
* @returns The [TeamsMeetingInfo](xref:botbuilder-core.TeamsMeetingInfo) fetched | ||
* @returns The [MeetingInfo](xref:botframework-schema.MeetingInfo) fetched | ||
*/ | ||
static getMeetingInfo(context: TurnContext, meetingId?: string): Promise<TeamsMeetingInfo>; | ||
static getMeetingInfo(context: TurnContext, meetingId?: string): Promise<MeetingInfo>; | ||
/** | ||
@@ -36,0 +36,0 @@ * Gets the details for the given team id. This only works in teams scoped conversations. |
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
import { Activity, ChannelInfo, TeamsChannelAccount, TeamDetails, TurnContext, TeamsPagedMembersResult, ConversationReference, TeamsMeetingParticipant, TeamsMeetingInfo, MeetingNotification, MeetingNotificationResponse, TeamsMember, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botbuilder-core'; | ||
import { Activity, ChannelInfo, TeamsChannelAccount, TeamDetails, TurnContext, TeamsPagedMembersResult, ConversationReference, TeamsMeetingParticipant, MeetingInfo, MeetingNotification, MeetingNotificationResponse, TeamsMember, BatchOperationResponse, BatchOperationStateResponse, BatchFailedEntriesResponse } from 'botbuilder-core'; | ||
import { CancelOperationResponse } from 'botframework-connector'; | ||
@@ -31,5 +31,5 @@ /** | ||
* @param meetingId The BASE64-encoded id of the Teams meeting. | ||
* @returns The [TeamsMeetingInfo](xref:botbuilder-core.TeamsMeetingInfo) fetched | ||
* @returns The [MeetingInfo](xref:botframework-schema.MeetingInfo) fetched | ||
*/ | ||
static getMeetingInfo(context: TurnContext, meetingId?: string): Promise<TeamsMeetingInfo>; | ||
static getMeetingInfo(context: TurnContext, meetingId?: string): Promise<MeetingInfo>; | ||
/** | ||
@@ -36,0 +36,0 @@ * Gets the details for the given team id. This only works in teams scoped conversations. |
@@ -74,3 +74,3 @@ "use strict"; | ||
* @param meetingId The BASE64-encoded id of the Teams meeting. | ||
* @returns The [TeamsMeetingInfo](xref:botbuilder-core.TeamsMeetingInfo) fetched | ||
* @returns The [MeetingInfo](xref:botframework-schema.MeetingInfo) fetched | ||
*/ | ||
@@ -77,0 +77,0 @@ static getMeetingInfo(context, meetingId) { |
@@ -5,3 +5,3 @@ { | ||
"description": "Bot Builder is a framework for building rich bots on virtually any platform.", | ||
"version": "4.23.0-dev.20240307", | ||
"version": "4.23.0-dev.20240320", | ||
"license": "MIT", | ||
@@ -34,7 +34,7 @@ "keywords": [ | ||
"axios": "^0.28.0", | ||
"botbuilder-core": "4.23.0-dev.20240307", | ||
"botbuilder-stdlib": "4.23.0-dev.internal.20240307", | ||
"botframework-connector": "4.23.0-dev.20240307", | ||
"botframework-schema": "4.23.0-dev.20240307", | ||
"botframework-streaming": "4.23.0-dev.20240307", | ||
"botbuilder-core": "4.23.0-dev.20240320", | ||
"botbuilder-stdlib": "4.23.0-dev.internal.20240320", | ||
"botframework-connector": "4.23.0-dev.20240320", | ||
"botframework-schema": "4.23.0-dev.20240320", | ||
"botframework-streaming": "4.23.0-dev.20240320", | ||
"dayjs": "^1.10.3", | ||
@@ -41,0 +41,0 @@ "filenamify": "^4.1.0", |
@@ -23,3 +23,3 @@ /** | ||
TeamsMeetingParticipant, | ||
TeamsMeetingInfo, | ||
MeetingInfo, | ||
Channels, | ||
@@ -105,5 +105,5 @@ MeetingNotification, | ||
* @param meetingId The BASE64-encoded id of the Teams meeting. | ||
* @returns The [TeamsMeetingInfo](xref:botbuilder-core.TeamsMeetingInfo) fetched | ||
* @returns The [MeetingInfo](xref:botframework-schema.MeetingInfo) fetched | ||
*/ | ||
static async getMeetingInfo(context: TurnContext, meetingId?: string): Promise<TeamsMeetingInfo> { | ||
static async getMeetingInfo(context: TurnContext, meetingId?: string): Promise<MeetingInfo> { | ||
if (!context) { | ||
@@ -110,0 +110,0 @@ throw new Error('context is required.'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1217898
0+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed