@voicenter-team/events-sdk 0.0.61 → 0.0.62

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.
@@ -767,7 +767,7 @@ declare class LoggerClass {
767
767
  export declare interface LoggerConfig {
768
768
  logToConsole?: boolean;
769
769
  overloadGlobalConsole?: boolean;
770
- namespace?: string;
770
+ system: string;
771
771
  socketEmitInterval?: number;
772
772
  }
773
773