@vm0/cli 9.173.0 → 9.174.1
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.
- package/{chunk-2P2LCHJX.js → chunk-P75YYKJH.js} +12 -26
- package/{chunk-2P2LCHJX.js.map → chunk-P75YYKJH.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +26 -2
- package/zero.js.map +1 -1
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.
|
|
74086
|
+
release: "9.174.1",
|
|
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.
|
|
74105
|
+
version: "9.174.1",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -74308,11 +74308,6 @@ var FEATURE_SWITCHES = {
|
|
|
74308
74308
|
description: "Enable the Outlook Calendar connector",
|
|
74309
74309
|
enabled: false
|
|
74310
74310
|
},
|
|
74311
|
-
["googleAdsConnector" /* GoogleAdsConnector */]: {
|
|
74312
|
-
maintainer: "ethan@vm0.ai",
|
|
74313
|
-
description: "Enable the Google Ads connector",
|
|
74314
|
-
enabled: true
|
|
74315
|
-
},
|
|
74316
74311
|
["metaAdsConnector" /* MetaAdsConnector */]: {
|
|
74317
74312
|
maintainer: "ethan@vm0.ai",
|
|
74318
74313
|
description: "Enable the Meta Ads Manager connector",
|
|
@@ -74331,8 +74326,7 @@ var FEATURE_SWITCHES = {
|
|
|
74331
74326
|
["pwaOfflineCache" /* PwaOfflineCache */]: {
|
|
74332
74327
|
maintainer: "ethan@vm0.ai",
|
|
74333
74328
|
description: "Enable PWA offline caching (static asset cache-first, offline fallback page, and service worker updateViaCache: none)",
|
|
74334
|
-
enabled:
|
|
74335
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74329
|
+
enabled: true
|
|
74336
74330
|
},
|
|
74337
74331
|
["mailchimpConnector" /* MailchimpConnector */]: {
|
|
74338
74332
|
maintainer: "ethan@vm0.ai",
|
|
@@ -74415,11 +74409,6 @@ var FEATURE_SWITCHES = {
|
|
|
74415
74409
|
description: "Adds a Rename chat item to the sidebar thread kebab menu. When the user renames a thread, automated title generation is suppressed for that thread.",
|
|
74416
74410
|
enabled: false
|
|
74417
74411
|
},
|
|
74418
|
-
["docsSite" /* DocsSite */]: {
|
|
74419
|
-
maintainer: "linghan@vm0.ai",
|
|
74420
|
-
description: "Enable the Strapi-backed public docs site routes, navigation entry, and docs pages.",
|
|
74421
|
-
enabled: true
|
|
74422
|
-
},
|
|
74423
74412
|
["freshdeskConnector" /* FreshdeskConnector */]: {
|
|
74424
74413
|
maintainer: "ethan@vm0.ai",
|
|
74425
74414
|
description: "Enable the Freshdesk helpdesk connector",
|
|
@@ -74453,9 +74442,8 @@ var FEATURE_SWITCHES = {
|
|
|
74453
74442
|
},
|
|
74454
74443
|
["hostedSites" /* HostedSites */]: {
|
|
74455
74444
|
maintainer: "lancy@vm0.ai",
|
|
74456
|
-
description: "Enable static hosted-site deployments from zero host.
|
|
74457
|
-
enabled:
|
|
74458
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74445
|
+
description: "Enable static hosted-site deployments from zero host.",
|
|
74446
|
+
enabled: true
|
|
74459
74447
|
},
|
|
74460
74448
|
["sandboxIoLimiters" /* SandboxIoLimiters */]: {
|
|
74461
74449
|
maintainer: "liangyou@vm0.ai",
|
|
@@ -74463,11 +74451,6 @@ var FEATURE_SWITCHES = {
|
|
|
74463
74451
|
enabled: false,
|
|
74464
74452
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74465
74453
|
},
|
|
74466
|
-
["zeroMaps" /* ZeroMaps */]: {
|
|
74467
|
-
maintainer: "ethan@vm0.ai",
|
|
74468
|
-
description: "Enable managed Zero Maps CLI access for geocoding, directions, and places.",
|
|
74469
|
-
enabled: true
|
|
74470
|
-
},
|
|
74471
74454
|
["chatArtifactSidebar" /* ChatArtifactSidebar */]: {
|
|
74472
74455
|
maintainer: "ethan@vm0.ai",
|
|
74473
74456
|
description: "Replace the inline attachment text editor and modal lightbox with a single page-level artifact sidebar (50/50 with the chat thread area, URL-routed via ?artifact=, fullscreen-capable). When on, inline text/markdown attachments render as anchor chips, all preview chips route to the sidebar, and the artifacts drawer is hidden.",
|
|
@@ -97573,7 +97556,6 @@ var googleAds = {
|
|
|
97573
97556
|
helpText: "Connect your Google Ads account to manage campaigns, ad groups, and performance reports",
|
|
97574
97557
|
authMethods: {
|
|
97575
97558
|
oauth: {
|
|
97576
|
-
featureFlag: "googleAdsConnector" /* GoogleAdsConnector */,
|
|
97577
97559
|
showExperimentalLabel: false,
|
|
97578
97560
|
label: "OAuth (Recommended)",
|
|
97579
97561
|
helpText: "Sign in with Google to grant Google Ads access.",
|
|
@@ -107465,6 +107447,10 @@ var jobSchema = external_exports.object({
|
|
|
107465
107447
|
checkpointId: external_exports.uuid().nullable(),
|
|
107466
107448
|
experimentalProfile: external_exports.string().optional()
|
|
107467
107449
|
});
|
|
107450
|
+
var heldSessionStateSchema = external_exports.object({
|
|
107451
|
+
sessionId: external_exports.string(),
|
|
107452
|
+
lastCompletedAt: external_exports.string().datetime({ offset: true })
|
|
107453
|
+
});
|
|
107468
107454
|
var runnersPollContract = c16.router({
|
|
107469
107455
|
poll: {
|
|
107470
107456
|
method: "POST",
|
|
@@ -107473,7 +107459,7 @@ var runnersPollContract = c16.router({
|
|
|
107473
107459
|
body: external_exports.object({
|
|
107474
107460
|
group: runnerGroupSchema,
|
|
107475
107461
|
profiles: external_exports.array(external_exports.string()).optional(),
|
|
107476
|
-
|
|
107462
|
+
heldSessionStates: external_exports.array(heldSessionStateSchema).max(100).optional()
|
|
107477
107463
|
}),
|
|
107478
107464
|
responses: {
|
|
107479
107465
|
200: external_exports.object({
|
|
@@ -107640,7 +107626,7 @@ var heartbeatBodySchema = external_exports.object({
|
|
|
107640
107626
|
allocatedVcpu: external_exports.number().int().nonnegative(),
|
|
107641
107627
|
allocatedMemoryMb: external_exports.number().int().nonnegative(),
|
|
107642
107628
|
runningCount: external_exports.number().int().nonnegative(),
|
|
107643
|
-
|
|
107629
|
+
heldSessionStates: external_exports.array(heldSessionStateSchema),
|
|
107644
107630
|
mode: external_exports.enum(["running", "draining", "stopping"])
|
|
107645
107631
|
});
|
|
107646
107632
|
var runnersHeartbeatContract = c16.router({
|
|
@@ -132719,4 +132705,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132719
132705
|
undici/lib/web/websocket/frame.js:
|
|
132720
132706
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132721
132707
|
*/
|
|
132722
|
-
//# sourceMappingURL=chunk-
|
|
132708
|
+
//# sourceMappingURL=chunk-P75YYKJH.js.map
|