@alook/cli 0.1.6 → 0.1.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.
- package/dist/index.js +3 -0
- package/dist/session-runner.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17627,6 +17627,9 @@ var HostCommandSchema = exports_external.discriminatedUnion("type", [
|
|
|
17627
17627
|
launchId: exports_external.string().min(1)
|
|
17628
17628
|
}))
|
|
17629
17629
|
}),
|
|
17630
|
+
exports_external.strictObject({
|
|
17631
|
+
type: exports_external.literal("machine:update")
|
|
17632
|
+
}),
|
|
17630
17633
|
exports_external.object({
|
|
17631
17634
|
type: exports_external.literal("bot:added"),
|
|
17632
17635
|
botId: exports_external.string().min(1),
|
package/dist/session-runner.js
CHANGED
|
@@ -17532,6 +17532,9 @@ var HostCommandSchema = exports_external.discriminatedUnion("type", [
|
|
|
17532
17532
|
launchId: exports_external.string().min(1)
|
|
17533
17533
|
}))
|
|
17534
17534
|
}),
|
|
17535
|
+
exports_external.strictObject({
|
|
17536
|
+
type: exports_external.literal("machine:update")
|
|
17537
|
+
}),
|
|
17535
17538
|
exports_external.object({
|
|
17536
17539
|
type: exports_external.literal("bot:added"),
|
|
17537
17540
|
botId: exports_external.string().min(1),
|