From a9584bd33391dd6ba39a247e60e9e3284a060bff Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 16 Mar 2020 19:09:47 +0400 Subject: Removed declare module --- dist/service.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/service.d.ts') diff --git a/dist/service.d.ts b/dist/service.d.ts index ac7940e..aba144a 100644 --- a/dist/service.d.ts +++ b/dist/service.d.ts @@ -9,8 +9,6 @@ export interface IServiceOptions { } export declare class Service { - public constructor(busId: string, activityManager?: ActivityManager, options?: IServiceOptions); - public readonly activityManager: ActivityManager; public readonly busId: string; @@ -27,6 +25,9 @@ export declare class Service { public readonly subscriptions: { [id: string]: Message }; + // @todo Need to "unified_service" + private readonly __serviceMainUnified: any; + public cleanupUnifiedDone: boolean; // @todo Need to "palmbus" @@ -45,8 +46,7 @@ export declare class Service { public useACG: boolean; - // @todo Need to "unified_service" - private readonly __serviceMainUnified: any; + public constructor(busId: string, activityManager?: ActivityManager, options?: IServiceOptions); public call(uri: string, args: Record, callback: (message: Message) => void): void; -- cgit v1.2.3