raspberry_games_server_game_logic 1.8.311 → 1.8.314

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.
Files changed (35) hide show
  1. package/Kosi-Kaverit-kaverit.js +78 -78
  2. package/Kosi-Kodein-kodein-di.js +647 -647
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +1507 -1507
  4. package/Logic_Debertz-core.js +1851 -1837
  5. package/Logic_Debertz-core.js.map +1 -1
  6. package/Logic_Debertz-engine.js +15224 -15184
  7. package/Logic_Debertz-engine.js.map +1 -1
  8. package/Logic_Debertz-game_server.d.ts +6 -2
  9. package/Logic_Debertz-game_server.js +1389 -1389
  10. package/kotlin-kotlin-stdlib.js +2847 -2605
  11. package/kotlin-kotlin-stdlib.js.map +1 -1
  12. package/kotlinx-atomicfu.js +25 -25
  13. package/kotlinx-coroutines-core.js +2908 -2908
  14. package/kotlinx-coroutines-core.js.map +1 -1
  15. package/kotlinx-io-kotlinx-io-core.js +362 -362
  16. package/kotlinx-serialization-kotlinx-serialization-core.js +2038 -2038
  17. package/kotlinx-serialization-kotlinx-serialization-json.js +1569 -1569
  18. package/ktor-ktor-client-content-negotiation.js +219 -219
  19. package/ktor-ktor-client-core.js +2528 -2528
  20. package/ktor-ktor-client-logging.js +553 -553
  21. package/ktor-ktor-events.js +12 -12
  22. package/ktor-ktor-http.js +762 -762
  23. package/ktor-ktor-io.js +1659 -1659
  24. package/ktor-ktor-serialization-kotlinx-json.js +7 -7
  25. package/ktor-ktor-serialization-kotlinx.js +271 -271
  26. package/ktor-ktor-serialization.js +130 -130
  27. package/ktor-ktor-utils.js +741 -741
  28. package/ktor-ktor-websockets.js +60 -60
  29. package/package.json +1 -1
  30. package/raspberry-cardgame-lib-core.js +281 -281
  31. package/raspberry-cardgame-lib-logger.js +102 -102
  32. package/raspberry-cardgame-lib-random.js +1061 -1044
  33. package/raspberry-cardgame-lib-random.js.map +1 -1
  34. package/secure-random-secure-random.js +18 -18
  35. package/uuid.js +33 -33
@@ -970,7 +970,8 @@ export declare namespace games.jass.logic.data.models.player.state {
970
970
  }
971
971
  export declare namespace games.jass.logic.data.models.rules {
972
972
  class Rules {
973
- constructor(playerWhoChooseSuitGoFirst: boolean, winnerShuffleCards: boolean, playWithoutLiabilities: boolean, trumpCardGoToPlayerWhoShuffleCards: boolean, dealerInitialCardsCount: number, dealerFinalCardsCount: number, dealerCounterClockwise: boolean, contractTypes: Array<games.jass.logic.data.models.player.state.RoundContractType>, bidTypes: Array<games.jass.logic.data.models.player.bids.BidType>, needToPutHigherTrump: boolean, trumpCardStepPartnerMode: games.jass.logic.data.models.rules.TrumpCardStepPartnerMode, combinationsWithFirstCard: Array<games.jass.logic.data.models.table.combinations.CombinationType>, protectBella: boolean, oneTryToProtectBella: boolean, enableFourSevensCombination: boolean, enableTrumpSevenCombination: boolean, enableTrumpSevenCombinationAfterDistribution: boolean, checkTrumpCombination: boolean, checkOnlyTrumpDebertz: boolean, distributePoints: boolean, pointsDistributeMode: games.jass.logic.data.models.player.points.PointsDistributeMode, enableFineAfterThirdFailedContract: boolean, fineAfterThirdFailedContract: number, enableFineIfNoBribes: boolean, fineIfNoBribes: number);
973
+ constructor(name: Nullable<string>, playerWhoChooseSuitGoFirst: boolean, winnerShuffleCards: boolean, playWithoutLiabilities: boolean, trumpCardGoToPlayerWhoShuffleCards: boolean, dealerInitialCardsCount: number, dealerFinalCardsCount: number, dealerCounterClockwise: boolean, contractTypes: Array<games.jass.logic.data.models.player.state.RoundContractType>, bidTypes: Array<games.jass.logic.data.models.player.bids.BidType>, needToPutHigherTrump: boolean, trumpCardStepPartnerMode: games.jass.logic.data.models.rules.TrumpCardStepPartnerMode, combinationsWithFirstCard: Array<games.jass.logic.data.models.table.combinations.CombinationType>, protectBella: boolean, oneTryToProtectBella: boolean, enableFourSevensCombination: boolean, enableTrumpSevenCombination: boolean, enableTrumpSevenCombinationAfterDistribution: boolean, checkTrumpCombination: boolean, checkOnlyTrumpDebertz: boolean, distributePoints: boolean, pointsDistributeMode: games.jass.logic.data.models.player.points.PointsDistributeMode, enableFineAfterThirdFailedContract: boolean, fineAfterThirdFailedContract: number, enableFineIfNoBribes: boolean, fineIfNoBribes: number);
974
+ get name(): Nullable<string>;
974
975
  get playerWhoChooseSuitGoFirst(): boolean;
975
976
  get winnerShuffleCards(): boolean;
976
977
  get playWithoutLiabilities(): boolean;
@@ -1000,7 +1001,7 @@ export declare namespace games.jass.logic.data.models.rules {
1000
1001
  toString(): string;
1001
1002
  equals(other: Nullable<any>): boolean;
1002
1003
  hashCode(): number;
1003
- copy(playerWhoChooseSuitGoFirst?: boolean, winnerShuffleCards?: boolean, playWithoutLiabilities?: boolean, trumpCardGoToPlayerWhoShuffleCards?: boolean, dealerInitialCardsCount?: number, dealerFinalCardsCount?: number, dealerCounterClockwise?: boolean, contractTypes?: Array<games.jass.logic.data.models.player.state.RoundContractType>, bidTypes?: Array<games.jass.logic.data.models.player.bids.BidType>, needToPutHigherTrump?: boolean, trumpCardStepPartnerMode?: games.jass.logic.data.models.rules.TrumpCardStepPartnerMode, combinationsWithFirstCard?: Array<games.jass.logic.data.models.table.combinations.CombinationType>, protectBella?: boolean, oneTryToProtectBella?: boolean, enableFourSevensCombination?: boolean, enableTrumpSevenCombination?: boolean, enableTrumpSevenCombinationAfterDistribution?: boolean, checkTrumpCombination?: boolean, checkOnlyTrumpDebertz?: boolean, distributePoints?: boolean, pointsDistributeMode?: games.jass.logic.data.models.player.points.PointsDistributeMode, enableFineAfterThirdFailedContract?: boolean, fineAfterThirdFailedContract?: number, enableFineIfNoBribes?: boolean, fineIfNoBribes?: number): games.jass.logic.data.models.rules.Rules;
1004
+ copy(name?: Nullable<string>, playerWhoChooseSuitGoFirst?: boolean, winnerShuffleCards?: boolean, playWithoutLiabilities?: boolean, trumpCardGoToPlayerWhoShuffleCards?: boolean, dealerInitialCardsCount?: number, dealerFinalCardsCount?: number, dealerCounterClockwise?: boolean, contractTypes?: Array<games.jass.logic.data.models.player.state.RoundContractType>, bidTypes?: Array<games.jass.logic.data.models.player.bids.BidType>, needToPutHigherTrump?: boolean, trumpCardStepPartnerMode?: games.jass.logic.data.models.rules.TrumpCardStepPartnerMode, combinationsWithFirstCard?: Array<games.jass.logic.data.models.table.combinations.CombinationType>, protectBella?: boolean, oneTryToProtectBella?: boolean, enableFourSevensCombination?: boolean, enableTrumpSevenCombination?: boolean, enableTrumpSevenCombinationAfterDistribution?: boolean, checkTrumpCombination?: boolean, checkOnlyTrumpDebertz?: boolean, distributePoints?: boolean, pointsDistributeMode?: games.jass.logic.data.models.player.points.PointsDistributeMode, enableFineAfterThirdFailedContract?: boolean, fineAfterThirdFailedContract?: number, enableFineIfNoBribes?: boolean, fineIfNoBribes?: number): games.jass.logic.data.models.rules.Rules;
1004
1005
  static get Companion(): {
1005
1006
  get HAND_CARDS_INITIAL(): number;
1006
1007
  get HAND_CARDS_FINAL(): number;
@@ -1646,6 +1647,9 @@ export declare namespace games.jass.logic.domain.interactors.dealer {
1646
1647
  isRandomOrg(): boolean;
1647
1648
  static values(): Array<games.jass.logic.domain.interactors.dealer.DealerStrategy>;
1648
1649
  static valueOf(value: string): games.jass.logic.domain.interactors.dealer.DealerStrategy;
1650
+ static get Companion(): {
1651
+ default(): games.jass.logic.domain.interactors.dealer.DealerStrategy;
1652
+ };
1649
1653
  }
1650
1654
  }
1651
1655
  export declare namespace games.jass.logic.redux.actions {