@seayoo-web/gamer-api 2.15.6 → 2.15.7

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/index.js CHANGED
@@ -868,6 +868,8 @@ const v = {
868
868
  /** 奖励已发货 */
869
869
  Delivered: "delivered"
870
870
  }, va = e.string().enum(g).lock(), ut = {
871
+ /** 未获得奖励 */
872
+ Ineligible: g.Ineligible,
871
873
  /** 奖励未领取 */
872
874
  Unclaimed: g.Unclaimed,
873
875
  /** 奖励已领取 */
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.15.6",
4
+ "version": "2.15.7",
5
5
  "type": "module",
6
6
  "source": "index.ts",
7
7
  "main": "./dist/index.js",
@@ -31,11 +31,11 @@
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.13.1",
33
33
  "@seayoo-web/combo-webview": "2.8.0",
34
- "@seayoo-web/tsconfig": "1.0.5",
35
34
  "@seayoo-web/request": "3.4.2",
36
- "@seayoo-web/utils": "4.1.3",
37
- "@seayoo-web/scripts": "3.1.6",
38
- "@seayoo-web/validator": "2.3.0"
35
+ "@seayoo-web/scripts": "3.1.7",
36
+ "@seayoo-web/tsconfig": "1.0.5",
37
+ "@seayoo-web/validator": "2.3.0",
38
+ "@seayoo-web/utils": "4.1.3"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@seayoo-web/combo-webview": "^2.8.0",
@@ -258,6 +258,8 @@ export declare const RewardStatusValidator: import("@seayoo-web/validator").Stri
258
258
  * 已获得奖励的奖励状态,不含有未领取状态
259
259
  */
260
260
  export declare const RewardStatusSuffix: {
261
+ /** 未获得奖励 */
262
+ readonly Ineligible: "ineligible";
261
263
  /** 奖励未领取 */
262
264
  readonly Unclaimed: "unclaimed";
263
265
  /** 奖励已领取 */