@rocket.chat/apps-engine
Advanced tools
Comparing version 0.3.9 to 0.3.10
{ | ||
"name": "@rocket.chat/apps-engine", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import { IAppActivationBridge } from './IAppActivationBridge'; | ||
import { IAppCommandBridge } from './IAppCommandBridge'; | ||
import { IAppDetailChangesBridge } from './IAppDetailChangesBridge'; | ||
import { IEnvironmentalVariableBridge } from './IEnvironmentalVariableBridge'; | ||
@@ -12,2 +13,3 @@ import { IHttpBridge } from './IHttpBridge'; | ||
abstract getCommandBridge(): IAppCommandBridge; | ||
abstract getAppDetailChangesBridge(): IAppDetailChangesBridge; | ||
abstract getEnvironmentalVariableBridge(): IEnvironmentalVariableBridge; | ||
@@ -14,0 +16,0 @@ abstract getHttpBridge(): IHttpBridge; |
import { AppBridges } from './AppBridges'; | ||
import { IAppActivationBridge } from './IAppActivationBridge'; | ||
import { IAppCommandBridge } from './IAppCommandBridge'; | ||
import { IAppDetailChangesBridge } from './IAppDetailChangesBridge'; | ||
import { IEnvironmentalVariableBridge } from './IEnvironmentalVariableBridge'; | ||
@@ -11,2 +12,2 @@ import { IHttpBridge, IHttpBridgeRequestInfo } from './IHttpBridge'; | ||
import { IUserBridge } from './IUserBridge'; | ||
export { IEnvironmentalVariableBridge, IHttpBridge, IHttpBridgeRequestInfo, IMessageBridge, IPersistenceBridge, IAppActivationBridge, IAppCommandBridge, IRoomBridge, IServerSettingBridge, IUserBridge, AppBridges }; | ||
export { IEnvironmentalVariableBridge, IHttpBridge, IHttpBridgeRequestInfo, IMessageBridge, IPersistenceBridge, IAppActivationBridge, IAppDetailChangesBridge, IAppCommandBridge, IRoomBridge, IServerSettingBridge, IUserBridge, AppBridges }; |
@@ -76,2 +76,3 @@ "use strict"; | ||
rl.setStorageItem(item); | ||
this.manager.getBridges().getAppDetailChangesBridge().onAppSettingsChange(appId, setting); | ||
configModify = this.manager.getAccessorManager().getConfigurationModify(rl.getID()); | ||
@@ -78,0 +79,0 @@ reader = this.manager.getAccessorManager().getReader(rl.getID()); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
358369
209
3801