@vm0/cli 9.207.0 → 9.208.0
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.
|
@@ -80408,7 +80408,7 @@ if (DSN) {
|
|
|
80408
80408
|
init2({
|
|
80409
80409
|
dsn: DSN,
|
|
80410
80410
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
80411
|
-
release: "9.
|
|
80411
|
+
release: "9.208.0",
|
|
80412
80412
|
sendDefaultPii: false,
|
|
80413
80413
|
tracesSampleRate: 0,
|
|
80414
80414
|
shutdownTimeout: 500,
|
|
@@ -80427,7 +80427,7 @@ if (DSN) {
|
|
|
80427
80427
|
}
|
|
80428
80428
|
});
|
|
80429
80429
|
setContext("cli", {
|
|
80430
|
-
version: "9.
|
|
80430
|
+
version: "9.208.0",
|
|
80431
80431
|
command: process.argv.slice(2).join(" ")
|
|
80432
80432
|
});
|
|
80433
80433
|
setContext("runtime", {
|
|
@@ -91664,6 +91664,7 @@ var pagedChatMessageBaseSchema = external_exports.object({
|
|
|
91664
91664
|
content: external_exports.string().nullable(),
|
|
91665
91665
|
runId: external_exports.string().optional(),
|
|
91666
91666
|
runGroupId: external_exports.string().optional(),
|
|
91667
|
+
triggerSource: triggerSourceSchema.optional(),
|
|
91667
91668
|
isGoalRun: external_exports.boolean().optional(),
|
|
91668
91669
|
runEventId: external_exports.string().optional(),
|
|
91669
91670
|
goalEvent: zeroGoalEventSchema.optional(),
|
|
@@ -91684,6 +91685,11 @@ var pagedChatMessageBaseSchema = external_exports.object({
|
|
|
91684
91685
|
title: external_exports.string(),
|
|
91685
91686
|
description: external_exports.string().nullable()
|
|
91686
91687
|
}).optional(),
|
|
91688
|
+
workflowSnapshot: external_exports.object({
|
|
91689
|
+
name: external_exports.string(),
|
|
91690
|
+
displayName: external_exports.string().nullable(),
|
|
91691
|
+
description: external_exports.string().nullable()
|
|
91692
|
+
}).optional(),
|
|
91687
91693
|
createdAt: external_exports.string()
|
|
91688
91694
|
});
|
|
91689
91695
|
var chatMessageRecommendedFollowupSchema = external_exports.object({
|
|
@@ -114101,4 +114107,4 @@ undici/lib/web/fetch/body.js:
|
|
|
114101
114107
|
undici/lib/web/websocket/frame.js:
|
|
114102
114108
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
114103
114109
|
*/
|
|
114104
|
-
//# sourceMappingURL=chunk-
|
|
114110
|
+
//# sourceMappingURL=chunk-24KXQB23.js.map
|