Skip to content

Commit 7fdf792

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit d4e4f476 of spec repo (#872)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c77b1a6 commit 7fdf792

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2022-10-07 16:37:29.832540",
8-
"spec_repo_commit": "9a1ad838"
7+
"regenerated": "2022-10-07 17:25:54.544359",
8+
"spec_repo_commit": "d4e4f476"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-07 16:37:29.848089",
13-
"spec_repo_commit": "9a1ad838"
12+
"regenerated": "2022-10-07 17:25:54.556535",
13+
"spec_repo_commit": "d4e4f476"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,20 +6042,12 @@ components:
60426042
- rum
60436043
- ci_pipelines
60446044
- ci_tests
6045-
- audit
6046-
- events
6047-
- logs
6048-
- spans
60496045
example: rum
60506046
type: string
60516047
x-enum-varnames:
60526048
- RUM
60536049
- CI_PIPELINES
60546050
- CI_TESTS
6055-
- AUDIT
6056-
- EVENTS
6057-
- LOGS
6058-
- SPANS
60596051
MonitorFormulaAndFunctionQueryDefinition:
60606052
description: A formula and function query.
60616053
oneOf:

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@
77
export type MonitorFormulaAndFunctionEventsDataSource =
88
| typeof RUM
99
| typeof CI_PIPELINES
10-
| typeof CI_TESTS
11-
| typeof AUDIT
12-
| typeof EVENTS
13-
| typeof LOGS
14-
| typeof SPANS;
10+
| typeof CI_TESTS;
1511
export const RUM = "rum";
1612
export const CI_PIPELINES = "ci_pipelines";
1713
export const CI_TESTS = "ci_tests";
18-
export const AUDIT = "audit";
19-
export const EVENTS = "events";
20-
export const LOGS = "logs";
21-
export const SPANS = "spans";

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -754,10 +754,6 @@ const enumsMap: { [key: string]: any[] } = {
754754
"rum",
755755
"ci_pipelines",
756756
"ci_tests",
757-
"audit",
758-
"events",
759-
"logs",
760-
"spans",
761757
],
762758
MonitorOverallStates: [
763759
"Alert",

0 commit comments

Comments
 (0)