veryfront 0.0.89 → 0.0.91
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/README.md +0 -9
- package/esm/_dnt.shims.d.ts +14 -14
- package/esm/_dnt.shims.d.ts.map +1 -1
- package/esm/deno.js +1 -1
- package/esm/src/cli/mcp/advanced-tools.d.ts +2 -2
- package/esm/src/cli/templates/manifest.d.ts +449 -449
- package/esm/src/cli/templates/manifest.js +480 -480
- package/esm/src/html/styles-builder/tailwind-compiler.d.ts.map +1 -1
- package/esm/src/html/styles-builder/tailwind-compiler.js +26 -4
- package/esm/src/modules/import-map/default-import-map.d.ts.map +1 -1
- package/esm/src/modules/import-map/default-import-map.js +9 -4
- package/esm/src/platform/compat/path-helper.d.ts +7 -7
- package/esm/src/platform/compat/path-helper.d.ts.map +1 -1
- package/esm/src/platform/compat/process.js +1 -1
- package/esm/src/react/components/ai/agent-card.d.ts +1 -1
- package/esm/src/react/components/ai/agent-card.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat/composition/api.d.ts +4 -5
- package/esm/src/react/components/ai/chat/composition/api.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat/index.d.ts +2 -7
- package/esm/src/react/components/ai/chat/index.d.ts.map +1 -1
- package/esm/src/react/components/ai/message.d.ts +2 -2
- package/esm/src/react/components/ai/message.d.ts.map +1 -1
- package/esm/src/react/primitives/agent-primitives.d.ts +3 -3
- package/esm/src/react/primitives/agent-primitives.d.ts.map +1 -1
- package/esm/src/react/primitives/chat-container.d.ts +1 -1
- package/esm/src/react/primitives/chat-container.d.ts.map +1 -1
- package/esm/src/react/primitives/input-box.d.ts +3 -3
- package/esm/src/react/primitives/input-box.d.ts.map +1 -1
- package/esm/src/react/primitives/message-list.d.ts +4 -4
- package/esm/src/react/primitives/message-list.d.ts.map +1 -1
- package/esm/src/react/primitives/tool-primitives.d.ts +3 -3
- package/esm/src/react/primitives/tool-primitives.d.ts.map +1 -1
- package/esm/src/rendering/ssr-globals/context.d.ts +1 -6
- package/esm/src/rendering/ssr-globals/context.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/deno.js +1 -1
- package/src/src/cli/templates/manifest.js +480 -480
- package/src/src/html/styles-builder/tailwind-compiler.ts +27 -5
- package/src/src/modules/import-map/default-import-map.ts +11 -4
- package/src/src/platform/compat/process.ts +1 -1
|
@@ -1,710 +1,710 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
let version: number;
|
|
3
3
|
let templates: {
|
|
4
|
+
ai: {
|
|
5
|
+
files: {
|
|
6
|
+
"tools/calculator.ts": string;
|
|
7
|
+
"app/api/chat/route.ts": string;
|
|
8
|
+
"app/layout.tsx": string;
|
|
9
|
+
"app/page.tsx": string;
|
|
10
|
+
"agents/assistant.ts": string;
|
|
11
|
+
"tsconfig.json": string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
minimal: {
|
|
15
|
+
files: {
|
|
16
|
+
"app/layout.tsx": string;
|
|
17
|
+
"app/about/page.mdx": string;
|
|
18
|
+
"app/page.tsx": string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
4
21
|
app: {
|
|
5
22
|
files: {
|
|
23
|
+
"api/chat/route.ts": string;
|
|
6
24
|
"middleware/auth.ts": string;
|
|
25
|
+
"components/HeroSection.tsx": string;
|
|
26
|
+
"components/Toaster.tsx": string;
|
|
27
|
+
"components/AuthProvider.tsx": string;
|
|
28
|
+
"components/StatsGrid.tsx": string;
|
|
29
|
+
"components/RecentActivity.tsx": string;
|
|
30
|
+
"components/FeatureGrid.tsx": string;
|
|
31
|
+
"components/Header.tsx": string;
|
|
32
|
+
"components/DashboardLayout.tsx": string;
|
|
33
|
+
"lib/auth.ts": string;
|
|
34
|
+
"lib/auth-client.ts": string;
|
|
35
|
+
"lib/stats.ts": string;
|
|
36
|
+
"lib/users.ts": string;
|
|
7
37
|
"app/dashboard/page.tsx": string;
|
|
8
|
-
"app/layout.tsx": string;
|
|
9
|
-
"app/api/auth/logout/route.ts": string;
|
|
10
|
-
"app/api/auth/register/route.ts": string;
|
|
11
38
|
"app/api/auth/me/route.ts": string;
|
|
39
|
+
"app/api/auth/logout/route.ts": string;
|
|
12
40
|
"app/api/auth/login/route.ts": string;
|
|
13
|
-
"app/api/
|
|
41
|
+
"app/api/auth/register/route.ts": string;
|
|
14
42
|
"app/api/stats/route.ts": string;
|
|
15
|
-
"app/
|
|
43
|
+
"app/api/users/route.ts": string;
|
|
16
44
|
"app/login/page.tsx": string;
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"components/RecentActivity.tsx": string;
|
|
20
|
-
"components/FeatureGrid.tsx": string;
|
|
21
|
-
"components/DashboardLayout.tsx": string;
|
|
22
|
-
"components/HeroSection.tsx": string;
|
|
23
|
-
"components/Header.tsx": string;
|
|
24
|
-
"components/AuthProvider.tsx": string;
|
|
45
|
+
"app/layout.tsx": string;
|
|
46
|
+
"app/page.tsx": string;
|
|
25
47
|
"public/robots.txt": string;
|
|
26
48
|
"layout.tsx": string;
|
|
27
|
-
"lib/stats.ts": string;
|
|
28
|
-
"lib/users.ts": string;
|
|
29
|
-
"lib/auth.ts": string;
|
|
30
|
-
"lib/auth-client.ts": string;
|
|
31
|
-
"api/chat/route.ts": string;
|
|
32
49
|
".env.example": string;
|
|
33
50
|
"page.tsx": string;
|
|
34
51
|
};
|
|
35
52
|
};
|
|
36
53
|
docs: {
|
|
37
54
|
files: {
|
|
38
|
-
"
|
|
55
|
+
"components/Sidebar.tsx": string;
|
|
56
|
+
"components/CodeBlock.tsx": string;
|
|
57
|
+
"components/Header.tsx": string;
|
|
58
|
+
"app/page.mdx": string;
|
|
39
59
|
"app/docs/api/page.mdx": string;
|
|
40
60
|
"app/docs/core-concepts/page.mdx": string;
|
|
61
|
+
"app/docs/getting-started/page.mdx": string;
|
|
41
62
|
"app/layout.tsx": string;
|
|
42
|
-
"app/page.mdx": string;
|
|
43
|
-
"styles/globals.css": string;
|
|
44
|
-
"components/Header.tsx": string;
|
|
45
|
-
"components/Sidebar.tsx": string;
|
|
46
|
-
"components/CodeBlock.tsx": string;
|
|
47
63
|
"public/robots.txt": string;
|
|
48
|
-
|
|
49
|
-
};
|
|
50
|
-
minimal: {
|
|
51
|
-
files: {
|
|
52
|
-
"app/about/page.mdx": string;
|
|
53
|
-
"app/layout.tsx": string;
|
|
54
|
-
"app/page.tsx": string;
|
|
64
|
+
"styles/globals.css": string;
|
|
55
65
|
};
|
|
56
66
|
};
|
|
57
67
|
blog: {
|
|
58
68
|
files: {
|
|
69
|
+
"components/BlogPostList.tsx": string;
|
|
70
|
+
"components/MDXContent.tsx": string;
|
|
71
|
+
"lib/posts.ts": string;
|
|
72
|
+
"lib/utils.ts": string;
|
|
59
73
|
"app/archive/page.tsx": string;
|
|
60
|
-
"app/about/page.mdx": string;
|
|
61
|
-
"app/blog/[slug]/page.tsx": string;
|
|
62
74
|
"app/layout.tsx": string;
|
|
75
|
+
"app/blog/[slug]/page.tsx": string;
|
|
76
|
+
"app/about/page.mdx": string;
|
|
63
77
|
"app/page.tsx": string;
|
|
64
|
-
"
|
|
78
|
+
"public/robots.txt": string;
|
|
65
79
|
"content/posts/hello-world.mdx": string;
|
|
80
|
+
"content/posts/markdown-showcase.mdx": string;
|
|
66
81
|
"styles/globals.css": string;
|
|
67
|
-
"components/BlogPostList.tsx": string;
|
|
68
|
-
"components/MDXContent.tsx": string;
|
|
69
|
-
"public/robots.txt": string;
|
|
70
|
-
"lib/utils.ts": string;
|
|
71
|
-
"lib/posts.ts": string;
|
|
72
82
|
};
|
|
73
83
|
};
|
|
74
|
-
|
|
84
|
+
"integration:jira": {
|
|
75
85
|
files: {
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
86
|
+
"lib/jira-client.ts": string;
|
|
87
|
+
"tools/search-issues.ts": string;
|
|
88
|
+
"tools/create-issue.ts": string;
|
|
89
|
+
"tools/update-issue.ts": string;
|
|
90
|
+
"tools/list-projects.ts": string;
|
|
91
|
+
"tools/get-issue.ts": string;
|
|
92
|
+
"app/api/auth/jira/route.ts": string;
|
|
93
|
+
"app/api/auth/jira/callback/route.ts": string;
|
|
82
94
|
};
|
|
83
95
|
};
|
|
84
96
|
"integration:freshdesk": {
|
|
85
97
|
files: {
|
|
98
|
+
"lib/freshdesk-client.ts": string;
|
|
86
99
|
"tools/create-ticket.ts": string;
|
|
87
100
|
"tools/get-ticket.ts": string;
|
|
88
|
-
"tools/list-contacts.ts": string;
|
|
89
101
|
"tools/update-ticket.ts": string;
|
|
102
|
+
"tools/list-contacts.ts": string;
|
|
90
103
|
"tools/list-tickets.ts": string;
|
|
91
104
|
"app/api/auth/freshdesk/route.ts": string;
|
|
92
105
|
"app/api/auth/freshdesk/callback/route.ts": string;
|
|
93
|
-
"lib/freshdesk-client.ts": string;
|
|
94
106
|
".env.example": string;
|
|
95
107
|
};
|
|
96
108
|
};
|
|
97
|
-
"integration:
|
|
109
|
+
"integration:mixpanel": {
|
|
98
110
|
files: {
|
|
99
|
-
"
|
|
100
|
-
"tools/
|
|
101
|
-
"tools/
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
111
|
+
"lib/mixpanel-client.ts": string;
|
|
112
|
+
"tools/get-funnel.ts": string;
|
|
113
|
+
"tools/track-event.ts": string;
|
|
114
|
+
"tools/list-cohorts.ts": string;
|
|
115
|
+
"tools/query-events.ts": string;
|
|
116
|
+
"tools/get-retention.ts": string;
|
|
105
117
|
".env.example": string;
|
|
106
118
|
};
|
|
107
119
|
};
|
|
108
|
-
"integration:
|
|
120
|
+
"integration:calendar": {
|
|
109
121
|
files: {
|
|
110
|
-
"
|
|
111
|
-
"tools/
|
|
112
|
-
"tools/list-
|
|
113
|
-
"tools/
|
|
114
|
-
"
|
|
115
|
-
"app/api/auth/
|
|
116
|
-
"app/api/auth/monday/callback/route.ts": string;
|
|
117
|
-
"lib/monday-client.ts": string;
|
|
122
|
+
"lib/calendar-client.ts": string;
|
|
123
|
+
"tools/find-free-time.ts": string;
|
|
124
|
+
"tools/list-events.ts": string;
|
|
125
|
+
"tools/create-event.ts": string;
|
|
126
|
+
"app/api/auth/calendar/route.ts": string;
|
|
127
|
+
"app/api/auth/calendar/callback/route.ts": string;
|
|
118
128
|
".env.example": string;
|
|
119
129
|
};
|
|
120
130
|
};
|
|
121
131
|
"integration:box": {
|
|
122
132
|
files: {
|
|
123
|
-
"
|
|
124
|
-
"tools/upload-file.ts": string;
|
|
133
|
+
"lib/box-client.ts": string;
|
|
125
134
|
"tools/create-folder.ts": string;
|
|
135
|
+
"tools/upload-file.ts": string;
|
|
126
136
|
"tools/get-file.ts": string;
|
|
137
|
+
"tools/search-files.ts": string;
|
|
127
138
|
"tools/list-files.ts": string;
|
|
128
139
|
"app/api/auth/box/route.ts": string;
|
|
129
140
|
"app/api/auth/box/callback/route.ts": string;
|
|
130
|
-
"lib/box-client.ts": string;
|
|
131
141
|
".env.example": string;
|
|
132
142
|
};
|
|
133
143
|
};
|
|
134
|
-
"integration:
|
|
135
|
-
files: {
|
|
136
|
-
"tools/get-user.ts": string;
|
|
137
|
-
"tools/get-messages.ts": string;
|
|
138
|
-
"tools/list-channels.ts": string;
|
|
139
|
-
"tools/send-message.ts": string;
|
|
140
|
-
"tools/list-guilds.ts": string;
|
|
141
|
-
"app/api/auth/discord/route.ts": string;
|
|
142
|
-
"app/api/auth/discord/callback/route.ts": string;
|
|
143
|
-
"lib/discord-client.ts": string;
|
|
144
|
-
".env.example": string;
|
|
145
|
-
};
|
|
146
|
-
};
|
|
147
|
-
"integration:calendar": {
|
|
144
|
+
"integration:aws": {
|
|
148
145
|
files: {
|
|
149
|
-
"
|
|
150
|
-
"tools/list-
|
|
151
|
-
"tools/
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
146
|
+
"lib/aws-client.ts": string;
|
|
147
|
+
"tools/list-s3-objects.ts": string;
|
|
148
|
+
"tools/get-s3-object.ts": string;
|
|
149
|
+
"tools/list-lambda-functions.ts": string;
|
|
150
|
+
"tools/list-ec2-instances.ts": string;
|
|
151
|
+
"tools/list-s3-buckets.ts": string;
|
|
155
152
|
".env.example": string;
|
|
156
153
|
};
|
|
157
154
|
};
|
|
158
|
-
"integration:
|
|
155
|
+
"integration:teams": {
|
|
159
156
|
files: {
|
|
160
|
-
"
|
|
161
|
-
"tools/
|
|
162
|
-
"tools/
|
|
163
|
-
"tools/
|
|
164
|
-
"tools/
|
|
165
|
-
"
|
|
166
|
-
"app/api/auth/
|
|
167
|
-
"
|
|
168
|
-
".env.example": string;
|
|
157
|
+
"lib/teams-client.ts": string;
|
|
158
|
+
"tools/list-chats.ts": string;
|
|
159
|
+
"tools/send-message.ts": string;
|
|
160
|
+
"tools/get-messages.ts": string;
|
|
161
|
+
"tools/list-channels.ts": string;
|
|
162
|
+
"tools/list-teams.ts": string;
|
|
163
|
+
"app/api/auth/teams/route.ts": string;
|
|
164
|
+
"app/api/auth/teams/callback/route.ts": string;
|
|
169
165
|
};
|
|
170
166
|
};
|
|
171
167
|
"integration:gitlab": {
|
|
172
168
|
files: {
|
|
169
|
+
"lib/gitlab-client.ts": string;
|
|
173
170
|
"tools/search-issues.ts": string;
|
|
171
|
+
"tools/create-issue.ts": string;
|
|
174
172
|
"tools/list-merge-requests.ts": string;
|
|
175
173
|
"tools/list-projects.ts": string;
|
|
176
174
|
"tools/get-issue.ts": string;
|
|
177
|
-
"tools/create-issue.ts": string;
|
|
178
175
|
"app/api/auth/gitlab/route.ts": string;
|
|
179
176
|
"app/api/auth/gitlab/callback/route.ts": string;
|
|
180
|
-
"lib/gitlab-client.ts": string;
|
|
181
177
|
".env.example": string;
|
|
182
178
|
};
|
|
183
179
|
};
|
|
184
|
-
"integration:
|
|
180
|
+
"integration:discord": {
|
|
185
181
|
files: {
|
|
186
|
-
"
|
|
187
|
-
"tools/
|
|
188
|
-
"tools/
|
|
189
|
-
"tools/
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
182
|
+
"lib/discord-client.ts": string;
|
|
183
|
+
"tools/get-user.ts": string;
|
|
184
|
+
"tools/list-guilds.ts": string;
|
|
185
|
+
"tools/send-message.ts": string;
|
|
186
|
+
"tools/get-messages.ts": string;
|
|
187
|
+
"tools/list-channels.ts": string;
|
|
188
|
+
"app/api/auth/discord/route.ts": string;
|
|
189
|
+
"app/api/auth/discord/callback/route.ts": string;
|
|
193
190
|
".env.example": string;
|
|
194
191
|
};
|
|
195
192
|
};
|
|
196
|
-
"integration:
|
|
193
|
+
"integration:intercom": {
|
|
197
194
|
files: {
|
|
198
|
-
"
|
|
195
|
+
"lib/intercom-client.ts": string;
|
|
196
|
+
"tools/get-conversation.ts": string;
|
|
197
|
+
"tools/send-message.ts": string;
|
|
199
198
|
"tools/list-contacts.ts": string;
|
|
200
|
-
"tools/list-invoices.ts": string;
|
|
201
199
|
"tools/get-contact.ts": string;
|
|
202
|
-
"tools/
|
|
203
|
-
"app/api/auth/
|
|
204
|
-
"app/api/auth/
|
|
205
|
-
"lib/xero-client.ts": string;
|
|
206
|
-
".env.example": string;
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
"integration:pipedrive": {
|
|
210
|
-
files: {
|
|
211
|
-
"tools/create-deal.ts": string;
|
|
212
|
-
"tools/update-deal.ts": string;
|
|
213
|
-
"tools/list-deals.ts": string;
|
|
214
|
-
"tools/get-deal.ts": string;
|
|
215
|
-
"tools/list-persons.ts": string;
|
|
216
|
-
"app/api/auth/pipedrive/route.ts": string;
|
|
217
|
-
"app/api/auth/pipedrive/callback/route.ts": string;
|
|
218
|
-
"lib/pipedrive-client.ts": string;
|
|
200
|
+
"tools/list-conversations.ts": string;
|
|
201
|
+
"app/api/auth/intercom/route.ts": string;
|
|
202
|
+
"app/api/auth/intercom/callback/route.ts": string;
|
|
219
203
|
".env.example": string;
|
|
220
204
|
};
|
|
221
205
|
};
|
|
222
|
-
"integration:
|
|
206
|
+
"integration:anthropic": {
|
|
223
207
|
files: {
|
|
224
|
-
"
|
|
225
|
-
"tools/
|
|
226
|
-
"tools/
|
|
227
|
-
"tools/
|
|
228
|
-
"tools/
|
|
229
|
-
"
|
|
230
|
-
"app/api/auth/linear/callback/route.ts": string;
|
|
231
|
-
"lib/linear-client.ts": string;
|
|
208
|
+
"lib/anthropic-admin-client.ts": string;
|
|
209
|
+
"tools/get-usage.ts": string;
|
|
210
|
+
"tools/list-workspaces.ts": string;
|
|
211
|
+
"tools/list-api-keys.ts": string;
|
|
212
|
+
"tools/get-organization.ts": string;
|
|
213
|
+
"tools/list-members.ts": string;
|
|
232
214
|
".env.example": string;
|
|
233
215
|
};
|
|
234
216
|
};
|
|
235
|
-
"integration:
|
|
217
|
+
"integration:stripe": {
|
|
236
218
|
files: {
|
|
237
|
-
"
|
|
238
|
-
"tools/
|
|
239
|
-
"tools/
|
|
240
|
-
"tools/
|
|
241
|
-
"tools/list-conversations.ts": string;
|
|
242
|
-
"app/api/auth/intercom/route.ts": string;
|
|
243
|
-
"app/api/auth/intercom/callback/route.ts": string;
|
|
244
|
-
"lib/intercom-client.ts": string;
|
|
245
|
-
".env.example": string;
|
|
246
|
-
};
|
|
247
|
-
};
|
|
248
|
-
"integration:shopify": {
|
|
249
|
-
files: {
|
|
250
|
-
"tools/list-orders.ts": string;
|
|
251
|
-
"tools/get-order.ts": string;
|
|
252
|
-
"tools/list-products.ts": string;
|
|
219
|
+
"lib/stripe-client.ts": string;
|
|
220
|
+
"tools/list-subscriptions.ts": string;
|
|
221
|
+
"tools/list-payments.ts": string;
|
|
222
|
+
"tools/get-balance.ts": string;
|
|
253
223
|
"tools/list-customers.ts": string;
|
|
254
|
-
"tools/get-
|
|
255
|
-
"app/api/auth/
|
|
256
|
-
"app/api/auth/shopify/callback/route.ts": string;
|
|
257
|
-
"lib/shopify-client.ts": string;
|
|
224
|
+
"tools/get-customer.ts": string;
|
|
225
|
+
"app/api/auth/stripe/route.ts": string;
|
|
258
226
|
".env.example": string;
|
|
259
227
|
};
|
|
260
228
|
};
|
|
261
|
-
"integration:
|
|
229
|
+
"integration:twitter": {
|
|
262
230
|
files: {
|
|
263
|
-
"
|
|
264
|
-
"tools/
|
|
265
|
-
"tools/
|
|
266
|
-
"tools/
|
|
267
|
-
"
|
|
268
|
-
"app/api/auth/
|
|
269
|
-
"app/api/auth/clickup/callback/route.ts": string;
|
|
270
|
-
"lib/clickup-client.ts": string;
|
|
231
|
+
"lib/twitter-client.ts": string;
|
|
232
|
+
"tools/get-timeline.ts": string;
|
|
233
|
+
"tools/post-tweet.ts": string;
|
|
234
|
+
"tools/search-tweets.ts": string;
|
|
235
|
+
"app/api/auth/twitter/route.ts": string;
|
|
236
|
+
"app/api/auth/twitter/callback/route.ts": string;
|
|
271
237
|
".env.example": string;
|
|
272
238
|
};
|
|
273
239
|
};
|
|
274
|
-
"integration:
|
|
240
|
+
"integration:airtable": {
|
|
275
241
|
files: {
|
|
276
|
-
"
|
|
277
|
-
"tools/
|
|
278
|
-
"tools/
|
|
279
|
-
"tools/
|
|
280
|
-
"tools/
|
|
281
|
-
"
|
|
282
|
-
"app/api/auth/
|
|
283
|
-
"
|
|
284
|
-
".env.example": string;
|
|
242
|
+
"lib/airtable-client.ts": string;
|
|
243
|
+
"tools/list-bases.ts": string;
|
|
244
|
+
"tools/get-record.ts": string;
|
|
245
|
+
"tools/create-record.ts": string;
|
|
246
|
+
"tools/get-base.ts": string;
|
|
247
|
+
"tools/list-records.ts": string;
|
|
248
|
+
"app/api/auth/airtable/route.ts": string;
|
|
249
|
+
"app/api/auth/airtable/callback/route.ts": string;
|
|
285
250
|
};
|
|
286
251
|
};
|
|
287
|
-
"integration:
|
|
252
|
+
"integration:slack": {
|
|
288
253
|
files: {
|
|
289
|
-
"
|
|
290
|
-
"tools/
|
|
291
|
-
"tools/
|
|
292
|
-
"tools/list-
|
|
293
|
-
"
|
|
294
|
-
"app/api/auth/
|
|
295
|
-
"app/api/auth/mailchimp/callback/route.ts": string;
|
|
296
|
-
"lib/mailchimp-client.ts": string;
|
|
297
|
-
".env.example": string;
|
|
254
|
+
"lib/slack-client.ts": string;
|
|
255
|
+
"tools/send-message.ts": string;
|
|
256
|
+
"tools/get-messages.ts": string;
|
|
257
|
+
"tools/list-channels.ts": string;
|
|
258
|
+
"app/api/auth/slack/route.ts": string;
|
|
259
|
+
"app/api/auth/slack/callback/route.ts": string;
|
|
298
260
|
};
|
|
299
261
|
};
|
|
300
|
-
"integration:
|
|
262
|
+
"integration:trello": {
|
|
301
263
|
files: {
|
|
302
|
-
"
|
|
303
|
-
"tools/
|
|
304
|
-
"tools/
|
|
305
|
-
"tools/
|
|
306
|
-
"tools/list-
|
|
307
|
-
"
|
|
264
|
+
"lib/trello-client.ts": string;
|
|
265
|
+
"tools/create-card.ts": string;
|
|
266
|
+
"tools/get-card.ts": string;
|
|
267
|
+
"tools/list-cards.ts": string;
|
|
268
|
+
"tools/list-boards.ts": string;
|
|
269
|
+
"tools/update-card.ts": string;
|
|
270
|
+
"app/api/auth/trello/route.ts": string;
|
|
271
|
+
"app/api/auth/trello/callback/route.ts": string;
|
|
308
272
|
".env.example": string;
|
|
309
273
|
};
|
|
310
274
|
};
|
|
311
275
|
"integration:docs-google": {
|
|
312
276
|
files: {
|
|
313
|
-
"
|
|
314
|
-
"
|
|
277
|
+
"lib/docs-client.ts": string;
|
|
278
|
+
"lib/oauth.ts": string;
|
|
315
279
|
"tools/update-document.ts": string;
|
|
316
280
|
"tools/search-documents.ts": string;
|
|
281
|
+
"tools/list-documents.ts": string;
|
|
317
282
|
"tools/create-document.ts": string;
|
|
283
|
+
"tools/get-document.ts": string;
|
|
318
284
|
"app/api/auth/docs-google/route.ts": string;
|
|
319
285
|
"app/api/auth/docs-google/callback/route.ts": string;
|
|
320
|
-
"lib/oauth.ts": string;
|
|
321
|
-
"lib/docs-client.ts": string;
|
|
322
286
|
".env.example": string;
|
|
323
287
|
};
|
|
324
288
|
};
|
|
325
|
-
"integration:
|
|
289
|
+
"integration:pipedrive": {
|
|
326
290
|
files: {
|
|
327
|
-
"
|
|
328
|
-
"tools/
|
|
329
|
-
"tools/
|
|
330
|
-
"tools/
|
|
331
|
-
"tools/
|
|
332
|
-
"
|
|
291
|
+
"lib/pipedrive-client.ts": string;
|
|
292
|
+
"tools/update-deal.ts": string;
|
|
293
|
+
"tools/list-persons.ts": string;
|
|
294
|
+
"tools/list-deals.ts": string;
|
|
295
|
+
"tools/create-deal.ts": string;
|
|
296
|
+
"tools/get-deal.ts": string;
|
|
297
|
+
"app/api/auth/pipedrive/route.ts": string;
|
|
298
|
+
"app/api/auth/pipedrive/callback/route.ts": string;
|
|
333
299
|
".env.example": string;
|
|
334
300
|
};
|
|
335
301
|
};
|
|
336
|
-
"integration:
|
|
302
|
+
"integration:sentry": {
|
|
337
303
|
files: {
|
|
338
|
-
"
|
|
339
|
-
"tools/
|
|
340
|
-
"tools/
|
|
341
|
-
"tools/
|
|
342
|
-
"
|
|
343
|
-
"app/api/auth/notion/callback/route.ts": string;
|
|
344
|
-
"lib/notion-client.ts": string;
|
|
304
|
+
"lib/sentry-client.ts": string;
|
|
305
|
+
"tools/list-issues.ts": string;
|
|
306
|
+
"tools/resolve-issue.ts": string;
|
|
307
|
+
"tools/list-projects.ts": string;
|
|
308
|
+
"tools/get-issue.ts": string;
|
|
345
309
|
".env.example": string;
|
|
346
310
|
};
|
|
347
311
|
};
|
|
348
|
-
"integration:
|
|
312
|
+
"integration:_base": {
|
|
349
313
|
files: {
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"app/api/
|
|
356
|
-
"
|
|
357
|
-
".
|
|
314
|
+
"SETUP.md": string;
|
|
315
|
+
"lib/token-store.ts": string;
|
|
316
|
+
"lib/token-store-examples.ts": string;
|
|
317
|
+
"lib/oauth.ts": string;
|
|
318
|
+
"app/api/integrations/token-storage/route.ts": string;
|
|
319
|
+
"app/api/integrations/status/route.ts": string;
|
|
320
|
+
"app/setup/page.tsx": string;
|
|
321
|
+
"app/components/ServiceConnections.tsx": string;
|
|
322
|
+
"app/page.tsx": string;
|
|
358
323
|
};
|
|
359
324
|
};
|
|
360
|
-
"integration:
|
|
325
|
+
"integration:outlook": {
|
|
361
326
|
files: {
|
|
362
|
-
"
|
|
363
|
-
"tools/
|
|
364
|
-
"tools/list-
|
|
365
|
-
"tools/
|
|
366
|
-
"tools/
|
|
367
|
-
"
|
|
368
|
-
"app/api/auth/
|
|
369
|
-
"
|
|
327
|
+
"lib/outlook-client.ts": string;
|
|
328
|
+
"tools/list-emails.ts": string;
|
|
329
|
+
"tools/list-folders.ts": string;
|
|
330
|
+
"tools/send-email.ts": string;
|
|
331
|
+
"tools/search-emails.ts": string;
|
|
332
|
+
"tools/get-email.ts": string;
|
|
333
|
+
"app/api/auth/outlook/route.ts": string;
|
|
334
|
+
"app/api/auth/outlook/callback/route.ts": string;
|
|
370
335
|
".env.example": string;
|
|
371
336
|
};
|
|
372
337
|
};
|
|
373
|
-
"integration:
|
|
338
|
+
"integration:xero": {
|
|
374
339
|
files: {
|
|
375
|
-
"
|
|
376
|
-
"tools/list-
|
|
377
|
-
"tools/
|
|
378
|
-
"tools/
|
|
379
|
-
"tools/get-
|
|
380
|
-
"
|
|
381
|
-
"app/api/auth/
|
|
382
|
-
"
|
|
340
|
+
"lib/xero-client.ts": string;
|
|
341
|
+
"tools/list-invoices.ts": string;
|
|
342
|
+
"tools/list-contacts.ts": string;
|
|
343
|
+
"tools/get-contact.ts": string;
|
|
344
|
+
"tools/get-invoice.ts": string;
|
|
345
|
+
"tools/create-invoice.ts": string;
|
|
346
|
+
"app/api/auth/xero/route.ts": string;
|
|
347
|
+
"app/api/auth/xero/callback/route.ts": string;
|
|
348
|
+
".env.example": string;
|
|
383
349
|
};
|
|
384
350
|
};
|
|
385
|
-
"integration:
|
|
351
|
+
"integration:clickup": {
|
|
386
352
|
files: {
|
|
387
|
-
"
|
|
388
|
-
"tools/list-
|
|
389
|
-
"tools/get-
|
|
390
|
-
"tools/
|
|
391
|
-
"tools/
|
|
392
|
-
"
|
|
393
|
-
"app/api/auth/
|
|
394
|
-
"
|
|
353
|
+
"lib/clickup-client.ts": string;
|
|
354
|
+
"tools/list-tasks.ts": string;
|
|
355
|
+
"tools/get-task.ts": string;
|
|
356
|
+
"tools/create-task.ts": string;
|
|
357
|
+
"tools/update-task.ts": string;
|
|
358
|
+
"tools/list-lists.ts": string;
|
|
359
|
+
"app/api/auth/clickup/route.ts": string;
|
|
360
|
+
"app/api/auth/clickup/callback/route.ts": string;
|
|
361
|
+
".env.example": string;
|
|
395
362
|
};
|
|
396
363
|
};
|
|
397
364
|
"integration:github": {
|
|
398
365
|
files: {
|
|
399
|
-
"
|
|
366
|
+
"lib/github-client.ts": string;
|
|
367
|
+
"tools/create-issue.ts": string;
|
|
400
368
|
"tools/get-pr-diff.ts": string;
|
|
401
369
|
"tools/list-prs.ts": string;
|
|
402
|
-
"tools/
|
|
370
|
+
"tools/list-repos.ts": string;
|
|
403
371
|
"app/api/auth/github/route.ts": string;
|
|
404
372
|
"app/api/auth/github/callback/route.ts": string;
|
|
405
|
-
"lib/github-client.ts": string;
|
|
406
373
|
};
|
|
407
374
|
};
|
|
408
|
-
"integration:
|
|
375
|
+
"integration:servicenow": {
|
|
409
376
|
files: {
|
|
410
|
-
"
|
|
411
|
-
"tools/
|
|
412
|
-
"tools/
|
|
413
|
-
"tools/list-
|
|
414
|
-
"tools/
|
|
415
|
-
"
|
|
416
|
-
"app/api/auth/
|
|
417
|
-
"
|
|
418
|
-
"lib/types.ts": string;
|
|
377
|
+
"lib/servicenow-client.ts": string;
|
|
378
|
+
"tools/update-incident.ts": string;
|
|
379
|
+
"tools/create-incident.ts": string;
|
|
380
|
+
"tools/list-incidents.ts": string;
|
|
381
|
+
"tools/get-incident.ts": string;
|
|
382
|
+
"tools/search-knowledge.ts": string;
|
|
383
|
+
"app/api/auth/servicenow/route.ts": string;
|
|
384
|
+
"app/api/auth/servicenow/callback/route.ts": string;
|
|
419
385
|
".env.example": string;
|
|
420
386
|
};
|
|
421
387
|
};
|
|
422
|
-
"integration:
|
|
388
|
+
"integration:confluence": {
|
|
423
389
|
files: {
|
|
424
|
-
"
|
|
425
|
-
"tools/create-
|
|
426
|
-
"tools/
|
|
427
|
-
"tools/
|
|
428
|
-
"tools/
|
|
429
|
-
"
|
|
430
|
-
"app/api/auth/
|
|
431
|
-
"
|
|
390
|
+
"lib/confluence-client.ts": string;
|
|
391
|
+
"tools/create-page.ts": string;
|
|
392
|
+
"tools/update-page.ts": string;
|
|
393
|
+
"tools/search-content.ts": string;
|
|
394
|
+
"tools/list-spaces.ts": string;
|
|
395
|
+
"tools/get-page.ts": string;
|
|
396
|
+
"app/api/auth/confluence/route.ts": string;
|
|
397
|
+
"app/api/auth/confluence/callback/route.ts": string;
|
|
432
398
|
".env.example": string;
|
|
433
399
|
};
|
|
434
400
|
};
|
|
435
|
-
"integration:
|
|
401
|
+
"integration:monday": {
|
|
436
402
|
files: {
|
|
437
|
-
"
|
|
438
|
-
"tools/
|
|
439
|
-
"tools/
|
|
440
|
-
"tools/
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
403
|
+
"lib/monday-client.ts": string;
|
|
404
|
+
"tools/update-item.ts": string;
|
|
405
|
+
"tools/get-item.ts": string;
|
|
406
|
+
"tools/create-item.ts": string;
|
|
407
|
+
"tools/list-boards.ts": string;
|
|
408
|
+
"tools/list-items.ts": string;
|
|
409
|
+
"app/api/auth/monday/route.ts": string;
|
|
410
|
+
"app/api/auth/monday/callback/route.ts": string;
|
|
444
411
|
".env.example": string;
|
|
445
412
|
};
|
|
446
413
|
};
|
|
447
|
-
"integration:
|
|
414
|
+
"integration:dropbox": {
|
|
448
415
|
files: {
|
|
449
|
-
"
|
|
450
|
-
"tools/
|
|
451
|
-
"tools/get-
|
|
452
|
-
"tools/
|
|
453
|
-
"tools/
|
|
454
|
-
"
|
|
455
|
-
"app/api/auth/
|
|
456
|
-
"
|
|
416
|
+
"lib/dropbox-client.ts": string;
|
|
417
|
+
"tools/upload-file.ts": string;
|
|
418
|
+
"tools/get-file.ts": string;
|
|
419
|
+
"tools/get-account.ts": string;
|
|
420
|
+
"tools/search-files.ts": string;
|
|
421
|
+
"tools/list-files.ts": string;
|
|
422
|
+
"app/api/auth/dropbox/route.ts": string;
|
|
423
|
+
"app/api/auth/dropbox/callback/route.ts": string;
|
|
457
424
|
".env.example": string;
|
|
458
425
|
};
|
|
459
426
|
};
|
|
460
|
-
"integration:
|
|
427
|
+
"integration:webex": {
|
|
461
428
|
files: {
|
|
462
|
-
"
|
|
463
|
-
"tools/
|
|
464
|
-
"tools/
|
|
465
|
-
"tools/
|
|
466
|
-
"tools/
|
|
467
|
-
"
|
|
468
|
-
"app/api/auth/
|
|
469
|
-
"
|
|
429
|
+
"lib/webex-client.ts": string;
|
|
430
|
+
"tools/list-rooms.ts": string;
|
|
431
|
+
"tools/create-meeting.ts": string;
|
|
432
|
+
"tools/send-message.ts": string;
|
|
433
|
+
"tools/get-meeting.ts": string;
|
|
434
|
+
"tools/list-meetings.ts": string;
|
|
435
|
+
"app/api/auth/webex/route.ts": string;
|
|
436
|
+
"app/api/auth/webex/callback/route.ts": string;
|
|
437
|
+
".env.example": string;
|
|
470
438
|
};
|
|
471
439
|
};
|
|
472
|
-
"integration:
|
|
440
|
+
"integration:bitbucket": {
|
|
473
441
|
files: {
|
|
474
|
-
"
|
|
475
|
-
"tools/
|
|
476
|
-
"tools/list-
|
|
442
|
+
"lib/bitbucket-client.ts": string;
|
|
443
|
+
"tools/list-pull-requests.ts": string;
|
|
444
|
+
"tools/list-repositories.ts": string;
|
|
445
|
+
"tools/list-issues.ts": string;
|
|
446
|
+
"tools/create-pull-request.ts": string;
|
|
447
|
+
"app/api/auth/bitbucket/route.ts": string;
|
|
448
|
+
"app/api/auth/bitbucket/callback/route.ts": string;
|
|
449
|
+
".env.example": string;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
"integration:sheets": {
|
|
453
|
+
files: {
|
|
454
|
+
"lib/sheets-client.ts": string;
|
|
455
|
+
"tools/write-range.ts": string;
|
|
456
|
+
"tools/get-spreadsheet.ts": string;
|
|
457
|
+
"tools/list-spreadsheets.ts": string;
|
|
458
|
+
"tools/create-spreadsheet.ts": string;
|
|
459
|
+
"tools/read-range.ts": string;
|
|
460
|
+
"app/api/auth/sheets/route.ts": string;
|
|
461
|
+
"app/api/auth/sheets/callback/route.ts": string;
|
|
462
|
+
".env.example": string;
|
|
463
|
+
};
|
|
464
|
+
};
|
|
465
|
+
"integration:linear": {
|
|
466
|
+
files: {
|
|
467
|
+
"lib/linear-client.ts": string;
|
|
468
|
+
"tools/search-issues.ts": string;
|
|
469
|
+
"tools/create-issue.ts": string;
|
|
470
|
+
"tools/update-issue.ts": string;
|
|
477
471
|
"tools/list-projects.ts": string;
|
|
478
|
-
"tools/
|
|
479
|
-
"app/api/auth/
|
|
480
|
-
"
|
|
472
|
+
"tools/get-issue.ts": string;
|
|
473
|
+
"app/api/auth/linear/route.ts": string;
|
|
474
|
+
"app/api/auth/linear/callback/route.ts": string;
|
|
481
475
|
".env.example": string;
|
|
482
476
|
};
|
|
483
477
|
};
|
|
484
|
-
"integration:
|
|
478
|
+
"integration:onedrive": {
|
|
485
479
|
files: {
|
|
486
|
-
"
|
|
487
|
-
"tools/
|
|
488
|
-
"tools/
|
|
489
|
-
"tools/
|
|
490
|
-
"tools/list-
|
|
491
|
-
"app/api/auth/
|
|
492
|
-
"app/api/auth/
|
|
493
|
-
"
|
|
480
|
+
"lib/onedrive-client.ts": string;
|
|
481
|
+
"tools/upload-file.ts": string;
|
|
482
|
+
"tools/download-file.ts": string;
|
|
483
|
+
"tools/search-files.ts": string;
|
|
484
|
+
"tools/list-files.ts": string;
|
|
485
|
+
"app/api/auth/onedrive/route.ts": string;
|
|
486
|
+
"app/api/auth/onedrive/callback/route.ts": string;
|
|
487
|
+
".env.example": string;
|
|
494
488
|
};
|
|
495
489
|
};
|
|
496
490
|
"integration:zoom": {
|
|
497
491
|
files: {
|
|
498
|
-
"
|
|
492
|
+
"lib/zoom-client.ts": string;
|
|
499
493
|
"tools/delete-meeting.ts": string;
|
|
500
494
|
"tools/create-meeting.ts": string;
|
|
501
495
|
"tools/update-meeting.ts": string;
|
|
502
496
|
"tools/get-meeting.ts": string;
|
|
497
|
+
"tools/list-meetings.ts": string;
|
|
503
498
|
"app/api/auth/zoom/route.ts": string;
|
|
504
499
|
"app/api/auth/zoom/callback/route.ts": string;
|
|
505
|
-
"lib/zoom-client.ts": string;
|
|
506
500
|
".env.example": string;
|
|
507
501
|
};
|
|
508
502
|
};
|
|
509
|
-
"integration:
|
|
503
|
+
"integration:neon": {
|
|
510
504
|
files: {
|
|
511
|
-
"
|
|
512
|
-
"tools/
|
|
513
|
-
"tools/
|
|
514
|
-
"tools/
|
|
515
|
-
"tools/list-
|
|
516
|
-
"
|
|
517
|
-
"app/api/auth/
|
|
518
|
-
"lib/dropbox-client.ts": string;
|
|
505
|
+
"lib/neon-client.ts": string;
|
|
506
|
+
"tools/query-database.ts": string;
|
|
507
|
+
"tools/list-projects.ts": string;
|
|
508
|
+
"tools/describe-table.ts": string;
|
|
509
|
+
"tools/list-branches.ts": string;
|
|
510
|
+
"tools/list-tables.ts": string;
|
|
511
|
+
"app/api/auth/neon/route.ts": string;
|
|
519
512
|
".env.example": string;
|
|
520
513
|
};
|
|
521
514
|
};
|
|
522
|
-
"integration:
|
|
523
|
-
files: {
|
|
524
|
-
"tools/create-lead.ts": string;
|
|
525
|
-
"tools/list-accounts.ts": string;
|
|
526
|
-
"tools/list-contacts.ts": string;
|
|
527
|
-
"tools/get-account.ts": string;
|
|
528
|
-
"tools/list-opportunities.ts": string;
|
|
529
|
-
"app/api/auth/salesforce/route.ts": string;
|
|
530
|
-
"app/api/auth/salesforce/callback/route.ts": string;
|
|
531
|
-
"lib/salesforce-client.ts": string;
|
|
532
|
-
};
|
|
533
|
-
};
|
|
534
|
-
"integration:anthropic": {
|
|
515
|
+
"integration:posthog": {
|
|
535
516
|
files: {
|
|
536
|
-
"
|
|
537
|
-
"tools/list-
|
|
538
|
-
"tools/get-
|
|
539
|
-
"tools/
|
|
540
|
-
"tools/list-
|
|
541
|
-
"lib/anthropic-admin-client.ts": string;
|
|
517
|
+
"lib/posthog-client.ts": string;
|
|
518
|
+
"tools/list-persons.ts": string;
|
|
519
|
+
"tools/get-trends.ts": string;
|
|
520
|
+
"tools/capture-event.ts": string;
|
|
521
|
+
"tools/list-feature-flags.ts": string;
|
|
542
522
|
".env.example": string;
|
|
543
523
|
};
|
|
544
524
|
};
|
|
545
|
-
"integration:
|
|
525
|
+
"integration:gmail": {
|
|
546
526
|
files: {
|
|
547
|
-
"
|
|
548
|
-
"tools/list-
|
|
549
|
-
"tools/send-
|
|
550
|
-
"
|
|
551
|
-
"app/api/auth/
|
|
552
|
-
"
|
|
527
|
+
"lib/gmail-client.ts": string;
|
|
528
|
+
"tools/list-emails.ts": string;
|
|
529
|
+
"tools/send-email.ts": string;
|
|
530
|
+
"tools/search-emails.ts": string;
|
|
531
|
+
"app/api/auth/gmail/route.ts": string;
|
|
532
|
+
"app/api/auth/gmail/callback/route.ts": string;
|
|
533
|
+
".env.example": string;
|
|
553
534
|
};
|
|
554
535
|
};
|
|
555
|
-
"integration:
|
|
536
|
+
"integration:shopify": {
|
|
556
537
|
files: {
|
|
557
|
-
"
|
|
558
|
-
"tools/list-
|
|
559
|
-
"tools/
|
|
560
|
-
"tools/get-
|
|
561
|
-
"tools/list-
|
|
562
|
-
"
|
|
538
|
+
"lib/shopify-client.ts": string;
|
|
539
|
+
"tools/list-products.ts": string;
|
|
540
|
+
"tools/get-order.ts": string;
|
|
541
|
+
"tools/get-product.ts": string;
|
|
542
|
+
"tools/list-customers.ts": string;
|
|
543
|
+
"tools/list-orders.ts": string;
|
|
544
|
+
"app/api/auth/shopify/route.ts": string;
|
|
545
|
+
"app/api/auth/shopify/callback/route.ts": string;
|
|
563
546
|
".env.example": string;
|
|
564
547
|
};
|
|
565
548
|
};
|
|
566
|
-
"integration:
|
|
549
|
+
"integration:sharepoint": {
|
|
567
550
|
files: {
|
|
568
|
-
"
|
|
569
|
-
"tools/
|
|
570
|
-
"tools/get-
|
|
571
|
-
"tools/list-
|
|
572
|
-
"
|
|
573
|
-
".
|
|
551
|
+
"lib/sharepoint-client.ts": string;
|
|
552
|
+
"tools/upload-file.ts": string;
|
|
553
|
+
"tools/get-file.ts": string;
|
|
554
|
+
"tools/list-files.ts": string;
|
|
555
|
+
"tools/list-sites.ts": string;
|
|
556
|
+
"tools/get-site.ts": string;
|
|
557
|
+
"app/api/auth/sharepoint/route.ts": string;
|
|
558
|
+
"app/api/auth/sharepoint/callback/route.ts": string;
|
|
574
559
|
};
|
|
575
560
|
};
|
|
576
|
-
"integration:
|
|
561
|
+
"integration:asana": {
|
|
577
562
|
files: {
|
|
578
|
-
"
|
|
579
|
-
"tools/list-
|
|
580
|
-
"tools/get-
|
|
581
|
-
"tools/
|
|
582
|
-
"tools/
|
|
583
|
-
"
|
|
584
|
-
"app/api/auth/
|
|
585
|
-
"
|
|
563
|
+
"lib/asana-client.ts": string;
|
|
564
|
+
"tools/list-tasks.ts": string;
|
|
565
|
+
"tools/get-task.ts": string;
|
|
566
|
+
"tools/create-task.ts": string;
|
|
567
|
+
"tools/update-task.ts": string;
|
|
568
|
+
"tools/list-projects.ts": string;
|
|
569
|
+
"app/api/auth/asana/route.ts": string;
|
|
570
|
+
"app/api/auth/asana/callback/route.ts": string;
|
|
586
571
|
".env.example": string;
|
|
587
572
|
};
|
|
588
573
|
};
|
|
589
|
-
"integration:
|
|
574
|
+
"integration:notion": {
|
|
590
575
|
files: {
|
|
591
|
-
"
|
|
592
|
-
"tools/
|
|
593
|
-
"tools/
|
|
594
|
-
"tools/
|
|
595
|
-
"
|
|
596
|
-
"app/api/auth/
|
|
597
|
-
"
|
|
576
|
+
"lib/notion-client.ts": string;
|
|
577
|
+
"tools/create-page.ts": string;
|
|
578
|
+
"tools/search-notion.ts": string;
|
|
579
|
+
"tools/read-page.ts": string;
|
|
580
|
+
"tools/query-database.ts": string;
|
|
581
|
+
"app/api/auth/notion/route.ts": string;
|
|
582
|
+
"app/api/auth/notion/callback/route.ts": string;
|
|
598
583
|
".env.example": string;
|
|
599
584
|
};
|
|
600
585
|
};
|
|
601
|
-
"integration:
|
|
586
|
+
"integration:quickbooks": {
|
|
602
587
|
files: {
|
|
603
|
-
"
|
|
604
|
-
"tools/
|
|
605
|
-
"tools/
|
|
606
|
-
"tools/get-
|
|
607
|
-
"tools/
|
|
608
|
-
"
|
|
609
|
-
"app/api/auth/
|
|
610
|
-
"
|
|
588
|
+
"lib/quickbooks-client.ts": string;
|
|
589
|
+
"tools/list-invoices.ts": string;
|
|
590
|
+
"tools/list-customers.ts": string;
|
|
591
|
+
"tools/get-invoice.ts": string;
|
|
592
|
+
"tools/get-customer.ts": string;
|
|
593
|
+
"tools/create-invoice.ts": string;
|
|
594
|
+
"app/api/auth/quickbooks/route.ts": string;
|
|
595
|
+
"app/api/auth/quickbooks/callback/route.ts": string;
|
|
611
596
|
".env.example": string;
|
|
612
597
|
};
|
|
613
598
|
};
|
|
614
|
-
"integration:
|
|
599
|
+
"integration:snowflake": {
|
|
615
600
|
files: {
|
|
616
|
-
"
|
|
617
|
-
"tools/list-
|
|
618
|
-
"tools/list-
|
|
619
|
-
"tools/
|
|
620
|
-
"
|
|
601
|
+
"lib/snowflake-client.ts": string;
|
|
602
|
+
"tools/list-schemas.ts": string;
|
|
603
|
+
"tools/list-databases.ts": string;
|
|
604
|
+
"tools/run-query.ts": string;
|
|
605
|
+
"tools/describe-table.ts": string;
|
|
606
|
+
"tools/list-tables.ts": string;
|
|
621
607
|
".env.example": string;
|
|
622
608
|
};
|
|
623
609
|
};
|
|
624
610
|
"integration:drive": {
|
|
625
611
|
files: {
|
|
626
|
-
"
|
|
627
|
-
"
|
|
612
|
+
"lib/drive-client.ts": string;
|
|
613
|
+
"lib/oauth.ts": string;
|
|
628
614
|
"tools/create-folder.ts": string;
|
|
615
|
+
"tools/upload-file.ts": string;
|
|
629
616
|
"tools/get-file.ts": string;
|
|
617
|
+
"tools/search-files.ts": string;
|
|
630
618
|
"tools/list-files.ts": string;
|
|
631
619
|
"app/api/auth/drive/route.ts": string;
|
|
632
620
|
"app/api/auth/drive/callback/route.ts": string;
|
|
633
|
-
"lib/oauth.ts": string;
|
|
634
|
-
"lib/drive-client.ts": string;
|
|
635
621
|
".env.example": string;
|
|
636
622
|
};
|
|
637
623
|
};
|
|
638
|
-
"integration:
|
|
624
|
+
"integration:zendesk": {
|
|
639
625
|
files: {
|
|
640
|
-
"
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
-
"lib/token-store-examples.ts": string;
|
|
626
|
+
"lib/zendesk-client.ts": string;
|
|
627
|
+
"tools/search-tickets.ts": string;
|
|
628
|
+
"tools/create-ticket.ts": string;
|
|
629
|
+
"tools/get-ticket.ts": string;
|
|
630
|
+
"tools/list-tickets.ts": string;
|
|
631
|
+
"app/api/auth/zendesk/route.ts": string;
|
|
632
|
+
"app/api/auth/zendesk/callback/route.ts": string;
|
|
633
|
+
".env.example": string;
|
|
649
634
|
};
|
|
650
635
|
};
|
|
651
|
-
"integration:
|
|
636
|
+
"integration:salesforce": {
|
|
652
637
|
files: {
|
|
653
|
-
"
|
|
654
|
-
"tools/
|
|
655
|
-
"tools/
|
|
656
|
-
"tools/
|
|
657
|
-
"tools/
|
|
658
|
-
"
|
|
659
|
-
"app/api/auth/
|
|
660
|
-
"
|
|
638
|
+
"lib/salesforce-client.ts": string;
|
|
639
|
+
"tools/list-accounts.ts": string;
|
|
640
|
+
"tools/create-lead.ts": string;
|
|
641
|
+
"tools/get-account.ts": string;
|
|
642
|
+
"tools/list-opportunities.ts": string;
|
|
643
|
+
"tools/list-contacts.ts": string;
|
|
644
|
+
"app/api/auth/salesforce/route.ts": string;
|
|
645
|
+
"app/api/auth/salesforce/callback/route.ts": string;
|
|
646
|
+
};
|
|
647
|
+
};
|
|
648
|
+
"integration:mailchimp": {
|
|
649
|
+
files: {
|
|
650
|
+
"lib/mailchimp-client.ts": string;
|
|
651
|
+
"tools/get-campaign.ts": string;
|
|
652
|
+
"tools/get-list.ts": string;
|
|
653
|
+
"tools/list-campaigns.ts": string;
|
|
654
|
+
"tools/list-lists.ts": string;
|
|
655
|
+
"tools/list-members.ts": string;
|
|
656
|
+
"app/api/auth/mailchimp/route.ts": string;
|
|
657
|
+
"app/api/auth/mailchimp/callback/route.ts": string;
|
|
661
658
|
".env.example": string;
|
|
662
659
|
};
|
|
663
660
|
};
|
|
664
|
-
"integration:
|
|
661
|
+
"integration:supabase": {
|
|
665
662
|
files: {
|
|
666
|
-
"
|
|
667
|
-
"tools/
|
|
668
|
-
"tools/
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"
|
|
663
|
+
"lib/supabase-client.ts": string;
|
|
664
|
+
"tools/update-row.ts": string;
|
|
665
|
+
"tools/query-table.ts": string;
|
|
666
|
+
"tools/delete-row.ts": string;
|
|
667
|
+
"tools/insert-row.ts": string;
|
|
668
|
+
"tools/list-tables.ts": string;
|
|
669
|
+
"app/api/auth/supabase/route.ts": string;
|
|
672
670
|
".env.example": string;
|
|
673
671
|
};
|
|
674
672
|
};
|
|
675
|
-
"integration:
|
|
673
|
+
"integration:figma": {
|
|
676
674
|
files: {
|
|
677
|
-
"
|
|
678
|
-
"
|
|
679
|
-
"tools/
|
|
680
|
-
"tools/
|
|
681
|
-
"tools/
|
|
682
|
-
"
|
|
675
|
+
"lib/figma-client.ts": string;
|
|
676
|
+
"lib/types.ts": string;
|
|
677
|
+
"tools/get-file.ts": string;
|
|
678
|
+
"tools/list-files.ts": string;
|
|
679
|
+
"tools/get-comments.ts": string;
|
|
680
|
+
"tools/list-projects.ts": string;
|
|
681
|
+
"tools/post-comment.ts": string;
|
|
682
|
+
"app/api/auth/figma/route.ts": string;
|
|
683
|
+
"app/api/auth/figma/callback/route.ts": string;
|
|
683
684
|
".env.example": string;
|
|
684
685
|
};
|
|
685
686
|
};
|
|
686
|
-
"integration:
|
|
687
|
+
"integration:twilio": {
|
|
687
688
|
files: {
|
|
688
|
-
"
|
|
689
|
-
"tools/
|
|
690
|
-
"tools/
|
|
691
|
-
"tools/
|
|
692
|
-
"tools/list-
|
|
693
|
-
"
|
|
694
|
-
"lib/stripe-client.ts": string;
|
|
689
|
+
"lib/twilio-client.ts": string;
|
|
690
|
+
"tools/send-sms.ts": string;
|
|
691
|
+
"tools/get-message.ts": string;
|
|
692
|
+
"tools/send-whatsapp.ts": string;
|
|
693
|
+
"tools/list-messages.ts": string;
|
|
694
|
+
"tools/list-calls.ts": string;
|
|
695
695
|
".env.example": string;
|
|
696
696
|
};
|
|
697
697
|
};
|
|
698
|
-
"integration:
|
|
698
|
+
"integration:hubspot": {
|
|
699
699
|
files: {
|
|
700
|
-
"
|
|
701
|
-
"tools/
|
|
702
|
-
"tools/
|
|
703
|
-
"tools/
|
|
704
|
-
"tools/
|
|
705
|
-
"
|
|
706
|
-
"app/api/auth/
|
|
707
|
-
"
|
|
700
|
+
"lib/hubspot-client.ts": string;
|
|
701
|
+
"tools/create-contact.ts": string;
|
|
702
|
+
"tools/list-deals.ts": string;
|
|
703
|
+
"tools/create-deal.ts": string;
|
|
704
|
+
"tools/list-contacts.ts": string;
|
|
705
|
+
"tools/get-contact.ts": string;
|
|
706
|
+
"app/api/auth/hubspot/route.ts": string;
|
|
707
|
+
"app/api/auth/hubspot/callback/route.ts": string;
|
|
708
708
|
".env.example": string;
|
|
709
709
|
};
|
|
710
710
|
};
|