@seayoo-web/gamer-api 2.10.7 → 2.10.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/dist/index.js CHANGED
@@ -753,6 +753,8 @@ const v = {
753
753
  Login: "player_login_days",
754
754
  /** 累计充值金额 */
755
755
  OrderAmount: "order_total_amount",
756
+ /** 累计充值次数 */
757
+ OrderCount: "order_total_count",
756
758
  /** 社区发帖数量 */
757
759
  Posts: "community_posts",
758
760
  /** 社区评论数量 */
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.10.7",
4
+ "version": "2.10.8",
5
5
  "type": "module",
6
6
  "source": "index.ts",
7
7
  "main": "./dist/index.js",
@@ -30,12 +30,12 @@
30
30
  "license": "MIT",
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.13.1",
33
- "@seayoo-web/combo-webview": "2.7.0",
34
33
  "@seayoo-web/request": "3.4.0",
35
- "@seayoo-web/scripts": "3.1.3",
36
- "@seayoo-web/tsconfig": "1.0.5",
34
+ "@seayoo-web/combo-webview": "2.7.0",
37
35
  "@seayoo-web/utils": "4.1.3",
38
- "@seayoo-web/validator": "1.1.0"
36
+ "@seayoo-web/validator": "1.1.0",
37
+ "@seayoo-web/scripts": "3.1.3",
38
+ "@seayoo-web/tsconfig": "1.0.5"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@seayoo-web/combo-webview": "^2.7.0",
@@ -166,6 +166,8 @@ export declare const QuestObjective: {
166
166
  readonly Login: "player_login_days";
167
167
  /** 累计充值金额 */
168
168
  readonly OrderAmount: "order_total_amount";
169
+ /** 累计充值次数 */
170
+ readonly OrderCount: "order_total_count";
169
171
  /** 社区发帖数量 */
170
172
  readonly Posts: "community_posts";
171
173
  /** 社区评论数量 */