mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Protocol: regenerate Swift models for systemRunPlanV2
This commit is contained in:
@@ -2810,6 +2810,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
public let id: String?
|
public let id: String?
|
||||||
public let command: String
|
public let command: String
|
||||||
public let commandargv: [String]?
|
public let commandargv: [String]?
|
||||||
|
public let systemrunplanv2: [String: AnyCodable]?
|
||||||
public let env: [String: AnyCodable]?
|
public let env: [String: AnyCodable]?
|
||||||
public let cwd: AnyCodable?
|
public let cwd: AnyCodable?
|
||||||
public let nodeid: AnyCodable?
|
public let nodeid: AnyCodable?
|
||||||
@@ -2830,6 +2831,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
id: String?,
|
id: String?,
|
||||||
command: String,
|
command: String,
|
||||||
commandargv: [String]?,
|
commandargv: [String]?,
|
||||||
|
systemrunplanv2: [String: AnyCodable]?,
|
||||||
env: [String: AnyCodable]?,
|
env: [String: AnyCodable]?,
|
||||||
cwd: AnyCodable?,
|
cwd: AnyCodable?,
|
||||||
nodeid: AnyCodable?,
|
nodeid: AnyCodable?,
|
||||||
@@ -2849,6 +2851,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
self.id = id
|
self.id = id
|
||||||
self.command = command
|
self.command = command
|
||||||
self.commandargv = commandargv
|
self.commandargv = commandargv
|
||||||
|
self.systemrunplanv2 = systemrunplanv2
|
||||||
self.env = env
|
self.env = env
|
||||||
self.cwd = cwd
|
self.cwd = cwd
|
||||||
self.nodeid = nodeid
|
self.nodeid = nodeid
|
||||||
@@ -2870,6 +2873,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
case id
|
case id
|
||||||
case command
|
case command
|
||||||
case commandargv = "commandArgv"
|
case commandargv = "commandArgv"
|
||||||
|
case systemrunplanv2 = "systemRunPlanV2"
|
||||||
case env
|
case env
|
||||||
case cwd
|
case cwd
|
||||||
case nodeid = "nodeId"
|
case nodeid = "nodeId"
|
||||||
|
|||||||
@@ -2810,6 +2810,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
public let id: String?
|
public let id: String?
|
||||||
public let command: String
|
public let command: String
|
||||||
public let commandargv: [String]?
|
public let commandargv: [String]?
|
||||||
|
public let systemrunplanv2: [String: AnyCodable]?
|
||||||
public let env: [String: AnyCodable]?
|
public let env: [String: AnyCodable]?
|
||||||
public let cwd: AnyCodable?
|
public let cwd: AnyCodable?
|
||||||
public let nodeid: AnyCodable?
|
public let nodeid: AnyCodable?
|
||||||
@@ -2830,6 +2831,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
id: String?,
|
id: String?,
|
||||||
command: String,
|
command: String,
|
||||||
commandargv: [String]?,
|
commandargv: [String]?,
|
||||||
|
systemrunplanv2: [String: AnyCodable]?,
|
||||||
env: [String: AnyCodable]?,
|
env: [String: AnyCodable]?,
|
||||||
cwd: AnyCodable?,
|
cwd: AnyCodable?,
|
||||||
nodeid: AnyCodable?,
|
nodeid: AnyCodable?,
|
||||||
@@ -2849,6 +2851,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
self.id = id
|
self.id = id
|
||||||
self.command = command
|
self.command = command
|
||||||
self.commandargv = commandargv
|
self.commandargv = commandargv
|
||||||
|
self.systemrunplanv2 = systemrunplanv2
|
||||||
self.env = env
|
self.env = env
|
||||||
self.cwd = cwd
|
self.cwd = cwd
|
||||||
self.nodeid = nodeid
|
self.nodeid = nodeid
|
||||||
@@ -2870,6 +2873,7 @@ public struct ExecApprovalRequestParams: Codable, Sendable {
|
|||||||
case id
|
case id
|
||||||
case command
|
case command
|
||||||
case commandargv = "commandArgv"
|
case commandargv = "commandArgv"
|
||||||
|
case systemrunplanv2 = "systemRunPlanV2"
|
||||||
case env
|
case env
|
||||||
case cwd
|
case cwd
|
||||||
case nodeid = "nodeId"
|
case nodeid = "nodeId"
|
||||||
|
|||||||
Reference in New Issue
Block a user