Skip to content

Commit 929ea42

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4c285d5 of spec repo
1 parent 48abb3e commit 929ea42

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
@@ -2875,6 +2875,7 @@ components:
28752875
- ci_tests
28762876
- ci_pipelines
28772877
- incident_analytics
2878+
- product_analytics
28782879
example: logs
28792880
type: string
28802881
x-enum-varnames:
@@ -2889,6 +2890,7 @@ components:
28892890
- CI_TESTS
28902891
- CI_PIPELINES
28912892
- INCIDENT_ANALYTICS
2893+
- PRODUCT_ANALYTICS
28922894
FormulaAndFunctionMetricAggregation:
28932895
description: The aggregation methods available for metrics queries.
28942896
enum:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export type FormulaAndFunctionEventsDataSource =
2222
| typeof CI_TESTS
2323
| typeof CI_PIPELINES
2424
| typeof INCIDENT_ANALYTICS
25+
| typeof PRODUCT_ANALYTICS
2526
| UnparsedObject;
2627
export const LOGS = "logs";
2728
export const SPANS = "spans";
@@ -34,3 +35,4 @@ export const EVENTS = "events";
3435
export const CI_TESTS = "ci_tests";
3536
export const CI_PIPELINES = "ci_pipelines";
3637
export const INCIDENT_ANALYTICS = "incident_analytics";
38+
export const PRODUCT_ANALYTICS = "product_analytics";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ const enumsMap: { [key: string]: any[] } = {
773773
"ci_tests",
774774
"ci_pipelines",
775775
"incident_analytics",
776+
"product_analytics",
776777
],
777778
FormulaAndFunctionMetricAggregation: [
778779
"avg",

0 commit comments

Comments
 (0)