@microsoft/teams-manifest
Advanced tools
Comparing version 0.1.9-alpha.50b81c77c.0 to 0.1.9-alpha.52a12530b.0
@@ -29,2 +29,5 @@ import { ConversationStarter } from "./pluginManifest"; | ||
[k: string]: unknown; | ||
} | { | ||
name: "EmbeddedKnowledge"; | ||
files: File[]; | ||
})[]; | ||
@@ -41,2 +44,3 @@ conversation_starters?: ConversationStarter[]; | ||
file_name?: string; | ||
file?: string; | ||
} | ||
@@ -43,0 +47,0 @@ export interface Site { |
@@ -163,3 +163,3 @@ export interface IDeveloper { | ||
} | ||
export type BotOrMeScopes = ("team" | "personal" | "groupchat" | "groupChat")[]; | ||
export type BotOrMeScopes = ("team" | "personal" | "groupchat" | "groupChat" | "copilot")[]; | ||
export interface IComposeExtension { | ||
@@ -166,0 +166,0 @@ objectId?: string; |
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.1.9-alpha.50b81c77c.0", | ||
"version": "0.1.9-alpha.52a12530b.0", | ||
"main": "build/index.js", | ||
@@ -65,3 +65,3 @@ "types": "build/index.d.ts", | ||
}, | ||
"gitHead": "58a5913c88fd6a4b2a2173a1cf8bfe5979f2c8bc" | ||
"gitHead": "4d8a9b62883c99d30934c4672a7f7fc6f3d15409" | ||
} |
Sorry, the diff of this file is not supported yet
109205
2000