@vm0/cli 9.102.3 → 9.102.5

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.
@@ -49,7 +49,7 @@ if (DSN) {
49
49
  Sentry.init({
50
50
  dsn: DSN,
51
51
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
52
- release: "9.102.3",
52
+ release: "9.102.5",
53
53
  sendDefaultPii: false,
54
54
  tracesSampleRate: 0,
55
55
  shutdownTimeout: 500,
@@ -68,7 +68,7 @@ if (DSN) {
68
68
  }
69
69
  });
70
70
  Sentry.setContext("cli", {
71
- version: "9.102.3",
71
+ version: "9.102.5",
72
72
  command: process.argv.slice(2).join(" ")
73
73
  });
74
74
  Sentry.setContext("runtime", {
@@ -1775,6 +1775,27 @@ var CONNECTOR_TYPES_DEF = {
1775
1775
  },
1776
1776
  defaultAuthMethod: "api-token"
1777
1777
  },
1778
+ agentphone: {
1779
+ label: "AgentPhone",
1780
+ environmentMapping: {
1781
+ AGENTPHONE_TOKEN: "$secrets.AGENTPHONE_TOKEN"
1782
+ },
1783
+ helpText: "Connect your AgentPhone account to make and receive phone calls, send SMS, manage phone numbers, and build voice AI agents",
1784
+ authMethods: {
1785
+ "api-token": {
1786
+ label: "API Key",
1787
+ 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_`)",
1788
+ secrets: {
1789
+ AGENTPHONE_TOKEN: {
1790
+ label: "API Key",
1791
+ required: true,
1792
+ placeholder: "sk_live_..."
1793
+ }
1794
+ }
1795
+ }
1796
+ },
1797
+ defaultAuthMethod: "api-token"
1798
+ },
1778
1799
  airtable: {
1779
1800
  label: "Airtable",
1780
1801
  environmentMapping: {
@@ -4136,6 +4157,54 @@ var CONNECTOR_TYPES_DEF = {
4136
4157
  },
4137
4158
  defaultAuthMethod: "api-token"
4138
4159
  },
4160
+ doppler: {
4161
+ label: "Doppler",
4162
+ environmentMapping: {
4163
+ DOPPLER_TOKEN: "$secrets.DOPPLER_TOKEN"
4164
+ },
4165
+ helpText: "Connect your Doppler account to fetch secrets and environment variables from your projects and configs",
4166
+ authMethods: {
4167
+ "api-token": {
4168
+ label: "Service Token",
4169
+ helpText: "1. Log in to [Doppler](https://dashboard.doppler.com)\n2. Go to your project, then select a config (environment)\n3. Click the **Access** tab\n4. Click **+ Generate Service Token**\n5. Set permissions to **Read** and copy the token",
4170
+ secrets: {
4171
+ DOPPLER_TOKEN: {
4172
+ label: "Service Token",
4173
+ required: true,
4174
+ placeholder: "dp.st.dev.xxxx"
4175
+ }
4176
+ }
4177
+ }
4178
+ },
4179
+ defaultAuthMethod: "api-token"
4180
+ },
4181
+ infisical: {
4182
+ label: "Infisical",
4183
+ environmentMapping: {
4184
+ INFISICAL_CLIENT_ID: "$secrets.INFISICAL_CLIENT_ID",
4185
+ INFISICAL_CLIENT_SECRET: "$secrets.INFISICAL_CLIENT_SECRET"
4186
+ },
4187
+ helpText: "Connect your Infisical account to fetch secrets from your projects and environments using Machine Identity credentials",
4188
+ authMethods: {
4189
+ "api-token": {
4190
+ label: "Machine Identity",
4191
+ helpText: "1. Log in to [Infisical](https://app.infisical.com)\n2. Go to **Access Control > Machine Identities**\n3. Create a new Machine Identity with **Universal Auth**\n4. Copy the **Client ID** and **Client Secret**\n5. Assign the identity to your project with the desired role",
4192
+ secrets: {
4193
+ INFISICAL_CLIENT_ID: {
4194
+ label: "Client ID",
4195
+ required: true,
4196
+ placeholder: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
4197
+ },
4198
+ INFISICAL_CLIENT_SECRET: {
4199
+ label: "Client Secret",
4200
+ required: true,
4201
+ placeholder: "your-client-secret"
4202
+ }
4203
+ }
4204
+ }
4205
+ },
4206
+ defaultAuthMethod: "api-token"
4207
+ },
4139
4208
  apollo: {
4140
4209
  label: "Apollo",
4141
4210
  environmentMapping: {
@@ -5310,6 +5379,26 @@ var agentmailFirewall = {
5310
5379
  ]
5311
5380
  };
5312
5381
 
5382
+ // ../../packages/core/src/firewalls/agentphone.generated.ts
5383
+ var agentphoneFirewall = {
5384
+ name: "agentphone",
5385
+ description: "AgentPhone API",
5386
+ placeholders: {
5387
+ AGENTPHONE_TOKEN: "ap_test_c0ffee5afe10ca1c0ffee5afe10ca1c"
5388
+ },
5389
+ apis: [
5390
+ {
5391
+ base: "https://api.agentphone.to",
5392
+ auth: {
5393
+ headers: {
5394
+ Authorization: "Bearer ${{ secrets.AGENTPHONE_TOKEN }}"
5395
+ }
5396
+ },
5397
+ permissions: []
5398
+ }
5399
+ ]
5400
+ };
5401
+
5313
5402
  // ../../packages/core/src/firewalls/ahrefs.generated.ts
5314
5403
  var ahrefsFirewall = {
5315
5404
  name: "ahrefs",
@@ -5390,6 +5479,45 @@ var apifyFirewall = {
5390
5479
  ]
5391
5480
  };
5392
5481
 
5482
+ // ../../packages/core/src/firewalls/doppler.generated.ts
5483
+ var dopplerFirewall = {
5484
+ name: "doppler",
5485
+ description: "Doppler",
5486
+ placeholders: {
5487
+ DOPPLER_TOKEN: "DopplerServiceTokenPlaceholder0000000000000"
5488
+ },
5489
+ apis: [
5490
+ {
5491
+ base: "https://api.doppler.com",
5492
+ auth: {
5493
+ headers: {
5494
+ Authorization: "Bearer ${{ secrets.DOPPLER_TOKEN }}"
5495
+ }
5496
+ },
5497
+ permissions: []
5498
+ }
5499
+ ]
5500
+ };
5501
+
5502
+ // ../../packages/core/src/firewalls/infisical.generated.ts
5503
+ var infisicalFirewall = {
5504
+ name: "infisical",
5505
+ description: "Infisical",
5506
+ placeholders: {
5507
+ INFISICAL_CLIENT_ID: "00000000-0000-0000-0000-000000000000",
5508
+ INFISICAL_CLIENT_SECRET: "InfisicalSecretInfisicalSecret0000000000000"
5509
+ },
5510
+ apis: [
5511
+ {
5512
+ base: "https://app.infisical.com",
5513
+ auth: {
5514
+ headers: {}
5515
+ },
5516
+ permissions: []
5517
+ }
5518
+ ]
5519
+ };
5520
+
5393
5521
  // ../../packages/core/src/firewalls/asana.generated.ts
5394
5522
  var asanaFirewall = {
5395
5523
  name: "asana",
@@ -5956,6 +6084,7 @@ var atlassianFirewall = {
5956
6084
  "GET /ex/jira/{cloudId}/rest/api/3/field",
5957
6085
  "GET /ex/jira/{cloudId}/rest/api/3/field/search",
5958
6086
  "GET /ex/jira/{cloudId}/rest/api/3/field/search/trashed",
6087
+ "GET /ex/jira/{cloudId}/rest/api/3/field/{fieldId}/association/project",
5959
6088
  "GET /ex/jira/{cloudId}/rest/api/3/field/{fieldKey}/option/suggestions/edit",
5960
6089
  "GET /ex/jira/{cloudId}/rest/api/3/field/{fieldKey}/option/suggestions/search",
5961
6090
  "GET /ex/jira/{cloudId}/rest/api/3/filter/defaultShareScope",
@@ -7564,7 +7693,6 @@ var deelFirewall = {
7564
7693
  "GET /rest/v2/escalations/workers/me/hrx",
7565
7694
  "GET /rest/v2/immigration/workers/{worker_id}/cases/{case_id}/required-document",
7566
7695
  "GET /rest/v2/immigration/workers/{worker_id}/onboarding-case",
7567
- "GET /rest/v2/immigration/workers/{worker_id}/required-documents",
7568
7696
  "GET /rest/v2/invoice-adjustments/{id}",
7569
7697
  "POST /rest/v2/magic-link",
7570
7698
  "GET /rest/v2/payouts/auto-withdrawal-setting",
@@ -7599,7 +7727,6 @@ var deelFirewall = {
7599
7727
  "POST /rest/v2/eor/workers/contracts/{contract_id}/offboarding",
7600
7728
  "POST /rest/v2/eor/workers/contracts/{contract_id}/offboarding/resignation-letter/sign",
7601
7729
  "POST /rest/v2/eor/workers/contracts/{contract_id}/signatures",
7602
- "POST /rest/v2/immigration/workers/documents",
7603
7730
  "POST /rest/v2/immigration/workers/{worker_id}/cases/{case_id}/required-document/{document_request_id}",
7604
7731
  "POST /rest/v2/invoice-adjustments",
7605
7732
  "PATCH /rest/v2/invoice-adjustments/{id}",
@@ -7624,6 +7751,16 @@ var deelFirewall = {
7624
7751
  "POST /rest/v2/workers/contracts/{contract_id}/reject",
7625
7752
  "POST /rest/v2/workers/contracts/{contract_id}/signatures"
7626
7753
  ]
7754
+ },
7755
+ {
7756
+ name: "workers:read",
7757
+ rules: [
7758
+ "GET /rest/v2/immigration/workers/{worker_id}/required-documents"
7759
+ ]
7760
+ },
7761
+ {
7762
+ name: "workers:write",
7763
+ rules: ["POST /rest/v2/immigration/workers/documents"]
7627
7764
  }
7628
7765
  ]
7629
7766
  }
@@ -20578,7 +20715,6 @@ var sentryFirewall = {
20578
20715
  "POST /api/0/organizations/{organization_id_or_slug}/alert-rules/",
20579
20716
  "PUT /api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/",
20580
20717
  "DELETE /api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/",
20581
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20582
20718
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20583
20719
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20584
20720
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20588,6 +20724,7 @@ var sentryFirewall = {
20588
20724
  "PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20589
20725
  "DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20590
20726
  "GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
20727
+ "POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
20591
20728
  "POST /api/0/organizations/{organization_id_or_slug}/workflows/",
20592
20729
  "PUT /api/0/organizations/{organization_id_or_slug}/workflows/",
20593
20730
  "DELETE /api/0/organizations/{organization_id_or_slug}/workflows/",
@@ -20731,7 +20868,6 @@ var sentryFirewall = {
20731
20868
  "PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20732
20869
  "DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20733
20870
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/",
20734
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20735
20871
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20736
20872
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20737
20873
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20833,7 +20969,6 @@ var sentryFirewall = {
20833
20969
  "PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20834
20970
  "DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20835
20971
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/",
20836
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20837
20972
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20838
20973
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20839
20974
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20911,7 +21046,6 @@ var sentryFirewall = {
20911
21046
  "PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20912
21047
  "DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20913
21048
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/",
20914
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20915
21049
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20916
21050
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20917
21051
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20989,6 +21123,7 @@ var sentryFirewall = {
20989
21123
  "PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20990
21124
  "DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20991
21125
  "GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
21126
+ "POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
20992
21127
  "GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
20993
21128
  "GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
20994
21129
  "PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
@@ -21131,6 +21266,7 @@ var sentryFirewall = {
21131
21266
  "PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
21132
21267
  "DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
21133
21268
  "GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
21269
+ "POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
21134
21270
  "GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
21135
21271
  "GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
21136
21272
  "PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
@@ -24170,6 +24306,7 @@ var zeptomailFirewall = {
24170
24306
  // ../../packages/core/src/firewalls/index.ts
24171
24307
  var CONNECTOR_FIREWALLS = {
24172
24308
  agentmail: agentmailFirewall,
24309
+ agentphone: agentphoneFirewall,
24173
24310
  ahrefs: ahrefsFirewall,
24174
24311
  airtable: airtableFirewall,
24175
24312
  apollo: apolloFirewall,
@@ -24196,6 +24333,8 @@ var CONNECTOR_FIREWALLS = {
24196
24333
  deepseek: deepseekFirewall,
24197
24334
  devto: devtoFirewall,
24198
24335
  dify: difyFirewall,
24336
+ doppler: dopplerFirewall,
24337
+ infisical: infisicalFirewall,
24199
24338
  discord: discordFirewall,
24200
24339
  "discord-webhook": discordWebhookFirewall,
24201
24340
  docusign: docusignFirewall,
@@ -32105,4 +32244,4 @@ export {
32105
32244
  parseTime,
32106
32245
  paginate
32107
32246
  };
32108
- //# sourceMappingURL=chunk-Y46LDOHW.js.map
32247
+ //# sourceMappingURL=chunk-PJWCCE7M.js.map