@vm0/cli 9.102.8 → 9.102.10
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-RB5K354K.js → chunk-OCZK25RZ.js} +5 -3
- package/{chunk-RB5K354K.js.map → chunk-OCZK25RZ.js.map} +1 -1
- package/index.js +10 -10
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +28 -4
- package/zero.js.map +1 -1
|
@@ -49,7 +49,7 @@ if (DSN) {
|
|
|
49
49
|
Sentry.init({
|
|
50
50
|
dsn: DSN,
|
|
51
51
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
52
|
-
release: "9.102.
|
|
52
|
+
release: "9.102.10",
|
|
53
53
|
sendDefaultPii: false,
|
|
54
54
|
tracesSampleRate: 0,
|
|
55
55
|
shutdownTimeout: 500,
|
|
@@ -68,7 +68,7 @@ if (DSN) {
|
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
Sentry.setContext("cli", {
|
|
71
|
-
version: "9.102.
|
|
71
|
+
version: "9.102.10",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -27577,6 +27577,7 @@ var onboardingSetupContract = c15.router({
|
|
|
27577
27577
|
responses: {
|
|
27578
27578
|
200: z25.object({ agentId: z25.string() }),
|
|
27579
27579
|
401: apiErrorSchema,
|
|
27580
|
+
409: z25.object({ agentId: z25.string() }),
|
|
27580
27581
|
422: apiErrorSchema
|
|
27581
27582
|
},
|
|
27582
27583
|
summary: "Complete admin onboarding in a single request"
|
|
@@ -32177,6 +32178,7 @@ export {
|
|
|
32177
32178
|
getConnectorFirewall,
|
|
32178
32179
|
resolveFirewallPolicies,
|
|
32179
32180
|
findMatchingPermissions,
|
|
32181
|
+
zeroAgentCustomSkillNameSchema,
|
|
32180
32182
|
getInstructionsStorageName,
|
|
32181
32183
|
getSkillStorageName,
|
|
32182
32184
|
getInstructionsFilename,
|
|
@@ -32297,4 +32299,4 @@ export {
|
|
|
32297
32299
|
parseTime,
|
|
32298
32300
|
paginate
|
|
32299
32301
|
};
|
|
32300
|
-
//# sourceMappingURL=chunk-
|
|
32302
|
+
//# sourceMappingURL=chunk-OCZK25RZ.js.map
|