@vm0/cli 9.145.17 → 9.145.19
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.145.
|
|
74086
|
+
release: "9.145.19",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.145.
|
|
74105
|
+
version: "9.145.19",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -118796,6 +118796,27 @@ var zeroComposesByIdContract = c36.router({
|
|
|
118796
118796
|
summary: "Delete agent compose (zero proxy)"
|
|
118797
118797
|
}
|
|
118798
118798
|
});
|
|
118799
|
+
var zeroComposesMetadataContract = c36.router({
|
|
118800
|
+
update: {
|
|
118801
|
+
method: "PATCH",
|
|
118802
|
+
path: "/api/zero/composes/:id/metadata",
|
|
118803
|
+
headers: authHeadersSchema,
|
|
118804
|
+
pathParams: external_exports.object({
|
|
118805
|
+
id: external_exports.string().uuid("Compose ID is required")
|
|
118806
|
+
}),
|
|
118807
|
+
body: external_exports.object({
|
|
118808
|
+
displayName: external_exports.string().nullable().optional(),
|
|
118809
|
+
description: external_exports.string().nullable().optional(),
|
|
118810
|
+
sound: external_exports.string().nullable().optional()
|
|
118811
|
+
}),
|
|
118812
|
+
responses: {
|
|
118813
|
+
200: external_exports.object({ ok: external_exports.literal(true) }),
|
|
118814
|
+
401: apiErrorSchema,
|
|
118815
|
+
404: apiErrorSchema
|
|
118816
|
+
},
|
|
118817
|
+
summary: "Update agent compose metadata (zero proxy)"
|
|
118818
|
+
}
|
|
118819
|
+
});
|
|
118799
118820
|
var zeroComposesListContract = c36.router({
|
|
118800
118821
|
list: {
|
|
118801
118822
|
method: "GET",
|
|
@@ -122285,4 +122306,4 @@ undici/lib/web/fetch/body.js:
|
|
|
122285
122306
|
undici/lib/web/websocket/frame.js:
|
|
122286
122307
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
122287
122308
|
*/
|
|
122288
|
-
//# sourceMappingURL=chunk-
|
|
122309
|
+
//# sourceMappingURL=chunk-OMYARDQW.js.map
|