Skip to content

Commit

Permalink
new(core.gbapp): NLP automation for entities.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 18, 2020
1 parent d621da7 commit 98af278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "1.6.2",
"version": "1.6.3",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
"main": "dist/index.js",
"types": "dist/index",
Expand Down
1 change: 1 addition & 0 deletions src/IGBDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ export interface IGBDeployer {
deployBlankBot(botId: string): Promise<IGBInstance>;
botExists(botId: string): Promise<Boolean>;
rebuildIndex(instance: IGBInstance, searchSchema: any): Promise<void>;
refreshNLPEntity(instance: IGBInstance, listName, listData) : Promise<void>;
}

0 comments on commit 98af278

Please sign in to comment.