add debug_sessions table (#3045)
This commit is contained in:
13
skyvern/forge/sdk/schemas/debug_sessions.py
Normal file
13
skyvern/forge/sdk/schemas/debug_sessions.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from datetime import datetime
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class DebugSession(BaseModel):
|
||||
debug_session_id: str
|
||||
organization_id: str
|
||||
browser_session_id: str
|
||||
workflow_permanent_id: str
|
||||
user_id: str
|
||||
created_at: datetime
|
||||
modified_at: datetime
|
||||
Reference in New Issue
Block a user