Skip to content

Commit bc21ec1

Browse files
author
stlc-bot
committed
Add Jira to public API run source enum
Stainless-Generated-From: 562b7b5ad7e0f38d3643d69a8ab22b72dc4f934c
1 parent 779259f commit bc21ec1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/oz_agent_sdk/types/agent/run_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ class RunItem(BaseModel):
223223
- GITHUB_ACTION: Created from a GitHub action
224224
- CLOUD_MODE: Created from a Cloud Mode
225225
- CLI: Created from the CLI
226+
- JIRA: Created from Jira integration
226227
"""
227228

228229
started_at: Optional[datetime] = None

src/oz_agent_sdk/types/agent/run_source_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__all__ = ["RunSourceType"]
66

77
RunSourceType: TypeAlias = Literal[
8-
"LINEAR", "API", "SLACK", "LOCAL", "SCHEDULED_AGENT", "WEB_APP", "GITHUB_ACTION", "CLOUD_MODE", "CLI"
8+
"LINEAR", "API", "SLACK", "LOCAL", "SCHEDULED_AGENT", "WEB_APP", "GITHUB_ACTION", "CLOUD_MODE", "CLI", "JIRA"
99
]

0 commit comments

Comments
 (0)