We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a302d0 commit cd047fbCopy full SHA for cd047fb
rsconnect/models.py
@@ -537,17 +537,6 @@ class TaskStatusResult(TypedDict):
537
data: object # Don't know the structure of this type yet
538
539
540
-class TaskStatusV0(TypedDict):
541
- id: str
542
- status: list[str]
543
- finished: bool
544
- code: int
545
- error: str
546
- last_status: int
547
- user_id: int
548
- result: TaskStatusResult | None
549
-
550
551
# https://docs.posit.co/connect/api/#get-/v1/tasks/-id-
552
class TaskStatusV1(TypedDict):
553
id: str
0 commit comments