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();
|
openBrowserInDevelopment();
|
||||||
installWebHook(isGet: boolean, url: string, callback: any);
|
installWebHook(isGet: boolean, url: string, callback: any);
|
||||||
setWWWRoot(localPath: string);
|
setWWWRoot(localPath: string);
|
||||||
|
setEntryPointDialog(dialogName: string);
|
||||||
}
|
}
|
||||||
|
|
@ -39,6 +39,7 @@ export interface IGBInstallationDeployer {
|
||||||
getSubscriptions(credentials);
|
getSubscriptions(credentials);
|
||||||
getKBSearchSchema(indexName);
|
getKBSearchSchema(indexName);
|
||||||
openStorageFirewall(groupName, serverName);
|
openStorageFirewall(groupName, serverName);
|
||||||
|
createApplication(token: string, name: string);
|
||||||
deployFarm(
|
deployFarm(
|
||||||
proxyAddress: string,
|
proxyAddress: string,
|
||||||
instance: IGBInstance,
|
instance: IGBInstance,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue