@vm0/cli 9.84.6 → 9.84.7

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.
@@ -47,7 +47,7 @@ if (DSN) {
47
47
  Sentry.init({
48
48
  dsn: DSN,
49
49
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
50
- release: "9.84.6",
50
+ release: "9.84.7",
51
51
  sendDefaultPii: false,
52
52
  tracesSampleRate: 0,
53
53
  shutdownTimeout: 500,
@@ -66,7 +66,7 @@ if (DSN) {
66
66
  }
67
67
  });
68
68
  Sentry.setContext("cli", {
69
- version: "9.84.6",
69
+ version: "9.84.7",
70
70
  command: process.argv.slice(2).join(" ")
71
71
  });
72
72
  Sentry.setContext("runtime", {
@@ -3993,135 +3993,9 @@ var CONNECTOR_TYPES_DEF = {
3993
3993
  }
3994
3994
  };
3995
3995
  var CONNECTOR_TYPES = CONNECTOR_TYPES_DEF;
3996
- var connectorTypeSchema = z2.enum([
3997
- "agentmail",
3998
- "ahrefs",
3999
- "atlassian",
4000
- "axiom",
4001
- "airtable",
4002
- "asana",
4003
- "calendly",
4004
- "canva",
4005
- "clickup",
4006
- "cloudflare",
4007
- "cloudinary",
4008
- "close",
4009
- "github",
4010
- "gmail",
4011
- "google-sheets",
4012
- "hugging-face",
4013
- "hume",
4014
- "heygen",
4015
- "hubspot",
4016
- "google-docs",
4017
- "google-drive",
4018
- "google-calendar",
4019
- "notion",
4020
- "computer",
4021
- "slack",
4022
- "deel",
4023
- "deepseek",
4024
- "dify",
4025
- "docusign",
4026
- "dropbox",
4027
- "linear",
4028
- "intercom",
4029
- "jam",
4030
- "jotform",
4031
- "line",
4032
- "make",
4033
- "metabase",
4034
- "figma",
4035
- "mercury",
4036
- "minimax",
4037
- "reddit",
4038
- "strava",
4039
- "neon",
4040
- "gamma",
4041
- "garmin-connect",
4042
- "x",
4043
- "vercel",
4044
- "sentry",
4045
- "intervals-icu",
4046
- "xero",
4047
- "monday",
4048
- "supabase",
4049
- "todoist",
4050
- "webflow",
4051
- "outlook-mail",
4052
- "outlook-calendar",
4053
- "meta-ads",
4054
- "posthog",
4055
- "stripe",
4056
- "openai",
4057
- "chatwoot",
4058
- "similarweb",
4059
- "mailchimp",
4060
- "pdfco",
4061
- "perplexity",
4062
- "plausible",
4063
- "productlane",
4064
- "resend",
4065
- "revenuecat",
4066
- "pdf4me",
4067
- "apify",
4068
- "bright-data",
4069
- "browserbase",
4070
- "browserless",
4071
- "fireflies",
4072
- "firecrawl",
4073
- "scrapeninja",
4074
- "elevenlabs",
4075
- "explorium",
4076
- "devto",
4077
- "fal",
4078
- "granola",
4079
- "podchaser",
4080
- "pushinator",
4081
- "qdrant",
4082
- "qiita",
4083
- "reportei",
4084
- "serpapi",
4085
- "zeptomail",
4086
- "runway",
4087
- "salesforce",
4088
- "shortio",
4089
- "streak",
4090
- "supadata",
4091
- "tavily",
4092
- "tldv",
4093
- "twenty",
4094
- "youtube",
4095
- "wrike",
4096
- "zapier",
4097
- "zapsign",
4098
- "zendesk",
4099
- "prisma-postgres",
4100
- "bitrix",
4101
- "brave-search",
4102
- "cronlytic",
4103
- "discord",
4104
- "discord-webhook",
4105
- "gitlab",
4106
- "htmlcsstoimage",
4107
- "imgur",
4108
- "instantly",
4109
- "instagram",
4110
- "jira",
4111
- "kommo",
4112
- "lark",
4113
- "mailsac",
4114
- "minio",
4115
- "pdforge",
4116
- "slack-webhook",
4117
- "spotify",
4118
- "wix",
4119
- "cal-com",
4120
- "v0",
4121
- "brevo",
4122
- "customer-io",
4123
- "loops"
4124
- ]);
3996
+ var connectorTypeSchema = z2.enum(
3997
+ Object.keys(CONNECTOR_TYPES_DEF)
3998
+ );
4125
3999
  function getConnectorEnvironmentMapping(type) {
4126
4000
  const config = CONNECTOR_TYPES[type];
4127
4001
  return config.environmentMapping ?? config.oauth?.environmentMapping ?? config.bridgeMapping ?? {};
@@ -19467,4 +19341,4 @@ export {
19467
19341
  promptSelect,
19468
19342
  promptPassword
19469
19343
  };
19470
- //# sourceMappingURL=chunk-ANZUWHEL.js.map
19344
+ //# sourceMappingURL=chunk-2D3ANUQI.js.map