We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63e1d2 commit c742b8eCopy full SHA for c742b8e
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 93
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-5083c44a1414120feda9b5c06490ce6e3125836645b45c6d2cca6ed73897288e.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-f7a9ce053743cf34e86ef2a3fec65b24f39847fd7e09c89a61e8fe222ac33e01.yml
src/orb/types/event_search_response.py
@@ -19,6 +19,9 @@ class Data(BaseModel):
19
customer_id: Optional[str] = None
20
"""The Orb Customer identifier"""
21
22
+ deprecated: bool
23
+ """A boolean indicating whether the event is currently deprecated."""
24
+
25
event_name: str
26
"""A name to meaningfully identify the action or event type."""
27
0 commit comments