Skip to content

Commit

Permalink
feat(api): api update (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 15, 2024
1 parent 6f7623f commit 5244425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1417
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2813c0c96b70c03904f256698f9ff16112adc0f1eabb2c8e988bca4f87d6610e.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b414602f316e30c6870beeb57670a6c2360a68b7b0b5e349d748700b7516ba29.yml
5 changes: 5 additions & 0 deletions src/cloudflare/types/workflows/instance_list_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import Optional
from datetime import datetime
from typing_extensions import Literal

Expand All @@ -13,8 +14,12 @@ class InstanceListResponse(BaseModel):

created_on: datetime

ended_on: Optional[datetime] = None

modified_on: datetime

started_on: Optional[datetime] = None

status: Literal[
"queued", "running", "paused", "errored", "terminated", "complete", "waitingForPause", "waiting", "unknown"
]
Expand Down

0 comments on commit 5244425

Please sign in to comment.