@vm0/cli 9.132.0 → 9.132.2

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.
@@ -66268,7 +66268,7 @@ if (DSN) {
66268
66268
  init2({
66269
66269
  dsn: DSN,
66270
66270
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
66271
- release: "9.132.0",
66271
+ release: "9.132.2",
66272
66272
  sendDefaultPii: false,
66273
66273
  tracesSampleRate: 0,
66274
66274
  shutdownTimeout: 500,
@@ -66287,7 +66287,7 @@ if (DSN) {
66287
66287
  }
66288
66288
  });
66289
66289
  setContext("cli", {
66290
- version: "9.132.0",
66290
+ version: "9.132.2",
66291
66291
  command: process.argv.slice(2).join(" ")
66292
66292
  });
66293
66293
  setContext("runtime", {
@@ -86549,6 +86549,7 @@ init_esm_shims();
86549
86549
  var axiom = {
86550
86550
  axiom: {
86551
86551
  label: "Axiom",
86552
+ category: "data-automation-infrastructure",
86552
86553
  environmentMapping: {
86553
86554
  AXIOM_TOKEN: "$secrets.AXIOM_TOKEN"
86554
86555
  },
@@ -86580,6 +86581,7 @@ init_esm_shims();
86580
86581
  var ahrefs = {
86581
86582
  ahrefs: {
86582
86583
  label: "Ahrefs",
86584
+ category: "marketing-content-growth",
86583
86585
  environmentMapping: {
86584
86586
  AHREFS_TOKEN: "$secrets.AHREFS_ACCESS_TOKEN"
86585
86587
  },
@@ -86626,6 +86628,7 @@ init_esm_shims();
86626
86628
  var agentmail = {
86627
86629
  agentmail: {
86628
86630
  label: "AgentMail",
86631
+ category: "communication-collaboration",
86629
86632
  environmentMapping: {
86630
86633
  AGENTMAIL_TOKEN: "$secrets.AGENTMAIL_TOKEN"
86631
86634
  },
@@ -86647,37 +86650,12 @@ var agentmail = {
86647
86650
  }
86648
86651
  };
86649
86652
 
86650
- // ../../packages/core/src/contracts/connectors/agentphone.ts
86651
- init_esm_shims();
86652
- var agentphone = {
86653
- agentphone: {
86654
- label: "AgentPhone",
86655
- environmentMapping: {
86656
- AGENTPHONE_TOKEN: "$secrets.AGENTPHONE_TOKEN"
86657
- },
86658
- helpText: "Connect your AgentPhone account to make and receive phone calls, send SMS, manage phone numbers, and build voice AI agents",
86659
- authMethods: {
86660
- "api-token": {
86661
- label: "API Key",
86662
- helpText: "1. Sign up at [agentphone.to](https://agentphone.to)\n2. Go to **Dashboard > API Keys**\n3. Create a new API key and copy it (starts with `sk_live_`)",
86663
- secrets: {
86664
- AGENTPHONE_TOKEN: {
86665
- label: "API Key",
86666
- required: true,
86667
- placeholder: "sk_live_..."
86668
- }
86669
- }
86670
- }
86671
- },
86672
- defaultAuthMethod: "api-token"
86673
- }
86674
- };
86675
-
86676
86653
  // ../../packages/core/src/contracts/connectors/airtable.ts
86677
86654
  init_esm_shims();
86678
86655
  var airtable = {
86679
86656
  airtable: {
86680
86657
  label: "Airtable",
86658
+ category: "docs-files-knowledge",
86681
86659
  environmentMapping: {
86682
86660
  AIRTABLE_TOKEN: "$secrets.AIRTABLE_ACCESS_TOKEN"
86683
86661
  },
@@ -86720,6 +86698,7 @@ init_esm_shims();
86720
86698
  var anthropicManagedAgents = {
86721
86699
  "anthropic-managed-agents": {
86722
86700
  label: "Anthropic Managed Agents",
86701
+ category: "ai-agent-apps",
86723
86702
  environmentMapping: {
86724
86703
  ANTHROPIC_MANAGED_AGENTS_TOKEN: "$secrets.ANTHROPIC_MANAGED_AGENTS_TOKEN"
86725
86704
  },
@@ -86746,6 +86725,7 @@ init_esm_shims();
86746
86725
  var github = {
86747
86726
  github: {
86748
86727
  label: "GitHub",
86728
+ category: "engineering-team-execution",
86749
86729
  tags: ["gh", "gh_api_key", "git", "vcs", "scm", "repos"],
86750
86730
  environmentMapping: {
86751
86731
  GH_TOKEN: "$secrets.GITHUB_ACCESS_TOKEN",
@@ -86778,6 +86758,7 @@ init_esm_shims();
86778
86758
  var notion = {
86779
86759
  notion: {
86780
86760
  label: "Notion",
86761
+ category: "docs-files-knowledge",
86781
86762
  tags: ["docs", "wiki", "workspace"],
86782
86763
  environmentMapping: {
86783
86764
  NOTION_TOKEN: "$secrets.NOTION_ACCESS_TOKEN"
@@ -86813,6 +86794,7 @@ init_esm_shims();
86813
86794
  var gmail = {
86814
86795
  gmail: {
86815
86796
  label: "Gmail",
86797
+ category: "communication-collaboration",
86816
86798
  tags: ["email", "mail"],
86817
86799
  environmentMapping: {
86818
86800
  GMAIL_TOKEN: "$secrets.GMAIL_ACCESS_TOKEN"
@@ -86848,6 +86830,7 @@ init_esm_shims();
86848
86830
  var googleSheets = {
86849
86831
  "google-sheets": {
86850
86832
  label: "Google Sheets",
86833
+ category: "docs-files-knowledge",
86851
86834
  environmentMapping: {
86852
86835
  GOOGLE_SHEETS_TOKEN: "$secrets.GOOGLE_SHEETS_ACCESS_TOKEN"
86853
86836
  },
@@ -86885,6 +86868,7 @@ init_esm_shims();
86885
86868
  var googleDocs = {
86886
86869
  "google-docs": {
86887
86870
  label: "Google Docs",
86871
+ category: "docs-files-knowledge",
86888
86872
  environmentMapping: {
86889
86873
  GOOGLE_DOCS_TOKEN: "$secrets.GOOGLE_DOCS_ACCESS_TOKEN"
86890
86874
  },
@@ -86922,6 +86906,7 @@ init_esm_shims();
86922
86906
  var googleDrive = {
86923
86907
  "google-drive": {
86924
86908
  label: "Google Drive",
86909
+ category: "docs-files-knowledge",
86925
86910
  environmentMapping: {
86926
86911
  GOOGLE_DRIVE_TOKEN: "$secrets.GOOGLE_DRIVE_ACCESS_TOKEN"
86927
86912
  },
@@ -86959,6 +86944,7 @@ init_esm_shims();
86959
86944
  var googleCalendar = {
86960
86945
  "google-calendar": {
86961
86946
  label: "Google Calendar",
86947
+ category: "meetings-scheduling",
86962
86948
  tags: ["calendar", "scheduling", "gcal"],
86963
86949
  environmentMapping: {
86964
86950
  GOOGLE_CALENDAR_TOKEN: "$secrets.GOOGLE_CALENDAR_ACCESS_TOKEN"
@@ -86997,6 +86983,7 @@ init_esm_shims();
86997
86983
  var googleMeet = {
86998
86984
  "google-meet": {
86999
86985
  label: "Google Meet",
86986
+ category: "meetings-scheduling",
87000
86987
  environmentMapping: {
87001
86988
  GOOGLE_MEET_TOKEN: "$secrets.GOOGLE_MEET_ACCESS_TOKEN"
87002
86989
  },
@@ -87039,6 +87026,7 @@ init_esm_shims();
87039
87026
  var close2 = {
87040
87027
  close: {
87041
87028
  label: "Close",
87029
+ category: "sales-crm-business-operations",
87042
87030
  environmentMapping: {
87043
87031
  CLOSE_TOKEN: "$secrets.CLOSE_ACCESS_TOKEN"
87044
87032
  },
@@ -87074,6 +87062,7 @@ init_esm_shims();
87074
87062
  var huggingFace = {
87075
87063
  "hugging-face": {
87076
87064
  label: "Hugging Face",
87065
+ category: "ai-general-models",
87077
87066
  environmentMapping: {
87078
87067
  HUGGING_FACE_TOKEN: "$secrets.HUGGING_FACE_TOKEN"
87079
87068
  },
@@ -87100,6 +87089,7 @@ init_esm_shims();
87100
87089
  var hume = {
87101
87090
  hume: {
87102
87091
  label: "Hume",
87092
+ category: "ai-voice-audio",
87103
87093
  environmentMapping: {
87104
87094
  HUME_TOKEN: "$secrets.HUME_TOKEN"
87105
87095
  },
@@ -87125,6 +87115,7 @@ init_esm_shims();
87125
87115
  var heygen = {
87126
87116
  heygen: {
87127
87117
  label: "HeyGen",
87118
+ category: "marketing-content-growth",
87128
87119
  environmentMapping: {
87129
87120
  HEYGEN_TOKEN: "$secrets.HEYGEN_TOKEN"
87130
87121
  },
@@ -87151,6 +87142,7 @@ init_esm_shims();
87151
87142
  var helicone = {
87152
87143
  helicone: {
87153
87144
  label: "Helicone",
87145
+ category: "ai-memory-tracing-eval",
87154
87146
  helpText: "Connect to Helicone for LLM cost tracking, request logging, and performance analytics.",
87155
87147
  environmentMapping: {
87156
87148
  HELICONE_TOKEN: "$secrets.HELICONE_TOKEN"
@@ -87177,6 +87169,7 @@ init_esm_shims();
87177
87169
  var hubspot = {
87178
87170
  hubspot: {
87179
87171
  label: "HubSpot",
87172
+ category: "sales-crm-business-operations",
87180
87173
  environmentMapping: {
87181
87174
  HUBSPOT_TOKEN: "$secrets.HUBSPOT_ACCESS_TOKEN"
87182
87175
  },
@@ -87224,6 +87217,7 @@ init_esm_shims();
87224
87217
  var computer = {
87225
87218
  computer: {
87226
87219
  label: "Computer",
87220
+ category: "engineering-team-execution",
87227
87221
  environmentMapping: {
87228
87222
  COMPUTER_CONNECTOR_BRIDGE_TOKEN: "$secrets.COMPUTER_CONNECTOR_BRIDGE_TOKEN",
87229
87223
  COMPUTER_CONNECTOR_DOMAIN: "$secrets.COMPUTER_CONNECTOR_DOMAIN"
@@ -87259,6 +87253,7 @@ init_esm_shims();
87259
87253
  var slack = {
87260
87254
  slack: {
87261
87255
  label: "Slack",
87256
+ category: "communication-collaboration",
87262
87257
  tags: ["chat", "messaging", "im"],
87263
87258
  environmentMapping: {
87264
87259
  SLACK_TOKEN: "$secrets.SLACK_ACCESS_TOKEN"
@@ -87328,6 +87323,7 @@ init_esm_shims();
87328
87323
  var docusign = {
87329
87324
  docusign: {
87330
87325
  label: "DocuSign",
87326
+ category: "data-automation-infrastructure",
87331
87327
  environmentMapping: {
87332
87328
  DOCUSIGN_TOKEN: "$secrets.DOCUSIGN_ACCESS_TOKEN"
87333
87329
  },
@@ -87363,6 +87359,7 @@ init_esm_shims();
87363
87359
  var duffel = {
87364
87360
  duffel: {
87365
87361
  label: "Duffel",
87362
+ category: "data-automation-infrastructure",
87366
87363
  environmentMapping: {
87367
87364
  DUFFEL_TOKEN: "$secrets.DUFFEL_TOKEN"
87368
87365
  },
@@ -87389,6 +87386,7 @@ init_esm_shims();
87389
87386
  var dropbox = {
87390
87387
  dropbox: {
87391
87388
  label: "Dropbox",
87389
+ category: "docs-files-knowledge",
87392
87390
  environmentMapping: {
87393
87391
  DROPBOX_TOKEN: "$secrets.DROPBOX_ACCESS_TOKEN"
87394
87392
  },
@@ -87439,6 +87437,7 @@ init_esm_shims();
87439
87437
  var dropboxSign = {
87440
87438
  "dropbox-sign": {
87441
87439
  label: "Dropbox Sign",
87440
+ category: "data-automation-infrastructure",
87442
87441
  tags: ["hellosign", "e-signature", "signature", "sign", "document"],
87443
87442
  environmentMapping: {
87444
87443
  DROPBOX_SIGN_TOKEN: "$secrets.DROPBOX_SIGN_TOKEN"
@@ -87466,6 +87465,7 @@ init_esm_shims();
87466
87465
  var linear = {
87467
87466
  linear: {
87468
87467
  label: "Linear",
87468
+ category: "engineering-team-execution",
87469
87469
  tags: ["issues", "tickets", "project-management"],
87470
87470
  environmentMapping: {
87471
87471
  LINEAR_TOKEN: "$secrets.LINEAR_ACCESS_TOKEN"
@@ -87507,6 +87507,7 @@ init_esm_shims();
87507
87507
  var intercom = {
87508
87508
  intercom: {
87509
87509
  label: "Intercom",
87510
+ category: "communication-collaboration",
87510
87511
  environmentMapping: {
87511
87512
  INTERCOM_TOKEN: "$secrets.INTERCOM_TOKEN"
87512
87513
  },
@@ -87532,6 +87533,7 @@ init_esm_shims();
87532
87533
  var instantly = {
87533
87534
  instantly: {
87534
87535
  label: "Instantly",
87536
+ category: "communication-collaboration",
87535
87537
  environmentMapping: {
87536
87538
  INSTANTLY_API_KEY: "$secrets.INSTANTLY_API_KEY"
87537
87539
  },
@@ -87558,6 +87560,7 @@ init_esm_shims();
87558
87560
  var jam = {
87559
87561
  jam: {
87560
87562
  label: "Jam",
87563
+ category: "engineering-team-execution",
87561
87564
  environmentMapping: {
87562
87565
  JAM_TOKEN: "$secrets.JAM_TOKEN"
87563
87566
  },
@@ -87584,6 +87587,7 @@ init_esm_shims();
87584
87587
  var jira = {
87585
87588
  jira: {
87586
87589
  label: "Jira",
87590
+ category: "engineering-team-execution",
87587
87591
  tags: ["issues", "tickets", "project-management"],
87588
87592
  environmentMapping: {
87589
87593
  JIRA_API_TOKEN: "$secrets.JIRA_API_TOKEN",
@@ -87624,6 +87628,7 @@ init_esm_shims();
87624
87628
  var jotform = {
87625
87629
  jotform: {
87626
87630
  label: "Jotform",
87631
+ category: "data-automation-infrastructure",
87627
87632
  environmentMapping: {
87628
87633
  JOTFORM_TOKEN: "$secrets.JOTFORM_TOKEN"
87629
87634
  },
@@ -87649,6 +87654,7 @@ init_esm_shims();
87649
87654
  var klaviyo = {
87650
87655
  klaviyo: {
87651
87656
  label: "Klaviyo",
87657
+ category: "marketing-content-growth",
87652
87658
  environmentMapping: {
87653
87659
  KLAVIYO_TOKEN: "$secrets.KLAVIYO_TOKEN"
87654
87660
  },
@@ -87675,6 +87681,7 @@ init_esm_shims();
87675
87681
  var kommo = {
87676
87682
  kommo: {
87677
87683
  label: "Kommo",
87684
+ category: "sales-crm-business-operations",
87678
87685
  environmentMapping: {
87679
87686
  KOMMO_API_KEY: "$secrets.KOMMO_API_KEY",
87680
87687
  KOMMO_SUBDOMAIN: "$vars.KOMMO_SUBDOMAIN"
@@ -87707,6 +87714,7 @@ init_esm_shims();
87707
87714
  var line = {
87708
87715
  line: {
87709
87716
  label: "LINE",
87717
+ category: "communication-collaboration",
87710
87718
  environmentMapping: {
87711
87719
  LINE_TOKEN: "$secrets.LINE_TOKEN"
87712
87720
  },
@@ -87732,6 +87740,7 @@ init_esm_shims();
87732
87740
  var loops = {
87733
87741
  loops: {
87734
87742
  label: "Loops",
87743
+ category: "communication-collaboration",
87735
87744
  environmentMapping: {
87736
87745
  LOOPS_TOKEN: "$secrets.LOOPS_TOKEN"
87737
87746
  },
@@ -87758,6 +87767,7 @@ init_esm_shims();
87758
87767
  var make = {
87759
87768
  make: {
87760
87769
  label: "Make",
87770
+ category: "data-automation-infrastructure",
87761
87771
  environmentMapping: {
87762
87772
  MAKE_TOKEN: "$secrets.MAKE_TOKEN"
87763
87773
  },
@@ -87783,6 +87793,7 @@ init_esm_shims();
87783
87793
  var mem0 = {
87784
87794
  mem0: {
87785
87795
  label: "Mem0",
87796
+ category: "ai-memory-tracing-eval",
87786
87797
  helpText: "Connect to Mem0 for persistent AI memory across conversations and sessions.",
87787
87798
  environmentMapping: { MEM0_TOKEN: "$secrets.MEM0_TOKEN" },
87788
87799
  authMethods: {
@@ -87807,6 +87818,7 @@ init_esm_shims();
87807
87818
  var metabase = {
87808
87819
  metabase: {
87809
87820
  label: "Metabase",
87821
+ category: "data-automation-infrastructure",
87810
87822
  environmentMapping: {
87811
87823
  METABASE_TOKEN: "$secrets.METABASE_TOKEN",
87812
87824
  METABASE_BASE_URL: "$vars.METABASE_BASE_URL"
@@ -87839,6 +87851,7 @@ init_esm_shims();
87839
87851
  var deel = {
87840
87852
  deel: {
87841
87853
  label: "Deel",
87854
+ category: "sales-crm-business-operations",
87842
87855
  environmentMapping: {
87843
87856
  DEEL_TOKEN: "$secrets.DEEL_ACCESS_TOKEN"
87844
87857
  },
@@ -87893,6 +87906,7 @@ init_esm_shims();
87893
87906
  var deepseek = {
87894
87907
  deepseek: {
87895
87908
  label: "DeepSeek",
87909
+ category: "ai-general-models",
87896
87910
  environmentMapping: {
87897
87911
  DEEPSEEK_TOKEN: "$secrets.DEEPSEEK_TOKEN"
87898
87912
  },
@@ -87919,6 +87933,7 @@ init_esm_shims();
87919
87933
  var clickup = {
87920
87934
  clickup: {
87921
87935
  label: "ClickUp",
87936
+ category: "engineering-team-execution",
87922
87937
  environmentMapping: {
87923
87938
  CLICKUP_TOKEN: "$secrets.CLICKUP_TOKEN"
87924
87939
  },
@@ -87945,6 +87960,7 @@ init_esm_shims();
87945
87960
  var cloudflare = {
87946
87961
  cloudflare: {
87947
87962
  label: "Cloudflare",
87963
+ category: "engineering-team-execution",
87948
87964
  environmentMapping: {
87949
87965
  CLOUDFLARE_TOKEN: "$secrets.CLOUDFLARE_TOKEN"
87950
87966
  },
@@ -87970,6 +87986,7 @@ init_esm_shims();
87970
87986
  var cloudinary = {
87971
87987
  cloudinary: {
87972
87988
  label: "Cloudinary",
87989
+ category: "marketing-content-growth",
87973
87990
  environmentMapping: {
87974
87991
  CLOUDINARY_TOKEN: "$secrets.CLOUDINARY_TOKEN",
87975
87992
  CLOUDINARY_API_SECRET: "$secrets.CLOUDINARY_API_SECRET",
@@ -88007,6 +88024,7 @@ init_esm_shims();
88007
88024
  var cronlytic = {
88008
88025
  cronlytic: {
88009
88026
  label: "Cronlytic",
88027
+ category: "data-automation-infrastructure",
88010
88028
  environmentMapping: {
88011
88029
  CRONLYTIC_API_KEY: "$secrets.CRONLYTIC_API_KEY",
88012
88030
  CRONLYTIC_USER_ID: "$vars.CRONLYTIC_USER_ID"
@@ -88038,6 +88056,7 @@ init_esm_shims();
88038
88056
  var customerIo = {
88039
88057
  "customer-io": {
88040
88058
  label: "Customer.io",
88059
+ category: "communication-collaboration",
88041
88060
  environmentMapping: {
88042
88061
  CUSTOMERIO_APP_TOKEN: "$secrets.CUSTOMERIO_APP_TOKEN"
88043
88062
  },
@@ -88063,6 +88082,7 @@ init_esm_shims();
88063
88082
  var dify = {
88064
88083
  dify: {
88065
88084
  label: "Dify",
88085
+ category: "ai-agent-apps",
88066
88086
  environmentMapping: {
88067
88087
  DIFY_TOKEN: "$secrets.DIFY_TOKEN"
88068
88088
  },
@@ -88089,6 +88109,7 @@ init_esm_shims();
88089
88109
  var e2b = {
88090
88110
  e2b: {
88091
88111
  label: "E2B",
88112
+ category: "data-automation-infrastructure",
88092
88113
  environmentMapping: {
88093
88114
  E2B_TOKEN: "$secrets.E2B_TOKEN"
88094
88115
  },
@@ -88115,6 +88136,7 @@ init_esm_shims();
88115
88136
  var figma = {
88116
88137
  figma: {
88117
88138
  label: "Figma",
88139
+ category: "docs-files-knowledge",
88118
88140
  environmentMapping: {
88119
88141
  FIGMA_TOKEN: "$secrets.FIGMA_ACCESS_TOKEN"
88120
88142
  },
@@ -88171,6 +88193,7 @@ init_esm_shims();
88171
88193
  var mercury = {
88172
88194
  mercury: {
88173
88195
  label: "Mercury",
88196
+ category: "sales-crm-business-operations",
88174
88197
  environmentMapping: {
88175
88198
  MERCURY_TOKEN: "$secrets.MERCURY_ACCESS_TOKEN"
88176
88199
  },
@@ -88217,6 +88240,7 @@ init_esm_shims();
88217
88240
  var minimax = {
88218
88241
  minimax: {
88219
88242
  label: "MiniMax",
88243
+ category: "ai-general-models",
88220
88244
  environmentMapping: {
88221
88245
  MINIMAX_TOKEN: "$secrets.MINIMAX_TOKEN"
88222
88246
  },
@@ -88243,6 +88267,7 @@ init_esm_shims();
88243
88267
  var reportei = {
88244
88268
  reportei: {
88245
88269
  label: "Reportei",
88270
+ category: "marketing-content-growth",
88246
88271
  environmentMapping: {
88247
88272
  REPORTEI_TOKEN: "$secrets.REPORTEI_TOKEN"
88248
88273
  },
@@ -88269,6 +88294,7 @@ init_esm_shims();
88269
88294
  var serpapi = {
88270
88295
  serpapi: {
88271
88296
  label: "SerpApi",
88297
+ category: "data-automation-infrastructure",
88272
88298
  environmentMapping: {
88273
88299
  SERPAPI_TOKEN: "$secrets.SERPAPI_TOKEN"
88274
88300
  },
@@ -88295,6 +88321,7 @@ init_esm_shims();
88295
88321
  var salesforce = {
88296
88322
  salesforce: {
88297
88323
  label: "Salesforce",
88324
+ category: "sales-crm-business-operations",
88298
88325
  environmentMapping: {
88299
88326
  SALESFORCE_TOKEN: "$secrets.SALESFORCE_TOKEN",
88300
88327
  SALESFORCE_INSTANCE: "$vars.SALESFORCE_INSTANCE"
@@ -88327,6 +88354,7 @@ init_esm_shims();
88327
88354
  var reddit = {
88328
88355
  reddit: {
88329
88356
  label: "Reddit",
88357
+ category: "data-automation-infrastructure",
88330
88358
  environmentMapping: {
88331
88359
  REDDIT_TOKEN: "$secrets.REDDIT_ACCESS_TOKEN"
88332
88360
  },
@@ -88362,6 +88390,7 @@ init_esm_shims();
88362
88390
  var strava = {
88363
88391
  strava: {
88364
88392
  label: "Strava",
88393
+ category: "data-automation-infrastructure",
88365
88394
  environmentMapping: {
88366
88395
  STRAVA_TOKEN: "$secrets.STRAVA_ACCESS_TOKEN"
88367
88396
  },
@@ -88401,6 +88430,7 @@ init_esm_shims();
88401
88430
  var x = {
88402
88431
  x: {
88403
88432
  label: "X",
88433
+ category: "marketing-content-growth",
88404
88434
  environmentMapping: {
88405
88435
  X_TOKEN: "$secrets.X_ACCESS_TOKEN"
88406
88436
  },
@@ -88481,6 +88511,7 @@ init_esm_shims();
88481
88511
  var neon = {
88482
88512
  neon: {
88483
88513
  label: "Neon",
88514
+ category: "data-automation-infrastructure",
88484
88515
  environmentMapping: {
88485
88516
  NEON_TOKEN: "$secrets.NEON_ACCESS_TOKEN"
88486
88517
  },
@@ -88534,6 +88565,7 @@ init_esm_shims();
88534
88565
  var gamma = {
88535
88566
  gamma: {
88536
88567
  label: "Gamma",
88568
+ category: "marketing-content-growth",
88537
88569
  environmentMapping: {
88538
88570
  GAMMA_TOKEN: "$secrets.GAMMA_TOKEN"
88539
88571
  },
@@ -88560,6 +88592,7 @@ init_esm_shims();
88560
88592
  var garminConnect = {
88561
88593
  "garmin-connect": {
88562
88594
  label: "Garmin Connect",
88595
+ category: "data-automation-infrastructure",
88563
88596
  environmentMapping: {
88564
88597
  GARMIN_CONNECT_TOKEN: "$secrets.GARMIN_CONNECT_ACCESS_TOKEN"
88565
88598
  },
@@ -88595,6 +88628,7 @@ init_esm_shims();
88595
88628
  var vercel = {
88596
88629
  vercel: {
88597
88630
  label: "Vercel",
88631
+ category: "engineering-team-execution",
88598
88632
  environmentMapping: {
88599
88633
  VERCEL_TOKEN: "$secrets.VERCEL_ACCESS_TOKEN"
88600
88634
  },
@@ -88624,6 +88658,7 @@ init_esm_shims();
88624
88658
  var sentry = {
88625
88659
  sentry: {
88626
88660
  label: "Sentry",
88661
+ category: "engineering-team-execution",
88627
88662
  environmentMapping: {
88628
88663
  SENTRY_TOKEN: "$secrets.SENTRY_ACCESS_TOKEN"
88629
88664
  },
@@ -88665,6 +88700,7 @@ init_esm_shims();
88665
88700
  var posthog = {
88666
88701
  posthog: {
88667
88702
  label: "PostHog",
88703
+ category: "data-automation-infrastructure",
88668
88704
  environmentMapping: {
88669
88705
  POSTHOG_TOKEN: "$secrets.POSTHOG_ACCESS_TOKEN"
88670
88706
  },
@@ -88736,6 +88772,7 @@ init_esm_shims();
88736
88772
  var productlane = {
88737
88773
  productlane: {
88738
88774
  label: "Productlane",
88775
+ category: "sales-crm-business-operations",
88739
88776
  environmentMapping: {
88740
88777
  PRODUCTLANE_TOKEN: "$secrets.PRODUCTLANE_TOKEN"
88741
88778
  },
@@ -88761,6 +88798,7 @@ init_esm_shims();
88761
88798
  var intervalsIcu = {
88762
88799
  "intervals-icu": {
88763
88800
  label: "Intervals.icu",
88801
+ category: "meetings-scheduling",
88764
88802
  environmentMapping: {
88765
88803
  INTERVALS_ICU_TOKEN: "$secrets.INTERVALS_ICU_ACCESS_TOKEN"
88766
88804
  },
@@ -88791,6 +88829,7 @@ init_esm_shims();
88791
88829
  var monday = {
88792
88830
  monday: {
88793
88831
  label: "Monday.com",
88832
+ category: "engineering-team-execution",
88794
88833
  environmentMapping: {
88795
88834
  MONDAY_TOKEN: "$secrets.MONDAY_ACCESS_TOKEN"
88796
88835
  },
@@ -88840,6 +88879,7 @@ init_esm_shims();
88840
88879
  var calendly = {
88841
88880
  calendly: {
88842
88881
  label: "Calendly",
88882
+ category: "meetings-scheduling",
88843
88883
  environmentMapping: {
88844
88884
  CALENDLY_TOKEN: "$secrets.CALENDLY_TOKEN"
88845
88885
  },
@@ -88866,6 +88906,7 @@ init_esm_shims();
88866
88906
  var canva = {
88867
88907
  canva: {
88868
88908
  label: "Canva",
88909
+ category: "docs-files-knowledge",
88869
88910
  environmentMapping: {
88870
88911
  CANVA_TOKEN: "$secrets.CANVA_ACCESS_TOKEN"
88871
88912
  },
@@ -88914,6 +88955,7 @@ init_esm_shims();
88914
88955
  var calCom = {
88915
88956
  "cal-com": {
88916
88957
  label: "Cal.com",
88958
+ category: "meetings-scheduling",
88917
88959
  environmentMapping: {
88918
88960
  CALCOM_TOKEN: "$secrets.CALCOM_TOKEN"
88919
88961
  },
@@ -88940,6 +88982,7 @@ init_esm_shims();
88940
88982
  var xero = {
88941
88983
  xero: {
88942
88984
  label: "Xero",
88985
+ category: "data-automation-infrastructure",
88943
88986
  environmentMapping: {
88944
88987
  XERO_TOKEN: "$secrets.XERO_ACCESS_TOKEN"
88945
88988
  },
@@ -88997,6 +89040,7 @@ init_esm_shims();
88997
89040
  var supabase = {
88998
89041
  supabase: {
88999
89042
  label: "Supabase",
89043
+ category: "data-automation-infrastructure",
89000
89044
  environmentMapping: {
89001
89045
  SUPABASE_TOKEN: "$secrets.SUPABASE_ACCESS_TOKEN"
89002
89046
  },
@@ -89056,6 +89100,7 @@ init_esm_shims();
89056
89100
  var todoist = {
89057
89101
  todoist: {
89058
89102
  label: "Todoist",
89103
+ category: "engineering-team-execution",
89059
89104
  environmentMapping: {
89060
89105
  TODOIST_TOKEN: "$secrets.TODOIST_ACCESS_TOKEN"
89061
89106
  },
@@ -89086,6 +89131,7 @@ init_esm_shims();
89086
89131
  var webflow = {
89087
89132
  webflow: {
89088
89133
  label: "Webflow",
89134
+ category: "marketing-content-growth",
89089
89135
  environmentMapping: {
89090
89136
  WEBFLOW_TOKEN: "$secrets.WEBFLOW_ACCESS_TOKEN"
89091
89137
  },
@@ -89144,6 +89190,7 @@ init_esm_shims();
89144
89190
  var workos = {
89145
89191
  workos: {
89146
89192
  label: "WorkOS",
89193
+ category: "engineering-team-execution",
89147
89194
  helpText: "Connect to WorkOS for enterprise SSO, SCIM directory sync, RBAC fine-grained authorization, and audit log management.",
89148
89195
  environmentMapping: { WORKOS_TOKEN: "$secrets.WORKOS_TOKEN" },
89149
89196
  authMethods: {
@@ -89168,6 +89215,7 @@ init_esm_shims();
89168
89215
  var wrike = {
89169
89216
  wrike: {
89170
89217
  label: "Wrike",
89218
+ category: "engineering-team-execution",
89171
89219
  environmentMapping: {
89172
89220
  WRIKE_TOKEN: "$secrets.WRIKE_TOKEN"
89173
89221
  },
@@ -89193,6 +89241,7 @@ init_esm_shims();
89193
89241
  var outlookMail = {
89194
89242
  "outlook-mail": {
89195
89243
  label: "Outlook Mail",
89244
+ category: "communication-collaboration",
89196
89245
  environmentMapping: {
89197
89246
  OUTLOOK_MAIL_TOKEN: "$secrets.OUTLOOK_MAIL_ACCESS_TOKEN"
89198
89247
  },
@@ -89228,6 +89277,7 @@ init_esm_shims();
89228
89277
  var outlookCalendar = {
89229
89278
  "outlook-calendar": {
89230
89279
  label: "Outlook Calendar",
89280
+ category: "meetings-scheduling",
89231
89281
  environmentMapping: {
89232
89282
  OUTLOOK_CALENDAR_TOKEN: "$secrets.OUTLOOK_CALENDAR_ACCESS_TOKEN"
89233
89283
  },
@@ -89263,6 +89313,7 @@ init_esm_shims();
89263
89313
  var asana = {
89264
89314
  asana: {
89265
89315
  label: "Asana",
89316
+ category: "engineering-team-execution",
89266
89317
  environmentMapping: {
89267
89318
  ASANA_TOKEN: "$secrets.ASANA_ACCESS_TOKEN"
89268
89319
  },
@@ -89297,6 +89348,7 @@ init_esm_shims();
89297
89348
  var atlassian = {
89298
89349
  atlassian: {
89299
89350
  label: "Atlassian (Jira/Confluence)",
89351
+ category: "engineering-team-execution",
89300
89352
  environmentMapping: {
89301
89353
  ATLASSIAN_TOKEN: "$secrets.ATLASSIAN_TOKEN",
89302
89354
  ATLASSIAN_EMAIL: "$vars.ATLASSIAN_EMAIL",
@@ -89337,6 +89389,7 @@ init_esm_shims();
89337
89389
  var metaAds = {
89338
89390
  "meta-ads": {
89339
89391
  label: "Meta Ads",
89392
+ category: "marketing-content-growth",
89340
89393
  environmentMapping: {
89341
89394
  META_ADS_TOKEN: "$secrets.META_ADS_ACCESS_TOKEN"
89342
89395
  },
@@ -89368,6 +89421,7 @@ init_esm_shims();
89368
89421
  var stripe = {
89369
89422
  stripe: {
89370
89423
  label: "Stripe",
89424
+ category: "data-automation-infrastructure",
89371
89425
  tags: ["payments", "billing", "checkout"],
89372
89426
  environmentMapping: {
89373
89427
  STRIPE_TOKEN: "$secrets.STRIPE_ACCESS_TOKEN"
@@ -89415,6 +89469,7 @@ init_esm_shims();
89415
89469
  var onyx = {
89416
89470
  onyx: {
89417
89471
  label: "Onyx",
89472
+ category: "docs-files-knowledge",
89418
89473
  helpText: "Connect your Onyx account to search internal knowledge bases, chat with AI agents, and index documents",
89419
89474
  environmentMapping: {
89420
89475
  ONYX_TOKEN: "$secrets.ONYX_TOKEN"
@@ -89441,6 +89496,7 @@ init_esm_shims();
89441
89496
  var openai = {
89442
89497
  openai: {
89443
89498
  label: "OpenAI",
89499
+ category: "ai-general-models",
89444
89500
  tags: ["llm", "ai", "gpt", "chatgpt"],
89445
89501
  environmentMapping: {
89446
89502
  OPENAI_TOKEN: "$secrets.OPENAI_TOKEN"
@@ -89473,6 +89529,7 @@ init_esm_shims();
89473
89529
  var similarweb = {
89474
89530
  similarweb: {
89475
89531
  label: "SimilarWeb",
89532
+ category: "marketing-content-growth",
89476
89533
  environmentMapping: {
89477
89534
  SIMILARWEB_TOKEN: "$secrets.SIMILARWEB_TOKEN"
89478
89535
  },
@@ -89499,6 +89556,7 @@ init_esm_shims();
89499
89556
  var perplexity = {
89500
89557
  perplexity: {
89501
89558
  label: "Perplexity",
89559
+ category: "data-automation-infrastructure",
89502
89560
  environmentMapping: {
89503
89561
  PERPLEXITY_TOKEN: "$secrets.PERPLEXITY_TOKEN"
89504
89562
  },
@@ -89525,6 +89583,7 @@ init_esm_shims();
89525
89583
  var pipedrive = {
89526
89584
  pipedrive: {
89527
89585
  label: "Pipedrive",
89586
+ category: "sales-crm-business-operations",
89528
89587
  environmentMapping: {
89529
89588
  PIPEDRIVE_TOKEN: "$secrets.PIPEDRIVE_TOKEN"
89530
89589
  },
@@ -89551,6 +89610,7 @@ init_esm_shims();
89551
89610
  var plain = {
89552
89611
  plain: {
89553
89612
  label: "Plain",
89613
+ category: "communication-collaboration",
89554
89614
  environmentMapping: {
89555
89615
  PLAIN_TOKEN: "$secrets.PLAIN_TOKEN"
89556
89616
  },
@@ -89577,6 +89637,7 @@ init_esm_shims();
89577
89637
  var plausible = {
89578
89638
  plausible: {
89579
89639
  label: "Plausible",
89640
+ category: "data-automation-infrastructure",
89580
89641
  environmentMapping: {
89581
89642
  PLAUSIBLE_TOKEN: "$secrets.PLAUSIBLE_TOKEN"
89582
89643
  },
@@ -89603,6 +89664,7 @@ init_esm_shims();
89603
89664
  var mailchimp = {
89604
89665
  mailchimp: {
89605
89666
  label: "Mailchimp",
89667
+ category: "communication-collaboration",
89606
89668
  environmentMapping: {
89607
89669
  MAILCHIMP_TOKEN: "$secrets.MAILCHIMP_ACCESS_TOKEN"
89608
89670
  },
@@ -89645,6 +89707,7 @@ init_esm_shims();
89645
89707
  var chatwoot = {
89646
89708
  chatwoot: {
89647
89709
  label: "Chatwoot",
89710
+ category: "communication-collaboration",
89648
89711
  environmentMapping: {
89649
89712
  CHATWOOT_TOKEN: "$secrets.CHATWOOT_TOKEN"
89650
89713
  },
@@ -89671,6 +89734,7 @@ init_esm_shims();
89671
89734
  var resend = {
89672
89735
  resend: {
89673
89736
  label: "Resend",
89737
+ category: "communication-collaboration",
89674
89738
  environmentMapping: {
89675
89739
  RESEND_TOKEN: "$secrets.RESEND_TOKEN"
89676
89740
  },
@@ -89698,6 +89762,7 @@ init_esm_shims();
89698
89762
  var revenuecat = {
89699
89763
  revenuecat: {
89700
89764
  label: "RevenueCat",
89765
+ category: "data-automation-infrastructure",
89701
89766
  environmentMapping: {
89702
89767
  REVENUECAT_TOKEN: "$secrets.REVENUECAT_TOKEN"
89703
89768
  },
@@ -89724,6 +89789,7 @@ init_esm_shims();
89724
89789
  var replicate = {
89725
89790
  replicate: {
89726
89791
  label: "Replicate",
89792
+ category: "ai-image-video",
89727
89793
  environmentMapping: {
89728
89794
  REPLICATE_TOKEN: "$secrets.REPLICATE_TOKEN"
89729
89795
  },
@@ -89750,6 +89816,7 @@ init_esm_shims();
89750
89816
  var pdf4me = {
89751
89817
  pdf4me: {
89752
89818
  label: "PDF4me",
89819
+ category: "data-automation-infrastructure",
89753
89820
  environmentMapping: {
89754
89821
  PDF4ME_TOKEN: "$secrets.PDF4ME_TOKEN"
89755
89822
  },
@@ -89776,6 +89843,7 @@ init_esm_shims();
89776
89843
  var apify = {
89777
89844
  apify: {
89778
89845
  label: "Apify",
89846
+ category: "data-automation-infrastructure",
89779
89847
  environmentMapping: {
89780
89848
  APIFY_TOKEN: "$secrets.APIFY_TOKEN"
89781
89849
  },
@@ -89802,6 +89870,7 @@ init_esm_shims();
89802
89870
  var doppler = {
89803
89871
  doppler: {
89804
89872
  label: "Doppler",
89873
+ category: "engineering-team-execution",
89805
89874
  environmentMapping: {
89806
89875
  DOPPLER_TOKEN: "$secrets.DOPPLER_TOKEN"
89807
89876
  },
@@ -89828,6 +89897,7 @@ init_esm_shims();
89828
89897
  var infisical = {
89829
89898
  infisical: {
89830
89899
  label: "Infisical",
89900
+ category: "engineering-team-execution",
89831
89901
  environmentMapping: {
89832
89902
  INFISICAL_CLIENT_ID: "$secrets.INFISICAL_CLIENT_ID",
89833
89903
  INFISICAL_CLIENT_SECRET: "$secrets.INFISICAL_CLIENT_SECRET"
@@ -89860,6 +89930,7 @@ init_esm_shims();
89860
89930
  var apollo = {
89861
89931
  apollo: {
89862
89932
  label: "Apollo",
89933
+ category: "sales-crm-business-operations",
89863
89934
  environmentMapping: {
89864
89935
  APOLLO_TOKEN: "$secrets.APOLLO_TOKEN"
89865
89936
  },
@@ -89886,6 +89957,7 @@ init_esm_shims();
89886
89957
  var pinecone = {
89887
89958
  pinecone: {
89888
89959
  label: "Pinecone",
89960
+ category: "data-automation-infrastructure",
89889
89961
  environmentMapping: {
89890
89962
  PINECONE_TOKEN: "$secrets.PINECONE_TOKEN"
89891
89963
  },
@@ -89912,6 +89984,7 @@ init_esm_shims();
89912
89984
  var pika = {
89913
89985
  pika: {
89914
89986
  label: "Pika",
89987
+ category: "ai-image-video",
89915
89988
  environmentMapping: {
89916
89989
  PIKA_TOKEN: "$secrets.PIKA_TOKEN"
89917
89990
  },
@@ -89938,6 +90011,7 @@ init_esm_shims();
89938
90011
  var bitrix = {
89939
90012
  bitrix: {
89940
90013
  label: "Bitrix24",
90014
+ category: "sales-crm-business-operations",
89941
90015
  environmentMapping: {
89942
90016
  BITRIX_WEBHOOK_URL: "$secrets.BITRIX_WEBHOOK_URL"
89943
90017
  },
@@ -89964,6 +90038,7 @@ init_esm_shims();
89964
90038
  var brevo = {
89965
90039
  brevo: {
89966
90040
  label: "Brevo",
90041
+ category: "communication-collaboration",
89967
90042
  environmentMapping: {
89968
90043
  BREVO_TOKEN: "$secrets.BREVO_TOKEN"
89969
90044
  },
@@ -89990,6 +90065,7 @@ init_esm_shims();
89990
90065
  var braveSearch = {
89991
90066
  "brave-search": {
89992
90067
  label: "Brave Search",
90068
+ category: "data-automation-infrastructure",
89993
90069
  environmentMapping: {
89994
90070
  BRAVE_API_KEY: "$secrets.BRAVE_API_KEY"
89995
90071
  },
@@ -90016,6 +90092,7 @@ init_esm_shims();
90016
90092
  var brightData = {
90017
90093
  "bright-data": {
90018
90094
  label: "Bright Data",
90095
+ category: "data-automation-infrastructure",
90019
90096
  environmentMapping: {
90020
90097
  BRIGHTDATA_TOKEN: "$secrets.BRIGHTDATA_TOKEN"
90021
90098
  },
@@ -90041,6 +90118,7 @@ init_esm_shims();
90041
90118
  var browserbase = {
90042
90119
  browserbase: {
90043
90120
  label: "Browserbase",
90121
+ category: "data-automation-infrastructure",
90044
90122
  environmentMapping: {
90045
90123
  BROWSERBASE_TOKEN: "$secrets.BROWSERBASE_TOKEN",
90046
90124
  BROWSERBASE_PROJECT_ID: "$vars.BROWSERBASE_PROJECT_ID"
@@ -90067,11 +90145,39 @@ var browserbase = {
90067
90145
  }
90068
90146
  };
90069
90147
 
90148
+ // ../../packages/core/src/contracts/connectors/browser-use.ts
90149
+ init_esm_shims();
90150
+ var browserUse = {
90151
+ "browser-use": {
90152
+ label: "Browser Use",
90153
+ category: "data-automation-infrastructure",
90154
+ environmentMapping: {
90155
+ BROWSER_USE_TOKEN: "$secrets.BROWSER_USE_TOKEN"
90156
+ },
90157
+ helpText: "Connect Browser Use to run AI-powered browser automation tasks \u2014 submit natural-language prompts and let agents complete web tasks in hosted browsers",
90158
+ authMethods: {
90159
+ "api-token": {
90160
+ label: "API Key",
90161
+ helpText: "1. Sign in at [cloud.browser-use.com](https://cloud.browser-use.com)\n2. Go to **Settings \u2192 API Keys**\n3. Click **Create new key**\n4. Copy the generated API key",
90162
+ secrets: {
90163
+ BROWSER_USE_TOKEN: {
90164
+ label: "API Key",
90165
+ required: true,
90166
+ placeholder: "bu_CoffeeSafeLocalCoffeeSafeLocalCoffee"
90167
+ }
90168
+ }
90169
+ }
90170
+ },
90171
+ defaultAuthMethod: "api-token"
90172
+ }
90173
+ };
90174
+
90070
90175
  // ../../packages/core/src/contracts/connectors/browserless.ts
90071
90176
  init_esm_shims();
90072
90177
  var browserless = {
90073
90178
  browserless: {
90074
90179
  label: "Browserless",
90180
+ category: "data-automation-infrastructure",
90075
90181
  environmentMapping: {
90076
90182
  BROWSERLESS_TOKEN: "$secrets.BROWSERLESS_TOKEN"
90077
90183
  },
@@ -90097,6 +90203,7 @@ init_esm_shims();
90097
90203
  var fireflies = {
90098
90204
  fireflies: {
90099
90205
  label: "Fireflies",
90206
+ category: "meetings-scheduling",
90100
90207
  environmentMapping: {
90101
90208
  FIREFLIES_TOKEN: "$secrets.FIREFLIES_TOKEN"
90102
90209
  },
@@ -90122,6 +90229,7 @@ init_esm_shims();
90122
90229
  var firecrawl = {
90123
90230
  firecrawl: {
90124
90231
  label: "Firecrawl",
90232
+ category: "data-automation-infrastructure",
90125
90233
  environmentMapping: {
90126
90234
  FIRECRAWL_TOKEN: "$secrets.FIRECRAWL_TOKEN"
90127
90235
  },
@@ -90148,6 +90256,7 @@ init_esm_shims();
90148
90256
  var scrapeninja = {
90149
90257
  scrapeninja: {
90150
90258
  label: "ScrapeNinja",
90259
+ category: "data-automation-infrastructure",
90151
90260
  environmentMapping: {
90152
90261
  SCRAPENINJA_TOKEN: "$secrets.SCRAPENINJA_TOKEN"
90153
90262
  },
@@ -90172,6 +90281,7 @@ init_esm_shims();
90172
90281
  var pdfco = {
90173
90282
  pdfco: {
90174
90283
  label: "PDF.co",
90284
+ category: "data-automation-infrastructure",
90175
90285
  environmentMapping: {
90176
90286
  PDFCO_TOKEN: "$secrets.PDFCO_TOKEN"
90177
90287
  },
@@ -90197,6 +90307,7 @@ init_esm_shims();
90197
90307
  var elevenlabs = {
90198
90308
  elevenlabs: {
90199
90309
  label: "ElevenLabs",
90310
+ category: "ai-voice-audio",
90200
90311
  environmentMapping: {
90201
90312
  ELEVENLABS_TOKEN: "$secrets.ELEVENLABS_TOKEN"
90202
90313
  },
@@ -90223,6 +90334,7 @@ init_esm_shims();
90223
90334
  var etsy = {
90224
90335
  etsy: {
90225
90336
  label: "Etsy",
90337
+ category: "data-automation-infrastructure",
90226
90338
  environmentMapping: {
90227
90339
  ETSY_TOKEN: "$secrets.ETSY_TOKEN"
90228
90340
  },
@@ -90249,6 +90361,7 @@ init_esm_shims();
90249
90361
  var exa = {
90250
90362
  exa: {
90251
90363
  label: "Exa",
90364
+ category: "data-automation-infrastructure",
90252
90365
  environmentMapping: {
90253
90366
  EXA_TOKEN: "$secrets.EXA_TOKEN"
90254
90367
  },
@@ -90275,6 +90388,7 @@ init_esm_shims();
90275
90388
  var explorium = {
90276
90389
  explorium: {
90277
90390
  label: "Explorium",
90391
+ category: "sales-crm-business-operations",
90278
90392
  environmentMapping: {
90279
90393
  EXPLORIUM_TOKEN: "$secrets.EXPLORIUM_TOKEN"
90280
90394
  },
@@ -90301,6 +90415,7 @@ init_esm_shims();
90301
90415
  var devto = {
90302
90416
  devto: {
90303
90417
  label: "Dev.to",
90418
+ category: "marketing-content-growth",
90304
90419
  environmentMapping: {
90305
90420
  DEVTO_TOKEN: "$secrets.DEVTO_TOKEN"
90306
90421
  },
@@ -90327,6 +90442,7 @@ init_esm_shims();
90327
90442
  var fal = {
90328
90443
  fal: {
90329
90444
  label: "fal.ai",
90445
+ category: "ai-image-video",
90330
90446
  environmentMapping: {
90331
90447
  FAL_TOKEN: "$secrets.FAL_TOKEN"
90332
90448
  },
@@ -90353,6 +90469,7 @@ init_esm_shims();
90353
90469
  var granola = {
90354
90470
  granola: {
90355
90471
  label: "Granola",
90472
+ category: "meetings-scheduling",
90356
90473
  environmentMapping: {
90357
90474
  GRANOLA_TOKEN: "$secrets.GRANOLA_TOKEN"
90358
90475
  },
@@ -90379,6 +90496,7 @@ init_esm_shims();
90379
90496
  var podchaser = {
90380
90497
  podchaser: {
90381
90498
  label: "Podchaser",
90499
+ category: "data-automation-infrastructure",
90382
90500
  environmentMapping: {
90383
90501
  PODCHASER_TOKEN: "$secrets.PODCHASER_TOKEN"
90384
90502
  },
@@ -90405,6 +90523,7 @@ init_esm_shims();
90405
90523
  var pushinator = {
90406
90524
  pushinator: {
90407
90525
  label: "Pushinator",
90526
+ category: "communication-collaboration",
90408
90527
  environmentMapping: {
90409
90528
  PUSHINATOR_TOKEN: "$secrets.PUSHINATOR_TOKEN"
90410
90529
  },
@@ -90430,6 +90549,7 @@ init_esm_shims();
90430
90549
  var qdrant = {
90431
90550
  qdrant: {
90432
90551
  label: "Qdrant",
90552
+ category: "data-automation-infrastructure",
90433
90553
  environmentMapping: {
90434
90554
  QDRANT_TOKEN: "$secrets.QDRANT_TOKEN",
90435
90555
  QDRANT_BASE_URL: "$vars.QDRANT_BASE_URL"
@@ -90463,6 +90583,7 @@ init_esm_shims();
90463
90583
  var qiita = {
90464
90584
  qiita: {
90465
90585
  label: "Qiita",
90586
+ category: "marketing-content-growth",
90466
90587
  environmentMapping: {
90467
90588
  QIITA_TOKEN: "$secrets.QIITA_TOKEN"
90468
90589
  },
@@ -90489,6 +90610,7 @@ init_esm_shims();
90489
90610
  var zep = {
90490
90611
  zep: {
90491
90612
  label: "Zep",
90613
+ category: "ai-memory-tracing-eval",
90492
90614
  helpText: "Connect to Zep for long-term memory and conversation history management in AI agents.",
90493
90615
  environmentMapping: { ZEP_TOKEN: "$secrets.ZEP_TOKEN" },
90494
90616
  authMethods: {
@@ -90513,6 +90635,7 @@ init_esm_shims();
90513
90635
  var zeptomail = {
90514
90636
  zeptomail: {
90515
90637
  label: "ZeptoMail",
90638
+ category: "communication-collaboration",
90516
90639
  environmentMapping: {
90517
90640
  ZEPTOMAIL_TOKEN: "$secrets.ZEPTOMAIL_TOKEN"
90518
90641
  },
@@ -90539,6 +90662,7 @@ init_esm_shims();
90539
90662
  var runway = {
90540
90663
  runway: {
90541
90664
  label: "Runway",
90665
+ category: "ai-image-video",
90542
90666
  environmentMapping: {
90543
90667
  RUNWAY_TOKEN: "$secrets.RUNWAY_TOKEN"
90544
90668
  },
@@ -90565,6 +90689,7 @@ init_esm_shims();
90565
90689
  var shopify = {
90566
90690
  shopify: {
90567
90691
  label: "Shopify",
90692
+ category: "data-automation-infrastructure",
90568
90693
  tags: ["ecommerce", "store", "products", "orders"],
90569
90694
  environmentMapping: {
90570
90695
  SHOPIFY_TOKEN: "$secrets.SHOPIFY_TOKEN",
@@ -90599,6 +90724,7 @@ init_esm_shims();
90599
90724
  var shortio = {
90600
90725
  shortio: {
90601
90726
  label: "Short.io",
90727
+ category: "marketing-content-growth",
90602
90728
  environmentMapping: {
90603
90729
  SHORTIO_TOKEN: "$secrets.SHORTIO_TOKEN"
90604
90730
  },
@@ -90625,6 +90751,7 @@ init_esm_shims();
90625
90751
  var stabilityAi = {
90626
90752
  "stability-ai": {
90627
90753
  label: "Stability AI",
90754
+ category: "ai-image-video",
90628
90755
  environmentMapping: {
90629
90756
  STABILITY_TOKEN: "$secrets.STABILITY_TOKEN"
90630
90757
  },
@@ -90652,6 +90779,7 @@ init_esm_shims();
90652
90779
  var streak = {
90653
90780
  streak: {
90654
90781
  label: "Streak",
90782
+ category: "sales-crm-business-operations",
90655
90783
  environmentMapping: {
90656
90784
  STREAK_TOKEN: "$secrets.STREAK_TOKEN"
90657
90785
  },
@@ -90678,6 +90806,7 @@ init_esm_shims();
90678
90806
  var strapi = {
90679
90807
  strapi: {
90680
90808
  label: "Strapi",
90809
+ category: "docs-files-knowledge",
90681
90810
  environmentMapping: {
90682
90811
  STRAPI_TOKEN: "$secrets.STRAPI_TOKEN",
90683
90812
  STRAPI_BASE_URL: "$vars.STRAPI_BASE_URL"
@@ -90710,6 +90839,7 @@ init_esm_shims();
90710
90839
  var supadata = {
90711
90840
  supadata: {
90712
90841
  label: "Supadata",
90842
+ category: "data-automation-infrastructure",
90713
90843
  environmentMapping: {
90714
90844
  SUPADATA_TOKEN: "$secrets.SUPADATA_TOKEN"
90715
90845
  },
@@ -90736,6 +90866,7 @@ init_esm_shims();
90736
90866
  var tavily = {
90737
90867
  tavily: {
90738
90868
  label: "Tavily",
90869
+ category: "data-automation-infrastructure",
90739
90870
  environmentMapping: {
90740
90871
  TAVILY_TOKEN: "$secrets.TAVILY_TOKEN"
90741
90872
  },
@@ -90762,6 +90893,7 @@ init_esm_shims();
90762
90893
  var tldv = {
90763
90894
  tldv: {
90764
90895
  label: "tl;dv",
90896
+ category: "meetings-scheduling",
90765
90897
  environmentMapping: {
90766
90898
  TLDV_TOKEN: "$secrets.TLDV_TOKEN"
90767
90899
  },
@@ -90788,6 +90920,7 @@ init_esm_shims();
90788
90920
  var together = {
90789
90921
  together: {
90790
90922
  label: "Together AI",
90923
+ category: "ai-general-models",
90791
90924
  environmentMapping: {
90792
90925
  TOGETHER_TOKEN: "$secrets.TOGETHER_TOKEN"
90793
90926
  },
@@ -90814,6 +90947,7 @@ init_esm_shims();
90814
90947
  var twenty = {
90815
90948
  twenty: {
90816
90949
  label: "Twenty",
90950
+ category: "sales-crm-business-operations",
90817
90951
  environmentMapping: {
90818
90952
  TWENTY_TOKEN: "$secrets.TWENTY_TOKEN"
90819
90953
  },
@@ -90840,6 +90974,7 @@ init_esm_shims();
90840
90974
  var youtube = {
90841
90975
  youtube: {
90842
90976
  label: "YouTube",
90977
+ category: "marketing-content-growth",
90843
90978
  environmentMapping: {
90844
90979
  YOUTUBE_TOKEN: "$secrets.YOUTUBE_TOKEN"
90845
90980
  },
@@ -90868,6 +91003,7 @@ var zapier = {
90868
91003
  label: "Zapier",
90869
91004
  featureFlag: "zapierConnector" /* ZapierConnector */,
90870
91005
  strictFeatureFlag: true,
91006
+ category: "data-automation-infrastructure",
90871
91007
  environmentMapping: {
90872
91008
  ZAPIER_TOKEN: "$secrets.ZAPIER_TOKEN"
90873
91009
  },
@@ -90893,6 +91029,7 @@ init_esm_shims();
90893
91029
  var zapsign = {
90894
91030
  zapsign: {
90895
91031
  label: "ZapSign",
91032
+ category: "data-automation-infrastructure",
90896
91033
  environmentMapping: {
90897
91034
  ZAPSIGN_TOKEN: "$secrets.ZAPSIGN_TOKEN"
90898
91035
  },
@@ -90919,6 +91056,7 @@ init_esm_shims();
90919
91056
  var zendesk = {
90920
91057
  zendesk: {
90921
91058
  label: "Zendesk",
91059
+ category: "communication-collaboration",
90922
91060
  environmentMapping: {
90923
91061
  ZENDESK_API_TOKEN: "$secrets.ZENDESK_API_TOKEN",
90924
91062
  ZENDESK_EMAIL: "$vars.ZENDESK_EMAIL",
@@ -90959,6 +91097,7 @@ init_esm_shims();
90959
91097
  var htmlcsstoimage = {
90960
91098
  htmlcsstoimage: {
90961
91099
  label: "HTML/CSS to Image",
91100
+ category: "marketing-content-growth",
90962
91101
  environmentMapping: {
90963
91102
  HCTI_API_KEY: "$secrets.HCTI_API_KEY",
90964
91103
  HCTI_USER_ID: "$vars.HCTI_USER_ID"
@@ -90990,6 +91129,7 @@ init_esm_shims();
90990
91129
  var imgur = {
90991
91130
  imgur: {
90992
91131
  label: "Imgur",
91132
+ category: "marketing-content-growth",
90993
91133
  environmentMapping: {
90994
91134
  IMGUR_CLIENT_ID: "$secrets.IMGUR_CLIENT_ID"
90995
91135
  },
@@ -91016,6 +91156,7 @@ init_esm_shims();
91016
91156
  var instagram = {
91017
91157
  instagram: {
91018
91158
  label: "Instagram",
91159
+ category: "marketing-content-growth",
91019
91160
  environmentMapping: {
91020
91161
  INSTAGRAM_TOKEN: "$secrets.INSTAGRAM_TOKEN",
91021
91162
  INSTAGRAM_BUSINESS_ACCOUNT_ID: "$vars.INSTAGRAM_BUSINESS_ACCOUNT_ID"
@@ -91047,6 +91188,7 @@ init_esm_shims();
91047
91188
  var prismaPostgres = {
91048
91189
  "prisma-postgres": {
91049
91190
  label: "Prisma Postgres",
91191
+ category: "data-automation-infrastructure",
91050
91192
  environmentMapping: {
91051
91193
  PRISMA_POSTGRES_TOKEN: "$secrets.PRISMA_POSTGRES_TOKEN"
91052
91194
  },
@@ -91073,6 +91215,7 @@ init_esm_shims();
91073
91215
  var discord = {
91074
91216
  discord: {
91075
91217
  label: "Discord",
91218
+ category: "communication-collaboration",
91076
91219
  environmentMapping: {
91077
91220
  DISCORD_BOT_TOKEN: "$secrets.DISCORD_BOT_TOKEN"
91078
91221
  },
@@ -91099,6 +91242,7 @@ init_esm_shims();
91099
91242
  var lark = {
91100
91243
  lark: {
91101
91244
  label: "Lark",
91245
+ category: "communication-collaboration",
91102
91246
  environmentMapping: {
91103
91247
  LARK_TOKEN: "$secrets.LARK_TOKEN",
91104
91248
  LARK_APP_ID: "$vars.LARK_APP_ID"
@@ -91131,6 +91275,7 @@ init_esm_shims();
91131
91275
  var luma = {
91132
91276
  luma: {
91133
91277
  label: "Luma AI",
91278
+ category: "ai-image-video",
91134
91279
  environmentMapping: {
91135
91280
  LUMA_TOKEN: "$secrets.LUMA_TOKEN"
91136
91281
  },
@@ -91157,6 +91302,7 @@ init_esm_shims();
91157
91302
  var langsmith = {
91158
91303
  langsmith: {
91159
91304
  label: "LangSmith",
91305
+ category: "ai-memory-tracing-eval",
91160
91306
  helpText: "Connect to LangSmith for LLM tracing, evaluation, and dataset management.",
91161
91307
  environmentMapping: {
91162
91308
  LANGSMITH_TOKEN: "$secrets.LANGSMITH_TOKEN"
@@ -91183,6 +91329,7 @@ init_esm_shims();
91183
91329
  var mailsac = {
91184
91330
  mailsac: {
91185
91331
  label: "Mailsac",
91332
+ category: "communication-collaboration",
91186
91333
  environmentMapping: {
91187
91334
  MAILSAC_TOKEN: "$secrets.MAILSAC_TOKEN"
91188
91335
  },
@@ -91209,6 +91356,7 @@ init_esm_shims();
91209
91356
  var manus = {
91210
91357
  manus: {
91211
91358
  label: "Manus",
91359
+ category: "ai-agent-apps",
91212
91360
  environmentMapping: {
91213
91361
  MANUS_TOKEN: "$secrets.MANUS_TOKEN"
91214
91362
  },
@@ -91235,6 +91383,7 @@ init_esm_shims();
91235
91383
  var minio = {
91236
91384
  minio: {
91237
91385
  label: "MinIO",
91386
+ category: "docs-files-knowledge",
91238
91387
  environmentMapping: {
91239
91388
  MINIO_TOKEN: "$secrets.MINIO_TOKEN",
91240
91389
  MINIO_SECRET_TOKEN: "$secrets.MINIO_SECRET_TOKEN",
@@ -91274,6 +91423,7 @@ init_esm_shims();
91274
91423
  var pdforge = {
91275
91424
  pdforge: {
91276
91425
  label: "PDForge",
91426
+ category: "data-automation-infrastructure",
91277
91427
  environmentMapping: {
91278
91428
  PDFORGE_API_KEY: "$secrets.PDFORGE_API_KEY"
91279
91429
  },
@@ -91300,6 +91450,7 @@ init_esm_shims();
91300
91450
  var discordWebhook = {
91301
91451
  "discord-webhook": {
91302
91452
  label: "Discord Webhook",
91453
+ category: "communication-collaboration",
91303
91454
  environmentMapping: {
91304
91455
  DISCORD_WEBHOOK_URL: "$secrets.DISCORD_WEBHOOK_URL"
91305
91456
  },
@@ -91326,6 +91477,7 @@ init_esm_shims();
91326
91477
  var spotify = {
91327
91478
  spotify: {
91328
91479
  label: "Spotify",
91480
+ category: "data-automation-infrastructure",
91329
91481
  environmentMapping: {
91330
91482
  SPOTIFY_TOKEN: "$secrets.SPOTIFY_ACCESS_TOKEN"
91331
91483
  },
@@ -91381,6 +91533,7 @@ init_esm_shims();
91381
91533
  var slackWebhook = {
91382
91534
  "slack-webhook": {
91383
91535
  label: "Slack Webhook",
91536
+ category: "communication-collaboration",
91384
91537
  environmentMapping: {
91385
91538
  SLACK_WEBHOOK_URL: "$secrets.SLACK_WEBHOOK_URL"
91386
91539
  },
@@ -91407,6 +91560,7 @@ init_esm_shims();
91407
91560
  var gitlab = {
91408
91561
  gitlab: {
91409
91562
  label: "GitLab",
91563
+ category: "engineering-team-execution",
91410
91564
  tags: ["git", "vcs", "scm", "repos"],
91411
91565
  environmentMapping: {
91412
91566
  GITLAB_TOKEN: "$secrets.GITLAB_TOKEN",
@@ -91440,6 +91594,7 @@ init_esm_shims();
91440
91594
  var wix = {
91441
91595
  wix: {
91442
91596
  label: "Wix",
91597
+ category: "marketing-content-growth",
91443
91598
  environmentMapping: {
91444
91599
  WIX_TOKEN: "$secrets.WIX_TOKEN"
91445
91600
  },
@@ -91466,6 +91621,7 @@ init_esm_shims();
91466
91621
  var v0 = {
91467
91622
  v0: {
91468
91623
  label: "v0",
91624
+ category: "ai-agent-apps",
91469
91625
  environmentMapping: {
91470
91626
  V0_TOKEN: "$secrets.V0_TOKEN"
91471
91627
  },
@@ -91492,6 +91648,7 @@ init_esm_shims();
91492
91648
  var db9 = {
91493
91649
  db9: {
91494
91650
  label: "db9",
91651
+ category: "data-automation-infrastructure",
91495
91652
  environmentMapping: {
91496
91653
  DB9_API_KEY: "$secrets.DB9_API_KEY"
91497
91654
  },
@@ -91518,6 +91675,7 @@ init_esm_shims();
91518
91675
  var drive9 = {
91519
91676
  drive9: {
91520
91677
  label: "drive9",
91678
+ category: "docs-files-knowledge",
91521
91679
  environmentMapping: {
91522
91680
  DRIVE9_TOKEN: "$secrets.DRIVE9_TOKEN"
91523
91681
  },
@@ -91544,6 +91702,7 @@ init_esm_shims();
91544
91702
  var msg9 = {
91545
91703
  msg9: {
91546
91704
  label: "msg9",
91705
+ category: "communication-collaboration",
91547
91706
  environmentMapping: {
91548
91707
  MSG9_TOKEN: "$secrets.MSG9_TOKEN"
91549
91708
  },
@@ -91570,6 +91729,7 @@ init_esm_shims();
91570
91729
  var amplitude = {
91571
91730
  amplitude: {
91572
91731
  label: "Amplitude",
91732
+ category: "data-automation-infrastructure",
91573
91733
  tags: ["analytics", "product-analytics", "events", "funnels"],
91574
91734
  environmentMapping: {
91575
91735
  AMPLITUDE_API_KEY: "$secrets.AMPLITUDE_API_KEY",
@@ -91603,6 +91763,7 @@ init_esm_shims();
91603
91763
  var attio = {
91604
91764
  attio: {
91605
91765
  label: "Attio",
91766
+ category: "sales-crm-business-operations",
91606
91767
  environmentMapping: {
91607
91768
  ATTIO_TOKEN: "$secrets.ATTIO_TOKEN"
91608
91769
  },
@@ -91629,6 +91790,7 @@ init_esm_shims();
91629
91790
  var buffer = {
91630
91791
  buffer: {
91631
91792
  label: "Buffer",
91793
+ category: "marketing-content-growth",
91632
91794
  environmentMapping: {
91633
91795
  BUFFER_TOKEN: "$secrets.BUFFER_TOKEN"
91634
91796
  },
@@ -91655,6 +91817,7 @@ init_esm_shims();
91655
91817
  var coda = {
91656
91818
  coda: {
91657
91819
  label: "Coda",
91820
+ category: "docs-files-knowledge",
91658
91821
  environmentMapping: {
91659
91822
  CODA_TOKEN: "$secrets.CODA_TOKEN"
91660
91823
  },
@@ -91681,6 +91844,7 @@ init_esm_shims();
91681
91844
  var freshdesk = {
91682
91845
  freshdesk: {
91683
91846
  label: "Freshdesk",
91847
+ category: "communication-collaboration",
91684
91848
  tags: ["helpdesk", "tickets", "customer-support"],
91685
91849
  environmentMapping: {
91686
91850
  FRESHDESK_TOKEN: "$secrets.FRESHDESK_TOKEN",
@@ -91715,6 +91879,7 @@ init_esm_shims();
91715
91879
  var miro = {
91716
91880
  miro: {
91717
91881
  label: "Miro",
91882
+ category: "docs-files-knowledge",
91718
91883
  environmentMapping: {
91719
91884
  MIRO_TOKEN: "$secrets.MIRO_TOKEN"
91720
91885
  },
@@ -91741,6 +91906,7 @@ init_esm_shims();
91741
91906
  var mixpanel = {
91742
91907
  mixpanel: {
91743
91908
  label: "Mixpanel",
91909
+ category: "data-automation-infrastructure",
91744
91910
  tags: ["analytics", "product-analytics", "events"],
91745
91911
  environmentMapping: {
91746
91912
  MIXPANEL_SERVICE_ACCOUNT_USERNAME: "$secrets.MIXPANEL_SERVICE_ACCOUNT_USERNAME",
@@ -91780,6 +91946,7 @@ init_esm_shims();
91780
91946
  var typeform = {
91781
91947
  typeform: {
91782
91948
  label: "Typeform",
91949
+ category: "data-automation-infrastructure",
91783
91950
  environmentMapping: {
91784
91951
  TYPEFORM_TOKEN: "$secrets.TYPEFORM_TOKEN"
91785
91952
  },
@@ -91806,6 +91973,7 @@ init_esm_shims();
91806
91973
  var testOauth = {
91807
91974
  "test-oauth": {
91808
91975
  label: "Test OAuth (internal)",
91976
+ category: "data-automation-infrastructure",
91809
91977
  featureFlag: "testOauthConnector" /* TestOauthConnector */,
91810
91978
  environmentMapping: {
91811
91979
  TEST_OAUTH_TOKEN: "$secrets.TEST_OAUTH_ACCESS_TOKEN"
@@ -91844,6 +92012,7 @@ init_esm_shims();
91844
92012
  var pandadoc = {
91845
92013
  pandadoc: {
91846
92014
  label: "PandaDoc",
92015
+ category: "data-automation-infrastructure",
91847
92016
  environmentMapping: {
91848
92017
  PANDADOC_TOKEN: "$secrets.PANDADOC_TOKEN"
91849
92018
  },
@@ -91870,6 +92039,7 @@ init_esm_shims();
91870
92039
  var greenhouse = {
91871
92040
  greenhouse: {
91872
92041
  label: "Greenhouse",
92042
+ category: "sales-crm-business-operations",
91873
92043
  environmentMapping: {
91874
92044
  GREENHOUSE_TOKEN: "$secrets.GREENHOUSE_TOKEN"
91875
92045
  },
@@ -91896,6 +92066,7 @@ init_esm_shims();
91896
92066
  var zoom = {
91897
92067
  zoom: {
91898
92068
  label: "Zoom",
92069
+ category: "meetings-scheduling",
91899
92070
  environmentMapping: {
91900
92071
  ZOOM_TOKEN: "$secrets.ZOOM_ACCESS_TOKEN"
91901
92072
  },
@@ -91949,6 +92120,7 @@ init_esm_shims();
91949
92120
  var groq = {
91950
92121
  groq: {
91951
92122
  label: "Groq",
92123
+ category: "ai-general-models",
91952
92124
  tags: ["llm", "ai", "llama", "inference"],
91953
92125
  environmentMapping: {
91954
92126
  GROQ_TOKEN: "$secrets.GROQ_TOKEN"
@@ -91976,6 +92148,7 @@ init_esm_shims();
91976
92148
  var langfuse = {
91977
92149
  langfuse: {
91978
92150
  label: "Langfuse",
92151
+ category: "ai-memory-tracing-eval",
91979
92152
  tags: ["observability", "tracing", "llm", "analytics"],
91980
92153
  environmentMapping: {
91981
92154
  LANGFUSE_PUBLIC_KEY: "$secrets.LANGFUSE_PUBLIC_KEY",
@@ -92009,6 +92182,7 @@ init_esm_shims();
92009
92182
  var n8n = {
92010
92183
  n8n: {
92011
92184
  label: "n8n",
92185
+ category: "data-automation-infrastructure",
92012
92186
  helpText: "Connect your n8n instance to manage workflows, trigger executions, and automate processes",
92013
92187
  environmentMapping: {
92014
92188
  N8N_TOKEN: "$secrets.N8N_TOKEN",
@@ -92042,6 +92216,7 @@ init_esm_shims();
92042
92216
  var wandb = {
92043
92217
  wandb: {
92044
92218
  label: "Weights & Biases",
92219
+ category: "ai-memory-tracing-eval",
92045
92220
  helpText: "Connect to Weights & Biases for ML experiment tracking and LLM observability.",
92046
92221
  environmentMapping: { WANDB_TOKEN: "$secrets.WANDB_TOKEN" },
92047
92222
  authMethods: {
@@ -92066,7 +92241,6 @@ var CONNECTOR_TYPES_DEF = {
92066
92241
  ...axiom,
92067
92242
  ...ahrefs,
92068
92243
  ...agentmail,
92069
- ...agentphone,
92070
92244
  ...airtable,
92071
92245
  ...anthropicManagedAgents,
92072
92246
  ...github,
@@ -92168,6 +92342,7 @@ var CONNECTOR_TYPES_DEF = {
92168
92342
  ...braveSearch,
92169
92343
  ...brightData,
92170
92344
  ...browserbase,
92345
+ ...browserUse,
92171
92346
  ...browserless,
92172
92347
  ...fireflies,
92173
92348
  ...firecrawl,
@@ -92529,8 +92704,6 @@ var triggerSourceSchema = external_exports.enum([
92529
92704
  "github",
92530
92705
  "cli",
92531
92706
  "agent",
92532
- "phone",
92533
- "imessage",
92534
92707
  "voice-chat"
92535
92708
  ]);
92536
92709
  var logEntrySchema = external_exports.object({
@@ -93515,16 +93688,13 @@ var agentEventSchema = external_exports.object({
93515
93688
  type: external_exports.string(),
93516
93689
  sequenceNumber: external_exports.number().int().nonnegative()
93517
93690
  }).passthrough();
93518
- var artifactSnapshotsSchema = external_exports.union([
93519
- external_exports.record(external_exports.string(), external_exports.string()),
93520
- external_exports.array(
93521
- external_exports.object({
93522
- name: external_exports.string(),
93523
- version: external_exports.string(),
93524
- mountPath: external_exports.string()
93525
- })
93526
- )
93527
- ]);
93691
+ var artifactSnapshotsSchema = external_exports.array(
93692
+ external_exports.object({
93693
+ name: external_exports.string(),
93694
+ version: external_exports.string(),
93695
+ mountPath: external_exports.string()
93696
+ })
93697
+ );
93528
93698
  var volumeVersionsSnapshotSchema = external_exports.object({
93529
93699
  versions: external_exports.record(external_exports.string(), external_exports.string())
93530
93700
  });
@@ -93608,10 +93778,9 @@ var webhookCheckpointsContract = c11.router({
93608
93778
  64,
93609
93779
  "cliAgentSessionHistoryHash must be a 64-character SHA-256 hex string"
93610
93780
  ),
93611
- // Multi-artifact snapshot payload. Accepts both the legacy
93612
- // `Record<name, version>` map and the canonical
93613
- // `Array<{name, version, mountPath}>` form. Authoritative payload
93614
- // persisted verbatim to checkpoints.artifact_snapshots.
93781
+ // Multi-artifact snapshot payload. Canonical
93782
+ // `Array<{name, version, mountPath}>` form persisted verbatim to
93783
+ // checkpoints.artifact_snapshots.
93615
93784
  artifactSnapshots: artifactSnapshotsSchema.optional(),
93616
93785
  volumeVersionsSnapshot: volumeVersionsSnapshotSchema.optional()
93617
93786
  }).strict(),
@@ -94822,15 +94991,7 @@ var chatThreadsContract = c13.router({
94822
94991
  headers: authHeadersSchema,
94823
94992
  body: external_exports.object({
94824
94993
  agentId: external_exports.string().min(1),
94825
- title: external_exports.string().optional(),
94826
- /**
94827
- * Optional ID of a previously scheduled agent run this thread is
94828
- * continuing. When set, the first run created in the thread is seeded
94829
- * with a system prompt that tells the agent to fetch the original run's
94830
- * telemetry via `zero logs <id>`. Later runs inherit the session context
94831
- * and do not get the prompt again.
94832
- */
94833
- sourceScheduleRunId: external_exports.string().uuid().optional()
94994
+ title: external_exports.string().optional()
94834
94995
  }),
94835
94996
  responses: {
94836
94997
  201: external_exports.object({
@@ -95019,11 +95180,13 @@ var chatThreadMessagesContract = c13.router({
95019
95180
  pathParams: external_exports.object({ threadId: external_exports.string() }),
95020
95181
  query: external_exports.object({
95021
95182
  sinceId: external_exports.string().uuid().optional(),
95183
+ beforeId: external_exports.string().uuid().optional(),
95022
95184
  limit: external_exports.coerce.number().min(1).max(50).default(50)
95023
95185
  }),
95024
95186
  responses: {
95025
95187
  200: external_exports.object({
95026
- messages: external_exports.array(pagedChatMessageSchema)
95188
+ messages: external_exports.array(pagedChatMessageSchema),
95189
+ hasMore: external_exports.boolean().optional()
95027
95190
  }),
95028
95191
  401: apiErrorSchema,
95029
95192
  404: apiErrorSchema
@@ -96664,52 +96827,6 @@ async function getComputerUseHost() {
96664
96827
  handleError(result, "Failed to get computer-use host");
96665
96828
  }
96666
96829
 
96667
- // src/lib/api/domains/phone-calls.ts
96668
- init_esm_shims();
96669
- async function fetchJson(path3, init3) {
96670
- const config4 = await getClientConfig();
96671
- const url2 = `${config4.baseUrl}${path3}`;
96672
- const res = await fetch(url2, {
96673
- ...init3,
96674
- headers: {
96675
- ...config4.baseHeaders,
96676
- ...init3?.body ? { "Content-Type": "application/json" } : {},
96677
- ...init3?.headers
96678
- }
96679
- });
96680
- if (!res.ok) {
96681
- const body = await res.json().catch(() => {
96682
- return {};
96683
- });
96684
- throw new ApiRequestError(
96685
- body.error ?? `Request failed with status ${res.status}`,
96686
- "API_ERROR",
96687
- res.status
96688
- );
96689
- }
96690
- return await res.json();
96691
- }
96692
- async function createPhoneCall(body) {
96693
- return fetchJson("/api/zero/phone-calls", {
96694
- method: "POST",
96695
- body: JSON.stringify(body)
96696
- });
96697
- }
96698
- async function listPhoneCalls(query) {
96699
- const params = new URLSearchParams();
96700
- if (query?.limit) params.set("limit", String(query.limit));
96701
- if (query?.offset) params.set("offset", String(query.offset));
96702
- const qs = params.toString();
96703
- return fetchJson(
96704
- `/api/zero/phone-calls${qs ? `?${qs}` : ""}`
96705
- );
96706
- }
96707
- async function getPhoneCallDetail(callId) {
96708
- return fetchJson(
96709
- `/api/zero/phone-calls/${encodeURIComponent(callId)}`
96710
- );
96711
- }
96712
-
96713
96830
  // src/lib/api/domains/web.ts
96714
96831
  init_esm_shims();
96715
96832
  import { createWriteStream as createWriteStream2, readFileSync as readFileSync3, statSync } from "fs";
@@ -97998,9 +98115,6 @@ export {
97998
98115
  registerComputerUseHost,
97999
98116
  unregisterComputerUseHost,
98000
98117
  getComputerUseHost,
98001
- createPhoneCall,
98002
- listPhoneCalls,
98003
- getPhoneCallDetail,
98004
98118
  downloadWebFile,
98005
98119
  uploadWebFile,
98006
98120
  getInstructionsFilename,
@@ -98037,4 +98151,4 @@ undici/lib/web/fetch/body.js:
98037
98151
  undici/lib/web/websocket/frame.js:
98038
98152
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
98039
98153
  */
98040
- //# sourceMappingURL=chunk-3OOH3FG4.js.map
98154
+ //# sourceMappingURL=chunk-SRDBBQRJ.js.map