@arkadiuminc/sdk 0.0.52 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function isDebugMode(): boolean;
|
|
2
|
+
export declare function initializationLog(name: string, params?: any): void;
|
|
3
|
+
export declare function rpcRequest(name: string, module: string, parameters: any): void;
|
|
4
|
+
export declare function rpcResponseSending(name: string, fileName: string, parameters: any, result: any): void;
|
|
5
|
+
export declare function rpcResponse(cbId: string): void;
|
|
6
|
+
export declare function rpcMissingResponse(cbId: string): void;
|
|
7
|
+
export declare function rpcFailed(name: string, module: string, payload: any, error: any): void;
|