From e9c9df2da61038d4f5cb277d66eaa98c6f1049a2 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 26 Jan 2026 09:41:50 +0000 Subject: [PATCH] Regenerate client from commit c41acce of spec repo --- .generator/schemas/v1/openapi.yaml | 12 ++++++++++++ .../models/monitor_options_notification_presets.rb | 3 +++ ...tions_monitor_options_notification_preset_name.rb | 3 +++ 3 files changed, 18 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 0d3a83d523e3..c17a2178cc36 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -8391,12 +8391,18 @@ components: - hide_query - hide_handles - hide_all + - hide_query_and_handles + - show_only_snapshot + - hide_handles_and_footer type: string x-enum-varnames: - SHOW_ALL - HIDE_QUERY - HIDE_HANDLES - HIDE_ALL + - HIDE_QUERY_AND_HANDLES + - SHOW_ONLY_SNAPSHOT + - HIDE_HANDLES_AND_FOOTER MonitorOptionsSchedulingOptions: description: Configuration options for scheduling. properties: @@ -18283,12 +18289,18 @@ components: - hide_all - hide_query - hide_handles + - hide_query_and_handles + - show_only_snapshot + - hide_handles_and_footer type: string x-enum-varnames: - SHOW_ALL - HIDE_ALL - HIDE_QUERY - HIDE_HANDLES + - HIDE_QUERY_AND_HANDLES + - SHOW_ONLY_SNAPSHOT + - HIDE_HANDLES_AND_FOOTER SyntheticsTestOptionsRetry: description: Object describing the retry strategy to apply to a Synthetic test. properties: diff --git a/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb b/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb index 6188fdf64a3a..340a434b35f5 100644 --- a/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb +++ b/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb @@ -25,5 +25,8 @@ class MonitorOptionsNotificationPresets HIDE_QUERY = "hide_query".freeze HIDE_HANDLES = "hide_handles".freeze HIDE_ALL = "hide_all".freeze + HIDE_QUERY_AND_HANDLES = "hide_query_and_handles".freeze + SHOW_ONLY_SNAPSHOT = "show_only_snapshot".freeze + HIDE_HANDLES_AND_FOOTER = "hide_handles_and_footer".freeze end end diff --git a/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb b/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb index 5b0724848602..5fa71c56403d 100644 --- a/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb +++ b/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options_notification_preset_name.rb @@ -25,5 +25,8 @@ class SyntheticsTestOptionsMonitorOptionsNotificationPresetName HIDE_ALL = "hide_all".freeze HIDE_QUERY = "hide_query".freeze HIDE_HANDLES = "hide_handles".freeze + HIDE_QUERY_AND_HANDLES = "hide_query_and_handles".freeze + SHOW_ONLY_SNAPSHOT = "show_only_snapshot".freeze + HIDE_HANDLES_AND_FOOTER = "hide_handles_and_footer".freeze end end