@voicenter-team/events-sdk 0.0.79 → 0.0.82

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.
@@ -386,6 +386,7 @@ export declare type EventsSdkOptionsMain = Required<Pick<EventsSdkOptionsOldStac
386
386
  token?: string;
387
387
  email?: string;
388
388
  password?: string;
389
+ debugOption?: DebugOption;
389
390
  storageLoggerInstance?: StorageLogger;
390
391
  loggerConnectOptions?: LoggerConnectOptions;
391
392
  loggerSocketConnection?: Socket_2;