funifier-mcp 0.2.26 → 0.2.27
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/.cursor/rules/funifier.mdc +38 -41
- package/.github/copilot-instructions.md +38 -41
- package/AGENTS.md +56 -49
- package/README.md +40 -22
- package/datasource-funifier-docs/.coverage.json +326 -0
- package/datasource-funifier-docs/.validation.json +593 -0
- package/datasource-funifier-docs/knowledge/guides/aggregates.md +182 -70
- package/datasource-funifier-docs/knowledge/guides/database-access.md +174 -88
- package/datasource-funifier-docs/knowledge/guides/java-entities.md +294 -204
- package/datasource-funifier-docs/knowledge/guides/java-libraries.md +202 -226
- package/datasource-funifier-docs/knowledge/guides/java-managers.md +343 -265
- package/datasource-funifier-docs/knowledge/guides/trigger-examples.md +180 -236
- package/datasource-funifier-docs/knowledge/guides/triggers-guide.md +273 -191
- package/datasource-funifier-docs/knowledge/index.md +4 -1
- package/datasource-funifier-docs/knowledge/modules/achievement.md +1126 -28
- package/datasource-funifier-docs/knowledge/modules/action-log.md +469 -62
- package/datasource-funifier-docs/knowledge/modules/action.md +522 -70
- package/datasource-funifier-docs/knowledge/modules/auth.md +718 -69
- package/datasource-funifier-docs/knowledge/modules/avatar.md +483 -18
- package/datasource-funifier-docs/knowledge/modules/backup.md +603 -25
- package/datasource-funifier-docs/knowledge/modules/challenge.md +1048 -220
- package/datasource-funifier-docs/knowledge/modules/compact.md +469 -26
- package/datasource-funifier-docs/knowledge/modules/competition.md +811 -109
- package/datasource-funifier-docs/knowledge/modules/crossword.md +504 -28
- package/datasource-funifier-docs/knowledge/modules/csv-data.md +645 -20
- package/datasource-funifier-docs/knowledge/modules/custom-object.md +701 -36
- package/datasource-funifier-docs/knowledge/modules/database.md +730 -164
- package/datasource-funifier-docs/knowledge/modules/folder.md +935 -280
- package/datasource-funifier-docs/knowledge/modules/kpi-formulas.md +410 -15
- package/datasource-funifier-docs/knowledge/modules/lastmile.md +568 -29
- package/datasource-funifier-docs/knowledge/modules/leaderboard.md +595 -126
- package/datasource-funifier-docs/knowledge/modules/level.md +536 -54
- package/datasource-funifier-docs/knowledge/modules/lottery.md +809 -76
- package/datasource-funifier-docs/knowledge/modules/marketplace.md +688 -17
- package/datasource-funifier-docs/knowledge/modules/mystery.md +662 -52
- package/datasource-funifier-docs/knowledge/modules/notification.md +564 -26
- package/datasource-funifier-docs/knowledge/modules/patterns.md +519 -814
- package/datasource-funifier-docs/knowledge/modules/player.md +773 -73
- package/datasource-funifier-docs/knowledge/modules/point.md +380 -83
- package/datasource-funifier-docs/knowledge/modules/public.md +508 -178
- package/datasource-funifier-docs/knowledge/modules/question.md +619 -99
- package/datasource-funifier-docs/knowledge/modules/quiz.md +565 -120
- package/datasource-funifier-docs/knowledge/modules/scheduler.md +1092 -39
- package/datasource-funifier-docs/knowledge/modules/security.md +674 -112
- package/datasource-funifier-docs/knowledge/modules/staging.md +742 -19
- package/datasource-funifier-docs/knowledge/modules/story.md +565 -29
- package/datasource-funifier-docs/knowledge/modules/studio-page.md +470 -144
- package/datasource-funifier-docs/knowledge/modules/swap.md +552 -84
- package/datasource-funifier-docs/knowledge/modules/team.md +563 -45
- package/datasource-funifier-docs/knowledge/modules/trigger.md +876 -134
- package/datasource-funifier-docs/knowledge/modules/upload.md +468 -95
- package/datasource-funifier-docs/knowledge/modules/virtual-good.md +510 -63
- package/datasource-funifier-docs/knowledge/modules/webhook.md +375 -28
- package/datasource-funifier-docs/knowledge/modules/websocket.md +459 -26
- package/datasource-funifier-docs/knowledge/modules/widget.md +613 -27
- package/dist/cli/init.d.ts.map +1 -1
- package/dist/cli/init.js +42 -1
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/init.test.js +74 -3
- package/dist/cli/init.test.js.map +1 -1
- package/dist/cli/persona.d.ts +3 -0
- package/dist/cli/persona.d.ts.map +1 -0
- package/dist/cli/persona.js +25 -0
- package/dist/cli/persona.js.map +1 -0
- package/dist/mcp/bundle.js +119 -93
- package/dist/mcp/index.js +2 -2
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/resources/documentation.d.ts +1 -1
- package/dist/mcp/resources/documentation.d.ts.map +1 -1
- package/dist/mcp/resources/documentation.js +39 -3
- package/dist/mcp/resources/documentation.js.map +1 -1
- package/dist/mcp/tools/connect.d.ts.map +1 -1
- package/dist/mcp/tools/connect.js +18 -8
- package/dist/mcp/tools/connect.js.map +1 -1
- package/dist/mcp/tools/database.d.ts.map +1 -1
- package/dist/mcp/tools/database.js +59 -47
- package/dist/mcp/tools/database.js.map +1 -1
- package/dist/mcp/tools/database.test.js +2 -2
- package/dist/mcp/tools/database.test.js.map +1 -1
- package/dist/mcp/tools/delete.d.ts.map +1 -1
- package/dist/mcp/tools/delete.js +13 -3
- package/dist/mcp/tools/delete.js.map +1 -1
- package/dist/mcp/tools/execute.d.ts.map +1 -1
- package/dist/mcp/tools/execute.js +20 -9
- package/dist/mcp/tools/execute.js.map +1 -1
- package/dist/mcp/tools/folder.d.ts.map +1 -1
- package/dist/mcp/tools/folder.js +22 -12
- package/dist/mcp/tools/folder.js.map +1 -1
- package/dist/mcp/tools/get.d.ts.map +1 -1
- package/dist/mcp/tools/get.js +16 -6
- package/dist/mcp/tools/get.js.map +1 -1
- package/dist/mcp/tools/index.d.ts +1 -1
- package/dist/mcp/tools/index.d.ts.map +1 -1
- package/dist/mcp/tools/index.js +3 -1
- package/dist/mcp/tools/index.js.map +1 -1
- package/dist/mcp/tools/list.d.ts.map +1 -1
- package/dist/mcp/tools/list.js +38 -14
- package/dist/mcp/tools/list.js.map +1 -1
- package/dist/mcp/tools/logs.d.ts.map +1 -1
- package/dist/mcp/tools/logs.js +15 -5
- package/dist/mcp/tools/logs.js.map +1 -1
- package/dist/mcp/tools/save.d.ts.map +1 -1
- package/dist/mcp/tools/save.js +14 -4
- package/dist/mcp/tools/save.js.map +1 -1
- package/dist/mcp/tools/save.test.js +3 -3
- package/dist/mcp/tools/save.test.js.map +1 -1
- package/dist/mcp/tools/search-docs.d.ts +3 -0
- package/dist/mcp/tools/search-docs.d.ts.map +1 -0
- package/dist/mcp/tools/search-docs.js +102 -0
- package/dist/mcp/tools/search-docs.js.map +1 -0
- package/package.json +6 -2
- package/skills/acquire-funifier-knowledge/SKILL.md +132 -0
- package/skills/acquire-funifier-knowledge/assets/templates/CONCERNS.md +25 -0
- package/skills/acquire-funifier-knowledge/assets/templates/CUSTOM_ENDPOINTS.md +24 -0
- package/skills/acquire-funifier-knowledge/assets/templates/CUSTOM_PAGES.md +24 -0
- package/skills/acquire-funifier-knowledge/assets/templates/GAME_MECHANICS.md +35 -0
- package/skills/acquire-funifier-knowledge/assets/templates/INTEGRATIONS.md +35 -0
- package/skills/acquire-funifier-knowledge/assets/templates/LEADERBOARDS.md +24 -0
- package/skills/acquire-funifier-knowledge/assets/templates/OVERVIEW.md +47 -0
- package/skills/acquire-funifier-knowledge/assets/templates/PLAYER_MODEL.md +31 -0
- package/skills/acquire-funifier-knowledge/assets/templates/SCHEDULERS.md +25 -0
- package/skills/acquire-funifier-knowledge/assets/templates/TECHNIQUES_AND_PATTERNS.md +26 -0
- package/skills/acquire-funifier-knowledge/assets/templates/TRIGGERS.md +27 -0
- package/skills/acquire-funifier-knowledge/references/funifier-inventory-checklist.md +81 -0
- package/skills/acquire-funifier-knowledge/references/game-techniques-taxonomy.md +62 -0
- package/skills/acquire-funifier-knowledge/references/mcp-call-patterns.md +118 -0
- package/skills/funifier/SKILL.md +88 -0
- package/skills/funifier/references/configure-security.md +96 -0
- package/skills/{funifier-create-action/SKILL.md → funifier/references/create-action.md} +0 -33
- package/skills/funifier/references/create-aggregate.md +144 -0
- package/skills/funifier/references/create-challenge.md +116 -0
- package/skills/funifier/references/create-competition.md +98 -0
- package/skills/funifier/references/create-crossword.md +574 -0
- package/skills/funifier/references/create-custom-object.md +91 -0
- package/skills/funifier/references/create-custom-page.md +135 -0
- package/skills/funifier/references/create-folder.md +104 -0
- package/skills/funifier/references/create-lastmile.md +643 -0
- package/skills/{funifier-create-leaderboard/SKILL.md → funifier/references/create-leaderboard.md} +0 -33
- package/skills/funifier/references/create-level.md +94 -0
- package/skills/funifier/references/create-lottery.md +913 -0
- package/skills/funifier/references/create-mystery.md +769 -0
- package/skills/funifier/references/create-notification.md +75 -0
- package/skills/{funifier-create-point/SKILL.md → funifier/references/create-point.md} +0 -33
- package/skills/funifier/references/create-quiz.md +98 -0
- package/skills/funifier/references/create-scheduler.md +141 -0
- package/skills/funifier/references/create-story.md +636 -0
- package/skills/funifier/references/create-swap.md +95 -0
- package/skills/{funifier-create-trigger/SKILL.md → funifier/references/create-trigger.md} +0 -33
- package/skills/funifier/references/create-virtual-good.md +96 -0
- package/skills/funifier/references/create-webhook.md +72 -0
- package/skills/funifier/references/create-websocket.md +71 -0
- package/skills/funifier/references/create-widget.md +76 -0
- package/skills/funifier/references/debug.md +87 -0
- package/skills/funifier/references/help.md +81 -0
- package/skills/funifier/references/implement-frontend.md +106 -0
- package/skills/funifier/references/import-csv.md +75 -0
- package/skills/funifier/references/manage-player.md +82 -0
- package/skills/funifier/references/manage-team.md +76 -0
- package/skills/funifier/references/upload-file.md +91 -0
- package/skills/funifier-create-aggregate/SKILL.md +0 -127
- package/skills/funifier-create-challenge/SKILL.md +0 -88
- package/skills/funifier-create-custom-page/SKILL.md +0 -127
- package/skills/funifier-create-level/SKILL.md +0 -87
- package/skills/funifier-create-quiz/SKILL.md +0 -87
- package/skills/funifier-create-scheduler/SKILL.md +0 -127
- package/skills/funifier-create-virtual-good/SKILL.md +0 -87
- package/skills/funifier-debug/SKILL.md +0 -92
- package/skills/funifier-help/SKILL.md +0 -86
- package/skills/funifier-implement-frontend/SKILL.md +0 -90
- package/skills/funifier-index/SKILL.md +0 -58
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-05-21T15:36:00.000Z",
|
|
3
|
+
"docsRoot": "datasource-funifier-docs/",
|
|
4
|
+
"docs": {
|
|
5
|
+
"knowledge/guides/aggregates.md": {
|
|
6
|
+
"status": "grouped",
|
|
7
|
+
"skillIds": [
|
|
8
|
+
"funifier-create-aggregate",
|
|
9
|
+
"funifier-create-custom-page",
|
|
10
|
+
"funifier-implement-frontend",
|
|
11
|
+
"funifier-debug"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"knowledge/guides/database-access.md": {
|
|
15
|
+
"status": "grouped",
|
|
16
|
+
"skillIds": [
|
|
17
|
+
"funifier-create-aggregate",
|
|
18
|
+
"funifier-implement-frontend"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"knowledge/guides/java-entities.md": {
|
|
22
|
+
"status": "covered",
|
|
23
|
+
"skillIds": [
|
|
24
|
+
"funifier-create-trigger"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"knowledge/guides/java-libraries.md": {
|
|
28
|
+
"status": "grouped",
|
|
29
|
+
"skillIds": [
|
|
30
|
+
"funifier-create-scheduler",
|
|
31
|
+
"funifier-debug"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"knowledge/guides/java-managers.md": {
|
|
35
|
+
"status": "grouped",
|
|
36
|
+
"skillIds": [
|
|
37
|
+
"funifier-create-trigger",
|
|
38
|
+
"funifier-create-scheduler"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"knowledge/guides/trigger-examples.md": {
|
|
42
|
+
"status": "grouped",
|
|
43
|
+
"skillIds": [
|
|
44
|
+
"funifier-create-trigger",
|
|
45
|
+
"funifier-debug"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"knowledge/guides/triggers-guide.md": {
|
|
49
|
+
"status": "grouped",
|
|
50
|
+
"skillIds": [
|
|
51
|
+
"funifier-create-trigger",
|
|
52
|
+
"funifier-debug"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"knowledge/index.md": {
|
|
56
|
+
"status": "covered",
|
|
57
|
+
"skillIds": [
|
|
58
|
+
"funifier-help"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"knowledge/modules/achievement.md": {
|
|
62
|
+
"status": "covered",
|
|
63
|
+
"skillIds": [
|
|
64
|
+
"funifier-create-point"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"knowledge/modules/action-log.md": {
|
|
68
|
+
"status": "grouped",
|
|
69
|
+
"skillIds": [
|
|
70
|
+
"funifier-create-action",
|
|
71
|
+
"funifier-implement-frontend"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"knowledge/modules/action.md": {
|
|
75
|
+
"status": "grouped",
|
|
76
|
+
"skillIds": [
|
|
77
|
+
"funifier-create-challenge",
|
|
78
|
+
"funifier-create-action",
|
|
79
|
+
"funifier-create-leaderboard"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"knowledge/modules/auth.md": {
|
|
83
|
+
"status": "grouped",
|
|
84
|
+
"skillIds": [
|
|
85
|
+
"funifier-create-custom-page",
|
|
86
|
+
"funifier-implement-frontend"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"knowledge/modules/avatar.md": {
|
|
90
|
+
"status": "deferred-with-reason",
|
|
91
|
+
"skillIds": [],
|
|
92
|
+
"reason": "Describes the avatar concept and configuration checklist but provides no API endpoints or payload examples — insufficient for an actionable agent workflow"
|
|
93
|
+
},
|
|
94
|
+
"knowledge/modules/backup.md": {
|
|
95
|
+
"status": "deferred-with-reason",
|
|
96
|
+
"skillIds": [],
|
|
97
|
+
"reason": "Admin/infrastructure concern — backup and data rotation is a platform operations task with no actionable gamification development workflow"
|
|
98
|
+
},
|
|
99
|
+
"knowledge/modules/challenge.md": {
|
|
100
|
+
"status": "covered",
|
|
101
|
+
"skillIds": [
|
|
102
|
+
"funifier-create-challenge"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"knowledge/modules/compact.md": {
|
|
106
|
+
"status": "deferred-with-reason",
|
|
107
|
+
"skillIds": [],
|
|
108
|
+
"reason": "Admin/infrastructure concern — data compaction and storage optimization is a platform operations task with no actionable gamification development workflow"
|
|
109
|
+
},
|
|
110
|
+
"knowledge/modules/competition.md": {
|
|
111
|
+
"status": "covered",
|
|
112
|
+
"skillIds": [
|
|
113
|
+
"funifier-create-competition"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"knowledge/modules/crossword.md": {
|
|
117
|
+
"status": "covered",
|
|
118
|
+
"skillIds": [
|
|
119
|
+
"funifier-create-crossword"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"knowledge/modules/csv-data.md": {
|
|
123
|
+
"status": "covered",
|
|
124
|
+
"skillIds": [
|
|
125
|
+
"funifier-import-csv"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"knowledge/modules/custom-object.md": {
|
|
129
|
+
"status": "covered",
|
|
130
|
+
"skillIds": [
|
|
131
|
+
"funifier-create-custom-object"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"knowledge/modules/database.md": {
|
|
135
|
+
"status": "grouped",
|
|
136
|
+
"skillIds": [
|
|
137
|
+
"funifier-create-aggregate",
|
|
138
|
+
"funifier-create-custom-object"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
"knowledge/modules/folder.md": {
|
|
142
|
+
"status": "covered",
|
|
143
|
+
"skillIds": [
|
|
144
|
+
"funifier-create-folder"
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
"knowledge/modules/kpi-formulas.md": {
|
|
148
|
+
"status": "deferred-with-reason",
|
|
149
|
+
"skillIds": [],
|
|
150
|
+
"reason": "Describes the KPI formula concept but provides no API endpoints, payload examples, or step-by-step workflow — insufficient for an actionable agent skill"
|
|
151
|
+
},
|
|
152
|
+
"knowledge/modules/lastmile.md": {
|
|
153
|
+
"status": "covered",
|
|
154
|
+
"skillIds": [
|
|
155
|
+
"funifier-create-lastmile"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"knowledge/modules/leaderboard.md": {
|
|
159
|
+
"status": "covered",
|
|
160
|
+
"skillIds": [
|
|
161
|
+
"funifier-create-leaderboard"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
"knowledge/modules/level.md": {
|
|
165
|
+
"status": "covered",
|
|
166
|
+
"skillIds": [
|
|
167
|
+
"funifier-create-level"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"knowledge/modules/lottery.md": {
|
|
171
|
+
"status": "covered",
|
|
172
|
+
"skillIds": [
|
|
173
|
+
"funifier-create-lottery"
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
"knowledge/modules/marketplace.md": {
|
|
177
|
+
"status": "deferred-with-reason",
|
|
178
|
+
"skillIds": [],
|
|
179
|
+
"reason": "Studio UI-only feature for browsing and importing pre-built components — no API endpoints and no agent-driven workflow"
|
|
180
|
+
},
|
|
181
|
+
"knowledge/modules/mystery.md": {
|
|
182
|
+
"status": "covered",
|
|
183
|
+
"skillIds": [
|
|
184
|
+
"funifier-create-mystery"
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
"knowledge/modules/notification.md": {
|
|
188
|
+
"status": "covered",
|
|
189
|
+
"skillIds": [
|
|
190
|
+
"funifier-create-notification"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"knowledge/modules/patterns.md": {
|
|
194
|
+
"status": "covered",
|
|
195
|
+
"skillIds": [
|
|
196
|
+
"funifier-implement-frontend"
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"knowledge/modules/player.md": {
|
|
200
|
+
"status": "covered",
|
|
201
|
+
"skillIds": [
|
|
202
|
+
"funifier-manage-player"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"knowledge/modules/point.md": {
|
|
206
|
+
"status": "grouped",
|
|
207
|
+
"skillIds": [
|
|
208
|
+
"funifier-create-challenge",
|
|
209
|
+
"funifier-create-point",
|
|
210
|
+
"funifier-create-level",
|
|
211
|
+
"funifier-create-leaderboard",
|
|
212
|
+
"funifier-create-virtual-good"
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"knowledge/modules/public.md": {
|
|
216
|
+
"status": "covered",
|
|
217
|
+
"skillIds": [
|
|
218
|
+
"funifier-debug"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"knowledge/modules/question.md": {
|
|
222
|
+
"status": "covered",
|
|
223
|
+
"skillIds": [
|
|
224
|
+
"funifier-create-quiz"
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
"knowledge/modules/quiz.md": {
|
|
228
|
+
"status": "covered",
|
|
229
|
+
"skillIds": [
|
|
230
|
+
"funifier-create-quiz"
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
"knowledge/modules/scheduler.md": {
|
|
234
|
+
"status": "grouped",
|
|
235
|
+
"skillIds": [
|
|
236
|
+
"funifier-create-scheduler",
|
|
237
|
+
"funifier-debug"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"knowledge/modules/security.md": {
|
|
241
|
+
"status": "covered",
|
|
242
|
+
"skillIds": [
|
|
243
|
+
"funifier-configure-security"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"knowledge/modules/staging.md": {
|
|
247
|
+
"status": "deferred-with-reason",
|
|
248
|
+
"skillIds": [],
|
|
249
|
+
"reason": "Admin/infrastructure concern — staging environment setup and production migration is a DevOps task with no API endpoints or agent workflow"
|
|
250
|
+
},
|
|
251
|
+
"knowledge/modules/static-repo.md": {
|
|
252
|
+
"status": "covered",
|
|
253
|
+
"skillIds": [
|
|
254
|
+
"funifier-implement-frontend"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
"knowledge/modules/story.md": {
|
|
258
|
+
"status": "covered",
|
|
259
|
+
"skillIds": [
|
|
260
|
+
"funifier-create-story"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"knowledge/modules/studio-page.md": {
|
|
264
|
+
"status": "covered",
|
|
265
|
+
"skillIds": [
|
|
266
|
+
"funifier-create-custom-page"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
"knowledge/modules/swap.md": {
|
|
270
|
+
"status": "covered",
|
|
271
|
+
"skillIds": [
|
|
272
|
+
"funifier-create-swap"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"knowledge/modules/team.md": {
|
|
276
|
+
"status": "covered",
|
|
277
|
+
"skillIds": [
|
|
278
|
+
"funifier-manage-team"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"knowledge/modules/trigger.md": {
|
|
282
|
+
"status": "grouped",
|
|
283
|
+
"skillIds": [
|
|
284
|
+
"funifier-create-trigger",
|
|
285
|
+
"funifier-debug"
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
"knowledge/modules/upload.md": {
|
|
289
|
+
"status": "covered",
|
|
290
|
+
"skillIds": [
|
|
291
|
+
"funifier-upload-file"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"knowledge/modules/virtual-good.md": {
|
|
295
|
+
"status": "covered",
|
|
296
|
+
"skillIds": [
|
|
297
|
+
"funifier-create-virtual-good"
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
"knowledge/modules/webhook.md": {
|
|
301
|
+
"status": "covered",
|
|
302
|
+
"skillIds": [
|
|
303
|
+
"funifier-create-webhook"
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
"knowledge/modules/websocket.md": {
|
|
307
|
+
"status": "covered",
|
|
308
|
+
"skillIds": [
|
|
309
|
+
"funifier-create-websocket"
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
"knowledge/modules/widget.md": {
|
|
313
|
+
"status": "covered",
|
|
314
|
+
"skillIds": [
|
|
315
|
+
"funifier-create-widget"
|
|
316
|
+
]
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"summary": {
|
|
320
|
+
"total": 50,
|
|
321
|
+
"covered": 31,
|
|
322
|
+
"grouped": 13,
|
|
323
|
+
"deferred": 6,
|
|
324
|
+
"uncovered": 0
|
|
325
|
+
}
|
|
326
|
+
}
|