game_client_logic_deb 1.8.374 → 1.8.376

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.
@@ -665,7 +665,7 @@ export declare namespace com.logic.utils.logger.outputs {
665
665
  }
666
666
  export declare namespace com.logic.utils.logger.outputs {
667
667
  interface ObservableLoggerOutput extends games.raspberry.logger.output.LoggerOutput, games.raspberry.logger.LoggerEnabledTrigger {
668
- payloadToKeyMapper: (p0: Nullable<any>) => Nullable<string>;
668
+ payloadToKeyMapper: (p0: Nullable<any>) => Nullable<any>/* Nullable<com.logic.utils.logger.LoggerKey> */;
669
669
  observe(types?: Array<com.logic.utils.logger.outputs.LogType>): any/* kotlinx.coroutines.flow.Flow<com.logic.utils.logger.outputs.LoggerOutputDataDto> */;
670
670
  readonly __doNotUseOrImplementIt: {
671
671
  readonly "com.logic.utils.logger.outputs.ObservableLoggerOutput": unique symbol;