From 9a0a9f256b0ebc06aba3b680885a170cd93c1db1 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 22 Jul 2024 21:21:02 +0000 Subject: [PATCH] Regenerate client from commit d1b9152b of spec repo --- .apigentools-info | 8 +++---- .generator/schemas/v1/openapi.yaml | 2 ++ ...formula_and_function_events_data_source.go | 22 ++++++++++--------- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index f34893fe30f..59480326f3c 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-07-22 20:03:19.855082", - "spec_repo_commit": "cd020fa6" + "regenerated": "2024-07-22 21:19:23.431353", + "spec_repo_commit": "d1b9152b" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-07-22 20:03:19.873734", - "spec_repo_commit": "cd020fa6" + "regenerated": "2024-07-22 21:19:23.450137", + "spec_repo_commit": "d1b9152b" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 7749ad8b460..cef095c02fe 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -2867,6 +2867,7 @@ components: - events - ci_tests - ci_pipelines + - incident_analytics example: logs type: string x-enum-varnames: @@ -2880,6 +2881,7 @@ components: - EVENTS - CI_TESTS - CI_PIPELINES + - INCIDENT_ANALYTICS FormulaAndFunctionMetricAggregation: description: The aggregation methods available for metrics queries. enum: diff --git a/api/datadogV1/model_formula_and_function_events_data_source.go b/api/datadogV1/model_formula_and_function_events_data_source.go index 56a3cacf626..ff844620ab4 100644 --- a/api/datadogV1/model_formula_and_function_events_data_source.go +++ b/api/datadogV1/model_formula_and_function_events_data_source.go @@ -15,16 +15,17 @@ type FormulaAndFunctionEventsDataSource string // List of FormulaAndFunctionEventsDataSource. const ( - FORMULAANDFUNCTIONEVENTSDATASOURCE_LOGS FormulaAndFunctionEventsDataSource = "logs" - FORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS FormulaAndFunctionEventsDataSource = "spans" - FORMULAANDFUNCTIONEVENTSDATASOURCE_NETWORK FormulaAndFunctionEventsDataSource = "network" - FORMULAANDFUNCTIONEVENTSDATASOURCE_RUM FormulaAndFunctionEventsDataSource = "rum" - FORMULAANDFUNCTIONEVENTSDATASOURCE_SECURITY_SIGNALS FormulaAndFunctionEventsDataSource = "security_signals" - FORMULAANDFUNCTIONEVENTSDATASOURCE_PROFILES FormulaAndFunctionEventsDataSource = "profiles" - FORMULAANDFUNCTIONEVENTSDATASOURCE_AUDIT FormulaAndFunctionEventsDataSource = "audit" - FORMULAANDFUNCTIONEVENTSDATASOURCE_EVENTS FormulaAndFunctionEventsDataSource = "events" - FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_TESTS FormulaAndFunctionEventsDataSource = "ci_tests" - FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES FormulaAndFunctionEventsDataSource = "ci_pipelines" + FORMULAANDFUNCTIONEVENTSDATASOURCE_LOGS FormulaAndFunctionEventsDataSource = "logs" + FORMULAANDFUNCTIONEVENTSDATASOURCE_SPANS FormulaAndFunctionEventsDataSource = "spans" + FORMULAANDFUNCTIONEVENTSDATASOURCE_NETWORK FormulaAndFunctionEventsDataSource = "network" + FORMULAANDFUNCTIONEVENTSDATASOURCE_RUM FormulaAndFunctionEventsDataSource = "rum" + FORMULAANDFUNCTIONEVENTSDATASOURCE_SECURITY_SIGNALS FormulaAndFunctionEventsDataSource = "security_signals" + FORMULAANDFUNCTIONEVENTSDATASOURCE_PROFILES FormulaAndFunctionEventsDataSource = "profiles" + FORMULAANDFUNCTIONEVENTSDATASOURCE_AUDIT FormulaAndFunctionEventsDataSource = "audit" + FORMULAANDFUNCTIONEVENTSDATASOURCE_EVENTS FormulaAndFunctionEventsDataSource = "events" + FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_TESTS FormulaAndFunctionEventsDataSource = "ci_tests" + FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES FormulaAndFunctionEventsDataSource = "ci_pipelines" + FORMULAANDFUNCTIONEVENTSDATASOURCE_INCIDENT_ANALYTICS FormulaAndFunctionEventsDataSource = "incident_analytics" ) var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEventsDataSource{ @@ -38,6 +39,7 @@ var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEv FORMULAANDFUNCTIONEVENTSDATASOURCE_EVENTS, FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_TESTS, FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES, + FORMULAANDFUNCTIONEVENTSDATASOURCE_INCIDENT_ANALYTICS, } // GetAllowedValues reeturns the list of possible values.