client_plugin_logic_deb 1.4.93 → 1.4.96
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/88b0986a7186d029-atomicfu-js-ir.js +9 -9
- package/Kodein-kodein-di.js +546 -546
- package/KosiTypeSystem-kaverit.js +77 -77
- package/Kotlin-DateTime-library-kotlinx-datetime-js-ir.js +75 -75
- package/Logic_Debertz-client_plugin.d.ts +16 -14
- package/Logic_Debertz-client_plugin.js +2999 -3110
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +1325 -1325
- package/Logic_Debertz-engine.js +10208 -10403
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +7012 -7010
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +982 -2163
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +353 -339
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core-js-ir.js +1893 -1893
- package/kotlinx-serialization-kotlinx-serialization-json-js-ir.js +1338 -1338
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +544 -398
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
- package/uuid-js-ir.js +33 -33
|
@@ -577,13 +577,17 @@ export declare namespace com.debertz.logic.redux.actions.client.from {
|
|
|
577
577
|
}
|
|
578
578
|
export declare namespace com.debertz.logic.redux.actions.client.to {
|
|
579
579
|
class ActionDeliveryPayload {
|
|
580
|
-
constructor(roomId: string,
|
|
580
|
+
constructor(roomId: string, includePlayers: Array<string>, excludePlayers: Array<string>, deliveryType: com.debertz.logic.redux.actions.client.to.ActionDeliveryType);
|
|
581
581
|
get roomId(): string;
|
|
582
|
-
get
|
|
582
|
+
get includePlayers(): Array<string>;
|
|
583
|
+
get excludePlayers(): Array<string>;
|
|
583
584
|
get deliveryType(): com.debertz.logic.redux.actions.client.to.ActionDeliveryType;
|
|
585
|
+
get excludePlayerOrNull(): Nullable<string>;
|
|
586
|
+
get playerId(): string;
|
|
587
|
+
get excludePlayer(): string;
|
|
584
588
|
equals(other: Nullable<any>): boolean;
|
|
585
589
|
hashCode(): number;
|
|
586
|
-
copy(roomId?: string,
|
|
590
|
+
copy(roomId?: string, includePlayers?: Array<string>, excludePlayers?: Array<string>, deliveryType?: com.debertz.logic.redux.actions.client.to.ActionDeliveryType): com.debertz.logic.redux.actions.client.to.ActionDeliveryPayload;
|
|
587
591
|
toString(): string;
|
|
588
592
|
static get Companion(): {
|
|
589
593
|
user(roomId: string, sendToPlayerId: string): com.debertz.logic.redux.actions.client.to.ActionDeliveryPayload;
|
|
@@ -595,8 +599,8 @@ export declare namespace com.debertz.logic.redux.actions.client.to {
|
|
|
595
599
|
get name(): "ROOM_ALL";
|
|
596
600
|
get ordinal(): 0;
|
|
597
601
|
};
|
|
598
|
-
static get
|
|
599
|
-
get name(): "
|
|
602
|
+
static get ROOM_EXCEPT_USER(): com.debertz.logic.redux.actions.client.to.ActionDeliveryType & {
|
|
603
|
+
get name(): "ROOM_EXCEPT_USER";
|
|
600
604
|
get ordinal(): 1;
|
|
601
605
|
};
|
|
602
606
|
static get USER(): com.debertz.logic.redux.actions.client.to.ActionDeliveryType & {
|
|
@@ -605,7 +609,7 @@ export declare namespace com.debertz.logic.redux.actions.client.to {
|
|
|
605
609
|
};
|
|
606
610
|
static values(): Array<com.debertz.logic.redux.actions.client.to.ActionDeliveryType>;
|
|
607
611
|
static valueOf(value: string): com.debertz.logic.redux.actions.client.to.ActionDeliveryType;
|
|
608
|
-
get name(): "ROOM_ALL" | "
|
|
612
|
+
get name(): "ROOM_ALL" | "ROOM_EXCEPT_USER" | "USER";
|
|
609
613
|
get ordinal(): 0 | 1 | 2;
|
|
610
614
|
static get Companion(): {
|
|
611
615
|
serializer(): any/* kotlinx.serialization.KSerializer<com.debertz.logic.redux.actions.client.to.ActionDeliveryType> */;
|
|
@@ -757,7 +761,6 @@ export declare interface ParserHelper {
|
|
|
757
761
|
encodeFromClientEvent(action: com.debertz.logic.redux.actions.client.from.FromClientAction): string;
|
|
758
762
|
decodeFromClientEvent(fromPlayerId: string, json: string): com.debertz.logic.redux.actions.client.from.FromClientAction;
|
|
759
763
|
encodeToClientEvent(action: com.debertz.logic.redux.actions.client.to.ToClientAction): string;
|
|
760
|
-
decodeToClientEvent(playerId: string, table: com.debertz.logic.data.models.table.DebertzTable, json: string): com.debertz.logic.redux.actions.client.to.ToClientAction;
|
|
761
764
|
decodeToClientEventToMechanicAction(playerId: string, engine: com.debertz.logic.GameStoreContract, json: string): com.debertz.logic.redux.actions.mechanic.MechanicAction;
|
|
762
765
|
readonly __doNotUseOrImplementIt: {
|
|
763
766
|
readonly ParserHelper: unique symbol;
|
|
@@ -957,7 +960,7 @@ export declare namespace com.logic.plugin.utils.events {
|
|
|
957
960
|
};
|
|
958
961
|
}
|
|
959
962
|
interface EventController {
|
|
960
|
-
error(error:
|
|
963
|
+
error(error: com.logic.plugin.utils.events.PluginError): void;
|
|
961
964
|
success(data: Nullable<any>): void;
|
|
962
965
|
endOfStream(): void;
|
|
963
966
|
readonly __doNotUseOrImplementIt: {
|
|
@@ -969,7 +972,7 @@ export declare namespace com.logic.plugin.utils.events {
|
|
|
969
972
|
interface MethodController {
|
|
970
973
|
getMethodName(): string;
|
|
971
974
|
getArguments(): Nullable<any>;
|
|
972
|
-
error(error:
|
|
975
|
+
error(error: com.logic.plugin.utils.events.PluginError): void;
|
|
973
976
|
success(eventData?: Nullable<any>): void;
|
|
974
977
|
notImplemented(): void;
|
|
975
978
|
readonly __doNotUseOrImplementIt: {
|
|
@@ -978,12 +981,11 @@ export declare namespace com.logic.plugin.utils.events {
|
|
|
978
981
|
}
|
|
979
982
|
}
|
|
980
983
|
export declare namespace com.logic.plugin.utils.events {
|
|
981
|
-
class PluginError {
|
|
982
|
-
constructor(errorCode: string,
|
|
984
|
+
class PluginError /* extends kotlin.Exception */ {
|
|
985
|
+
constructor(errorCode: string, message: Nullable<string>, cause: Nullable<Error>);
|
|
983
986
|
get errorCode(): string;
|
|
984
|
-
get
|
|
985
|
-
|
|
986
|
-
copy(errorCode?: string, errorMessage?: Nullable<string>, errorDetails?: Nullable<any>): com.logic.plugin.utils.events.PluginError;
|
|
987
|
+
get errorDetails(): Nullable<string>;
|
|
988
|
+
copy(errorCode?: string, message?: Nullable<string>, cause?: Nullable<Error>): com.logic.plugin.utils.events.PluginError;
|
|
987
989
|
toString(): string;
|
|
988
990
|
hashCode(): number;
|
|
989
991
|
equals(other: Nullable<any>): boolean;
|