client_plugin_logic_deb 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.
package/Logic_Debertz-core.js
CHANGED
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
413
413
|
//endregion
|
|
414
414
|
function GameEngineConfig() {
|
|
415
|
-
this.version = '1.8.
|
|
415
|
+
this.version = '1.8.320';
|
|
416
416
|
}
|
|
417
417
|
protoOf(GameEngineConfig).l33 = function () {
|
|
418
418
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -18334,8 +18334,8 @@
|
|
|
18334
18334
|
var combinationReasonMappingLegacy;
|
|
18335
18335
|
function mapToCombinationType(_this__u8e3s4) {
|
|
18336
18336
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
18337
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
18338
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
18337
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
18338
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
18339
18339
|
}
|
|
18340
18340
|
function mapToDto_8(_this__u8e3s4) {
|
|
18341
18341
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -18447,8 +18447,8 @@
|
|
|
18447
18447
|
}
|
|
18448
18448
|
function mapToDto_10(_this__u8e3s4) {
|
|
18449
18449
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
18450
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
18451
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
18450
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
18451
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
18452
18452
|
}
|
|
18453
18453
|
function mapToDto_11(_this__u8e3s4) {
|
|
18454
18454
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|