trucoshi 5.1.1 → 5.1.2
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/README.md +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -143,6 +143,7 @@ export type IWaitingSayData = {
|
|
|
143
143
|
};
|
|
144
144
|
export type IWaitingSayCallback = (data: IWaitingSayData) => void | null;
|
|
145
145
|
export declare enum GAME_ERROR {
|
|
146
|
+
INVALID_IDENTITY = "INVALID_IDENTITY",
|
|
146
147
|
UNEXPECTED_ERROR = "UNEXPECTED_ERROR",
|
|
147
148
|
FORBIDDEN = "FORBIDDEN",
|
|
148
149
|
NOT_FOUND = "NOT_FOUND",
|
package/dist/types.js
CHANGED
|
@@ -54,6 +54,7 @@ export var EHandState;
|
|
|
54
54
|
})(EHandState || (EHandState = {}));
|
|
55
55
|
export var GAME_ERROR;
|
|
56
56
|
(function (GAME_ERROR) {
|
|
57
|
+
GAME_ERROR["INVALID_IDENTITY"] = "INVALID_IDENTITY";
|
|
57
58
|
GAME_ERROR["UNEXPECTED_ERROR"] = "UNEXPECTED_ERROR";
|
|
58
59
|
GAME_ERROR["FORBIDDEN"] = "FORBIDDEN";
|
|
59
60
|
GAME_ERROR["NOT_FOUND"] = "NOT_FOUND";
|