mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore(protocol): regenerate portal models
This commit is contained in:
@@ -577,6 +577,9 @@ enum class GatewayMethod(
|
||||
DesktopLaunch("desktop.launch"),
|
||||
DeviceScopesRequestUpgrade("device.scopes.requestUpgrade"),
|
||||
DeviceScopesWaitUpgrade("device.scopes.waitUpgrade"),
|
||||
PortalList("portal.list"),
|
||||
PortalOpen("portal.open"),
|
||||
PortalClose("portal.close"),
|
||||
}
|
||||
|
||||
enum class GatewayEvent(
|
||||
@@ -627,5 +630,6 @@ enum class GatewayEvent(
|
||||
OpenclawApprovalResolved("openclaw.approval.resolved"),
|
||||
TerminalData("terminal.data"),
|
||||
TerminalExit("terminal.exit"),
|
||||
PortalChanged("portal.changed"),
|
||||
UpdateAvailable("update.available"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user