@vm0/cli 9.102.3 → 9.102.4

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.4",
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.4",
72
72
  command: process.argv.slice(2).join(" ")
73
73
  });
74
74
  Sentry.setContext("runtime", {
@@ -4136,6 +4136,54 @@ var CONNECTOR_TYPES_DEF = {
4136
4136
  },
4137
4137
  defaultAuthMethod: "api-token"
4138
4138
  },
4139
+ doppler: {
4140
+ label: "Doppler",
4141
+ environmentMapping: {
4142
+ DOPPLER_TOKEN: "$secrets.DOPPLER_TOKEN"
4143
+ },
4144
+ helpText: "Connect your Doppler account to fetch secrets and environment variables from your projects and configs",
4145
+ authMethods: {
4146
+ "api-token": {
4147
+ label: "Service Token",
4148
+ 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",
4149
+ secrets: {
4150
+ DOPPLER_TOKEN: {
4151
+ label: "Service Token",
4152
+ required: true,
4153
+ placeholder: "dp.st.dev.xxxx"
4154
+ }
4155
+ }
4156
+ }
4157
+ },
4158
+ defaultAuthMethod: "api-token"
4159
+ },
4160
+ infisical: {
4161
+ label: "Infisical",
4162
+ environmentMapping: {
4163
+ INFISICAL_CLIENT_ID: "$secrets.INFISICAL_CLIENT_ID",
4164
+ INFISICAL_CLIENT_SECRET: "$secrets.INFISICAL_CLIENT_SECRET"
4165
+ },
4166
+ helpText: "Connect your Infisical account to fetch secrets from your projects and environments using Machine Identity credentials",
4167
+ authMethods: {
4168
+ "api-token": {
4169
+ label: "Machine Identity",
4170
+ 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",
4171
+ secrets: {
4172
+ INFISICAL_CLIENT_ID: {
4173
+ label: "Client ID",
4174
+ required: true,
4175
+ placeholder: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
4176
+ },
4177
+ INFISICAL_CLIENT_SECRET: {
4178
+ label: "Client Secret",
4179
+ required: true,
4180
+ placeholder: "your-client-secret"
4181
+ }
4182
+ }
4183
+ }
4184
+ },
4185
+ defaultAuthMethod: "api-token"
4186
+ },
4139
4187
  apollo: {
4140
4188
  label: "Apollo",
4141
4189
  environmentMapping: {
@@ -5390,6 +5438,45 @@ var apifyFirewall = {
5390
5438
  ]
5391
5439
  };
5392
5440
 
5441
+ // ../../packages/core/src/firewalls/doppler.generated.ts
5442
+ var dopplerFirewall = {
5443
+ name: "doppler",
5444
+ description: "Doppler",
5445
+ placeholders: {
5446
+ DOPPLER_TOKEN: "DopplerServiceTokenPlaceholder0000000000000"
5447
+ },
5448
+ apis: [
5449
+ {
5450
+ base: "https://api.doppler.com",
5451
+ auth: {
5452
+ headers: {
5453
+ Authorization: "Bearer ${{ secrets.DOPPLER_TOKEN }}"
5454
+ }
5455
+ },
5456
+ permissions: []
5457
+ }
5458
+ ]
5459
+ };
5460
+
5461
+ // ../../packages/core/src/firewalls/infisical.generated.ts
5462
+ var infisicalFirewall = {
5463
+ name: "infisical",
5464
+ description: "Infisical",
5465
+ placeholders: {
5466
+ INFISICAL_CLIENT_ID: "00000000-0000-0000-0000-000000000000",
5467
+ INFISICAL_CLIENT_SECRET: "InfisicalSecretInfisicalSecret0000000000000"
5468
+ },
5469
+ apis: [
5470
+ {
5471
+ base: "https://app.infisical.com",
5472
+ auth: {
5473
+ headers: {}
5474
+ },
5475
+ permissions: []
5476
+ }
5477
+ ]
5478
+ };
5479
+
5393
5480
  // ../../packages/core/src/firewalls/asana.generated.ts
5394
5481
  var asanaFirewall = {
5395
5482
  name: "asana",
@@ -5956,6 +6043,7 @@ var atlassianFirewall = {
5956
6043
  "GET /ex/jira/{cloudId}/rest/api/3/field",
5957
6044
  "GET /ex/jira/{cloudId}/rest/api/3/field/search",
5958
6045
  "GET /ex/jira/{cloudId}/rest/api/3/field/search/trashed",
6046
+ "GET /ex/jira/{cloudId}/rest/api/3/field/{fieldId}/association/project",
5959
6047
  "GET /ex/jira/{cloudId}/rest/api/3/field/{fieldKey}/option/suggestions/edit",
5960
6048
  "GET /ex/jira/{cloudId}/rest/api/3/field/{fieldKey}/option/suggestions/search",
5961
6049
  "GET /ex/jira/{cloudId}/rest/api/3/filter/defaultShareScope",
@@ -7564,7 +7652,6 @@ var deelFirewall = {
7564
7652
  "GET /rest/v2/escalations/workers/me/hrx",
7565
7653
  "GET /rest/v2/immigration/workers/{worker_id}/cases/{case_id}/required-document",
7566
7654
  "GET /rest/v2/immigration/workers/{worker_id}/onboarding-case",
7567
- "GET /rest/v2/immigration/workers/{worker_id}/required-documents",
7568
7655
  "GET /rest/v2/invoice-adjustments/{id}",
7569
7656
  "POST /rest/v2/magic-link",
7570
7657
  "GET /rest/v2/payouts/auto-withdrawal-setting",
@@ -7599,7 +7686,6 @@ var deelFirewall = {
7599
7686
  "POST /rest/v2/eor/workers/contracts/{contract_id}/offboarding",
7600
7687
  "POST /rest/v2/eor/workers/contracts/{contract_id}/offboarding/resignation-letter/sign",
7601
7688
  "POST /rest/v2/eor/workers/contracts/{contract_id}/signatures",
7602
- "POST /rest/v2/immigration/workers/documents",
7603
7689
  "POST /rest/v2/immigration/workers/{worker_id}/cases/{case_id}/required-document/{document_request_id}",
7604
7690
  "POST /rest/v2/invoice-adjustments",
7605
7691
  "PATCH /rest/v2/invoice-adjustments/{id}",
@@ -7624,6 +7710,16 @@ var deelFirewall = {
7624
7710
  "POST /rest/v2/workers/contracts/{contract_id}/reject",
7625
7711
  "POST /rest/v2/workers/contracts/{contract_id}/signatures"
7626
7712
  ]
7713
+ },
7714
+ {
7715
+ name: "workers:read",
7716
+ rules: [
7717
+ "GET /rest/v2/immigration/workers/{worker_id}/required-documents"
7718
+ ]
7719
+ },
7720
+ {
7721
+ name: "workers:write",
7722
+ rules: ["POST /rest/v2/immigration/workers/documents"]
7627
7723
  }
7628
7724
  ]
7629
7725
  }
@@ -20578,7 +20674,6 @@ var sentryFirewall = {
20578
20674
  "POST /api/0/organizations/{organization_id_or_slug}/alert-rules/",
20579
20675
  "PUT /api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/",
20580
20676
  "DELETE /api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/",
20581
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20582
20677
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20583
20678
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20584
20679
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20588,6 +20683,7 @@ var sentryFirewall = {
20588
20683
  "PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20589
20684
  "DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20590
20685
  "GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
20686
+ "POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
20591
20687
  "POST /api/0/organizations/{organization_id_or_slug}/workflows/",
20592
20688
  "PUT /api/0/organizations/{organization_id_or_slug}/workflows/",
20593
20689
  "DELETE /api/0/organizations/{organization_id_or_slug}/workflows/",
@@ -20731,7 +20827,6 @@ var sentryFirewall = {
20731
20827
  "PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20732
20828
  "DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20733
20829
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/",
20734
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20735
20830
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20736
20831
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20737
20832
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20833,7 +20928,6 @@ var sentryFirewall = {
20833
20928
  "PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20834
20929
  "DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20835
20930
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/",
20836
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20837
20931
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20838
20932
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20839
20933
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20911,7 +21005,6 @@ var sentryFirewall = {
20911
21005
  "PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20912
21006
  "DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
20913
21007
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/",
20914
- "POST /api/0/organizations/{organization_id_or_slug}/detectors/",
20915
21008
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
20916
21009
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
20917
21010
  "GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
@@ -20989,6 +21082,7 @@ var sentryFirewall = {
20989
21082
  "PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20990
21083
  "DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
20991
21084
  "GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
21085
+ "POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
20992
21086
  "GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
20993
21087
  "GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
20994
21088
  "PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
@@ -21131,6 +21225,7 @@ var sentryFirewall = {
21131
21225
  "PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
21132
21226
  "DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
21133
21227
  "GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
21228
+ "POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
21134
21229
  "GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
21135
21230
  "GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
21136
21231
  "PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
@@ -24196,6 +24291,8 @@ var CONNECTOR_FIREWALLS = {
24196
24291
  deepseek: deepseekFirewall,
24197
24292
  devto: devtoFirewall,
24198
24293
  dify: difyFirewall,
24294
+ doppler: dopplerFirewall,
24295
+ infisical: infisicalFirewall,
24199
24296
  discord: discordFirewall,
24200
24297
  "discord-webhook": discordWebhookFirewall,
24201
24298
  docusign: docusignFirewall,
@@ -32105,4 +32202,4 @@ export {
32105
32202
  parseTime,
32106
32203
  paginate
32107
32204
  };
32108
- //# sourceMappingURL=chunk-Y46LDOHW.js.map
32205
+ //# sourceMappingURL=chunk-OIHZTRAQ.js.map