@vm0/cli 9.114.0 → 9.115.0

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.
@@ -34652,7 +34652,7 @@ if (DSN) {
34652
34652
  Sentry.init({
34653
34653
  dsn: DSN,
34654
34654
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
34655
- release: "9.114.0",
34655
+ release: "9.115.0",
34656
34656
  sendDefaultPii: false,
34657
34657
  tracesSampleRate: 0,
34658
34658
  shutdownTimeout: 500,
@@ -34671,7 +34671,7 @@ if (DSN) {
34671
34671
  }
34672
34672
  });
34673
34673
  Sentry.setContext("cli", {
34674
- version: "9.114.0",
34674
+ version: "9.115.0",
34675
34675
  command: process.argv.slice(2).join(" ")
34676
34676
  });
34677
34677
  Sentry.setContext("runtime", {
@@ -51449,7 +51449,7 @@ var CONNECTOR_TYPES_DEF = {
51449
51449
  tokenUrl: "https://oauth2.googleapis.com/token",
51450
51450
  scopes: [
51451
51451
  "https://www.googleapis.com/auth/meetings.space.created",
51452
- "https://www.googleapis.com/auth/meetings.conferencerecords.readonly",
51452
+ "https://www.googleapis.com/auth/meetings.space.readonly",
51453
51453
  "https://www.googleapis.com/auth/userinfo.email"
51454
51454
  ]
51455
51455
  }
@@ -58602,29 +58602,53 @@ var googleMeetFirewall = {
58602
58602
  permissions: [
58603
58603
  {
58604
58604
  name: "meetings.space.created",
58605
- description: "Create and manage Google Meet spaces",
58605
+ description: "Create, edit, and see information about your Google Meet conferences created by the app.",
58606
58606
  rules: [
58607
+ "GET /v2/conferenceRecords",
58608
+ "GET /v2/conferenceRecords/{conferenceRecordsId}",
58609
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants",
58610
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}",
58611
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}/participantSessions",
58612
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}/participantSessions/{participantSessionsId}",
58613
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/recordings",
58614
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/recordings/{recordingsId}",
58615
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/smartNotes",
58616
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/smartNotes/{smartNotesId}",
58617
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts",
58618
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}",
58619
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}/entries",
58620
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}/entries/{entriesId}",
58607
58621
  "POST /v2/spaces",
58608
- "GET /v2/spaces/{spaceId}",
58609
- "PATCH /v2/spaces/{spaceId}",
58610
- "POST /v2/spaces/{spaceId}:endActiveConference"
58622
+ "GET /v2/spaces/{spacesId}",
58623
+ "PATCH /v2/spaces/{spacesId}",
58624
+ "POST /v2/spaces/{spacesId}:endActiveConference"
58611
58625
  ]
58612
58626
  },
58613
58627
  {
58614
- name: "meetings.conferencerecords.readonly",
58615
- description: "View Google Meet conference records, participants, recordings, and transcripts",
58628
+ name: "meetings.space.readonly",
58629
+ description: "Read information about any of your Google Meet conferences",
58616
58630
  rules: [
58617
58631
  "GET /v2/conferenceRecords",
58618
- "GET /v2/conferenceRecords/{conferenceRecordId}",
58619
- "GET /v2/conferenceRecords/{conferenceRecordId}/participants",
58620
- "GET /v2/conferenceRecords/{conferenceRecordId}/participants/{participantId}",
58621
- "GET /v2/conferenceRecords/{conferenceRecordId}/participants/{participantId}/participantSessions",
58622
- "GET /v2/conferenceRecords/{conferenceRecordId}/recordings",
58623
- "GET /v2/conferenceRecords/{conferenceRecordId}/recordings/{recordingId}",
58624
- "GET /v2/conferenceRecords/{conferenceRecordId}/transcripts",
58625
- "GET /v2/conferenceRecords/{conferenceRecordId}/transcripts/{transcriptId}",
58626
- "GET /v2/conferenceRecords/{conferenceRecordId}/transcripts/{transcriptId}/entries"
58632
+ "GET /v2/conferenceRecords/{conferenceRecordsId}",
58633
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants",
58634
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}",
58635
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}/participantSessions",
58636
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/participants/{participantsId}/participantSessions/{participantSessionsId}",
58637
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/recordings",
58638
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/recordings/{recordingsId}",
58639
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/smartNotes",
58640
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/smartNotes/{smartNotesId}",
58641
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts",
58642
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}",
58643
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}/entries",
58644
+ "GET /v2/conferenceRecords/{conferenceRecordsId}/transcripts/{transcriptsId}/entries/{entriesId}",
58645
+ "GET /v2/spaces/{spacesId}"
58627
58646
  ]
58647
+ },
58648
+ {
58649
+ name: "meetings.space.settings",
58650
+ description: "Edit, and see settings for all of your Google Meet calls.",
58651
+ rules: ["GET /v2/spaces/{spacesId}", "PATCH /v2/spaces/{spacesId}"]
58628
58652
  }
58629
58653
  ]
58630
58654
  }
@@ -61889,6 +61913,7 @@ var xFirewall = {
61889
61913
  "DELETE /2/account_activity/webhooks/{webhook_id}/subscriptions/{user_id}/all",
61890
61914
  "GET /2/activity/stream",
61891
61915
  "GET /2/activity/subscriptions",
61916
+ "DELETE /2/activity/subscriptions",
61892
61917
  "PUT /2/activity/subscriptions/{subscription_id}",
61893
61918
  "DELETE /2/activity/subscriptions/{subscription_id}",
61894
61919
  "GET /2/compliance/jobs",
@@ -68801,6 +68826,14 @@ var unifiedRunRequestSchema = external_exports.object({
68801
68826
  secrets: external_exports.record(external_exports.string(), external_exports.string()).optional(),
68802
68827
  volumeVersions: external_exports.record(external_exports.string(), external_exports.string()).optional(),
68803
68828
  memoryName: external_exports.string().optional(),
68829
+ // Additional volumes passed directly at run time (bypass compose)
68830
+ additionalVolumes: external_exports.array(
68831
+ external_exports.object({
68832
+ name: external_exports.string(),
68833
+ version: external_exports.string().optional(),
68834
+ mountPath: external_exports.string()
68835
+ })
68836
+ ).optional(),
68804
68837
  // Debug flag to force real Claude in mock environments (internal use only)
68805
68838
  debugNoMockClaude: external_exports.boolean().optional(),
68806
68839
  // Capture HTTP request headers, request bodies, and response bodies in network logs
@@ -76342,6 +76375,17 @@ function parseIdentifier(identifier) {
76342
76375
  }
76343
76376
  return { name: identifier };
76344
76377
  }
76378
+ function parseArtifact(value) {
76379
+ if (!value) return void 0;
76380
+ const colonIndex = value.indexOf(":");
76381
+ if (colonIndex > 0 && colonIndex < value.length - 1) {
76382
+ return {
76383
+ artifactName: value.slice(0, colonIndex),
76384
+ artifactVersion: value.slice(colonIndex + 1)
76385
+ };
76386
+ }
76387
+ return { artifactName: value };
76388
+ }
76345
76389
  function renderRunCreated(response) {
76346
76390
  if (response.status === "queued") {
76347
76391
  console.log(source_default.yellow("\u26A0 Run queued \u2014 concurrency limit reached"));
@@ -76667,6 +76711,7 @@ export {
76667
76711
  extractSecretNames,
76668
76712
  loadValues,
76669
76713
  parseIdentifier,
76714
+ parseArtifact,
76670
76715
  renderRunCreated,
76671
76716
  pollEvents,
76672
76717
  showNextSteps,
@@ -76681,4 +76726,4 @@ undici/lib/web/fetch/body.js:
76681
76726
  undici/lib/web/websocket/frame.js:
76682
76727
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
76683
76728
  */
76684
- //# sourceMappingURL=chunk-YGGTGOHH.js.map
76729
+ //# sourceMappingURL=chunk-ONKLFZRY.js.map