game_client_logic_deb 1.8.330 → 1.8.332
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.y58(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
327
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
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, WithDate,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
381
381
|
//endregion
|
|
382
382
|
function GameEngineConfig() {
|
|
383
|
-
this.version = '1.8.
|
|
383
|
+
this.version = '1.8.332';
|
|
384
384
|
}
|
|
385
385
|
protoOf(GameEngineConfig).o2y = function () {
|
|
386
386
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -186,11 +186,11 @@
|
|
|
186
186
|
var $serializer_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.p4;
|
|
187
187
|
var mapToDto = kotlin_io_raspberryapps_game_engine_core.$_$.z;
|
|
188
188
|
var mapFromDto = kotlin_io_raspberryapps_game_engine_core.$_$.t;
|
|
189
|
-
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.j3;
|
|
190
189
|
var toDomainEnum = kotlin_io_raspberryapps_game_engine_core.$_$.k3;
|
|
191
190
|
var emptySet = kotlin_kotlin.$_$.q7;
|
|
192
191
|
var enumToStringSafe = kotlin_io_raspberryapps_game_engine_core.$_$.b3;
|
|
193
192
|
var enumToString = kotlin_io_raspberryapps_game_engine_core.$_$.c3;
|
|
193
|
+
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.j3;
|
|
194
194
|
var mapOf_0 = kotlin_kotlin.$_$.u8;
|
|
195
195
|
var mapToDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.y;
|
|
196
196
|
var mapToDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.w;
|
|
@@ -14538,7 +14538,7 @@
|
|
|
14538
14538
|
var combinationReasonMappingLegacy;
|
|
14539
14539
|
function mapToCombinationType(_this__u8e3s4) {
|
|
14540
14540
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14541
|
-
var tmp0_elvis_lhs =
|
|
14541
|
+
var tmp0_elvis_lhs = get_combinationTypeMappingLegacy().k2(_this__u8e3s4);
|
|
14542
14542
|
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
14543
14543
|
}
|
|
14544
14544
|
function mapToDto_7(_this__u8e3s4) {
|
|
@@ -40321,6 +40321,9 @@
|
|
|
40321
40321
|
destination_0.e(tmp$ret$3);
|
|
40322
40322
|
}
|
|
40323
40323
|
var supportedInRowCombinations = toSet(destination_0);
|
|
40324
|
+
if (supportedInRowCombinations.p()) {
|
|
40325
|
+
return emptyList();
|
|
40326
|
+
}
|
|
40324
40327
|
var cardsInRowCombinations = this.f8l_1.r67(playerCards, supportedInRowCombinations, first_1(supportedInRowCombinations));
|
|
40325
40328
|
// Inline function 'kotlin.collections.map' call
|
|
40326
40329
|
// Inline function 'kotlin.collections.filter' call
|