@vm0/cli 9.86.0 → 9.86.2
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.
|
|
50
|
+
release: "9.86.2",
|
|
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.
|
|
69
|
+
version: "9.86.2",
|
|
70
70
|
command: process.argv.slice(2).join(" ")
|
|
71
71
|
});
|
|
72
72
|
Sentry.setContext("runtime", {
|
|
@@ -13960,6 +13960,7 @@ var logEntrySchema = z6.object({
|
|
|
13960
13960
|
orgSlug: z6.string().nullable(),
|
|
13961
13961
|
framework: z6.string().nullable(),
|
|
13962
13962
|
triggerSource: triggerSourceSchema.nullable(),
|
|
13963
|
+
scheduleId: z6.string().nullable(),
|
|
13963
13964
|
status: logStatusSchema,
|
|
13964
13965
|
createdAt: z6.string(),
|
|
13965
13966
|
startedAt: z6.string().nullable(),
|
|
@@ -13987,6 +13988,7 @@ var logDetailSchema = z6.object({
|
|
|
13987
13988
|
framework: z6.string().nullable(),
|
|
13988
13989
|
modelProvider: z6.string().nullable(),
|
|
13989
13990
|
triggerSource: triggerSourceSchema.nullable(),
|
|
13991
|
+
scheduleId: z6.string().nullable(),
|
|
13990
13992
|
status: logStatusSchema,
|
|
13991
13993
|
prompt: z6.string(),
|
|
13992
13994
|
appendSystemPrompt: z6.string().nullable(),
|
|
@@ -17458,6 +17460,7 @@ var billingStatusResponseSchema = z36.object({
|
|
|
17458
17460
|
credits: z36.number(),
|
|
17459
17461
|
subscriptionStatus: z36.string().nullable(),
|
|
17460
17462
|
currentPeriodEnd: z36.string().nullable(),
|
|
17463
|
+
cancelAtPeriodEnd: z36.boolean(),
|
|
17461
17464
|
hasSubscription: z36.boolean(),
|
|
17462
17465
|
autoRecharge: autoRechargeSchema
|
|
17463
17466
|
});
|
|
@@ -20170,4 +20173,4 @@ export {
|
|
|
20170
20173
|
pollEvents,
|
|
20171
20174
|
showNextSteps
|
|
20172
20175
|
};
|
|
20173
|
-
//# sourceMappingURL=chunk-
|
|
20176
|
+
//# sourceMappingURL=chunk-4DWNSAI4.js.map
|