@vm0/cli 9.113.3 → 9.113.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.
|
@@ -34652,7 +34652,7 @@ if (DSN) {
|
|
|
34652
34652
|
Sentry.init({
|
|
34653
34653
|
dsn: DSN,
|
|
34654
34654
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
34655
|
-
release: "9.113.
|
|
34655
|
+
release: "9.113.4",
|
|
34656
34656
|
sendDefaultPii: false,
|
|
34657
34657
|
tracesSampleRate: 0,
|
|
34658
34658
|
shutdownTimeout: 500,
|
|
@@ -34671,7 +34671,7 @@ if (DSN) {
|
|
|
34671
34671
|
}
|
|
34672
34672
|
});
|
|
34673
34673
|
Sentry.setContext("cli", {
|
|
34674
|
-
version: "9.113.
|
|
34674
|
+
version: "9.113.4",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -35786,8 +35786,8 @@ var gmailFirewall = {
|
|
|
35786
35786
|
name: "gmail.send",
|
|
35787
35787
|
description: "Send email on your behalf",
|
|
35788
35788
|
rules: [
|
|
35789
|
-
"POST /v1/users/{userId}/
|
|
35790
|
-
"POST /v1/users/{userId}/
|
|
35789
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
35790
|
+
"POST /v1/users/{userId}/messages/send"
|
|
35791
35791
|
]
|
|
35792
35792
|
},
|
|
35793
35793
|
{
|
|
@@ -35929,8 +35929,8 @@ var gmailFirewall = {
|
|
|
35929
35929
|
name: "gmail.send",
|
|
35930
35930
|
description: "Send email on your behalf",
|
|
35931
35931
|
rules: [
|
|
35932
|
-
"POST /v1/users/{userId}/
|
|
35933
|
-
"POST /v1/users/{userId}/
|
|
35932
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
35933
|
+
"POST /v1/users/{userId}/messages/send"
|
|
35934
35934
|
]
|
|
35935
35935
|
}
|
|
35936
35936
|
]
|
|
@@ -35997,8 +35997,8 @@ var gmailFirewall = {
|
|
|
35997
35997
|
name: "gmail.send",
|
|
35998
35998
|
description: "Send email on your behalf",
|
|
35999
35999
|
rules: [
|
|
36000
|
-
"POST /v1/users/{userId}/
|
|
36001
|
-
"POST /v1/users/{userId}/
|
|
36000
|
+
"POST /v1/users/{userId}/drafts/send",
|
|
36001
|
+
"POST /v1/users/{userId}/messages/send"
|
|
36002
36002
|
]
|
|
36003
36003
|
}
|
|
36004
36004
|
]
|
|
@@ -36006,15 +36006,12 @@ var gmailFirewall = {
|
|
|
36006
36006
|
]
|
|
36007
36007
|
};
|
|
36008
36008
|
var gmailDefaultAllowed = [
|
|
36009
|
-
// Read
|
|
36010
36009
|
"gmail.readonly",
|
|
36011
36010
|
"gmail.metadata",
|
|
36012
36011
|
"gmail.addons.current.message.readonly",
|
|
36013
36012
|
"gmail.addons.current.message.metadata",
|
|
36014
36013
|
"gmail.addons.current.message.action",
|
|
36015
|
-
// Compose (draft-only after split)
|
|
36016
36014
|
"gmail.compose",
|
|
36017
|
-
// Labels
|
|
36018
36015
|
"gmail.labels"
|
|
36019
36016
|
];
|
|
36020
36017
|
|
|
@@ -51235,7 +51232,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
51235
51232
|
oauth: {
|
|
51236
51233
|
authorizationUrl: "https://github.com/login/oauth/authorize",
|
|
51237
51234
|
tokenUrl: "https://github.com/login/oauth/access_token",
|
|
51238
|
-
scopes: ["repo", "project"]
|
|
51235
|
+
scopes: ["repo", "project", "workflow"]
|
|
51239
51236
|
}
|
|
51240
51237
|
},
|
|
51241
51238
|
notion: {
|
|
@@ -72418,6 +72415,7 @@ var runContextFirewallSchema = external_exports.object({
|
|
|
72418
72415
|
var runContextResponseSchema = external_exports.object({
|
|
72419
72416
|
prompt: external_exports.string(),
|
|
72420
72417
|
appendSystemPrompt: external_exports.string().nullable(),
|
|
72418
|
+
runId: external_exports.string(),
|
|
72421
72419
|
sessionId: external_exports.string().nullable(),
|
|
72422
72420
|
secretNames: external_exports.array(external_exports.string()),
|
|
72423
72421
|
vars: external_exports.record(external_exports.string(), external_exports.string()).nullable(),
|
|
@@ -76649,4 +76647,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76649
76647
|
undici/lib/web/websocket/frame.js:
|
|
76650
76648
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76651
76649
|
*/
|
|
76652
|
-
//# sourceMappingURL=chunk-
|
|
76650
|
+
//# sourceMappingURL=chunk-2TQ7ATTO.js.map
|