Skip to content

Commit 6392f36

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit ca3c4ff of spec repo (#4180)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 1f2ddf8 commit 6392f36

39 files changed

Lines changed: 9868 additions & 145 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 1570 additions & 0 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,11 @@ func NewConfiguration() *Configuration {
10371037
"v2.UpdateConnection": false,
10381038
"v2.GetPrunedTraceByID": false,
10391039
"v2.GetTraceByID": false,
1040+
"v2.DeleteSourcemaps": false,
1041+
"v2.GetServiceRepositoryInfo": false,
1042+
"v2.GetSourcemaps": false,
1043+
"v2.ListSourcemaps": false,
1044+
"v2.RestoreSourcemaps": false,
10401045
"v2.QueryAggregatedLongTasks": false,
10411046
"v2.QueryAggregatedSignalsProblems": false,
10421047
"v2.QueryAggregatedWaterfall": false,

api/datadogV2/api_rum.go

Lines changed: 1574 additions & 145 deletions
Large diffs are not rendered by default.

api/datadogV2/doc.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,9 +788,14 @@
788788
// - [RUMApi.AggregateRUMEvents]
789789
// - [RUMApi.CreateRUMApplication]
790790
// - [RUMApi.DeleteRUMApplication]
791+
// - [RUMApi.DeleteSourcemaps]
791792
// - [RUMApi.GetRUMApplication]
792793
// - [RUMApi.GetRUMApplications]
794+
// - [RUMApi.GetServiceRepositoryInfo]
795+
// - [RUMApi.GetSourcemaps]
793796
// - [RUMApi.ListRUMEvents]
797+
// - [RUMApi.ListSourcemaps]
798+
// - [RUMApi.RestoreSourcemaps]
794799
// - [RUMApi.SearchRUMEvents]
795800
// - [RUMApi.UpdateRUMApplication]
796801
// - [RUMInsightsApi.QueryAggregatedLongTasks]

0 commit comments

Comments
 (0)