Skip to content

Commit 846d79d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5ba3857 of spec repo (#2961)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7952662 commit 846d79d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,6 +2884,7 @@ components:
28842884
- ci_pipelines
28852885
- incident_analytics
28862886
- product_analytics
2887+
- on_call_events
28872888
example: logs
28882889
type: string
28892890
x-enum-varnames:
@@ -2899,6 +2900,7 @@ components:
28992900
- CI_PIPELINES
29002901
- INCIDENT_ANALYTICS
29012902
- PRODUCT_ANALYTICS
2903+
- ON_CALL_EVENTS
29022904
FormulaAndFunctionMetricAggregation:
29032905
description: The aggregation methods available for metrics queries.
29042906
enum:

packages/datadog-api-client-v1/models/FormulaAndFunctionEventsDataSource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type FormulaAndFunctionEventsDataSource =
2323
| typeof CI_PIPELINES
2424
| typeof INCIDENT_ANALYTICS
2525
| typeof PRODUCT_ANALYTICS
26+
| typeof ON_CALL_EVENTS
2627
| UnparsedObject;
2728
export const LOGS = "logs";
2829
export const SPANS = "spans";
@@ -36,3 +37,4 @@ export const CI_TESTS = "ci_tests";
3637
export const CI_PIPELINES = "ci_pipelines";
3738
export const INCIDENT_ANALYTICS = "incident_analytics";
3839
export const PRODUCT_ANALYTICS = "product_analytics";
40+
export const ON_CALL_EVENTS = "on_call_events";

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ const enumsMap: { [key: string]: any[] } = {
781781
"ci_pipelines",
782782
"incident_analytics",
783783
"product_analytics",
784+
"on_call_events",
784785
],
785786
FormulaAndFunctionMetricAggregation: [
786787
"avg",

0 commit comments

Comments
 (0)