feat: expose authoring contract inventory
This commit is contained in:
@@ -147,6 +147,12 @@ class GetDraftWorkspaceParams(RpcParamsModel):
|
||||
include_draft: bool = False
|
||||
|
||||
|
||||
class InspectDraftAuthoringContractParams(RpcParamsModel):
|
||||
workspace_id: str = Field(min_length=1)
|
||||
revision: int = Field(ge=1)
|
||||
selected_step_id: str | None = Field(default=None, min_length=1)
|
||||
|
||||
|
||||
class PatchDraftWorkspaceParams(RpcParamsModel):
|
||||
workspace_id: str = Field(min_length=1)
|
||||
revision: int = Field(ge=1)
|
||||
|
||||
Reference in New Issue
Block a user