game_client_logic_deb 1.8.318 → 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.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +8 -8
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -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, 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, 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');
|
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.320';
|
|
384
384
|
}
|
|
385
385
|
protoOf(GameEngineConfig).o2y = function () {
|
|
386
386
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -14537,8 +14537,8 @@
|
|
|
14537
14537
|
var combinationReasonMappingLegacy;
|
|
14538
14538
|
function mapToCombinationType(_this__u8e3s4) {
|
|
14539
14539
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14540
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
14541
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
14540
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
14541
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
14542
14542
|
}
|
|
14543
14543
|
function mapToDto_7(_this__u8e3s4) {
|
|
14544
14544
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -14650,8 +14650,8 @@
|
|
|
14650
14650
|
}
|
|
14651
14651
|
function mapToDto_9(_this__u8e3s4) {
|
|
14652
14652
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14653
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
14654
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
14653
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
14654
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
14655
14655
|
}
|
|
14656
14656
|
function mapToDto_10(_this__u8e3s4) {
|
|
14657
14657
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -14663,13 +14663,13 @@
|
|
|
14663
14663
|
}
|
|
14664
14664
|
function mapToDto_11(_this__u8e3s4) {
|
|
14665
14665
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14666
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
14667
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
14666
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
14667
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
14668
14668
|
}
|
|
14669
14669
|
function mapToCombinationReason(_this__u8e3s4) {
|
|
14670
14670
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14671
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
14672
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
14671
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
14672
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
14673
14673
|
}
|
|
14674
14674
|
function mapFromDto_8(_this__u8e3s4) {
|
|
14675
14675
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|