diff --git a/.gitignore b/.gitignore index cdee4d5..8baba61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules -/work -/docs +docs +dist \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json index 3e22d0a..10bf223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botlib", - "version": "0.0.12", + "version": "0.0.13", "description": "General Bots base library for building Node.js TypeScript Apps packages (.gbapp)", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -15,7 +15,7 @@ "dotenv-extended": "^1.0.4", "eslint": "^4.19.1", "iconv-lite": "^0.4.19", - "pragmatismo-io-framework": "^1.0.3", + "pragmatismo-io-framework": "^1.0.11", "reflect-metadata": "^0.1.12", "sequelize": "^4.37.6", "text-parse": "^3.0.0", diff --git a/src/IGBInstance.ts b/src/IGBInstance.ts index 6679d97..7620809 100644 --- a/src/IGBInstance.ts +++ b/src/IGBInstance.ts @@ -45,10 +45,12 @@ export interface IGBInstance { textAnalyticsKey: string; marketplacePassword: string; webchatKey: string; + whatsappKey: string; theme: string; ui: string; kb: string; nlpServerUrl: string; + spellcheckerKey: string; searchHost: string; searchKey: string; searchIndex: string;