fix(core.gbapp): GB Apps can now publish bots and replace root web application.

This commit is contained in:
Rodrigo Rodriguez 2020-02-25 12:37:22 -03:00
parent 39a0c16bb1
commit 12741d50e7
2 changed files with 2 additions and 0 deletions

View file

@ -59,4 +59,5 @@ export interface IGBCoreService {
openBrowserInDevelopment();
installWebHook(isGet: boolean, url: string, callback: any);
setWWWRoot(localPath: string);
setEntryPointDialog(dialogName: string);
}

View file

@ -39,6 +39,7 @@ export interface IGBInstallationDeployer {
getSubscriptions(credentials);
getKBSearchSchema(indexName);
openStorageFirewall(groupName, serverName);
createApplication(token: string, name: string);
deployFarm(
proxyAddress: string,
instance: IGBInstance,