@seayoo-web/gamer-api 1.1.8 → 1.1.9

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": "1.1.8",
4
+ "version": "1.1.9",
5
5
  "type": "module",
6
6
  "source": "index.ts",
7
7
  "main": "./dist/index.js",
@@ -22,11 +22,11 @@
22
22
  "license": "MIT",
23
23
  "devDependencies": {
24
24
  "@types/node": "^22.13.1",
25
+ "@seayoo-web/scripts": "^1.3.15",
25
26
  "@seayoo-web/combo-webview": "^2.5.0",
26
- "@seayoo-web/tsconfig": "^1.0.3",
27
27
  "@seayoo-web/request": "^2.1.2",
28
28
  "@seayoo-web/utils": "^3.1.1",
29
- "@seayoo-web/scripts": "^1.3.15"
29
+ "@seayoo-web/tsconfig": "^1.0.3"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@seayoo-web/combo-webview": "^2.5.0",
@@ -90,7 +90,7 @@ export declare class EventApi {
90
90
  max_results?: number;
91
91
  next_token?: string;
92
92
  /** 是否返回参与获得的记录,默认 false */
93
- return_rewards?: string;
93
+ return_rewards?: boolean;
94
94
  /**
95
95
  * 当玩法的 engage_account_type 为 role_id 时,可提供 server_id 和 role_id 获取具体角色的参与记录
96
96
  */