game_client_logic_deb 1.8.326 → 1.8.327

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.
@@ -1971,6 +1971,7 @@ export declare interface GameHelper {
1971
1971
  getRulesByString(name: string): games.jass.logic.data.models.rules.Rules;
1972
1972
  mapRulesSetType(name: string): games.jass.logic.data.models.rules.RulesSetType;
1973
1973
  mapToLeague(name: string): games.jass.logic.data.models.leagues.League;
1974
+ getAllLeagues(): kotlin.collections.KtList<string>;
1974
1975
  readonly __doNotUseOrImplementIt: {
1975
1976
  readonly GameHelper: unique symbol;
1976
1977
  };
@@ -2008,7 +2009,6 @@ export declare interface RatingHelper {
2008
2009
  isValidRatingForLeague(league: games.jass.logic.data.models.leagues.League, rating: number): boolean;
2009
2010
  mapRatingToLeague(rating: number): games.jass.logic.data.models.leagues.League;
2010
2011
  getLeaguesConfig(): games.jass.logic.data.models.leagues.LeaguesConfig;
2011
- mapToLeague(name: string): games.jass.logic.data.models.leagues.League;
2012
2012
  readonly __doNotUseOrImplementIt: {
2013
2013
  readonly RatingHelper: unique symbol;
2014
2014
  };
@@ -297,7 +297,7 @@
297
297
  initMetadataForClass(Symbol, 'Symbol');
298
298
  initMetadataForInterface(SelectInstance, 'SelectInstance');
299
299
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
300
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
300
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
301
301
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
302
302
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
303
303
  initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "Logic_Debertz-game_client.js",
3
3
  "types": "Logic_Debertz-game_client.d.ts",
4
- "version": "1.8.326",
4
+ "version": "1.8.327",
5
5
  "name": "game_client_logic_deb",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",