game_client_logic_deb 1.3.71 → 1.3.73

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.
@@ -153,18 +153,14 @@ export namespace com.logic.data.models.rules {
153
153
  get name(): "debertzKharkiv";
154
154
  get ordinal(): 3;
155
155
  };
156
- static get debertzMoscow(): com.logic.data.models.rules.RulesSetType & {
157
- get name(): "debertzMoscow";
158
- get ordinal(): 4;
159
- };
160
156
  static get custom(): com.logic.data.models.rules.RulesSetType & {
161
157
  get name(): "custom";
162
- get ordinal(): 5;
158
+ get ordinal(): 4;
163
159
  };
164
160
  static values(): Array<com.logic.data.models.rules.RulesSetType>;
165
161
  static valueOf(value: string): com.logic.data.models.rules.RulesSetType;
166
- get name(): "belot" | "klabor" | "debertzCommon" | "debertzKharkiv" | "debertzMoscow" | "custom";
167
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
162
+ get name(): "belot" | "klabor" | "debertzCommon" | "debertzKharkiv" | "custom";
163
+ get ordinal(): 0 | 1 | 2 | 3 | 4;
168
164
  }
169
165
  }
170
166
  export namespace com.logic.domain.engine.definitions {