@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
20 lines • 948 B
TypeScript
/**
* This service is a duplicate of smart-rules-service with slight name change.
* Duplicating allows to pass 'Verify App tutorial' job.
* Name renames allows to pass 'Reusable build codex' job.
* Overall this service is considered as a workaround.
* In ticket MTM-58985 we will investigate if it's possible to remove this service
* along with making failing jobs pass.
*/
export declare abstract class Ng1SmartRulesUpgradeService {
abstract permissionsCfgs: any;
abstract addNewForOutputOperationWithUI(operation: any): any;
abstract addNewForInputAlarmAndOutputUserWithUI(alarm: any, user: any): any;
}
export declare function SmartRulesUpgradeServiceFactory(injector: any): any;
export declare const smartRulesUpgradeServiceProvider: {
provide: typeof Ng1SmartRulesUpgradeService;
useFactory: typeof SmartRulesUpgradeServiceFactory;
deps: string[];
};
//# sourceMappingURL=ng1-smart-rules-upgrade.service.d.ts.map