@vm0/cli 9.102.8 → 9.102.9

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.8",
52
+ release: "9.102.9",
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.8",
71
+ version: "9.102.9",
72
72
  command: process.argv.slice(2).join(" ")
73
73
  });
74
74
  Sentry.setContext("runtime", {
@@ -27577,6 +27577,7 @@ var onboardingSetupContract = c15.router({
27577
27577
  responses: {
27578
27578
  200: z25.object({ agentId: z25.string() }),
27579
27579
  401: apiErrorSchema,
27580
+ 409: z25.object({ agentId: z25.string() }),
27580
27581
  422: apiErrorSchema
27581
27582
  },
27582
27583
  summary: "Complete admin onboarding in a single request"
@@ -32297,4 +32298,4 @@ export {
32297
32298
  parseTime,
32298
32299
  paginate
32299
32300
  };
32300
- //# sourceMappingURL=chunk-RB5K354K.js.map
32301
+ //# sourceMappingURL=chunk-MHEPYHLR.js.map