Skip to content

Commit c742b8e

Browse files
feat(api): OpenAPI spec update via Stainless API (#359)
1 parent d63e1d2 commit c742b8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 93
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-5083c44a1414120feda9b5c06490ce6e3125836645b45c6d2cca6ed73897288e.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-f7a9ce053743cf34e86ef2a3fec65b24f39847fd7e09c89a61e8fe222ac33e01.yml

src/orb/types/event_search_response.py

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ class Data(BaseModel):
1919
customer_id: Optional[str] = None
2020
"""The Orb Customer identifier"""
2121

22+
deprecated: bool
23+
"""A boolean indicating whether the event is currently deprecated."""
24+
2225
event_name: str
2326
"""A name to meaningfully identify the action or event type."""
2427

0 commit comments

Comments
 (0)