raspberry_games_engine_helpers 1.8.405 → 1.8.406

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.
@@ -5400,7 +5400,7 @@
5400
5400
  return Companion_getInstance_17().z1m(decoder.fn());
5401
5401
  };
5402
5402
  protoOf(TimeZoneSerializer).a1n = function (encoder, value) {
5403
- encoder.oo(value.h15());
5403
+ encoder.oo(value.j16());
5404
5404
  };
5405
5405
  protoOf(TimeZoneSerializer).ck = function (encoder, value) {
5406
5406
  return this.a1n(encoder, value instanceof TimeZone ? value : THROW_CCE());
@@ -5523,7 +5523,7 @@
5523
5523
  SystemTimeZone_instance = this;
5524
5524
  TimeZone.call(this);
5525
5525
  }
5526
- protoOf(SystemTimeZone).h15 = function () {
5526
+ protoOf(SystemTimeZone).j16 = function () {
5527
5527
  return 'SYSTEM';
5528
5528
  };
5529
5529
  protoOf(SystemTimeZone).m1n = function (instant) {
@@ -5533,7 +5533,7 @@
5533
5533
  return other === this;
5534
5534
  };
5535
5535
  protoOf(SystemTimeZone).hashCode = function () {
5536
- return getStringHashCode(this.h15());
5536
+ return getStringHashCode(this.j16());
5537
5537
  };
5538
5538
  var SystemTimeZone_instance;
5539
5539
  function SystemTimeZone_getInstance() {
@@ -6591,7 +6591,7 @@
6591
6591
  function TimeZone() {
6592
6592
  Companion_getInstance_17();
6593
6593
  }
6594
- protoOf(TimeZone).h15 = function () {
6594
+ protoOf(TimeZone).j16 = function () {
6595
6595
  var message = 'Should be overridden';
6596
6596
  throw IllegalStateException_init_$Create$(toString(message));
6597
6597
  };
@@ -6621,7 +6621,7 @@
6621
6621
  } else {
6622
6622
  var tmp_0;
6623
6623
  if (other instanceof TimeZone) {
6624
- tmp_0 = this.h15() === other.h15();
6624
+ tmp_0 = this.j16() === other.j16();
6625
6625
  } else {
6626
6626
  tmp_0 = false;
6627
6627
  }
@@ -6630,10 +6630,10 @@
6630
6630
  return tmp;
6631
6631
  };
6632
6632
  protoOf(TimeZone).hashCode = function () {
6633
- return getStringHashCode(this.h15());
6633
+ return getStringHashCode(this.j16());
6634
6634
  };
6635
6635
  protoOf(TimeZone).toString = function () {
6636
- return this.h15();
6636
+ return this.j16();
6637
6637
  };
6638
6638
  function FixedOffsetTimeZone_init_$Init$(offset, $this) {
6639
6639
  FixedOffsetTimeZone.call($this, offset, offset.toString());
@@ -6653,7 +6653,7 @@
6653
6653
  this.d1n_1 = offset;
6654
6654
  this.e1n_1 = id;
6655
6655
  }
6656
- protoOf(FixedOffsetTimeZone).h15 = function () {
6656
+ protoOf(FixedOffsetTimeZone).j16 = function () {
6657
6657
  return this.e1n_1;
6658
6658
  };
6659
6659
  protoOf(FixedOffsetTimeZone).m1n = function (instant) {
@@ -6961,7 +6961,7 @@
6961
6961
  this.l1o_1 = tzid;
6962
6962
  this.m1o_1 = id;
6963
6963
  }
6964
- protoOf(RegionTimeZone).h15 = function () {
6964
+ protoOf(RegionTimeZone).j16 = function () {
6965
6965
  return this.m1o_1;
6966
6966
  };
6967
6967
  protoOf(RegionTimeZone).m1n = function (instant) {
@@ -216,7 +216,7 @@
216
216
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
217
217
  //endregion
218
218
  function GameEngineConfig() {
219
- this.version = '1.8.405';
219
+ this.version = '1.8.406';
220
220
  }
221
221
  protoOf(GameEngineConfig).k17 = function () {
222
222
  return this.version;
@@ -507,7 +507,7 @@
507
507
  protoOf(CoreConfig).ei = function () {
508
508
  return this.logsDirectoryPath;
509
509
  };
510
- protoOf(CoreConfig).s15 = function () {
510
+ protoOf(CoreConfig).u16 = function () {
511
511
  return this.fileNameFormat;
512
512
  };
513
513
  protoOf(CoreConfig).l1p = function (fileLogsEnabled, deleteFilesOnClear, logsDirectoryPath, fileNameFormat) {
@@ -1123,7 +1123,7 @@
1123
1123
  protoOf(GameUserInfo).ei = function () {
1124
1124
  return this.avatarUrl;
1125
1125
  };
1126
- protoOf(GameUserInfo).s15 = function () {
1126
+ protoOf(GameUserInfo).u16 = function () {
1127
1127
  return this.isBot;
1128
1128
  };
1129
1129
  protoOf(GameUserInfo).j1q = function () {
@@ -4230,7 +4230,7 @@
4230
4230
  protoOf(LoggerOutputDataDto).ei = function () {
4231
4231
  return this.tag;
4232
4232
  };
4233
- protoOf(LoggerOutputDataDto).s15 = function () {
4233
+ protoOf(LoggerOutputDataDto).u16 = function () {
4234
4234
  return this.message;
4235
4235
  };
4236
4236
  protoOf(LoggerOutputDataDto).j1q = function () {
@@ -50,6 +50,40 @@ export declare namespace kotlin.collections {
50
50
  }
51
51
  }
52
52
  }
53
+ export declare namespace games.raspberry.logger {
54
+ interface LoggerEnabledTrigger extends games.raspberry.logger.RaspberryLogger {
55
+ enabled: boolean;
56
+ readonly __doNotUseOrImplementIt: {
57
+ readonly "games.raspberry.logger.LoggerEnabledTrigger": unique symbol;
58
+ } & games.raspberry.logger.RaspberryLogger["__doNotUseOrImplementIt"];
59
+ }
60
+ }
61
+ export declare namespace games.raspberry.logger {
62
+ interface LoggerPayload {
63
+ readonly __doNotUseOrImplementIt: {
64
+ readonly "games.raspberry.logger.LoggerPayload": unique symbol;
65
+ };
66
+ }
67
+ }
68
+ export declare namespace games.raspberry.logger {
69
+ interface RaspberryLogger extends games.raspberry.logger.output.LoggerOutput {
70
+ readonly __doNotUseOrImplementIt: {
71
+ readonly "games.raspberry.logger.RaspberryLogger": unique symbol;
72
+ } & games.raspberry.logger.output.LoggerOutput["__doNotUseOrImplementIt"];
73
+ }
74
+ }
75
+ export declare namespace games.raspberry.logger.output {
76
+ interface LoggerOutput {
77
+ d(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
78
+ e(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
79
+ w(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
80
+ v(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
81
+ i(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
82
+ readonly __doNotUseOrImplementIt: {
83
+ readonly "games.raspberry.logger.output.LoggerOutput": unique symbol;
84
+ };
85
+ }
86
+ }
53
87
  export declare namespace games.raspberry.card_game.random.data.models {
54
88
  class CardDecksRequestUserData {
55
89
  constructor(id: string, count: number);
@@ -183,40 +217,6 @@ export declare namespace games.raspberry.card_game.random.data.providers {
183
217
  const constructor: abstract new () => PoolParams;
184
218
  }
185
219
  }
186
- export declare namespace games.raspberry.logger {
187
- interface LoggerEnabledTrigger extends games.raspberry.logger.RaspberryLogger {
188
- enabled: boolean;
189
- readonly __doNotUseOrImplementIt: {
190
- readonly "games.raspberry.logger.LoggerEnabledTrigger": unique symbol;
191
- } & games.raspberry.logger.RaspberryLogger["__doNotUseOrImplementIt"];
192
- }
193
- }
194
- export declare namespace games.raspberry.logger {
195
- interface LoggerPayload {
196
- readonly __doNotUseOrImplementIt: {
197
- readonly "games.raspberry.logger.LoggerPayload": unique symbol;
198
- };
199
- }
200
- }
201
- export declare namespace games.raspberry.logger {
202
- interface RaspberryLogger extends games.raspberry.logger.output.LoggerOutput {
203
- readonly __doNotUseOrImplementIt: {
204
- readonly "games.raspberry.logger.RaspberryLogger": unique symbol;
205
- } & games.raspberry.logger.output.LoggerOutput["__doNotUseOrImplementIt"];
206
- }
207
- }
208
- export declare namespace games.raspberry.logger.output {
209
- interface LoggerOutput {
210
- d(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
211
- e(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
212
- w(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
213
- v(tag?: Nullable<string>, message?: Nullable<string>, exception?: Nullable<Error>, payload?: Nullable<any>): void;
214
- i(tag: Nullable<string> | undefined, message: string, payload?: Nullable<any>): void;
215
- readonly __doNotUseOrImplementIt: {
216
- readonly "games.raspberry.logger.output.LoggerOutput": unique symbol;
217
- };
218
- }
219
- }
220
220
  export declare namespace io.raspberryapps.cardgame.core {
221
221
  abstract class CoreConfig extends KtSingleton<CoreConfig.$metadata$.constructor>() {
222
222
  private constructor();