@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 +2 -0
- package/package.json +5 -5
- package/types/src/event.enums.d.ts +2 -0
package/dist/index.js
CHANGED
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.
|
|
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/
|
|
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
|
/** 社区评论数量 */
|