@vm0/cli 9.102.7 → 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.7",
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.7",
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"
@@ -30002,6 +30003,11 @@ var FEATURE_SWITCHES = {
30002
30003
  enabled: false,
30003
30004
  enabledUserHashes: STAFF_USER_HASHES,
30004
30005
  enabledOrgIdHashes: STAFF_ORG_ID_HASHES
30006
+ },
30007
+ ["mobileChatListPage" /* MobileChatListPage */]: {
30008
+ maintainer: "ethan@vm0.ai",
30009
+ enabled: false,
30010
+ enabledOrgIdHashes: STAFF_ORG_ID_HASHES
30005
30011
  }
30006
30012
  };
30007
30013
  function isFeatureEnabled(key, ctx) {
@@ -32292,4 +32298,4 @@ export {
32292
32298
  parseTime,
32293
32299
  paginate
32294
32300
  };
32295
- //# sourceMappingURL=chunk-WCPKF6XW.js.map
32301
+ //# sourceMappingURL=chunk-MHEPYHLR.js.map