Skip to content

Commit 2732f2f

Browse files
new(teams.gblib): Teams support for creation of new bots.
1 parent a6fa4b2 commit 2732f2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botlib",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
55
"main": "dist/index.js",
66
"types": "dist/index",

src/IGBDeployer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ export interface IGBDeployer {
4242
botExists(botId: string): Promise<Boolean>;
4343
rebuildIndex(instance: IGBInstance, searchSchema: any): Promise<void>;
4444
refreshNLPEntity(instance: IGBInstance, listName, listData) : Promise<void>;
45+
getBotManifest(instance: IGBInstance): Promise<Buffer>;
4546
}

0 commit comments

Comments
 (0)