From 060fe71480ffb21026c3ddbd50d7bed625fa1541 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 4 Mar 2026 11:19:27 +0000 Subject: [PATCH] Regenerate client from commit 9eb93ee of spec repo --- .generator/schemas/v1/openapi.yaml | 12 ++++++++++++ .../model/hourly_usage_attribution_usage_type.py | 12 +++++++++++- .../v1/model/monthly_usage_attribution_values.py | 16 ++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 0d4728f900..d28e181d31 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -4521,6 +4521,8 @@ components: - asm_serverless_traced_invocations_percentage - bits_ai_investigations_usage - browser_usage + - ci_code_coverage_committers_percentage + - ci_code_coverage_committers_usage - ci_pipeline_indexed_spans_usage - ci_test_indexed_spans_usage - ci_visibility_itr_usage @@ -4606,6 +4608,8 @@ components: - ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE - BITS_AI_INVESTIGATIONS_USAGE - BROWSER_USAGE + - CI_CODE_COVERAGE_COMMITTERS_PERCENTAGE + - CI_CODE_COVERAGE_COMMITTERS_USAGE - CI_PIPELINE_INDEXED_SPANS_USAGE - CI_TEST_INDEXED_SPANS_USAGE - CI_VISIBILITY_ITR_USAGE @@ -9473,6 +9477,14 @@ components: description: The synthetic browser test usage by tag(s). format: double type: number + ci_code_coverage_committers_percentage: + description: The percentage of Code Coverage committers usage by tag(s). + format: double + type: number + ci_code_coverage_committers_usage: + description: The total Code Coverage committers usage by tag(s). + format: double + type: number ci_pipeline_indexed_spans_percentage: description: The percentage of CI Pipeline Indexed Spans usage by tag(s). format: double diff --git a/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py b/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py index b677750209..6f01a07e4a 100644 --- a/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py +++ b/src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py @@ -17,7 +17,7 @@ class HourlyUsageAttributionUsageType(ModelSimple): Supported products for hourly usage attribution requests. The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_ingested_spans_usage`. - :param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "bits_ai_investigations_usage", "browser_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "flex_logs_starter", "flex_stored_logs", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"]. + :param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "bits_ai_investigations_usage", "browser_usage", "ci_code_coverage_committers_percentage", "ci_code_coverage_committers_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "flex_logs_starter", "flex_stored_logs", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"]. :type value: str """ @@ -32,6 +32,8 @@ class HourlyUsageAttributionUsageType(ModelSimple): "asm_serverless_traced_invocations_percentage", "bits_ai_investigations_usage", "browser_usage", + "ci_code_coverage_committers_percentage", + "ci_code_coverage_committers_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", @@ -116,6 +118,8 @@ class HourlyUsageAttributionUsageType(ModelSimple): ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE: ClassVar["HourlyUsageAttributionUsageType"] BITS_AI_INVESTIGATIONS_USAGE: ClassVar["HourlyUsageAttributionUsageType"] BROWSER_USAGE: ClassVar["HourlyUsageAttributionUsageType"] + CI_CODE_COVERAGE_COMMITTERS_PERCENTAGE: ClassVar["HourlyUsageAttributionUsageType"] + CI_CODE_COVERAGE_COMMITTERS_USAGE: ClassVar["HourlyUsageAttributionUsageType"] CI_PIPELINE_INDEXED_SPANS_USAGE: ClassVar["HourlyUsageAttributionUsageType"] CI_TEST_INDEXED_SPANS_USAGE: ClassVar["HourlyUsageAttributionUsageType"] CI_VISIBILITY_ITR_USAGE: ClassVar["HourlyUsageAttributionUsageType"] @@ -213,6 +217,12 @@ def openapi_types(_): "bits_ai_investigations_usage" ) HourlyUsageAttributionUsageType.BROWSER_USAGE = HourlyUsageAttributionUsageType("browser_usage") +HourlyUsageAttributionUsageType.CI_CODE_COVERAGE_COMMITTERS_PERCENTAGE = HourlyUsageAttributionUsageType( + "ci_code_coverage_committers_percentage" +) +HourlyUsageAttributionUsageType.CI_CODE_COVERAGE_COMMITTERS_USAGE = HourlyUsageAttributionUsageType( + "ci_code_coverage_committers_usage" +) HourlyUsageAttributionUsageType.CI_PIPELINE_INDEXED_SPANS_USAGE = HourlyUsageAttributionUsageType( "ci_pipeline_indexed_spans_usage" ) diff --git a/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py b/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py index cf65ce5fb6..ae63150d6d 100644 --- a/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py +++ b/src/datadog_api_client/v1/model/monthly_usage_attribution_values.py @@ -35,6 +35,8 @@ def openapi_types(_): "bits_ai_investigations_usage": (float,), "browser_percentage": (float,), "browser_usage": (float,), + "ci_code_coverage_committers_percentage": (float,), + "ci_code_coverage_committers_usage": (float,), "ci_pipeline_indexed_spans_percentage": (float,), "ci_pipeline_indexed_spans_usage": (float,), "ci_test_indexed_spans_percentage": (float,), @@ -198,6 +200,8 @@ def openapi_types(_): "bits_ai_investigations_usage": "bits_ai_investigations_usage", "browser_percentage": "browser_percentage", "browser_usage": "browser_usage", + "ci_code_coverage_committers_percentage": "ci_code_coverage_committers_percentage", + "ci_code_coverage_committers_usage": "ci_code_coverage_committers_usage", "ci_pipeline_indexed_spans_percentage": "ci_pipeline_indexed_spans_percentage", "ci_pipeline_indexed_spans_usage": "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_percentage": "ci_test_indexed_spans_percentage", @@ -362,6 +366,8 @@ def __init__( bits_ai_investigations_usage: Union[float, UnsetType] = unset, browser_percentage: Union[float, UnsetType] = unset, browser_usage: Union[float, UnsetType] = unset, + ci_code_coverage_committers_percentage: Union[float, UnsetType] = unset, + ci_code_coverage_committers_usage: Union[float, UnsetType] = unset, ci_pipeline_indexed_spans_percentage: Union[float, UnsetType] = unset, ci_pipeline_indexed_spans_usage: Union[float, UnsetType] = unset, ci_test_indexed_spans_percentage: Union[float, UnsetType] = unset, @@ -564,6 +570,12 @@ def __init__( :param browser_usage: The synthetic browser test usage by tag(s). :type browser_usage: float, optional + :param ci_code_coverage_committers_percentage: The percentage of Code Coverage committers usage by tag(s). + :type ci_code_coverage_committers_percentage: float, optional + + :param ci_code_coverage_committers_usage: The total Code Coverage committers usage by tag(s). + :type ci_code_coverage_committers_usage: float, optional + :param ci_pipeline_indexed_spans_percentage: The percentage of CI Pipeline Indexed Spans usage by tag(s). :type ci_pipeline_indexed_spans_percentage: float, optional @@ -1026,6 +1038,10 @@ def __init__( kwargs["browser_percentage"] = browser_percentage if browser_usage is not unset: kwargs["browser_usage"] = browser_usage + if ci_code_coverage_committers_percentage is not unset: + kwargs["ci_code_coverage_committers_percentage"] = ci_code_coverage_committers_percentage + if ci_code_coverage_committers_usage is not unset: + kwargs["ci_code_coverage_committers_usage"] = ci_code_coverage_committers_usage if ci_pipeline_indexed_spans_percentage is not unset: kwargs["ci_pipeline_indexed_spans_percentage"] = ci_pipeline_indexed_spans_percentage if ci_pipeline_indexed_spans_usage is not unset: