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 +2 -1
- package/dist/types.js +1 -0
- package/package.json +1 -1
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,
|