fix(core.gbapp): GB Apps can now publish bots and replace root web application.
This commit is contained in:
parent
39a0c16bb1
commit
12741d50e7
2 changed files with 2 additions and 0 deletions
|
@ -59,4 +59,5 @@ export interface IGBCoreService {
|
|||
openBrowserInDevelopment();
|
||||
installWebHook(isGet: boolean, url: string, callback: any);
|
||||
setWWWRoot(localPath: string);
|
||||
setEntryPointDialog(dialogName: string);
|
||||
}
|
|
@ -39,6 +39,7 @@ export interface IGBInstallationDeployer {
|
|||
getSubscriptions(credentials);
|
||||
getKBSearchSchema(indexName);
|
||||
openStorageFirewall(groupName, serverName);
|
||||
createApplication(token: string, name: string);
|
||||
deployFarm(
|
||||
proxyAddress: string,
|
||||
instance: IGBInstance,
|
||||
|
|
Loading…
Add table
Reference in a new issue