raspberry_games_engine_helpers 1.8.319 → 1.8.320

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.
@@ -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, WithTime, WithDate, WithUtcOffset]);
380
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithDate, WithTime]);
381
381
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
382
382
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
383
383
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -215,7 +215,7 @@
215
215
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
216
216
  //endregion
217
217
  function GameEngineConfig() {
218
- this.version = '1.8.319';
218
+ this.version = '1.8.320';
219
219
  }
220
220
  protoOf(GameEngineConfig).o25 = function () {
221
221
  return this.version;
@@ -830,11 +830,11 @@
830
830
  return tmp$ret$1;
831
831
  }
832
832
  initMetadataForInterface(PlayerTurnIdAnswerAction, 'PlayerTurnIdAnswerAction', VOID, VOID, [Action, ReleaseBufferTriggerAction, PlayerIdContract]);
833
- initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction, PlayerTurnIdAnswerAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
833
+ initMetadataForClass(SceneMechanicAction, 'SceneMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action, PlayerTurnIdAnswerAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
834
834
  initMetadataForClass(PlayerConnectionChangedMechanicAction, 'PlayerConnectionChangedMechanicAction', VOID, MechanicAction, [MechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
835
835
  initMetadataForClass(ContinueGameMechanicAction, 'ContinueGameMechanicAction', VOID, MechanicAction, [MechanicAction, FirstMechanicAction, NotValidateIfGameFinishing, NotValidateIfGameFinished]);
836
836
  initMetadataForClass(RestartGameMechanicAction, 'RestartGameMechanicAction', VOID, MechanicAction, [MechanicAction, BufferedAction]);
837
- initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, Action, ReleaseBufferTriggerAction]);
837
+ initMetadataForClass(SceneActMechanicAction, 'SceneActMechanicAction', VOID, MechanicAction, [MechanicAction, NavigationMechanicAction, ReleaseBufferTriggerAction, Action]);
838
838
  initMetadataForClass(TeamsDataMechanicAction, 'TeamsDataMechanicAction', VOID, MechanicAction, [MechanicAction, Action, BufferedAction]);
839
839
  initMetadataForClass(PlayerReadyMechanicAction, 'PlayerReadyMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerTurnIdAnswerAction]);
840
840
  initMetadataForClass(SuitChoiceMechanicAction, 'SuitChoiceMechanicAction', VOID, MechanicAction, [MechanicAction, Action, PlayerTurnIdAnswerAction, ReleaseBufferTriggerAction]);
@@ -11462,8 +11462,8 @@
11462
11462
  }
11463
11463
  function mapToDto_11(_this__u8e3s4) {
11464
11464
  _init_properties_CombinationsDtoMappers_kt__fk981j();
11465
- var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMapping());
11466
- return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMappingLegacy()) : tmp0_elvis_lhs;
11465
+ var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
11466
+ return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
11467
11467
  }
11468
11468
  function mapToDto_12(_this__u8e3s4) {
11469
11469
  _init_properties_CombinationsDtoMappers_kt__fk981j();
@@ -11476,8 +11476,8 @@
11476
11476
  }
11477
11477
  function mapToCombinationType(_this__u8e3s4) {
11478
11478
  _init_properties_CombinationsDtoMappers_kt__fk981j();
11479
- var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMapping());
11480
- return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMappingLegacy()) : tmp0_elvis_lhs;
11479
+ var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
11480
+ return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
11481
11481
  }
11482
11482
  function mapToCombinationState(_this__u8e3s4) {
11483
11483
  _init_properties_CombinationsDtoMappers_kt__fk981j();