From 12741d50e7b6ab2afc723f214e04aaa09e9745bc Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Tue, 25 Feb 2020 12:37:22 -0300 Subject: [PATCH] fix(core.gbapp): GB Apps can now publish bots and replace root web application. --- src/IGBCoreService.ts | 1 + src/IGBInstallationDeployer.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/IGBCoreService.ts b/src/IGBCoreService.ts index fed4085..f8507e1 100644 --- a/src/IGBCoreService.ts +++ b/src/IGBCoreService.ts @@ -59,4 +59,5 @@ export interface IGBCoreService { openBrowserInDevelopment(); installWebHook(isGet: boolean, url: string, callback: any); setWWWRoot(localPath: string); + setEntryPointDialog(dialogName: string); } \ No newline at end of file diff --git a/src/IGBInstallationDeployer.ts b/src/IGBInstallationDeployer.ts index 9573f2a..fb48648 100644 --- a/src/IGBInstallationDeployer.ts +++ b/src/IGBInstallationDeployer.ts @@ -39,6 +39,7 @@ export interface IGBInstallationDeployer { getSubscriptions(credentials); getKBSearchSchema(indexName); openStorageFirewall(groupName, serverName); + createApplication(token: string, name: string); deployFarm( proxyAddress: string, instance: IGBInstance,