@vm0/cli 9.112.4 → 9.112.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.
@@ -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.112.4",
34655
+ release: "9.112.5",
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.112.4",
34674
+ version: "9.112.5",
34675
34675
  command: process.argv.slice(2).join(" ")
34676
34676
  });
34677
34677
  Sentry.setContext("runtime", {
@@ -73573,7 +73573,7 @@ var prepareTriggerBodySchema = external_exports.object({
73573
73573
  var prepareTriggerResponseSchema = external_exports.object({
73574
73574
  preparation: external_exports.object({
73575
73575
  id: external_exports.string(),
73576
- status: external_exports.string(),
73576
+ status: external_exports.enum(["preparing", "ready", "failed"]),
73577
73577
  runId: external_exports.string().optional()
73578
73578
  })
73579
73579
  });
@@ -73597,7 +73597,7 @@ var prepareCompleteBodySchema = external_exports.object({
73597
73597
  });
73598
73598
  var prepareCompleteResponseSchema = external_exports.object({
73599
73599
  id: external_exports.string(),
73600
- status: external_exports.string()
73600
+ status: external_exports.enum(["preparing", "ready", "failed"])
73601
73601
  });
73602
73602
  var zeroVoiceChatPrepareCompleteContract = c47.router({
73603
73603
  complete: {
@@ -76455,4 +76455,4 @@ undici/lib/web/fetch/body.js:
76455
76455
  undici/lib/web/websocket/frame.js:
76456
76456
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
76457
76457
  */
76458
- //# sourceMappingURL=chunk-3DHUEIA7.js.map
76458
+ //# sourceMappingURL=chunk-GN5OF2S7.js.map