mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-29 16:54:30 +00:00
chore(protocol): regenerate Swift models for device pair remove params
This commit is contained in:
@@ -2508,6 +2508,19 @@ public struct DevicePairRejectParams: Codable, Sendable {
|
||||
}
|
||||
}
|
||||
|
||||
public struct DevicePairRemoveParams: Codable, Sendable {
|
||||
public let deviceid: String
|
||||
|
||||
public init(
|
||||
deviceid: String
|
||||
) {
|
||||
self.deviceid = deviceid
|
||||
}
|
||||
private enum CodingKeys: String, CodingKey {
|
||||
case deviceid = "deviceId"
|
||||
}
|
||||
}
|
||||
|
||||
public struct DeviceTokenRotateParams: Codable, Sendable {
|
||||
public let deviceid: String
|
||||
public let role: String
|
||||
|
||||
@@ -2508,6 +2508,19 @@ public struct DevicePairRejectParams: Codable, Sendable {
|
||||
}
|
||||
}
|
||||
|
||||
public struct DevicePairRemoveParams: Codable, Sendable {
|
||||
public let deviceid: String
|
||||
|
||||
public init(
|
||||
deviceid: String
|
||||
) {
|
||||
self.deviceid = deviceid
|
||||
}
|
||||
private enum CodingKeys: String, CodingKey {
|
||||
case deviceid = "deviceId"
|
||||
}
|
||||
}
|
||||
|
||||
public struct DeviceTokenRotateParams: Codable, Sendable {
|
||||
public let deviceid: String
|
||||
public let role: String
|
||||
|
||||
Reference in New Issue
Block a user