ci(protocol): regenerate swift protocol models

This commit is contained in:
Peter Steinberger
2026-02-15 07:07:55 +00:00
parent dec28e5384
commit cbd9395082
2 changed files with 240 additions and 323 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1042,6 +1042,7 @@ public struct SessionsPatchParams: Codable, Sendable {
public let execnode: AnyCodable?
public let model: AnyCodable?
public let spawnedby: AnyCodable?
public let spawndepth: AnyCodable?
public let sendpolicy: AnyCodable?
public let groupactivation: AnyCodable?
@@ -1059,6 +1060,7 @@ public struct SessionsPatchParams: Codable, Sendable {
execnode: AnyCodable?,
model: AnyCodable?,
spawnedby: AnyCodable?,
spawndepth: AnyCodable?,
sendpolicy: AnyCodable?,
groupactivation: AnyCodable?
) {
@@ -1075,6 +1077,7 @@ public struct SessionsPatchParams: Codable, Sendable {
self.execnode = execnode
self.model = model
self.spawnedby = spawnedby
self.spawndepth = spawndepth
self.sendpolicy = sendpolicy
self.groupactivation = groupactivation
}
@@ -1092,6 +1095,7 @@ public struct SessionsPatchParams: Codable, Sendable {
case execnode = "execNode"
case model
case spawnedby = "spawnedBy"
case spawndepth = "spawnDepth"
case sendpolicy = "sendPolicy"
case groupactivation = "groupActivation"
}