@seayoo-web/gamer-api 2.13.17 → 2.13.18

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.13.17",
4
+ "version": "2.13.18",
5
5
  "type": "module",
6
6
  "source": "index.ts",
7
7
  "main": "./dist/index.js",
@@ -30,8 +30,8 @@
30
30
  "license": "MIT",
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.13.1",
33
- "@seayoo-web/combo-webview": "2.8.0",
34
33
  "@seayoo-web/request": "3.4.2",
34
+ "@seayoo-web/combo-webview": "2.8.0",
35
35
  "@seayoo-web/tsconfig": "1.0.5",
36
36
  "@seayoo-web/utils": "4.1.3",
37
37
  "@seayoo-web/scripts": "3.1.6",
@@ -1,5 +1,5 @@
1
1
  import type { EngagementFeatureType, InferEngagementError, InferEngagementParam } from "./event.define";
2
- import type { GamerItemType, RewardSource } from "./event.enums";
2
+ import type { GamerItemType, RewardSource, UgcReviewStatus } from "./event.enums";
3
3
  import type { AuthToken } from "./token";
4
4
  import type { RequestInternalError, IRequestOptions } from "@seayoo-web/request";
5
5
  export * from "./event.define";
@@ -350,6 +350,8 @@ export declare class EventApi {
350
350
  event_id?: number;
351
351
  /** 活动玩法 ID */
352
352
  feature_id?: number;
353
+ /** 审核状态 不传即查询所有状态的记录 */
354
+ review_status?: UgcReviewStatus;
353
355
  /** 查询返回最大参与记录数 默认20*/
354
356
  max_results?: number;
355
357
  /** 分页标识,不传默认首页查询 */