veryfront 0.0.50 → 0.0.52

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.
Files changed (68) hide show
  1. package/dist/ai/index.js +1 -1
  2. package/dist/ai/index.js.map +1 -1
  3. package/dist/ai/workflow.js +1 -1
  4. package/dist/ai/workflow.js.map +1 -1
  5. package/dist/cli.js +123 -23
  6. package/dist/components.js +2 -1
  7. package/dist/components.js.map +2 -2
  8. package/dist/config.js +1 -1
  9. package/dist/config.js.map +1 -1
  10. package/dist/data.js +1 -1
  11. package/dist/data.js.map +1 -1
  12. package/dist/index.js +8 -1
  13. package/dist/index.js.map +2 -2
  14. package/dist/integrations/_base/files/app/api/integrations/status/route.ts +3 -3
  15. package/dist/integrations/_base/files/app/api/integrations/token-storage/route.ts +18 -6
  16. package/dist/integrations/_base/files/app/page.tsx +128 -0
  17. package/dist/integrations/_base/files/app/setup/page.tsx +11 -1
  18. package/dist/integrations/gmail/files/lib/gmail-client.ts +2 -8
  19. package/dist/templates/ai/app/page.tsx +6 -1
  20. package/package.json +1 -1
  21. package/dist/integrations/airtable/files/lib/token-store.ts +0 -5
  22. package/dist/integrations/asana/files/lib/token-store.ts +0 -11
  23. package/dist/integrations/bitbucket/files/lib/token-store.ts +0 -5
  24. package/dist/integrations/box/files/lib/token-store.ts +0 -11
  25. package/dist/integrations/calendar/files/lib/token-store.ts +0 -5
  26. package/dist/integrations/clickup/files/lib/token-store.ts +0 -11
  27. package/dist/integrations/confluence/files/lib/token-store.ts +0 -5
  28. package/dist/integrations/discord/files/lib/token-store.ts +0 -5
  29. package/dist/integrations/docs-google/files/lib/token-store.ts +0 -5
  30. package/dist/integrations/drive/files/lib/token-store.ts +0 -113
  31. package/dist/integrations/dropbox/files/lib/token-store.ts +0 -5
  32. package/dist/integrations/figma/files/lib/token-store.ts +0 -5
  33. package/dist/integrations/freshdesk/files/lib/token-store.ts +0 -11
  34. package/dist/integrations/github/files/lib/token-store.ts +0 -5
  35. package/dist/integrations/gitlab/files/lib/token-store.ts +0 -5
  36. package/dist/integrations/gmail/files/lib/token-store.ts +0 -8
  37. package/dist/integrations/hubspot/files/lib/token-store.ts +0 -5
  38. package/dist/integrations/intercom/files/lib/token-store.ts +0 -11
  39. package/dist/integrations/jira/files/lib/token-store.ts +0 -5
  40. package/dist/integrations/linear/files/lib/token-store.ts +0 -5
  41. package/dist/integrations/mailchimp/files/lib/token-store.ts +0 -11
  42. package/dist/integrations/mixpanel/files/lib/token-store.ts +0 -43
  43. package/dist/integrations/monday/files/lib/token-store.ts +0 -11
  44. package/dist/integrations/neon/files/lib/token-store.ts +0 -29
  45. package/dist/integrations/notion/files/lib/token-store.ts +0 -5
  46. package/dist/integrations/onedrive/files/lib/token-store.ts +0 -5
  47. package/dist/integrations/outlook/files/lib/token-store.ts +0 -5
  48. package/dist/integrations/pipedrive/files/lib/token-store.ts +0 -11
  49. package/dist/integrations/posthog/files/lib/token-store.ts +0 -21
  50. package/dist/integrations/quickbooks/files/lib/token-store.ts +0 -11
  51. package/dist/integrations/salesforce/files/lib/token-store.ts +0 -5
  52. package/dist/integrations/sentry/files/lib/token-store.ts +0 -29
  53. package/dist/integrations/servicenow/files/lib/token-store.ts +0 -42
  54. package/dist/integrations/sharepoint/files/lib/token-store.ts +0 -5
  55. package/dist/integrations/sheets/files/lib/token-store.ts +0 -5
  56. package/dist/integrations/shopify/files/lib/token-store.ts +0 -11
  57. package/dist/integrations/slack/files/lib/token-store.ts +0 -5
  58. package/dist/integrations/snowflake/files/lib/token-store.ts +0 -77
  59. package/dist/integrations/stripe/files/lib/token-store.ts +0 -21
  60. package/dist/integrations/supabase/files/lib/token-store.ts +0 -47
  61. package/dist/integrations/teams/files/lib/token-store.ts +0 -5
  62. package/dist/integrations/trello/files/lib/token-store.ts +0 -11
  63. package/dist/integrations/twilio/files/lib/token-store.ts +0 -60
  64. package/dist/integrations/twitter/files/lib/token-store.ts +0 -5
  65. package/dist/integrations/webex/files/lib/token-store.ts +0 -11
  66. package/dist/integrations/xero/files/lib/token-store.ts +0 -11
  67. package/dist/integrations/zendesk/files/lib/token-store.ts +0 -47
  68. package/dist/integrations/zoom/files/lib/token-store.ts +0 -11
@@ -279,7 +279,7 @@ var init_deno = __esm({
279
279
  "deno.json"() {
280
280
  deno_default = {
281
281
  name: "veryfront",
282
- version: "0.0.50",
282
+ version: "0.0.52",
283
283
  exclude: [
284
284
  "npm/",
285
285
  "dist/",
@@ -748,6 +748,7 @@ var init_html = __esm({
748
748
  var DEFAULT_DEV_SERVER_PORT, DEFAULT_REDIS_PORT, DEFAULT_API_SERVER_PORT, DEFAULT_PREVIEW_SERVER_PORT, DEFAULT_METRICS_PORT, BYTES_PER_KB, BYTES_PER_MB, DEFAULT_IMAGE_THUMBNAIL_SIZE, DEFAULT_IMAGE_SMALL_SIZE, DEFAULT_IMAGE_LARGE_SIZE, RESPONSIVE_IMAGE_WIDTH_XS, RESPONSIVE_IMAGE_WIDTH_SM, RESPONSIVE_IMAGE_WIDTH_MD, RESPONSIVE_IMAGE_WIDTH_LG, RESPONSIVE_IMAGE_WIDTHS, MAX_CHUNK_SIZE_KB, MIN_PORT, MAX_PORT, DEFAULT_SERVER_PORT;
749
749
  var init_network = __esm({
750
750
  "src/core/utils/constants/network.ts"() {
751
+ "use strict";
751
752
  DEFAULT_DEV_SERVER_PORT = 3e3;
752
753
  DEFAULT_REDIS_PORT = 6379;
753
754
  DEFAULT_API_SERVER_PORT = 8080;