mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
feat: surface published assets for versions
This commit is contained in:
@@ -34,6 +34,7 @@ class VersionResponse(BaseModel):
|
||||
created_at: datetime
|
||||
updated_at: datetime
|
||||
patches: list["PatchResponse"] = Field(default_factory=list)
|
||||
public_assets: list["PublicAssetResponse"] = Field(default_factory=list)
|
||||
|
||||
|
||||
class PatchResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user