build(protocol): refresh generated Swift models

This commit is contained in:
Peter Steinberger
2026-05-03 13:48:17 +01:00
parent f30dd51d5f
commit 6a653888fd
2 changed files with 8 additions and 0 deletions

View File

@@ -5176,6 +5176,7 @@ public struct UpdateRunParams: Codable, Sendable {
public let sessionkey: String?
public let deliverycontext: [String: AnyCodable]?
public let note: String?
public let continuationmessage: String?
public let restartdelayms: Int?
public let timeoutms: Int?
@@ -5183,12 +5184,14 @@ public struct UpdateRunParams: Codable, Sendable {
sessionkey: String?,
deliverycontext: [String: AnyCodable]?,
note: String?,
continuationmessage: String?,
restartdelayms: Int?,
timeoutms: Int?)
{
self.sessionkey = sessionkey
self.deliverycontext = deliverycontext
self.note = note
self.continuationmessage = continuationmessage
self.restartdelayms = restartdelayms
self.timeoutms = timeoutms
}
@@ -5197,6 +5200,7 @@ public struct UpdateRunParams: Codable, Sendable {
case sessionkey = "sessionKey"
case deliverycontext = "deliveryContext"
case note
case continuationmessage = "continuationMessage"
case restartdelayms = "restartDelayMs"
case timeoutms = "timeoutMs"
}

View File

@@ -5176,6 +5176,7 @@ public struct UpdateRunParams: Codable, Sendable {
public let sessionkey: String?
public let deliverycontext: [String: AnyCodable]?
public let note: String?
public let continuationmessage: String?
public let restartdelayms: Int?
public let timeoutms: Int?
@@ -5183,12 +5184,14 @@ public struct UpdateRunParams: Codable, Sendable {
sessionkey: String?,
deliverycontext: [String: AnyCodable]?,
note: String?,
continuationmessage: String?,
restartdelayms: Int?,
timeoutms: Int?)
{
self.sessionkey = sessionkey
self.deliverycontext = deliverycontext
self.note = note
self.continuationmessage = continuationmessage
self.restartdelayms = restartdelayms
self.timeoutms = timeoutms
}
@@ -5197,6 +5200,7 @@ public struct UpdateRunParams: Codable, Sendable {
case sessionkey = "sessionKey"
case deliverycontext = "deliveryContext"
case note
case continuationmessage = "continuationMessage"
case restartdelayms = "restartDelayMs"
case timeoutms = "timeoutMs"
}