@seayoo-web/gamer-api 2.5.6 → 2.5.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seayoo-web/gamer-api",
3
3
  "description": "agent for gamer api",
4
- "version": "2.5.6",
4
+ "version": "2.5.8",
5
5
  "type": "module",
6
6
  "source": "index.ts",
7
7
  "main": "./dist/index.js",
@@ -30,11 +30,11 @@
30
30
  "license": "MIT",
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.13.1",
33
- "@seayoo-web/tsconfig": "^1.0.5",
34
33
  "@seayoo-web/combo-webview": "^2.5.4",
34
+ "@seayoo-web/scripts": "^2.6.2",
35
35
  "@seayoo-web/utils": "^3.6.2",
36
- "@seayoo-web/request": "^3.2.0",
37
- "@seayoo-web/scripts": "^2.6.2"
36
+ "@seayoo-web/request": "^3.3.0",
37
+ "@seayoo-web/tsconfig": "^1.0.5"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@seayoo-web/combo-webview": "^2.5.4",
@@ -9,6 +9,8 @@ export interface EventFeatureBaseConfig {
9
9
  description: string;
10
10
  /** 玩法周期,即每多长时间可参与一次 */
11
11
  cycle: EventPeriodType;
12
+ /** 单个周期内的最大参与次数,0 为无限制 */
13
+ cycle_limit: number;
12
14
  /** 允许的最大参与次数 */
13
15
  limit: number;
14
16
  /** 玩法开始时间 */
@@ -69,8 +69,6 @@ export declare class AuthToken {
69
69
  * https://kdocs.cn/l/cf2mO2uRLqh9?linkname=ReeJpWraRO
70
70
  */
71
71
  autoLogin(): Promise<boolean>;
72
- private $loginWithTokenJob;
73
- private loginWithToken;
74
72
  /**
75
73
  * 获取当前登录用户的 Session 的信息
76
74
  *