mftsccs-browser 2.1.78-beta → 2.1.80-beta

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.
@@ -30,14 +30,14 @@ export declare class Logger {
30
30
  /**
31
31
  * Logs a message with optional additional structured data.
32
32
  */
33
- static formatLogData(level: string, message: string, data?: LogData): void;
33
+ static formatLogData(level: string, message: string, data?: LogData): any;
34
34
  static log(level: 'INFO' | 'ERROR' | 'DEBUG' | 'WARNING', message: string, data?: any | null): void;
35
35
  /**
36
36
  * Updates log data with execution details.
37
37
  * @param logData The log data object to be updated.
38
38
  */
39
39
  static logUpdate(logData: LogData): {} | undefined;
40
- static logfunction(myFunction: string, ...args: any[]): void | {};
40
+ static logfunction(myFunction: string, ...args: any[]): any;
41
41
  static logError(startTime: number, userId: string | number, operationType?: "read" | "create" | "update" | "delete" | "search", requestFrom?: string, requestIP?: string, responseStatus?: number, responseData?: any, functionName?: string, functionParameters?: any[], userAgent?: string, conceptsUsed?: string[]): void;
42
42
  static logApplication(level: string, message: string, data?: any): void;
43
43
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mftsccs-browser",
3
- "version": "2.1.78-beta",
3
+ "version": "2.1.80-beta",
4
4
  "environment": "production",
5
5
  "description": "Full Pack of concept and connection system",
6
6
  "main": "dist/main.bundle.js",