Skip to content

Commit ab47055

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5ba3857 of spec repo (#2960)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 0fae669 commit ab47055

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-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:

services/dashboards/src/v1/models/FormulaAndFunctionEventsDataSource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export type FormulaAndFunctionEventsDataSource =
1616
| typeof CI_PIPELINES
1717
| typeof INCIDENT_ANALYTICS
1818
| typeof PRODUCT_ANALYTICS
19+
| typeof ON_CALL_EVENTS
1920
| UnparsedObject;
2021
export const LOGS = "logs";
2122
export const SPANS = "spans";
@@ -29,3 +30,4 @@ export const CI_TESTS = "ci_tests";
2930
export const CI_PIPELINES = "ci_pipelines";
3031
export const INCIDENT_ANALYTICS = "incident_analytics";
3132
export const PRODUCT_ANALYTICS = "product_analytics";
33+
export const ON_CALL_EVENTS = "on_call_events";

services/dashboards/src/v1/models/TypingInfo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export const TypingInfo: ModelTypingInfo = {
235235
"ci_pipelines",
236236
"incident_analytics",
237237
"product_analytics",
238+
"on_call_events",
238239
],
239240
FormulaAndFunctionMetricAggregation: [
240241
"avg",

services/notebooks/src/v1/models/FormulaAndFunctionEventsDataSource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export type FormulaAndFunctionEventsDataSource =
1616
| typeof CI_PIPELINES
1717
| typeof INCIDENT_ANALYTICS
1818
| typeof PRODUCT_ANALYTICS
19+
| typeof ON_CALL_EVENTS
1920
| UnparsedObject;
2021
export const LOGS = "logs";
2122
export const SPANS = "spans";
@@ -29,3 +30,4 @@ export const CI_TESTS = "ci_tests";
2930
export const CI_PIPELINES = "ci_pipelines";
3031
export const INCIDENT_ANALYTICS = "incident_analytics";
3132
export const PRODUCT_ANALYTICS = "product_analytics";
33+
export const ON_CALL_EVENTS = "on_call_events";

services/notebooks/src/v1/models/TypingInfo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export const TypingInfo: ModelTypingInfo = {
145145
"ci_pipelines",
146146
"incident_analytics",
147147
"product_analytics",
148+
"on_call_events",
148149
],
149150
FormulaAndFunctionMetricAggregation: [
150151
"avg",

0 commit comments

Comments
 (0)