diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index e1069e549e00..0326042e0131 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -6075,6 +6075,9 @@ components: - rum_stream - llm_observability_stream - issue_stream + - security_runtime_stream + - security_signals_stream + - incidents_stream example: logs_stream type: string x-enum-varnames: @@ -6092,6 +6095,9 @@ components: - RUM_STREAM - LLM_OBSERVABILITY_STREAM - ISSUE_STREAM + - SECURITY_RUNTIME_STREAM + - SECURITY_SIGNALS_STREAM + - INCIDENTS_STREAM ListStreamWidgetDefinition: description: |- The list stream visualization displays a table of recent events in your application that diff --git a/lib/datadog_api_client/v1/models/list_stream_source.rb b/lib/datadog_api_client/v1/models/list_stream_source.rb index 40858dfe4e33..88763f858f91 100644 --- a/lib/datadog_api_client/v1/models/list_stream_source.rb +++ b/lib/datadog_api_client/v1/models/list_stream_source.rb @@ -35,5 +35,8 @@ class ListStreamSource RUM_STREAM = "rum_stream".freeze LLM_OBSERVABILITY_STREAM = "llm_observability_stream".freeze ISSUE_STREAM = "issue_stream".freeze + SECURITY_RUNTIME_STREAM = "security_runtime_stream".freeze + SECURITY_SIGNALS_STREAM = "security_signals_stream".freeze + INCIDENTS_STREAM = "incidents_stream".freeze end end