fix: align SDK wait and protocol contracts

This commit is contained in:
Peter Steinberger
2026-04-29 23:58:38 +01:00
parent 204d200be3
commit 29de89a8d9
5 changed files with 52 additions and 6 deletions

View File

@@ -1851,11 +1851,11 @@ public struct SessionsMessagesUnsubscribeParams: Codable, Sendable {
}
public struct SessionsAbortParams: Codable, Sendable {
public let key: String
public let key: String?
public let runid: String?
public init(
key: String,
key: String?,
runid: String?)
{
self.key = key