@vm0/cli 9.86.3 → 9.86.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.
@@ -47,7 +47,7 @@ if (DSN) {
47
47
  Sentry.init({
48
48
  dsn: DSN,
49
49
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
50
- release: "9.86.3",
50
+ release: "9.86.4",
51
51
  sendDefaultPii: false,
52
52
  tracesSampleRate: 0,
53
53
  shutdownTimeout: 500,
@@ -66,7 +66,7 @@ if (DSN) {
66
66
  }
67
67
  });
68
68
  Sentry.setContext("cli", {
69
- version: "9.86.3",
69
+ version: "9.86.4",
70
70
  command: process.argv.slice(2).join(" ")
71
71
  });
72
72
  Sentry.setContext("runtime", {
@@ -17458,6 +17458,10 @@ var autoRechargeSchema = z36.object({
17458
17458
  threshold: z36.number().nullable(),
17459
17459
  amount: z36.number().nullable()
17460
17460
  });
17461
+ var creditExpirySchema = z36.object({
17462
+ expiringNextCycle: z36.number(),
17463
+ nextExpiryDate: z36.string().nullable()
17464
+ });
17461
17465
  var billingStatusResponseSchema = z36.object({
17462
17466
  tier: z36.string(),
17463
17467
  credits: z36.number(),
@@ -17465,7 +17469,8 @@ var billingStatusResponseSchema = z36.object({
17465
17469
  currentPeriodEnd: z36.string().nullable(),
17466
17470
  cancelAtPeriodEnd: z36.boolean(),
17467
17471
  hasSubscription: z36.boolean(),
17468
- autoRecharge: autoRechargeSchema
17472
+ autoRecharge: autoRechargeSchema,
17473
+ creditExpiry: creditExpirySchema
17469
17474
  });
17470
17475
  var checkoutResponseSchema = z36.object({
17471
17476
  url: z36.string()
@@ -20177,4 +20182,4 @@ export {
20177
20182
  pollEvents,
20178
20183
  showNextSteps
20179
20184
  };
20180
- //# sourceMappingURL=chunk-AQXVI3SG.js.map
20185
+ //# sourceMappingURL=chunk-O22JKC6F.js.map