We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fa4b2 commit 2732f2fCopy full SHA for 2732f2f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "botlib",
3
- "version": "1.9.3",
+ "version": "1.9.4",
4
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
5
"main": "dist/index.js",
6
"types": "dist/index",
src/IGBDeployer.ts
@@ -42,4 +42,5 @@ export interface IGBDeployer {
42
botExists(botId: string): Promise<Boolean>;
43
rebuildIndex(instance: IGBInstance, searchSchema: any): Promise<void>;
44
refreshNLPEntity(instance: IGBInstance, listName, listData) : Promise<void>;
45
+ getBotManifest(instance: IGBInstance): Promise<Buffer>;
46
}
0 commit comments