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,