veryfront 0.1.344 → 0.1.346
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/esm/cli/templates/manifest.d.ts +0 -166
- package/esm/cli/templates/manifest.js +0 -166
- package/esm/deno.js +1 -1
- package/esm/src/integrations/_data.d.ts.map +1 -1
- package/esm/src/integrations/_data.js +1 -27
- package/esm/src/tool/index.d.ts +2 -0
- package/esm/src/tool/index.d.ts.map +1 -1
- package/esm/src/tool/index.js +1 -0
- package/esm/src/tool/sleep.d.ts +23 -0
- package/esm/src/tool/sleep.d.ts.map +1 -0
- package/esm/src/tool/sleep.js +30 -0
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
- package/src/cli/templates/manifest.js +0 -166
- package/src/deno.js +1 -1
- package/src/src/integrations/_data.ts +1 -27
- package/src/src/tool/index.ts +7 -0
- package/src/src/tool/sleep.ts +54 -0
- package/src/src/utils/version-constant.ts +1 -1
|
@@ -92,32 +92,6 @@ declare namespace _default {
|
|
|
92
92
|
"store.ts": string;
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
|
-
"integration:mailchimp": {
|
|
96
|
-
files: {
|
|
97
|
-
"tools/list-campaigns.ts": string;
|
|
98
|
-
"tools/list-lists.ts": string;
|
|
99
|
-
"tools/get-campaign.ts": string;
|
|
100
|
-
"tools/list-members.ts": string;
|
|
101
|
-
"tools/get-list.ts": string;
|
|
102
|
-
".env.example": string;
|
|
103
|
-
"lib/mailchimp-client.ts": string;
|
|
104
|
-
"app/api/auth/mailchimp/callback/route.ts": string;
|
|
105
|
-
"app/api/auth/mailchimp/route.ts": string;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
"integration:intercom": {
|
|
109
|
-
files: {
|
|
110
|
-
"tools/get-conversation.ts": string;
|
|
111
|
-
"tools/list-contacts.ts": string;
|
|
112
|
-
"tools/list-conversations.ts": string;
|
|
113
|
-
"tools/send-message.ts": string;
|
|
114
|
-
"tools/get-contact.ts": string;
|
|
115
|
-
".env.example": string;
|
|
116
|
-
"lib/intercom-client.ts": string;
|
|
117
|
-
"app/api/auth/intercom/callback/route.ts": string;
|
|
118
|
-
"app/api/auth/intercom/route.ts": string;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
95
|
"integration:neon": {
|
|
122
96
|
files: {
|
|
123
97
|
"tools/list-tables.ts": string;
|
|
@@ -143,17 +117,6 @@ declare namespace _default {
|
|
|
143
117
|
"app/api/auth/gitlab/route.ts": string;
|
|
144
118
|
};
|
|
145
119
|
};
|
|
146
|
-
"integration:twitter": {
|
|
147
|
-
files: {
|
|
148
|
-
"tools/post-tweet.ts": string;
|
|
149
|
-
"tools/get-timeline.ts": string;
|
|
150
|
-
"tools/search-tweets.ts": string;
|
|
151
|
-
".env.example": string;
|
|
152
|
-
"lib/twitter-client.ts": string;
|
|
153
|
-
"app/api/auth/twitter/callback/route.ts": string;
|
|
154
|
-
"app/api/auth/twitter/route.ts": string;
|
|
155
|
-
};
|
|
156
|
-
};
|
|
157
120
|
"integration:anthropic": {
|
|
158
121
|
files: {
|
|
159
122
|
"tools/list-workspaces.ts": string;
|
|
@@ -189,19 +152,6 @@ declare namespace _default {
|
|
|
189
152
|
"lib/snowflake-client.ts": string;
|
|
190
153
|
};
|
|
191
154
|
};
|
|
192
|
-
"integration:monday": {
|
|
193
|
-
files: {
|
|
194
|
-
"tools/list-boards.ts": string;
|
|
195
|
-
"tools/get-item.ts": string;
|
|
196
|
-
"tools/create-item.ts": string;
|
|
197
|
-
"tools/update-item.ts": string;
|
|
198
|
-
"tools/list-items.ts": string;
|
|
199
|
-
".env.example": string;
|
|
200
|
-
"lib/monday-client.ts": string;
|
|
201
|
-
"app/api/auth/monday/callback/route.ts": string;
|
|
202
|
-
"app/api/auth/monday/route.ts": string;
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
155
|
"integration:_base": {
|
|
206
156
|
files: {
|
|
207
157
|
"SETUP.md": string;
|
|
@@ -288,19 +238,6 @@ declare namespace _default {
|
|
|
288
238
|
"app/api/auth/github/route.ts": string;
|
|
289
239
|
};
|
|
290
240
|
};
|
|
291
|
-
"integration:xero": {
|
|
292
|
-
files: {
|
|
293
|
-
"tools/get-invoice.ts": string;
|
|
294
|
-
"tools/list-invoices.ts": string;
|
|
295
|
-
"tools/create-invoice.ts": string;
|
|
296
|
-
"tools/list-contacts.ts": string;
|
|
297
|
-
"tools/get-contact.ts": string;
|
|
298
|
-
".env.example": string;
|
|
299
|
-
"lib/xero-client.ts": string;
|
|
300
|
-
"app/api/auth/xero/callback/route.ts": string;
|
|
301
|
-
"app/api/auth/xero/route.ts": string;
|
|
302
|
-
};
|
|
303
|
-
};
|
|
304
241
|
"integration:stripe": {
|
|
305
242
|
files: {
|
|
306
243
|
"tools/list-subscriptions.ts": string;
|
|
@@ -375,19 +312,6 @@ declare namespace _default {
|
|
|
375
312
|
"lib/posthog-client.ts": string;
|
|
376
313
|
};
|
|
377
314
|
};
|
|
378
|
-
"integration:webex": {
|
|
379
|
-
files: {
|
|
380
|
-
"tools/list-meetings.ts": string;
|
|
381
|
-
"tools/create-meeting.ts": string;
|
|
382
|
-
"tools/get-meeting.ts": string;
|
|
383
|
-
"tools/list-rooms.ts": string;
|
|
384
|
-
"tools/send-message.ts": string;
|
|
385
|
-
".env.example": string;
|
|
386
|
-
"lib/webex-client.ts": string;
|
|
387
|
-
"app/api/auth/webex/callback/route.ts": string;
|
|
388
|
-
"app/api/auth/webex/route.ts": string;
|
|
389
|
-
};
|
|
390
|
-
};
|
|
391
315
|
"integration:sentry": {
|
|
392
316
|
files: {
|
|
393
317
|
"tools/resolve-issue.ts": string;
|
|
@@ -424,19 +348,6 @@ declare namespace _default {
|
|
|
424
348
|
"app/api/auth/bitbucket/route.ts": string;
|
|
425
349
|
};
|
|
426
350
|
};
|
|
427
|
-
"integration:pipedrive": {
|
|
428
|
-
files: {
|
|
429
|
-
"tools/update-deal.ts": string;
|
|
430
|
-
"tools/get-deal.ts": string;
|
|
431
|
-
"tools/list-deals.ts": string;
|
|
432
|
-
"tools/create-deal.ts": string;
|
|
433
|
-
"tools/list-persons.ts": string;
|
|
434
|
-
".env.example": string;
|
|
435
|
-
"lib/pipedrive-client.ts": string;
|
|
436
|
-
"app/api/auth/pipedrive/callback/route.ts": string;
|
|
437
|
-
"app/api/auth/pipedrive/route.ts": string;
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
351
|
"integration:servicenow": {
|
|
441
352
|
files: {
|
|
442
353
|
"tools/create-incident.ts": string;
|
|
@@ -511,19 +422,6 @@ declare namespace _default {
|
|
|
511
422
|
"app/api/auth/confluence/route.ts": string;
|
|
512
423
|
};
|
|
513
424
|
};
|
|
514
|
-
"integration:clickup": {
|
|
515
|
-
files: {
|
|
516
|
-
"tools/list-tasks.ts": string;
|
|
517
|
-
"tools/list-lists.ts": string;
|
|
518
|
-
"tools/get-task.ts": string;
|
|
519
|
-
"tools/update-task.ts": string;
|
|
520
|
-
"tools/create-task.ts": string;
|
|
521
|
-
".env.example": string;
|
|
522
|
-
"lib/clickup-client.ts": string;
|
|
523
|
-
"app/api/auth/clickup/callback/route.ts": string;
|
|
524
|
-
"app/api/auth/clickup/route.ts": string;
|
|
525
|
-
};
|
|
526
|
-
};
|
|
527
425
|
"integration:jira": {
|
|
528
426
|
files: {
|
|
529
427
|
"tools/create-issue.ts": string;
|
|
@@ -536,18 +434,6 @@ declare namespace _default {
|
|
|
536
434
|
"app/api/auth/jira/route.ts": string;
|
|
537
435
|
};
|
|
538
436
|
};
|
|
539
|
-
"integration:zendesk": {
|
|
540
|
-
files: {
|
|
541
|
-
"tools/get-ticket.ts": string;
|
|
542
|
-
"tools/list-tickets.ts": string;
|
|
543
|
-
"tools/create-ticket.ts": string;
|
|
544
|
-
"tools/search-tickets.ts": string;
|
|
545
|
-
".env.example": string;
|
|
546
|
-
"lib/zendesk-client.ts": string;
|
|
547
|
-
"app/api/auth/zendesk/callback/route.ts": string;
|
|
548
|
-
"app/api/auth/zendesk/route.ts": string;
|
|
549
|
-
};
|
|
550
|
-
};
|
|
551
437
|
"integration:trello": {
|
|
552
438
|
files: {
|
|
553
439
|
"tools/update-card.ts": string;
|
|
@@ -572,19 +458,6 @@ declare namespace _default {
|
|
|
572
458
|
"lib/mixpanel-client.ts": string;
|
|
573
459
|
};
|
|
574
460
|
};
|
|
575
|
-
"integration:zoom": {
|
|
576
|
-
files: {
|
|
577
|
-
"tools/list-meetings.ts": string;
|
|
578
|
-
"tools/create-meeting.ts": string;
|
|
579
|
-
"tools/update-meeting.ts": string;
|
|
580
|
-
"tools/get-meeting.ts": string;
|
|
581
|
-
"tools/delete-meeting.ts": string;
|
|
582
|
-
".env.example": string;
|
|
583
|
-
"lib/zoom-client.ts": string;
|
|
584
|
-
"app/api/auth/zoom/callback/route.ts": string;
|
|
585
|
-
"app/api/auth/zoom/route.ts": string;
|
|
586
|
-
};
|
|
587
|
-
};
|
|
588
461
|
"integration:airtable": {
|
|
589
462
|
files: {
|
|
590
463
|
"tools/get-record.ts": string;
|
|
@@ -597,19 +470,6 @@ declare namespace _default {
|
|
|
597
470
|
"app/api/auth/airtable/route.ts": string;
|
|
598
471
|
};
|
|
599
472
|
};
|
|
600
|
-
"integration:quickbooks": {
|
|
601
|
-
files: {
|
|
602
|
-
"tools/get-invoice.ts": string;
|
|
603
|
-
"tools/list-invoices.ts": string;
|
|
604
|
-
"tools/create-invoice.ts": string;
|
|
605
|
-
"tools/list-customers.ts": string;
|
|
606
|
-
"tools/get-customer.ts": string;
|
|
607
|
-
".env.example": string;
|
|
608
|
-
"lib/quickbooks-client.ts": string;
|
|
609
|
-
"app/api/auth/quickbooks/callback/route.ts": string;
|
|
610
|
-
"app/api/auth/quickbooks/route.ts": string;
|
|
611
|
-
};
|
|
612
|
-
};
|
|
613
473
|
"integration:outlook": {
|
|
614
474
|
files: {
|
|
615
475
|
"tools/get-email.ts": string;
|
|
@@ -657,19 +517,6 @@ declare namespace _default {
|
|
|
657
517
|
"lib/twilio-client.ts": string;
|
|
658
518
|
};
|
|
659
519
|
};
|
|
660
|
-
"integration:freshdesk": {
|
|
661
|
-
files: {
|
|
662
|
-
"tools/get-ticket.ts": string;
|
|
663
|
-
"tools/list-tickets.ts": string;
|
|
664
|
-
"tools/create-ticket.ts": string;
|
|
665
|
-
"tools/update-ticket.ts": string;
|
|
666
|
-
"tools/list-contacts.ts": string;
|
|
667
|
-
".env.example": string;
|
|
668
|
-
"lib/freshdesk-client.ts": string;
|
|
669
|
-
"app/api/auth/freshdesk/callback/route.ts": string;
|
|
670
|
-
"app/api/auth/freshdesk/route.ts": string;
|
|
671
|
-
};
|
|
672
|
-
};
|
|
673
520
|
"integration:teams": {
|
|
674
521
|
files: {
|
|
675
522
|
"tools/get-messages.ts": string;
|
|
@@ -682,19 +529,6 @@ declare namespace _default {
|
|
|
682
529
|
"app/api/auth/teams/route.ts": string;
|
|
683
530
|
};
|
|
684
531
|
};
|
|
685
|
-
"integration:box": {
|
|
686
|
-
files: {
|
|
687
|
-
"tools/create-folder.ts": string;
|
|
688
|
-
"tools/get-file.ts": string;
|
|
689
|
-
"tools/upload-file.ts": string;
|
|
690
|
-
"tools/search-files.ts": string;
|
|
691
|
-
"tools/list-files.ts": string;
|
|
692
|
-
".env.example": string;
|
|
693
|
-
"lib/box-client.ts": string;
|
|
694
|
-
"app/api/auth/box/callback/route.ts": string;
|
|
695
|
-
"app/api/auth/box/route.ts": string;
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
532
|
"integration:supabase": {
|
|
699
533
|
files: {
|
|
700
534
|
"tools/list-tables.ts": string;
|