Skip to content

Commit

Permalink
update core api
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsai committed Dec 6, 2024
1 parent fe97d73 commit 6d08f93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/botbuilder-core/etc/botbuilder-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,9 @@ export enum Severity {
Warning = 2
}

// @public (undocumented)
export const sharePointTokenExchange = "cardExtension/token";

// @public
export class ShowTypingMiddleware implements Middleware {
constructor(delay?: number, period?: number);
Expand Down

0 comments on commit 6d08f93

Please sign in to comment.