@botiverse/raft-daemon 1.0.6 → 1.0.7
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.
|
@@ -3290,7 +3290,7 @@ var agentApiReminderResponseSchema = passthroughObject({
|
|
|
3290
3290
|
var agentApiReminderLogResponseSchema = passthroughObject({
|
|
3291
3291
|
events: z3.array(agentApiReminderEventSummarySchema)
|
|
3292
3292
|
});
|
|
3293
|
-
var agentApiMigrationStateSchema = z3.enum(["provisioning", "prep", "ready", "in_transit", "arriving", "completed", "aborted", "failed"]);
|
|
3293
|
+
var agentApiMigrationStateSchema = z3.enum(["provisioning", "prep", "ready", "in_transit", "arriving", "starting", "completed", "aborted", "failed"]);
|
|
3294
3294
|
var agentApiMigrationSummarySchema = passthroughObject({
|
|
3295
3295
|
id: z3.string(),
|
|
3296
3296
|
agentId: z3.string(),
|
|
@@ -25648,7 +25648,7 @@ function resolveSlockCliPathOrEmpty(moduleUrl = import.meta.url) {
|
|
|
25648
25648
|
}
|
|
25649
25649
|
async function runBundledSlockCli(argv) {
|
|
25650
25650
|
process.argv = [process.execPath, "slock", ...argv];
|
|
25651
|
-
await import("./dist-
|
|
25651
|
+
await import("./dist-WZJGFAA7.js");
|
|
25652
25652
|
}
|
|
25653
25653
|
function detectRuntimes(tracer = noopTracer) {
|
|
25654
25654
|
const ids = [];
|
package/dist/cli/index.js
CHANGED
|
@@ -44273,7 +44273,7 @@ var agentApiReminderResponseSchema = passthroughObject({
|
|
|
44273
44273
|
var agentApiReminderLogResponseSchema = passthroughObject({
|
|
44274
44274
|
events: external_exports.array(agentApiReminderEventSummarySchema)
|
|
44275
44275
|
});
|
|
44276
|
-
var agentApiMigrationStateSchema = external_exports.enum(["provisioning", "prep", "ready", "in_transit", "arriving", "completed", "aborted", "failed"]);
|
|
44276
|
+
var agentApiMigrationStateSchema = external_exports.enum(["provisioning", "prep", "ready", "in_transit", "arriving", "starting", "completed", "aborted", "failed"]);
|
|
44277
44277
|
var agentApiMigrationSummarySchema = passthroughObject({
|
|
44278
44278
|
id: external_exports.string(),
|
|
44279
44279
|
agentId: external_exports.string(),
|
package/dist/core.js
CHANGED
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
stageAgentMigrationObjectStoreBundle,
|
|
37
37
|
subscribeDaemonLogs,
|
|
38
38
|
verifyAgentMigrationAdoptPlan
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-OFKVFXX7.js";
|
|
40
40
|
export {
|
|
41
41
|
AGENT_MIGRATION_BUNDLE_SCHEMA_VERSION,
|
|
42
42
|
AGENT_MIGRATION_CONTROL_SEAM_ENV,
|
|
@@ -43821,7 +43821,7 @@ var agentApiReminderResponseSchema = passthroughObject({
|
|
|
43821
43821
|
var agentApiReminderLogResponseSchema = passthroughObject({
|
|
43822
43822
|
events: external_exports.array(agentApiReminderEventSummarySchema)
|
|
43823
43823
|
});
|
|
43824
|
-
var agentApiMigrationStateSchema = external_exports.enum(["provisioning", "prep", "ready", "in_transit", "arriving", "completed", "aborted", "failed"]);
|
|
43824
|
+
var agentApiMigrationStateSchema = external_exports.enum(["provisioning", "prep", "ready", "in_transit", "arriving", "starting", "completed", "aborted", "failed"]);
|
|
43825
43825
|
var agentApiMigrationSummarySchema = passthroughObject({
|
|
43826
43826
|
id: external_exports.string(),
|
|
43827
43827
|
agentId: external_exports.string(),
|
package/dist/index.js
CHANGED