trucoshi 9.0.0 → 9.1.0

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/dist/types.d.ts CHANGED
@@ -209,7 +209,8 @@ export declare enum GAME_ERROR {
209
209
  GAME_REQUIRES_ACCOUNT = "GAME_REQUIRES_ACCOUNT",
210
210
  NO_FLOR = "NO_FLOR",
211
211
  INVALID_SESSION = "INVALID_SESSION",
212
- PAYMENT_REQUIRED = "PAYMENT_REQUIRED"
212
+ PAYMENT_REQUIRED = "PAYMENT_REQUIRED",
213
+ PAYMENT_ERROR = "PAYMENT_ERROR"
213
214
  }
214
215
  export interface EnvidoState {
215
216
  accept: number;
package/dist/types.js CHANGED
@@ -75,6 +75,7 @@ export var GAME_ERROR;
75
75
  GAME_ERROR["NO_FLOR"] = "NO_FLOR";
76
76
  GAME_ERROR["INVALID_SESSION"] = "INVALID_SESSION";
77
77
  GAME_ERROR["PAYMENT_REQUIRED"] = "PAYMENT_REQUIRED";
78
+ GAME_ERROR["PAYMENT_ERROR"] = "PAYMENT_ERROR";
78
79
  })(GAME_ERROR || (GAME_ERROR = {}));
79
80
  export const DANGEROUS_COMMANDS = [
80
81
  ESayCommand.MAZO,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trucoshi",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "description": "Lightning Truco Server",
5
5
  "main": "dist/types.js",
6
6
  "license": "GPL-3.0",