From 2cd44e44cb9c60f3559b1ed93a07b3764f8a0199 Mon Sep 17 00:00:00 2001 From: Paul Frederiksen Date: Sat, 2 May 2026 22:44:33 +0000 Subject: [PATCH] chore(protocol): update generated cron models --- apps/macos/Sources/OpenClawProtocol/GatewayModels.swift | 4 ++++ .../OpenClawKit/Sources/OpenClawProtocol/GatewayModels.swift | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift b/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift index 4ae0de3d439..927e34af90c 100644 --- a/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift +++ b/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift @@ -4324,6 +4324,7 @@ public struct CronRunLogEntry: Codable, Sendable { public let deliveryerror: String? public let sessionid: String? public let sessionkey: String? + public let runid: String? public let runatms: Int? public let durationms: Int? public let nextrunatms: Int? @@ -4344,6 +4345,7 @@ public struct CronRunLogEntry: Codable, Sendable { deliveryerror: String?, sessionid: String?, sessionkey: String?, + runid: String?, runatms: Int?, durationms: Int?, nextrunatms: Int?, @@ -4363,6 +4365,7 @@ public struct CronRunLogEntry: Codable, Sendable { self.deliveryerror = deliveryerror self.sessionid = sessionid self.sessionkey = sessionkey + self.runid = runid self.runatms = runatms self.durationms = durationms self.nextrunatms = nextrunatms @@ -4384,6 +4387,7 @@ public struct CronRunLogEntry: Codable, Sendable { case deliveryerror = "deliveryError" case sessionid = "sessionId" case sessionkey = "sessionKey" + case runid = "runId" case runatms = "runAtMs" case durationms = "durationMs" case nextrunatms = "nextRunAtMs" diff --git a/apps/shared/OpenClawKit/Sources/OpenClawProtocol/GatewayModels.swift b/apps/shared/OpenClawKit/Sources/OpenClawProtocol/GatewayModels.swift index 4ae0de3d439..927e34af90c 100644 --- a/apps/shared/OpenClawKit/Sources/OpenClawProtocol/GatewayModels.swift +++ b/apps/shared/OpenClawKit/Sources/OpenClawProtocol/GatewayModels.swift @@ -4324,6 +4324,7 @@ public struct CronRunLogEntry: Codable, Sendable { public let deliveryerror: String? public let sessionid: String? public let sessionkey: String? + public let runid: String? public let runatms: Int? public let durationms: Int? public let nextrunatms: Int? @@ -4344,6 +4345,7 @@ public struct CronRunLogEntry: Codable, Sendable { deliveryerror: String?, sessionid: String?, sessionkey: String?, + runid: String?, runatms: Int?, durationms: Int?, nextrunatms: Int?, @@ -4363,6 +4365,7 @@ public struct CronRunLogEntry: Codable, Sendable { self.deliveryerror = deliveryerror self.sessionid = sessionid self.sessionkey = sessionkey + self.runid = runid self.runatms = runatms self.durationms = durationms self.nextrunatms = nextrunatms @@ -4384,6 +4387,7 @@ public struct CronRunLogEntry: Codable, Sendable { case deliveryerror = "deliveryError" case sessionid = "sessionId" case sessionkey = "sessionKey" + case runid = "runId" case runatms = "runAtMs" case durationms = "durationMs" case nextrunatms = "nextRunAtMs"