fix server - agent

This commit is contained in:
2026-05-27 08:37:47 +07:00
parent 13765e58d2
commit b0443d5950
13 changed files with 170 additions and 11 deletions

View File

@@ -181,6 +181,7 @@ class AppManifest(CamelModel):
app_id: str = Field(alias="appId")
app_name: str = Field(alias="appName")
version: str
open_url: str | None = Field(default=None, alias="openUrl")
architecture: str = "amd64"
components: list[dict[str, Any]]
signature: str | None = None