raspberry_games_server_game_logic 1.8.318 → 1.8.319

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.
@@ -324,7 +324,7 @@
324
324
  function addFormatStructureForTime(structure) {
325
325
  this.c5a(structure);
326
326
  }
327
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
327
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
328
328
  function offsetHours$default(padding, $super) {
329
329
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
330
330
  var tmp;
@@ -377,7 +377,7 @@
377
377
  return tmp;
378
378
  }
379
379
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
380
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithDate, WithTime]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithDate, WithUtcOffset]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -376,7 +376,7 @@
376
376
  initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
377
377
  //endregion
378
378
  function GameEngineConfig() {
379
- this.version = '1.8.318';
379
+ this.version = '1.8.319';
380
380
  }
381
381
  protoOf(GameEngineConfig).s2z = function () {
382
382
  return this.version;
@@ -14360,13 +14360,13 @@
14360
14360
  }
14361
14361
  function mapToDto_11(_this__u8e3s4) {
14362
14362
  _init_properties_CombinationsDtoMappers_kt__fk981j();
14363
- var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationReasonMapping());
14364
- return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationReasonMappingLegacy()) : tmp0_elvis_lhs;
14363
+ var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
14364
+ return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
14365
14365
  }
14366
14366
  function mapToCombinationReason(_this__u8e3s4) {
14367
14367
  _init_properties_CombinationsDtoMappers_kt__fk981j();
14368
- var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationReasonMapping());
14369
- return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationReasonMappingLegacy()) : tmp0_elvis_lhs;
14368
+ var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
14369
+ return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
14370
14370
  }
14371
14371
  function mapFromDto_8(_this__u8e3s4) {
14372
14372
  _init_properties_CombinationsDtoMappers_kt__fk981j();