client_plugin_logic_deb 1.8.392 → 1.8.394
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 +1418 -1418
- package/Logic_Debertz-client_plugin.d.ts +1 -0
- package/Logic_Debertz-client_plugin.js +2387 -2225
- package/Logic_Debertz-client_plugin.js.map +1 -1
- package/Logic_Debertz-core.js +1201 -1201
- package/Logic_Debertz-engine.js +12152 -12152
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +7317 -7125
- package/Logic_Debertz-game_client.js.map +1 -1
- package/Logic_Debertz-game_server.js +898 -895
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +392 -257
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1074 -1074
- package/ktor-ktor-client-content-negotiation.js +123 -123
- package/ktor-ktor-client-core.js +1429 -1429
- package/ktor-ktor-client-logging.js +264 -264
- package/ktor-ktor-events.js +5 -5
- package/ktor-ktor-http.js +600 -600
- package/ktor-ktor-io.js +1204 -1204
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +106 -106
- package/ktor-ktor-serialization.js +50 -50
- package/ktor-ktor-utils.js +464 -464
- package/ktor-ktor-websockets.js +41 -41
- package/package.json +1 -1
- package/random-library-secure-random.js +1 -1
- package/raspberry-cardgame-lib-core.js +168 -168
- package/raspberry-cardgame-lib-logger.js +92 -92
- package/raspberry-cardgame-lib-random.js +589 -589
- package/uuid.js +11 -11
|
@@ -3191,6 +3191,7 @@ export declare namespace games.jass.logic.server.data.models {
|
|
|
3191
3191
|
get extras(): any;
|
|
3192
3192
|
get extras(): kotlin.collections.KtMap<string, games.jass.logic.server.data.models.GameMetadata>;
|
|
3193
3193
|
getGame(gameId: string): games.jass.logic.server.data.models.GameMetadata;
|
|
3194
|
+
getGameOrNull(gameId: string): Nullable<games.jass.logic.server.data.models.GameMetadata>;
|
|
3194
3195
|
addGame(gameId: string, game: games.jass.logic.server.data.models.GameMetadata): void;
|
|
3195
3196
|
}
|
|
3196
3197
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|