From 405833eb95712b53cbb35f9207e8a9b2c924819a Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 26 Feb 2026 08:01:50 -0500 Subject: [PATCH] Revert "protocol: regenerate macos gateway swift models" This reverts commit 27c03010c6b9da07b404c93cdb0a1c2a3db671f5. --- .../Sources/OpenClawProtocol/GatewayModels.swift | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift b/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift index 41b0689bf39..60b44d4545c 100644 --- a/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift +++ b/apps/macos/Sources/OpenClawProtocol/GatewayModels.swift @@ -2818,10 +2818,6 @@ public struct ExecApprovalRequestParams: Codable, Sendable { public let agentid: AnyCodable? public let resolvedpath: AnyCodable? public let sessionkey: AnyCodable? - public let turnsourcechannel: AnyCodable? - public let turnsourceto: AnyCodable? - public let turnsourceaccountid: AnyCodable? - public let turnsourcethreadid: AnyCodable? public let timeoutms: Int? public let twophase: Bool? @@ -2837,10 +2833,6 @@ public struct ExecApprovalRequestParams: Codable, Sendable { agentid: AnyCodable?, resolvedpath: AnyCodable?, sessionkey: AnyCodable?, - turnsourcechannel: AnyCodable?, - turnsourceto: AnyCodable?, - turnsourceaccountid: AnyCodable?, - turnsourcethreadid: AnyCodable?, timeoutms: Int?, twophase: Bool?) { @@ -2855,10 +2847,6 @@ public struct ExecApprovalRequestParams: Codable, Sendable { self.agentid = agentid self.resolvedpath = resolvedpath self.sessionkey = sessionkey - self.turnsourcechannel = turnsourcechannel - self.turnsourceto = turnsourceto - self.turnsourceaccountid = turnsourceaccountid - self.turnsourcethreadid = turnsourcethreadid self.timeoutms = timeoutms self.twophase = twophase } @@ -2875,10 +2863,6 @@ public struct ExecApprovalRequestParams: Codable, Sendable { case agentid = "agentId" case resolvedpath = "resolvedPath" case sessionkey = "sessionKey" - case turnsourcechannel = "turnSourceChannel" - case turnsourceto = "turnSourceTo" - case turnsourceaccountid = "turnSourceAccountId" - case turnsourcethreadid = "turnSourceThreadId" case timeoutms = "timeoutMs" case twophase = "twoPhase" }