game_client_logic_deb 1.6.63 → 1.7.67

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.
@@ -217,6 +217,7 @@ export declare namespace com.logic.data.models.rules {
217
217
  equals(other: Nullable<any>): boolean;
218
218
  static get Companion(): {
219
219
  kharkiv(): com.logic.data.models.rules.Rules;
220
+ saltivka(): com.logic.data.models.rules.Rules;
220
221
  klabor(): com.logic.data.models.rules.Rules;
221
222
  debertzCommon(): com.logic.data.models.rules.Rules;
222
223
  belot(): com.logic.data.models.rules.Rules;
@@ -244,16 +245,20 @@ export declare namespace com.logic.data.models.rules {
244
245
  get name(): "debertzKharkiv";
245
246
  get ordinal(): 3;
246
247
  };
248
+ static get debertzSaltivka(): com.logic.data.models.rules.RulesSetType & {
249
+ get name(): "debertzSaltivka";
250
+ get ordinal(): 4;
251
+ };
247
252
  static get custom(): com.logic.data.models.rules.RulesSetType & {
248
253
  get name(): "custom";
249
- get ordinal(): 4;
254
+ get ordinal(): 5;
250
255
  };
251
256
  getRules(): com.logic.data.models.rules.Rules;
252
257
  get isCustom(): boolean;
253
258
  static values(): Array<com.logic.data.models.rules.RulesSetType>;
254
259
  static valueOf(value: string): com.logic.data.models.rules.RulesSetType;
255
- get name(): "belot" | "klabor" | "debertzCommon" | "debertzKharkiv" | "custom";
256
- get ordinal(): 0 | 1 | 2 | 3 | 4;
260
+ get name(): "belot" | "klabor" | "debertzCommon" | "debertzKharkiv" | "debertzSaltivka" | "custom";
261
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
257
262
  }
258
263
  }
259
264
  export declare namespace com.logic.data.models.serializable.rules {