veryfront 0.1.556 → 0.1.557
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.
|
@@ -143,10 +143,15 @@ declare namespace _default {
|
|
|
143
143
|
"app/api/auth/asana/callback/route.ts": string;
|
|
144
144
|
"app/api/auth/asana/route.ts": string;
|
|
145
145
|
"lib/asana-client.ts": string;
|
|
146
|
+
"tools/add-task-comment.ts": string;
|
|
146
147
|
"tools/create-task.ts": string;
|
|
147
148
|
"tools/get-task.ts": string;
|
|
148
149
|
"tools/list-projects.ts": string;
|
|
150
|
+
"tools/list-task-comments.ts": string;
|
|
149
151
|
"tools/list-tasks.ts": string;
|
|
152
|
+
"tools/list-teams.ts": string;
|
|
153
|
+
"tools/list-users.ts": string;
|
|
154
|
+
"tools/list-workspaces.ts": string;
|
|
150
155
|
"tools/update-task.ts": string;
|
|
151
156
|
};
|
|
152
157
|
};
|
|
@@ -179,9 +184,12 @@ declare namespace _default {
|
|
|
179
184
|
"app/api/auth/calendar/callback/route.ts": string;
|
|
180
185
|
"app/api/auth/calendar/route.ts": string;
|
|
181
186
|
"lib/calendar-client.ts": string;
|
|
187
|
+
"lib/user-id.ts": string;
|
|
182
188
|
"tools/create-event.ts": string;
|
|
189
|
+
"tools/delete-event.ts": string;
|
|
183
190
|
"tools/find-free-time.ts": string;
|
|
184
191
|
"tools/list-events.ts": string;
|
|
192
|
+
"tools/update-event.ts": string;
|
|
185
193
|
};
|
|
186
194
|
};
|
|
187
195
|
"integration:confluence": {
|
|
@@ -270,10 +278,16 @@ declare namespace _default {
|
|
|
270
278
|
"app/api/auth/github/callback/route.ts": string;
|
|
271
279
|
"app/api/auth/github/route.ts": string;
|
|
272
280
|
"lib/github-client.ts": string;
|
|
281
|
+
"lib/user-id.ts": string;
|
|
282
|
+
"tools/add-issue-comment.ts": string;
|
|
273
283
|
"tools/create-issue.ts": string;
|
|
284
|
+
"tools/get-issue.ts": string;
|
|
274
285
|
"tools/get-pr-diff.ts": string;
|
|
286
|
+
"tools/get-repo.ts": string;
|
|
287
|
+
"tools/list-issues.ts": string;
|
|
275
288
|
"tools/list-prs.ts": string;
|
|
276
289
|
"tools/list-repos.ts": string;
|
|
290
|
+
"tools/update-issue.ts": string;
|
|
277
291
|
};
|
|
278
292
|
};
|
|
279
293
|
"integration:gitlab": {
|
|
@@ -282,11 +296,16 @@ declare namespace _default {
|
|
|
282
296
|
"app/api/auth/gitlab/callback/route.ts": string;
|
|
283
297
|
"app/api/auth/gitlab/route.ts": string;
|
|
284
298
|
"lib/gitlab-client.ts": string;
|
|
299
|
+
"tools/add-issue-comment.ts": string;
|
|
300
|
+
"tools/add-merge-request-comment.ts": string;
|
|
285
301
|
"tools/create-issue.ts": string;
|
|
286
302
|
"tools/get-issue.ts": string;
|
|
303
|
+
"tools/get-merge-request.ts": string;
|
|
304
|
+
"tools/get-project.ts": string;
|
|
287
305
|
"tools/list-merge-requests.ts": string;
|
|
288
306
|
"tools/list-projects.ts": string;
|
|
289
307
|
"tools/search-issues.ts": string;
|
|
308
|
+
"tools/update-issue.ts": string;
|
|
290
309
|
};
|
|
291
310
|
};
|
|
292
311
|
"integration:gmail": {
|
|
@@ -323,14 +342,12 @@ declare namespace _default {
|
|
|
323
342
|
"tools/search-emails.ts": string;
|
|
324
343
|
"tools/send-draft.ts": string;
|
|
325
344
|
"tools/send-email.ts": string;
|
|
326
|
-
"tools/stop-mailbox-watch.ts": string;
|
|
327
345
|
"tools/trash-email.ts": string;
|
|
328
346
|
"tools/trash-thread.ts": string;
|
|
329
347
|
"tools/untrash-email.ts": string;
|
|
330
348
|
"tools/untrash-thread.ts": string;
|
|
331
349
|
"tools/update-draft.ts": string;
|
|
332
350
|
"tools/update-label.ts": string;
|
|
333
|
-
"tools/watch-mailbox.ts": string;
|
|
334
351
|
};
|
|
335
352
|
};
|
|
336
353
|
"integration:hubspot": {
|
|
@@ -351,8 +368,12 @@ declare namespace _default {
|
|
|
351
368
|
"app/api/auth/jira/callback/route.ts": string;
|
|
352
369
|
"app/api/auth/jira/route.ts": string;
|
|
353
370
|
"lib/jira-client.ts": string;
|
|
371
|
+
"tools/add-comment.ts": string;
|
|
354
372
|
"tools/create-issue.ts": string;
|
|
355
373
|
"tools/get-issue.ts": string;
|
|
374
|
+
"tools/get-project.ts": string;
|
|
375
|
+
"tools/get-transitions.ts": string;
|
|
376
|
+
"tools/list-comments.ts": string;
|
|
356
377
|
"tools/list-projects.ts": string;
|
|
357
378
|
"tools/search-issues.ts": string;
|
|
358
379
|
"tools/update-issue.ts": string;
|
|
@@ -364,9 +385,13 @@ declare namespace _default {
|
|
|
364
385
|
"app/api/auth/linear/callback/route.ts": string;
|
|
365
386
|
"app/api/auth/linear/route.ts": string;
|
|
366
387
|
"lib/linear-client.ts": string;
|
|
388
|
+
"tools/add-comment.ts": string;
|
|
367
389
|
"tools/create-issue.ts": string;
|
|
368
390
|
"tools/get-issue.ts": string;
|
|
369
391
|
"tools/list-projects.ts": string;
|
|
392
|
+
"tools/list-teams.ts": string;
|
|
393
|
+
"tools/list-users.ts": string;
|
|
394
|
+
"tools/list-workflow-states.ts": string;
|
|
370
395
|
"tools/search-issues.ts": string;
|
|
371
396
|
"tools/update-issue.ts": string;
|
|
372
397
|
};
|
|
@@ -400,10 +425,14 @@ declare namespace _default {
|
|
|
400
425
|
"app/api/auth/notion/callback/route.ts": string;
|
|
401
426
|
"app/api/auth/notion/route.ts": string;
|
|
402
427
|
"lib/notion-client.ts": string;
|
|
428
|
+
"tools/append-blocks.ts": string;
|
|
403
429
|
"tools/create-page.ts": string;
|
|
430
|
+
"tools/get-database.ts": string;
|
|
431
|
+
"tools/get-page.ts": string;
|
|
404
432
|
"tools/query-database.ts": string;
|
|
405
433
|
"tools/read-page.ts": string;
|
|
406
434
|
"tools/search-notion.ts": string;
|
|
435
|
+
"tools/update-page.ts": string;
|
|
407
436
|
};
|
|
408
437
|
};
|
|
409
438
|
"integration:onedrive": {
|
|
@@ -494,10 +523,21 @@ declare namespace _default {
|
|
|
494
523
|
"app/api/auth/sheets/callback/route.ts": string;
|
|
495
524
|
"app/api/auth/sheets/route.ts": string;
|
|
496
525
|
"lib/sheets-client.ts": string;
|
|
526
|
+
"tools/add-sheet.ts": string;
|
|
527
|
+
"tools/append-rows.ts": string;
|
|
528
|
+
"tools/batch-update.ts": string;
|
|
529
|
+
"tools/clear-range.ts": string;
|
|
530
|
+
"tools/copy-sheet.ts": string;
|
|
531
|
+
"tools/create-chart.ts": string;
|
|
497
532
|
"tools/create-spreadsheet.ts": string;
|
|
533
|
+
"tools/delete-sheet.ts": string;
|
|
534
|
+
"tools/delete-spreadsheet.ts": string;
|
|
535
|
+
"tools/find-replace.ts": string;
|
|
498
536
|
"tools/get-spreadsheet.ts": string;
|
|
499
537
|
"tools/list-spreadsheets.ts": string;
|
|
500
538
|
"tools/read-range.ts": string;
|
|
539
|
+
"tools/rename-sheet.ts": string;
|
|
540
|
+
"tools/set-data-validation.ts": string;
|
|
501
541
|
"tools/write-range.ts": string;
|
|
502
542
|
};
|
|
503
543
|
};
|