Skip to content

Commit 6a2b08c

Browse files
committed
protocol: regenerate shared swift models
1 parent 27c0301 commit 6a2b08c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

apps/shared/OpenClawKit/Sources/OpenClawProtocol/GatewayModels.swift

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,6 +2818,10 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
28182818
public let agentid: AnyCodable?
28192819
public let resolvedpath: AnyCodable?
28202820
public let sessionkey: AnyCodable?
2821+
public let turnsourcechannel: AnyCodable?
2822+
public let turnsourceto: AnyCodable?
2823+
public let turnsourceaccountid: AnyCodable?
2824+
public let turnsourcethreadid: AnyCodable?
28212825
public let timeoutms: Int?
28222826
public let twophase: Bool?
28232827

@@ -2833,6 +2837,10 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
28332837
agentid: AnyCodable?,
28342838
resolvedpath: AnyCodable?,
28352839
sessionkey: AnyCodable?,
2840+
turnsourcechannel: AnyCodable?,
2841+
turnsourceto: AnyCodable?,
2842+
turnsourceaccountid: AnyCodable?,
2843+
turnsourcethreadid: AnyCodable?,
28362844
timeoutms: Int?,
28372845
twophase: Bool?)
28382846
{
@@ -2847,6 +2855,10 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
28472855
self.agentid = agentid
28482856
self.resolvedpath = resolvedpath
28492857
self.sessionkey = sessionkey
2858+
self.turnsourcechannel = turnsourcechannel
2859+
self.turnsourceto = turnsourceto
2860+
self.turnsourceaccountid = turnsourceaccountid
2861+
self.turnsourcethreadid = turnsourcethreadid
28502862
self.timeoutms = timeoutms
28512863
self.twophase = twophase
28522864
}
@@ -2863,6 +2875,10 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
28632875
case agentid = "agentId"
28642876
case resolvedpath = "resolvedPath"
28652877
case sessionkey = "sessionKey"
2878+
case turnsourcechannel = "turnSourceChannel"
2879+
case turnsourceto = "turnSourceTo"
2880+
case turnsourceaccountid = "turnSourceAccountId"
2881+
case turnsourcethreadid = "turnSourceThreadId"
28662882
case timeoutms = "timeoutMs"
28672883
case twophase = "twoPhase"
28682884
}

0 commit comments

Comments
 (0)