mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:48:38 +00:00
ci(protocol): regenerate swift protocol models
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1042,6 +1042,7 @@ public struct SessionsPatchParams: Codable, Sendable {
|
|||||||
public let execnode: AnyCodable?
|
public let execnode: AnyCodable?
|
||||||
public let model: AnyCodable?
|
public let model: AnyCodable?
|
||||||
public let spawnedby: AnyCodable?
|
public let spawnedby: AnyCodable?
|
||||||
|
public let spawndepth: AnyCodable?
|
||||||
public let sendpolicy: AnyCodable?
|
public let sendpolicy: AnyCodable?
|
||||||
public let groupactivation: AnyCodable?
|
public let groupactivation: AnyCodable?
|
||||||
|
|
||||||
@@ -1059,6 +1060,7 @@ public struct SessionsPatchParams: Codable, Sendable {
|
|||||||
execnode: AnyCodable?,
|
execnode: AnyCodable?,
|
||||||
model: AnyCodable?,
|
model: AnyCodable?,
|
||||||
spawnedby: AnyCodable?,
|
spawnedby: AnyCodable?,
|
||||||
|
spawndepth: AnyCodable?,
|
||||||
sendpolicy: AnyCodable?,
|
sendpolicy: AnyCodable?,
|
||||||
groupactivation: AnyCodable?
|
groupactivation: AnyCodable?
|
||||||
) {
|
) {
|
||||||
@@ -1075,6 +1077,7 @@ public struct SessionsPatchParams: Codable, Sendable {
|
|||||||
self.execnode = execnode
|
self.execnode = execnode
|
||||||
self.model = model
|
self.model = model
|
||||||
self.spawnedby = spawnedby
|
self.spawnedby = spawnedby
|
||||||
|
self.spawndepth = spawndepth
|
||||||
self.sendpolicy = sendpolicy
|
self.sendpolicy = sendpolicy
|
||||||
self.groupactivation = groupactivation
|
self.groupactivation = groupactivation
|
||||||
}
|
}
|
||||||
@@ -1092,6 +1095,7 @@ public struct SessionsPatchParams: Codable, Sendable {
|
|||||||
case execnode = "execNode"
|
case execnode = "execNode"
|
||||||
case model
|
case model
|
||||||
case spawnedby = "spawnedBy"
|
case spawnedby = "spawnedBy"
|
||||||
|
case spawndepth = "spawnDepth"
|
||||||
case sendpolicy = "sendPolicy"
|
case sendpolicy = "sendPolicy"
|
||||||
case groupactivation = "groupActivation"
|
case groupactivation = "groupActivation"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user