From d9b41490ce47b7eb023527e2f15c36761af8a735 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 14 Oct 2018 19:54:18 -0300 Subject: [PATCH] More fields due to deploy. --- src/IGBInstance.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/IGBInstance.ts b/src/IGBInstance.ts index 5a6d9e2..6f28983 100644 --- a/src/IGBInstance.ts +++ b/src/IGBInstance.ts @@ -65,10 +65,12 @@ export interface IGBInstance { ui: string kb: string nlpAppId: string - nlpSubscriptionKey: string - nlpServerUrl: string + nlpKey: string + nlpEndpoint: string speechKey: string + speechEndpoint: string spellcheckerKey: string + spellcheckerEndpoint: string searchHost: string searchKey: string searchIndex: string @@ -76,4 +78,10 @@ export interface IGBInstance { nlpVsSearch: number searchScore: number nlpScore: number + storageUsername: string + storagePassword: string + storageName: string + storageServer: string + storageDialect: string + storagePath: string } \ No newline at end of file